Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8040:5511929874da
ChangeLog fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 19 Aug 2008 14:55:03 -0400 |
parents | cd90e2842080 |
children | 827d4f24ec6c |
rev | line source |
---|---|
8040 | 1 2008-08-19 Jaroslav Hajek <highegg@gmail.com> |
8036
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
3 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
4 |
8035 | 5 2008-08-19 David Bateman <dbateman@free.fr> |
6 | |
8039
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
7 * miscellaneous/intwarning.m: New function. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
8 * miscellaneous/Makefile.in (SOURCES): Add it here. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
9 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
10 * statistics/base/ranks.m: Doc fix. |
8035 | 11 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
12 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
|
13 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
14 * 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
|
15 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
16 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
|
17 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
18 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
19 |
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
|
20 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
|
21 |
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
|
22 * 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
|
23 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
|
24 |
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
|
25 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
|
26 |
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
|
27 * 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
|
28 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
|
29 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
30 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
|
31 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
32 * 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
|
33 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
34 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
35 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
36 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
37 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
38 * 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
|
39 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
40 * 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
|
41 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
42 |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
43 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
|
44 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
45 * plot/hold.m: Clarify help text. |
7986 | 46 |
47 * specfun/reallog.m: Fix help string. | |
48 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
49 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 50 |
51 * strings/regexptranslate.m: Add real documentation. | |
52 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
53 * 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
|
54 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
55 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
56 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
57 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
58 |
7974 | 59 2008-07-28 John W. Eaton <jwe@octave.org> |
60 | |
61 * image/imwrite.m: New function. | |
62 * image/Makefile.in (SOURCES): Add it to the list. | |
63 | |
7969 | 64 2008-07-24 Ben Abbott <bpabbott@mac.com> |
65 | |
66 * time/datestr.m: New xtest. | |
67 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
68 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
|
69 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
70 * 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
|
71 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
72 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
73 |
7940 | 74 2008-07-17 John W. Eaton <jwe@octave.org> |
75 | |
76 * general/fliplr.m: Fix usage test. | |
77 * testfun/test.m: Fix usage tests. | |
78 | |
8040 | 79 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 80 |
81 * statistics/base/cov.m: Fix test that should no longer work. | |
82 | |
7935 | 83 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
84 | |
85 * plot/gcbo.m, plot/gcbf.m: New functions. | |
86 * plot/Makefile.in (SOURCES): Add them to the list. | |
87 | |
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
|
88 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
|
89 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
90 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
91 * 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
|
92 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
93 * 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
|
94 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
95 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
96 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
97 |
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
|
98 * 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
|
99 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
100 * 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
|
101 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
102 * 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
|
103 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
104 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
|
105 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
106 * 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
|
107 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
108 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
|
109 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
110 * 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
|
111 |
8040 | 112 2008-07-10 Jaroslav Hajek <highegg@gmail.com> |
7920
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
113 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
114 * 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
|
115 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
116 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
117 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
118 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
119 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
|
120 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
121 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
|
122 |
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
|
123 * 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
|
124 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
125 * 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
|
126 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
|
127 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
128 |
8040 | 129 2008-06-05 Jaroslav Hajek <highegg@gmail.com> |
7873
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
130 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
131 * 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
|
132 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
133 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
134 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
135 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
136 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
137 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
138 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
139 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
|
140 |
7817 | 141 * miscellaneous/debug.m: New file.. |
142 * Makefile.in (SOURCES): Add it to the list. | |
143 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
144 * 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
|
145 []. 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
|
146 |
8040 | 147 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 148 |
149 * strings/strcat.m: Add tests. | |
150 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
151 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
|
152 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
153 * 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
|
154 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
155 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
156 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
157 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
158 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
159 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
160 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
161 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
162 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
163 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
164 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
165 |
7783 | 166 2008-05-20 Bill Denney <bill@denney.ws> |
167 | |
168 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
169 New tests. | |
170 | |
7777 | 171 2008-05-19 John W. Eaton <jwe@octave.org> |
172 | |
173 * general/isa.m: Fix tests. | |
174 | |
7773 | 175 2008-05-13 Bill Denney <bill@denney.ws> |
176 | |
177 * general/isa.m: Use persistent cell arrays to hold class names | |
178 instead of multiple strcmp calls. | |
179 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
180 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
181 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
182 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
183 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
|
184 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
185 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
186 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
|
187 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
|
188 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
189 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
190 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
191 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
192 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
193 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
194 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
|
195 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
196 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
197 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
198 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
199 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
|
200 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
201 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
202 * 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
|
203 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
204 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
205 * 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
|
206 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
207 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
208 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
209 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
210 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
211 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
|
212 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
213 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
214 |
7765 | 215 2008-05-06 David Bateman <dbateman@free.fr> |
216 | |
217 * miscellaneous/symvar.m: New function. | |
218 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
219 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
220 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
|
221 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
222 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
223 * 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
|
224 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
225 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
226 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
227 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
228 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
|
229 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
|
230 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
231 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
232 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
233 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
234 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
235 * 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
|
236 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
237 |
7747 | 238 2008-04-30 John W. Eaton <jwe@octave.org> |
239 | |
240 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
241 elfun/asech.m, specfun/pow2.m: Fix tests. | |
242 | |
8040 | 243 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 244 |
245 * specfun/log2.m: Delete. | |
246 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
247 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
248 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
|
249 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
250 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
|
251 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
252 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
253 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
254 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
255 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
256 |
7736 | 257 2008-04-25 John W. Eaton <jwe@octave.org> |
258 | |
259 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
260 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 261 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
262 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
|
263 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
264 * 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
|
265 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
|
266 * 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
|
267 |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
268 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
|
269 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
270 * 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
|
271 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
272 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
|
273 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
274 * 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
|
275 |
7713 | 276 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
|
277 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
278 * 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
|
279 |
7710 | 280 2008-04-14 David Bateman <dbateman@free.fr> |
281 | |
282 * plot/rose.m: Add missing comment mark that causes issues with | |
283 octave-forge function referencing. | |
284 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
285 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
286 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
|
287 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
288 * 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
|
289 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
|
290 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
|
291 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
|
292 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
|
293 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
|
294 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
|
295 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
|
296 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
|
297 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
|
298 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
|
299 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
|
300 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
|
301 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
|
302 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
|
303 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
|
304 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
|
305 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
|
306 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
|
307 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
|
308 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
|
309 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
|
310 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
|
311 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
|
312 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
|
313 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
|
314 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
|
315 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
|
316 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
|
317 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
|
318 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
|
319 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
|
320 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
|
321 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
|
322 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
|
323 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
|
324 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
|
325 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
|
326 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
|
327 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
|
328 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
|
329 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
|
330 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
|
331 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
|
332 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
|
333 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
|
334 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
|
335 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
|
336 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
337 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
|
338 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
339 * 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
|
340 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
341 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
|
342 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
343 * 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
|
344 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
345 * 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
|
346 * 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
|
347 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
348 * 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
|
349 * 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
|
350 * 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
|
351 * 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
|
352 * 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
|
353 * 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
|
354 * 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
|
355 * 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
|
356 * 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
|
357 * 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
|
358 * 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
|
359 * 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
|
360 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
361 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
362 * 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
|
363 * 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
|
364 * 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
|
365 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
366 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
|
367 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
368 * 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
|
369 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
|
370 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
371 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
|
372 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
373 * 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
|
374 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
|
375 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
|
376 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
|
377 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
|
378 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
|
379 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
|
380 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
|
381 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
|
382 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
|
383 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
|
384 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
|
385 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
|
386 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
|
387 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
|
388 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
|
389 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
390 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
|
391 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
|
392 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
|
393 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
|
394 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
|
395 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
|
396 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
397 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
|
398 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
|
399 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
|
400 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
|
401 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
|
402 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
|
403 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
404 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
|
405 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
|
406 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
|
407 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
|
408 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
|
409 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
|
410 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
|
411 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
|
412 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
|
413 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
414 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
|
415 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
416 * 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
|
417 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
|
418 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
|
419 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
|
420 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
|
421 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
|
422 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
|
423 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
|
424 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
|
425 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
|
426 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
|
427 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
|
428 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
|
429 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
|
430 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
|
431 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
|
432 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
433 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
|
434 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
|
435 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
|
436 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
|
437 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
|
438 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
439 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
|
440 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
|
441 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
442 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
|
443 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
|
444 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
|
445 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
|
446 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
|
447 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
448 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
|
449 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
450 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
|
451 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
|
452 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
|
453 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
|
454 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
|
455 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
|
456 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
|
457 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
|
458 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
|
459 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
460 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
|
461 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
|
462 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
|
463 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
464 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
465 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
466 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
467 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
468 * 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
|
469 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
470 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
471 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
472 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
473 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
474 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
475 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
476 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
477 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
478 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
479 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
480 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
481 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
482 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
483 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
484 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
|
485 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
486 * 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
|
487 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
488 * 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
|
489 |
7682 | 490 2008-04-02 Bill Denney <bill@denney.ws> |
491 | |
492 * optimization/lsqnonneg.m: New function. | |
493 * optimization/Makefile.in (SOURCES): Add it to the list. | |
494 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
495 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
496 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
497 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
498 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
499 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
500 * 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
|
501 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
|
502 * 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
|
503 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
504 |
7678 | 505 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
506 | |
507 * general/sortrows.m: Handle negative column arguments. | |
508 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
509 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
510 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
511 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
512 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
513 |
7673 | 514 2008-03-31 David Bateman <dbateman@free.fr> |
515 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
516 * 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
|
517 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
|
518 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
519 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
520 * 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
|
521 * 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
|
522 * 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
|
523 * 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
|
524 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
525 * 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
|
526 |
7673 | 527 * plot/ginput.m: New function. |
528 * plot/__gnuplot_ginput__.m: New function based on a version of | |
529 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
530 * plot/Makefile.in (SOURCES): Add them to the list. | |
531 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
532 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
|
533 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
534 * 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
|
535 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
536 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
537 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
538 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
539 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
540 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
541 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
542 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
543 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
544 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
|
545 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
546 * 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
|
547 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
548 |
7669 | 549 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
550 | |
551 * general/del2.m: Missing semicolon. | |
552 | |
7668 | 553 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
554 | |
555 * miscellaneous/info.m: New function. | |
556 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
557 | |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
558 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
|
559 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
560 * 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
|
561 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
562 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
563 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
|
564 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
565 * 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
|
566 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
|
567 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
568 * 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
|
569 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
|
570 |
7655 | 571 2008-03-27 Bill Denney <bill@denney.ws> |
572 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
573 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
574 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
575 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
576 * 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
|
577 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
578 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
579 * 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
|
580 |
7657 | 581 * general/genvarname.m: New function. |
582 * general/Makefile.in (SOURCES): Add it to the list. | |
583 | |
7656 | 584 * time/addtodate.m: New function. |
7657 | 585 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 586 |
7655 | 587 * geometry/rectint.m: Vectorize and add more tests. |
588 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
589 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
|
590 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
591 * 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
|
592 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
593 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
594 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
595 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
596 |
7650 | 597 2008-03-26 John W. Eaton <jwe@octave.org> |
598 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
599 * 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
|
600 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
601 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
602 * 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
|
603 |
7650 | 604 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
605 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
606 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
607 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
608 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
609 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
610 Texinfo fixes. | |
611 | |
8040 | 612 2008-03-26 Jaroslav Hajek <highegg@gmail.com> |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
613 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
614 * 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
|
615 |
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
|
616 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
|
617 |
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
|
618 * 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
|
619 |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
620 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
621 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
622 * 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
|
623 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
|
624 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
625 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
626 * 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
|
627 |
7640 | 628 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
629 | |
630 * polynomial/convn.m: New function. | |
631 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
632 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
633 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
634 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
635 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
636 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 637 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
638 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
|
639 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
640 * 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
|
641 |
7627 | 642 2008-03-24 David Bateman <dbateman@free.fr> |
643 | |
644 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
645 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 646 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
647 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
648 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
649 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
650 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
651 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
652 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
653 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
|
654 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
655 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
656 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
657 * 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
|
658 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
659 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
|
660 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
661 * 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
|
662 |
7617 | 663 * miscellaneous/cast.m: Also allow cast to "char". |
664 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
665 * 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
|
666 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
667 * 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
|
668 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
669 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
670 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
671 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
672 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
673 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
674 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
675 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
676 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
677 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
678 |
7610 | 679 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
680 | |
681 * signal/sinetone.m: Ensure integral number of samples. | |
682 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
683 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
|
684 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
685 * 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
|
686 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
687 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
|
688 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
689 * 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
|
690 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
691 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
|
692 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
693 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
694 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
695 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
696 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
697 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
698 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
699 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
700 * 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
|
701 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
702 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
703 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
704 * 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
|
705 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
706 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
707 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
708 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
|
709 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
710 * 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
|
711 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
712 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
|
713 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
714 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
715 |
7592 | 716 2008-03-14 Kai Habel <kai.habel@gmx.de> |
717 | |
718 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
719 style to default to avoid wrong mesh color in some cases. | |
720 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
721 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
722 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
723 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
724 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
|
725 |
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
|
726 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
|
727 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
728 * 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
|
729 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
|
730 |
7592 | 731 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
732 | |
7582 | 733 2008-03-11 Kai Habel <kai.habel@gmx.de> |
734 | |
735 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
736 Allow plotting of uniform colored mesh plots with and | |
737 w/o hidden line removal. | |
738 | |
739 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
|
740 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
741 * 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
|
742 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
743 * 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
|
744 |
7569 | 745 2008-03-07 John W. Eaton <jwe@octave.org> |
746 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
747 * 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
|
748 |
7569 | 749 * plot/__go_draw_axes__.m: Handle tickdir property. |
750 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
751 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
752 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
753 * 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
|
754 Allow matrix arguments when number of bins > 30. |
7568 | 755 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
|
756 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
757 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
758 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
759 * 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
|
760 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
761 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
762 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
763 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
|
764 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
765 * 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
|
766 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
767 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
|
768 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
769 * 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
|
770 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
771 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
772 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
|
773 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
774 * 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
|
775 |
7551 | 776 2008-03-04 Bill Denney <bill@denney.ws> |
777 | |
7557 | 778 * plot/allchild.m, plot/findall.m: New functions. |
779 * plot/Makefile.in (SOURCES): Add them to the list. | |
780 | |
7551 | 781 * geometry/rectint.m: New function. |
7557 | 782 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 783 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
784 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
|
785 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
786 * 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
|
787 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
|
788 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
789 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 790 |
791 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
792 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
793 * 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
|
794 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
795 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
|
796 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
797 * 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
|
798 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
799 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
|
800 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
801 * 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
|
802 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
|
803 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
804 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
|
805 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
806 * 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
|
807 "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
|
808 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
809 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
|
810 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
811 * 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
|
812 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
|
813 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
|
814 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
|
815 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
|
816 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
|
817 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
|
818 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
|
819 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
|
820 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
|
821 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
|
822 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
|
823 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
|
824 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
825 * 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
|
826 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
827 * 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
|
828 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
829 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
|
830 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
831 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
832 |
7525 | 833 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
834 | |
835 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
836 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
837 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
|
838 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
839 * 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
|
840 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
841 |
7518 | 842 2008-02-22 Ben Abbott <bpabbott@mac.com> |
843 | |
844 * specfun/legendre.m: Doc fix. | |
845 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
846 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
|
847 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
848 * 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
|
849 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
850 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
851 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
|
852 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
853 * 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
|
854 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
855 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
856 * 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
|
857 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
858 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
|
859 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
860 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
861 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
862 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
863 * 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
|
864 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
865 * 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
|
866 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
867 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
868 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
|
869 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
870 * 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
|
871 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
872 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
873 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
|
874 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
875 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
876 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
877 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
|
878 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
879 * 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
|
880 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
|
881 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
|
882 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
|
883 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
884 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
|
885 |
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
|
886 * 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
|
887 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
|
888 |
7501 | 889 * polynomial/polyfit.m: Use QR decomposition. Handle |
890 normalization option. | |
891 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
892 generate 50% prediction intervals. | |
893 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
894 * 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
|
895 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
896 |
7498 | 897 2008-02-19 John W. Eaton <jwe@octave.org> |
898 | |
899 * pkg/pkg.m: Style fixes. | |
900 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
901 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 902 |
903 * pkg/pkg.m: Handle 'describe' command. | |
904 (parse_pkg_idx, print_package_description): New subfunctions. | |
905 | |
7493 | 906 2008-02-19 Bill Denney <bill@denney.ws> |
907 | |
908 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
909 elements wide. | |
910 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
911 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
|
912 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
913 * 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
|
914 |
7485 | 915 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
916 | |
917 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
918 * general/runlength.m: New function from Paul Kienzle. | |
919 | |
7484 | 920 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
921 | |
922 * linear-algebra/cond.m: New optional second argument to | |
923 specify 1-norm, inf-norm, or frobenius-norm. | |
924 | |
7475 | 925 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
926 | |
927 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
928 body. Allow the linespec to specify the arrow color. | |
929 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
930 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
|
931 |
7474 | 932 * miscellaneous/cast.m: Also treat the logical type. |
933 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
934 * 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
|
935 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
936 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
937 * 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
|
938 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
939 * 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
|
940 * 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
|
941 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
942 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
|
943 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
944 * 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
|
945 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
946 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
947 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
948 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
949 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
950 * 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
|
951 |
7436 | 952 2008-02-01 Dave Goel <deego3@gmail.com> |
953 | |
954 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
955 | |
7434 | 956 2008-02-01 Bill Denney <bill@denney.ws> |
957 | |
958 * time/weekday.m: Allow vector inputs and speed up. | |
959 * time/eomday.m: Return column vector for column vector inputs. | |
960 | |
7429 | 961 2008-01-30 John W. Eaton <jwe@octave.org> |
962 | |
7434 | 963 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
964 revision". | |
965 | |
7431 | 966 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
967 __plt2vs__.m in the list. | |
968 | |
7430 | 969 * miscellaneous/tempdir.m: Append filesep to name for |
970 compatibility. Warn if not a directory or directory does not | |
971 exist. | |
972 | |
7429 | 973 * strings/deblank.m: Improve compatibility. |
974 | |
7428 | 975 2008-01-29 John W. Eaton <jwe@octave.org> |
976 | |
977 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
978 | |
979 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 980 |
981 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
982 Return the label handle, not the current axis handle. | |
983 | |
7421 | 984 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
985 | |
986 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
987 abscissa. | |
988 | |
989 2008-01-25 David Bateman <dbateman@free.fr> | |
990 | |
7423 | 991 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 992 * plot/__scatter__.m: Remove NaN values from data. |
993 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
994 | |
7418 | 995 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
996 | |
997 * linear-algebra/trace.m: Test cases for non 2-d args. | |
998 | |
999 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1000 | |
1001 * geometry/griddata3.m: Call griddata, not gridata. | |
1002 | |
7415 | 1003 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1004 | |
1005 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1006 | |
7411 | 1007 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1008 | |
1009 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1010 Move tests here from test/test_linalg.m. | |
1011 | |
1012 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1013 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1014 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1015 special-matrix/hankel.m, special-matrix/hilb.m, | |
1016 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1017 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1018 Move tests here from test/test_matrix.m. | |
1019 | |
1020 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1021 Move tests here from test/test_number.m. | |
1022 | |
1023 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1024 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1025 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1026 polynomial/polyvalm.m, polynomial/roots.m: | |
1027 Move tests here from test/test_poly.m. | |
1028 | |
1029 * signal/unwrap.m: | |
1030 Move tests here from test/test_signal.m. | |
1031 | |
1032 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1033 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1034 statistics/base/mean.m, statistics/base/median.m, | |
1035 statistics/base/skewness.m, statistics/base/std.m: | |
1036 Move tests here from test/test_stats.m. | |
1037 | |
1038 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1039 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1040 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1041 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1042 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1043 strings/substr.m: | |
1044 Move tests here from test/test_string.m. | |
1045 | |
1046 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1047 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1048 time/date.m, time/etime.m, time/is_leap_year.m: | |
1049 Move tests here from test/test_system.m. | |
1050 | |
7410 | 1051 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1052 | |
1053 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1054 Simplify initial checks on argument values. | |
1055 | |
7408 | 1056 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1057 | |
1058 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1059 implementation of the gnuplot-based graphics backend (derived from | |
1060 drawnow.m). | |
1061 * plot/drawnow.m: Deleted (converted to C++). | |
1062 | |
7401 | 1063 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1064 | |
1065 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1066 New tests. | |
1067 | |
7399 | 1068 2008-01-18 John W. Eaton <jwe@octave.org> |
1069 | |
1070 * optimization/sqp.m: End each function with endfunction. | |
1071 | |
7398 | 1072 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1073 | |
1074 * polynomial/residue.m: For each group of pole multiplicity, set | |
1075 the poles of the group to the value of the group's average. | |
1076 | |
7396 | 1077 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1078 | |
1079 * plot/print.m: Handle PDF output. | |
1080 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1081 | |
7392 | 1082 2008-01-17 John W. Eaton <jwe@octave.org> |
1083 | |
7393 | 1084 * path/savepath.m: Print newline before initial comment line. |
1085 Double up single quote characters. | |
1086 * path/__extractpath__.m: Return just the path as a string. | |
1087 Undo single quote character doubling. | |
1088 | |
1089 * path/pathdef.m: Avoid eval. Simplify. | |
1090 | |
7392 | 1091 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1092 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1093 avoid possible file descriptor leak. | |
1094 | |
1095 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1096 | |
1097 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1098 * startup/main-rcfile: Call atexit ("__finish__"). | |
1099 | |
7388 | 1100 2008-01-16 John W. Eaton <jwe@octave.org> |
1101 | |
7390 | 1102 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1103 Use it to disable enhanced mode for individual labels and titles. | |
1104 | |
7392 | 1105 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1106 (install install-strip, uninstall): Handle function files. |
1107 | |
1108 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1109 | |
7392 | 1110 * startup/__finish__.m: New file. |
1111 * path/__extractpath__.m, path/matlabroot.m, | |
1112 path/pathdef.m: New files. | |
7388 | 1113 * path/Makefile.in (SOURCES): Add them to the list. |
1114 | |
7385 | 1115 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1116 | |
7387 | 1117 * special-matrix/vander.m: Vectorize. New test. |
1118 | |
7385 | 1119 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1120 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1121 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1122 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1123 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1124 Move tests here from test/test_arith.m. | |
1125 | |
7382 | 1126 2008-01-15 John W. Eaton <jwe@octave.org> |
1127 | |
1128 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1129 | |
7379 | 1130 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1131 | |
1132 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1133 Call __get__ instead of get. | |
1134 | |
1135 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1136 | |
1137 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1138 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1139 hermitian operator. | |
1140 | |
7376 | 1141 2008-01-14 Bill Denney <bill@denney.ws> |
1142 | |
1143 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1144 | |
7375 | 1145 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
1146 | |
1147 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1148 image/rgb2ntsc.m: Also accept images as input. | |
1149 | |
1150 * image/gray2ind.m: Handle image type other than double. | |
1151 Improve error checking and documentation. | |
1152 | |
7371 | 1153 2008-01-14 John W. Eaton <jwe@octave.org> |
1154 | |
7372 | 1155 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1156 instead of calling tolower on first arg. Default font name is | |
1157 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1158 (__maybe_munge_text__): Fix typo. | |
1159 | |
7371 | 1160 * optimization/sqp.m: Fix function definitions in test code. |
1161 | |
7361 | 1162 2008-01-12 John W. Eaton <jwe@octave.org> |
1163 | |
1164 * plot/gnuplot_binary.in: New file. | |
1165 * plot/gnuplot_binary.m: Delete. | |
1166 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1167 (SOURCES_IN, GEN_M): New macros. | |
1168 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1169 (FCN_FILES): Include $(GEN_M) in the list. | |
1170 (all): Depend on $(GEN_M). | |
1171 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1172 (distclean): Also remove $(GEN_M). |
7361 | 1173 |
1174 2008-01-11 John W. Eaton <jwe@octave.org> | |
1175 | |
1176 * optimization/sqp.m: New test from example in doc string. | |
1177 | |
7360 | 1178 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1179 | |
1180 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1181 to more than one multiplicity group. | |
1182 | |
7358 | 1183 2008-01-10 John W. Eaton <jwe@octave.org> |
1184 | |
1185 * plot/gnuplot_binary.m: New file. | |
1186 * plot/Makefile.in (SOURCES): Add it to the list. | |
1187 | |
7355 | 1188 2008-01-09 John W. Eaton <jwe@octave.org> |
1189 | |
1190 * plot/drawnow.m: Fail if filename includes a directory part that | |
1191 does not exist. | |
1192 | |
7352 | 1193 2008-01-07 John W. Eaton <jwe@octave.org> |
1194 | |
1195 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1196 Error if glob call fails to match any files. | |
1197 | |
7346 | 1198 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1199 | |
1200 * strings/strtrim.m: Doc fix. | |
1201 | |
7345 | 1202 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1203 | |
1204 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1205 | |
7344 | 1206 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
1207 | |
1208 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1209 | |
7341 | 1210 2008-01-02 John W. Eaton <jwe@octave.org> |
1211 | |
1212 * plot/print.m: Correctly handle pbm terminal. | |
1213 | |
7340 | 1214 2007-12-28 John W. Eaton <jwe@octave.org> |
1215 | |
1216 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1217 extensions. | |
1218 | |
7337 | 1219 2007-12-28 David Bateman <dbateman@free.fr> |
1220 | |
1221 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1222 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1223 * Makefile.in (SOURCES): Add to the sources. | |
1224 | |
1225 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1226 | |
1227 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1228 Remove unnecessary call of size function. | |
1229 | |
7334 | 1230 2007-12-21 John W. Eaton <jwe@octave.org> |
1231 | |
1232 Version 3.0.0 released. | |
1233 | |
7331 | 1234 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
1235 | |
1236 * image/imshow.m: Accept empty value for display_range. | |
1237 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1238 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1239 |
1240 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1241 | |
7328 | 1242 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
1243 | |
1244 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1245 display ranges correctly. | |
1246 | |
7327 | 1247 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1248 Peter A. Gustafson <petegus@umich.edu> | |
1249 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1250 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1251 |
7325 | 1252 2007-12-19 John W. Eaton <jwe@octave.org> |
1253 | |
1254 * miscellaneous/edit.m: New function. | |
1255 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1256 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1257 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1258 |
1259 * plot/__bar__.m: Handle "basevalue" option. | |
1260 * plot/__bars__.m: New arg, base_value. | |
1261 | |
7321 | 1262 2007-12-17 David Bateman <dbateman@free.fr> |
1263 | |
1264 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1265 * plot/Makefiles (SOURCES): Add them to the sources | |
1266 * plot/polar.m: Set the x and y limits to the maximum polar | |
1267 radius. Set the axes to be square. | |
1268 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1269 and print axis at zero if this is used. | |
1270 | |
1271 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1272 contours can overlay pcolor plots. Priveldge no hidden line | |
1273 removal when there are multiple objects in the plot. | |
1274 | |
7320 | 1275 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1276 | |
1277 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1278 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1279 | |
7319 | 1280 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1281 | |
1282 * miscellaneous/run.m: Replace script with f when looking for | |
1283 file to run. | |
1284 | |
7316 | 1285 2007-12-14 David Bateman <dbateman@free.fr> |
1286 | |
7317 | 1287 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
1288 * plot/contour.m: Doc fix. | |
1289 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
1290 Include linetype in withclause. | |
1291 | |
7316 | 1292 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
1293 Use it to determine dimensions. Consolidate all 3-d settings. | |
1294 | |
7315 | 1295 2007-12-13 John W. Eaton <jwe@octave.org> |
1296 | |
1297 * image/imshow.m: Turn axis visibility off. | |
1298 Don't scale true color images. | |
1299 * image/image.m: Set axis layer property to "top". | |
1300 | |
7307 | 1301 2007-12-12 John W. Eaton <jwe@octave.org> |
1302 | |
7313 | 1303 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
1304 | |
1305 * plot/pie.m: Avoid calling "exist". | |
1306 | |
7309 | 1307 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 1308 Condense argument processing logic. Allow 6 arguments. |
1309 Use issquare. Avoid calling "exist". | |
7309 | 1310 |
7307 | 1311 * plot/__go_draw_axes__.m: Handle the axes layer property. |
1312 | |
7305 | 1313 2007-12-12 David Bateman <dbateman@free.fr> |
1314 | |
1315 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
1316 * plot/Makefile.in (SOURCES): Add to the sources. | |
1317 | |
7290 | 1318 2007-12-11 John W. Eaton <jwe@octave.org> |
1319 | |
7298 | 1320 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
1321 * plot/surface.m: Not here. | |
1322 | |
7297 | 1323 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
1324 subsequent "unset grid" if there is no grid. | |
1325 | |
7296 | 1326 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
1327 | |
7293 | 1328 * plot/surface.m: Don't set facecolor property in call to |
1329 __go_surface__. | |
1330 | |
7290 | 1331 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
1332 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
1333 | |
7292 | 1334 2007-12-11 Kai Habel <kai.habel@gmx.de> |
1335 | |
7295 | 1336 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
1337 color string is not taken as z value. | |
1338 | |
7292 | 1339 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
1340 zgrid to "on" and box to "off" for used axes. | |
1341 | |
1342 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
1343 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
1344 | |
7286 | 1345 2007-12-11 David Bateman <dbateman@free.fr> |
1346 | |
7288 | 1347 * miscelleaneous/fullfile.m: Ignore empty arguments. |
1348 | |
7287 | 1349 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
1350 * statistics/base/mode.m: Ditto. | |
1351 | |
7286 | 1352 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
1353 object handles are all now non integer. | |
1354 | |
7278 | 1355 2007-12-10 John W. Eaton <jwe@octave.org> |
1356 | |
7282 | 1357 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
1358 | |
7281 | 1359 * general/issymmetric.m: Use ' instead of .' for compatibility |
1360 with previous versions of Octave. | |
1361 * general/ishermitian.m: Delete. | |
7285 | 1362 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 1363 |
7280 | 1364 * plot/fplot.m: In N is not specified, increase initial number of |
1365 points from 3 and 5 to 5 and 8. | |
1366 | |
7279 | 1367 * signal/detrend.m: Move tests here from test/test_signal.m. |
1368 Loosen tolerance on first test from 10*eps to 20*eps. | |
1369 | |
7278 | 1370 * finance/rate.m: Don't request info from fsolve. |
1371 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1372 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 1373 |
1374 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
1375 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
1376 | |
7276 | 1377 2007-12-10 David Bateman <dbateman@free.fr> |
1378 | |
1379 * image/image.m: Rewritten to allow trailing properties to be | |
1380 passed to underlying image object. | |
1381 * image/__img__.m: Pass additional arguments to __go_image__. | |
1382 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
1383 | |
7274 | 1384 2007-12-10 John W. Eaton <jwe@octave.org> |
1385 | |
1386 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
1387 front" to gnuplot. | |
1388 | |
7271 | 1389 2007-12-10 David Bateman <dbateman@free.fr> |
1390 | |
7274 | 1391 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 1392 border front" from images. |
7274 | 1393 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
1394 * plot/pcolor.m: Set axis "box" property. | |
1395 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
1396 Mark as commands. | |
7271 | 1397 |
7269 | 1398 2007-12-07 David Bateman <dbateman@free.fr> |
1399 | |
1400 * plot/surf.m: Don't set facecolor property. | |
1401 | |
7265 | 1402 2007-12-06 John W. Eaton <jwe@octave.org> |
1403 | |
7269 | 1404 * plot/print.m: Pass mono to drawnow. |
1405 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
1406 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
1407 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
1408 disable color specifications. | |
1409 | |
7265 | 1410 * general/issymmetric.m: Move tests here from test/test_number.m |
1411 | |
1412 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
1413 | |
1414 * general/issymmetric.m: To keep its argument sparse and the | |
1415 function quick, use the infinity norm rather than the 2-norm. | |
1416 Also measure the symmetric part rather than the Hermitian part. | |
1417 * general/ishermitian.m: New file. Measure the Hermitian part. | |
1418 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
1419 | |
7248 | 1420 2007-12-04 John W. Eaton <jwe@octave.org> |
1421 | |
7257 | 1422 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
1423 text and label commands if font is "*". | |
1424 | |
7248 | 1425 * linear-algebra/krylov.m: Doc fixes. |
1426 From Marco Caliari <caliari@sci.univr.it>. | |
1427 | |
7250 | 1428 2007-12-04 Kai Habel <kai.habel@gmx.de> |
1429 | |
1430 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
1431 Add "## PKG_ADD: mark_as_command axis" line. | |
1432 | |
7245 | 1433 2007-12-03 John W. Eaton <jwe@octave.org> |
1434 | |
1435 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
1436 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
1437 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
1438 Generate demos from examples. | |
1439 | |
7240 | 1440 2007-12-03 David Bateman <dbateman@free.fr> |
1441 | |
7243 | 1442 * testfun/test.m: Disable "testif" test block to avoid spurious |
1443 skipped test for "make check". Avoid printing variables for | |
1444 skipped tests. | |
1445 | |
7242 | 1446 * testfun/test.m: Add "testif" type to allow for conditional tests. |
1447 | |
7240 | 1448 * plot/plotyy.m: Use activepositionproperty property of axes |
1449 object. Set second axis color to "none". | |
1450 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
1451 property of the axis objects. | |
1452 | |
7239 | 1453 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
1454 | |
1455 * linear-algebra/condest.m: Loosen tolerance in test. | |
1456 | |
7236 | 1457 2007-12-02 John W. Eaton <jwe@octave.org> |
1458 | |
1459 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
1460 get_data_limits. | |
1461 | |
7222 | 1462 2007-11-30 John W. Eaton <jwe@octave.org> |
1463 | |
1464 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
1465 (get_data_limits, get_axis_limits): Delete. | |
1466 | |
7228 | 1467 2007-11-30 David Bateman <dbateman@free.fr> |
1468 | |
7235 | 1469 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
1470 | |
7228 | 1471 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
1472 tick labels rather than one by one on the labels themselves. | |
1473 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
1474 95% crossing fixed. | |
1475 | |
7217 | 1476 2007-11-29 David Bateman <dbateman@free.fr> |
1477 | |
7220 | 1478 * plot/pareto.m: New file. |
1479 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1480 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
1481 marks to avoid gnuplot error about formating. More colorspec to | |
1482 after the tics. | |
1483 * plot/plotyy.m: More generic check for appropriate axis color. | |
1484 | |
7217 | 1485 * plot/__stem__.m: New file based on old stem.m expanded to treat |
1486 2- and 3-D. | |
1487 * plot/stem3.m: New function. | |
1488 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1489 * plot/stem.m: Adapt to use __stem__. | |
1490 | |
7216 | 1491 2007-11-29 John W. Eaton <jwe@octave.org> |
1492 | |
1493 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
1494 plot/surf.m, plot/surface.m: Don't return handle value unless | |
1495 requested. | |
1496 | |
1497 * plot/patch.m: Omit isnan check on handle returned from | |
1498 __plt_get_axis_arg__. | |
1499 | |
1500 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
1501 but has no axes. | |
1502 | |
7215 | 1503 2007-11-28 David Bateman <dbateman@free.fr> |
1504 | |
1505 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
1506 ancestor. If leading argument is logical set variable nogca to see | |
1507 if gca() should be called if there is no active handle found. | |
1508 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
1509 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
1510 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
1511 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
1512 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
1513 __plt__get_axis_arg__ to find axis handle. | |
1514 * polar.m: Typo. | |
1515 | |
7213 | 1516 2007-11-28 John W. Eaton <jwe@octave.org> |
1517 | |
1518 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
1519 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1520 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 1521 |
1522 * plot/drawnow.m: Fix typo. | |
1523 | |
7206 | 1524 2007-11-27 David Bateman <dbateman@free.fr> |
1525 | |
7207 | 1526 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
1527 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
1528 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
1529 | |
1530 * plot/meshz.m: New function. | |
1531 * plot/Makefile.in (SOURCES): Add it to the list. | |
1532 * plot/surface.m: Allow surface to accept an axis handle as the | |
1533 first argument. | |
1534 * plot/meshc.m: Extract z from the the surface object rather than | |
1535 varargin so that we can rely on code in surface to treat leading | |
1536 axis handles. | |
1537 | |
7206 | 1538 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
1539 y2tics" in the case of a plotyy plot. | |
1540 * plot/plotyy.m: ensure the position property is set correct for | |
1541 the second axis, by setting it after the plot itself. In the case | |
1542 of a plot that returns multiple handles, base the color selection | |
1543 on the first. | |
1544 | |
7204 | 1545 2007-11-27 Kai Habel <kai.habel@gmx.de> |
1546 | |
1547 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
1548 z-value of vertex 'c3'. | |
1549 | |
7203 | 1550 2007-11-27 John W. Eaton <jwe@octave.org> |
1551 | |
1552 * image/image.m: Allow nargin == 0 case to work again. | |
1553 | |
7202 | 1554 2007-11-27 David Bateman <dbateman@free.fr> |
1555 | |
1556 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
1557 colorbar, to ensure that the colorbar is on the canvas for png and | |
1558 postscipt outputs. | |
1559 | |
7189 | 1560 2007-11-26 David Bateman <dbateman@free.fr> |
1561 | |
7197 | 1562 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
1563 return values. | |
1564 | |
7194 | 1565 * plot/plotyy.m: New function |
1566 * plot/Makefile.in (SOURCES): Add it here. | |
1567 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
1568 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
1569 {x|y}label to respect the axis position. | |
1570 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
1571 handle as the first argument. | |
1572 | |
7192 | 1573 * pkg/pkg.m (pkg:install): When loading the installed packages |
1574 index into installed_pkgs_lst and not descriptions.. | |
1575 | |
7189 | 1576 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
1577 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1578 * plot/quiver.m: Modify to use __quiver__.m. | |
1579 | |
1580 * plot/hist.m: Avoid saturation when the x values are in an | |
1581 inetger type. | |
1582 | |
1583 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1584 | |
1585 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1586 functions. | |
1587 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1588 | |
1589 2007-11-26 David Bateman <dbateman@free.fr> | |
1590 | |
1591 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1592 extent. | |
1593 | |
1594 * plot/colorbar.m: New function. | |
1595 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1596 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1597 precalculate the clim, set pm3d except for mesh. | |
1598 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1599 save the real values so that colorbar corresponds to the contour | |
1600 levels. | |
1601 | |
1602 * plot/stem.m: Set marker color the same as the line color. Draw | |
1603 a single discontinous line object for the stems. | |
1604 | |
1605 * plot/sphere.m: New function ported from JHandles. | |
1606 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1607 | |
1608 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1609 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1610 to get enhanced mode to work correctly for the X11 terminal. | |
1611 | |
1612 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1613 the reverse. Allow an axes handle to be passed and/or returned. | |
1614 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1615 | |
1616 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1617 sort surface patches by their depth and not the order they are | |
1618 rendered in. | |
1619 | |
1620 * plot/__patch__.m: Set clim correctly. | |
1621 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1622 the marker color is determined by the cmap. | |
1623 * plot/scatter.m: New function to 2D scatter plots. | |
1624 * plot/scatter3.m: New function to 3D scatter plots. | |
1625 * plot/__scatter__.m: Support function for scatter plots | |
1626 * Makefile.in (SOURCES): Ad dnew functions here. | |
1627 | |
1628 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1629 Return whether the terminal supports enhanced text or not. | |
1630 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1631 supports enhanced mode. | |
1632 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1633 __go_draw_axes__. | |
1634 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1635 needed to support the enhanced mode. | |
1636 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1637 drawnow.m. | |
1638 | |
1639 | |
1640 * plot/caxis.m: New function to control the color axis limits. | |
1641 * plot/Makefile.in (SOURCES): Include it. | |
1642 * plot/axis.m: Allow the first argument to be an axes handle. | |
1643 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1644 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1645 caxis limits. | |
1646 | |
1647 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1648 * image/Makefile.in (SOURCES): Include it. | |
1649 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1650 of the bars for the colormap. | |
1651 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1652 passed. | |
1653 * plot/__contour.m: Avoid possible divide by zero error. | |
1654 * plot/contour.m: Missing semicolon. | |
1655 * plot/surface.m: Don't attempt to set additional arguments if | |
1656 there are none. | |
1657 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1658 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1659 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1660 |
1661 * plot/__bar__.m: put bar creation code into separate function | |
1662 to allow easy hook up from other graphic backends | |
1663 | |
1664 * plot/__bars__.m: new function containing bar creation code | |
1665 | |
7186 | 1666 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1667 | |
1668 * general/accumarray.m: Correct dimension check. | |
1669 | |
7183 | 1670 2007-11-26 John W. Eaton <jwe@octave.org> |
1671 | |
1672 * polynomial/residue.m: Prepad along second dimension. | |
1673 From Doug Stewart <dastew@sympatico.ca>. | |
1674 | |
7181 | 1675 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1676 | |
7183 | 1677 * plot/cylinder.m, plot/slice.m: New functions. |
1678 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1679 |
7177 | 1680 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1681 | |
1682 * plot/patch.m: Handle arg may also be hggroup object. | |
1683 Use ancestor to find parent axes object. | |
1684 | |
7175 | 1685 2007-11-14 David Bateman <dbateman@free.fr> |
1686 | |
1687 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1688 flag to patch that it is not closed. Allow z to take string | |
1689 arguments and use it to flag that the contours are placed at the | |
1690 z level of the contour itself. | |
1691 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1692 objects as well. Let hidden removal take precedence in case of a | |
1693 conflict. | |
1694 * plot/surface.m: Allow surface to treat handles being passed or | |
1695 returned. Any additional arguments arr used to set the surface | |
1696 handle. | |
1697 * plot/contour3.m: New function | |
1698 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1699 | |
7173 | 1700 2007-11-14 John W. Eaton <jwe@octave.org> |
1701 | |
1702 * specfun/bessel.m: Update doc string from | |
1703 src/DLD-FUNCTIONS/besselj.cc. | |
1704 | |
7170 | 1705 2007-11-12 David Bateman <dbateman@free.fr> |
1706 | |
1707 * plot/contour.m: Allow handles to be passed and returned. Split | |
1708 the countour function itself into __contour__.m to be shared with | |
1709 surfc and meshc. | |
1710 * plot/__contour__.m: New file | |
1711 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1712 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1713 the face or edge if the facecolor or edge color are marked as | |
1714 "none". Allow the edgecolor to be determined by the cdata in the | |
1715 same manner as the facecolor. Fail if facecolor is not "none" and | |
1716 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1717 storage of 3D/4D data consistent between line, surface and patch | |
1718 objects. | |
1719 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1720 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1721 |
1722 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1723 Handle fontweight and fontangle properties. | |
1724 | |
7163 | 1725 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1726 | |
1727 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1728 * plot/Makefile.in (SOURCES): Add them to the list. | |
1729 | |
1730 2007-11-12 John W. Eaton <jwe@octave.org> | |
1731 | |
1732 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1733 Use it to avoid duplicated code. | |
1734 | |
7161 | 1735 2007-11-12 David Bateman <dbateman@free.fr> |
1736 | |
7162 | 1737 * plot/title.m: Fix return value for nargout > 0. |
1738 | |
1739 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1740 specified for the title, xlabel, ylabel and text objects. | |
1741 | |
7161 | 1742 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1743 4.0 and surface plots. | |
1744 | |
7160 | 1745 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1746 | |
1747 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1748 with X/Y/Z data. | |
1749 | |
7146 | 1750 2007-11-09 John W. Eaton <jwe@octave.org> |
1751 | |
7152 | 1752 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1753 Correct logic in setting palette data. |
7152 | 1754 |
7151 | 1755 * audio/wavread.m, control/base/__bodquist__.m, |
1756 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1757 control/system/c2d.m, control/system/is_detectable.m, | |
1758 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1759 control/system/tfout.m, general/isdefinite.m, | |
1760 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1761 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1762 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1763 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1764 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1765 testfun/test.m: Use specific end keywords. | |
1766 | |
7146 | 1767 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1768 | |
1769 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1770 | |
1771 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1772 Don't change view if hold is on. | |
1773 | |
7142 | 1774 2007-11-09 David Bateman <dbateman@free.fr> |
1775 | |
7149 | 1776 * plot/hidden.m: New function. |
1777 * plot/Makefile.in (SOURCES): Add it here. | |
1778 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1779 line removal. | |
1780 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1781 removal and if it is "none" don't do hidden line removal. | |
1782 | |
7148 | 1783 * plot/legend.m: Also allow labels for surface and patch types. |
1784 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1785 setting of the legend. | |
1786 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1787 objects as well. | |
1788 | |
7146 | 1789 * plot/area.m, plot/__area__.m: New functions |
1790 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1791 | |
7142 | 1792 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1793 | |
7144 | 1794 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1795 | |
1796 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1797 | |
7131 | 1798 2007-11-08 John W. Eaton <jwe@octave.org> |
1799 | |
7133 | 1800 * control/base/dcgain.m, control/base/dre.m, |
1801 control/base/impulse.m, control/base/step.m, | |
1802 control/system/dmr2d.m, control/system/ord2.m, | |
1803 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1804 control/system/sysgetsignals.m, control/system/sysout.m, | |
1805 control/system/tfout.m, control/system/ugain.m, | |
1806 control/system/zpout.m, control/util/strappend.m: | |
1807 Don't fail with usage message if nargout is too large. | |
1808 | |
7131 | 1809 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1810 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1811 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1812 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1813 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1814 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1815 control/obsolete/rotg.m, control/obsolete/series.m, | |
1816 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1817 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1818 control/system/__syschnamesl__.m, |
1819 control/system/__syscont_disc__.m, | |
1820 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1821 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1822 control/system/abcddim.m, control/system/buildssic.m, | |
1823 control/system/c2d.m, control/system/cellidx.m, | |
1824 control/system/d2c.m, control/system/dmr2d.m, | |
1825 control/system/fir2sys.m, control/system/is_abcd.m, | |
1826 control/system/is_controllable.m, control/system/is_detectable.m, | |
1827 control/system/is_digital.m, control/system/is_observable.m, | |
1828 control/system/is_stabilizable.m, control/system/is_stable.m, | |
1829 control/system/jet707.m, control/system/listidx.m, | |
1830 control/system/parallel.m, control/system/ss.m, | |
1831 control/system/ss2sys.m, control/system/ss2zp.m, | |
1832 control/system/starp.m, control/system/sys2ss.m, | |
1833 control/system/sys2tf.m, control/system/sys2zp.m, | |
1834 control/system/sysadd.m, control/system/sysappend.m, | |
1835 control/system/sysconnect.m, control/system/syscont.m, | |
1836 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 1837 control/system/sysdup.m, control/system/sysgetsignals.m, |
1838 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 1839 control/system/sysmult.m, control/system/sysout.m, |
1840 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 1841 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 1842 control/system/syssub.m, control/system/sysupdate.m, |
1843 control/system/tf.m, control/system/tf2ss.m, | |
1844 control/system/tf2sys.m, control/system/tfout.m, | |
1845 control/system/zp.m, control/system/zp2ss.m, | |
1846 control/system/zp2sys.m, control/system/zp2tf.m, | |
1847 control/system/zpout.m, control/util/__outlist__.m, | |
1848 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
1849 control/util/prompt.m, control/util/sortcom.m, | |
1850 control/util/zgfmul.m, control/util/zgfslv.m, | |
1851 control/util/zginit.m, control/util/zgreduce.m, | |
1852 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 1853 |
7130 | 1854 2007-11-08 David Bateman <dbateman@free.fr> |
1855 | |
1856 * plot/quiver.m: Fix arrowheads. | |
1857 | |
7128 | 1858 2007-11-07 Ben Abbott <bpabbott@mac.com> |
1859 | |
1860 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 1861 Handle "rows" argument. New tests. |
7128 | 1862 (cell_ismember): New function. |
1863 | |
7127 | 1864 2007-11-07 John W. Eaton <jwe@octave.org> |
1865 | |
1866 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
1867 control/base/__stepimp__.m, control/base/are.m, | |
1868 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
1869 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
1870 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
1871 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
1872 control/base/ltifr.m, control/base/nichols.m, | |
1873 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
1874 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
1875 Style fixes. | |
1876 | |
7125 | 1877 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
1878 | |
1879 * control/base/bode_bounds.m, control/base/dgram.m, | |
1880 control/base/dlyap.m, control/base/freqchkw.m, | |
1881 control/base/gram.m, control/base/place.m, | |
1882 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
1883 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
1884 control/system/is_signal_list.m, control/system/ss2tf.m, | |
1885 control/system/sys2fir.m, control/system/sysgettsam.m, | |
1886 control/system/sysgettype.m, control/system/sysreorder.m, | |
1887 control/system/tf2sys.m, control/system/zp2tf.m, | |
1888 control/util/axis2dlim.m, control/util/swap.m, | |
1889 control/util/zgfmul.m, control/util/zgfslv.m, | |
1890 control/util/zginit.m, control/util/zgreduce.m, | |
1891 control/util/zgrownorm.m, control/util/zgscal.m, | |
1892 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
1893 geometry/inpolygon.m, linear-algebra/housh.m, | |
1894 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
1895 miscellaneous/run.m, quaternion/qconj.m, | |
1896 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
1897 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
1898 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
1899 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
1900 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
1901 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
1902 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
1903 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
1904 statistics/distributions/empirical_cdf.m, | |
1905 statistics/distributions/empirical_inv.m, | |
1906 statistics/distributions/empirical_pdf.m, | |
1907 statistics/models/logistic_regression_derivatives.m, | |
1908 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
1909 | |
7118 | 1910 2007-11-07 David Bateman <dbateman@free.fr> |
1911 | |
7120 | 1912 * general/gradient.m: Correctly convert deltax and deltay scalar |
1913 values are scalars to vectors. | |
1914 | |
7119 | 1915 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
1916 the meshc.m function. | |
1917 * plot/meshc.m: Also use the surface function. | |
1918 | |
7120 | 1919 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 1920 * plot/Makefile.in (SOURCES): Add them to the list. |
1921 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
1922 | |
7117 | 1923 2007-11-07 Michael Zeising <michael@michaels-website.de> |
1924 | |
1925 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
1926 | |
7115 | 1927 2007-11-07 John W. Eaton <jwe@octave.org> |
1928 | |
1929 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
1930 the data limits are infinite. | |
1931 (get_data_limits): Don't do anything if xdat or tx are empty. | |
1932 (get_axis_limits): Don't do anything if min_val or max_val are | |
1933 infinite. | |
1934 | |
7112 | 1935 2007-11-06 David Bateman <dbateman@free.fr> |
1936 | |
1937 * plot/hist.m: Pass any additional arguments to bar for | |
1938 treatment. Create a default x value that is always a vector. | |
1939 | |
7111 | 1940 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
1941 | |
1942 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
1943 when calling ./configure and add quotes to preserve spaces. | |
7109 | 1944 |
1945 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
1946 | |
1947 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
1948 New files. | |
1949 * plot/mesh.m: Call surface to do the real work. | |
1950 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
1951 properties. | |
1952 | |
1953 * image/colormap.m: Also return current colormap if nargout and | |
1954 nargin are both 0. | |
1955 | |
7106 | 1956 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
1957 | |
1958 * startup/inputrc: Delete key bindings starting with \340 code. | |
1959 | |
7112 | 1960 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 1961 |
1962 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
1963 to avoid issues of over- and underflow. From Rolf Fabian | |
1964 <Rolf.Fabian@gmx.de>. | |
1965 | |
7097 | 1966 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
1967 | |
1968 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
1969 help texts. | |
1970 | |
7096 | 1971 2007-11-02 Kai Habel <kai.habel@gmx.de> |
1972 | |
1973 * plot/bar.m, plot/barh.m: Doc fix. | |
1974 | |
7094 | 1975 2007-10-31 John W. Eaton <jwe@octave.org> |
1976 | |
1977 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
1978 | |
7086 | 1979 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
1980 | |
1981 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
1982 objects and legend objects are implemented with a separate axes | |
1983 object. | |
1984 | |
7078 | 1985 2007-10-30 David Bateman <dbateman@free.fr> |
1986 | |
7081 | 1987 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
1988 | |
7078 | 1989 * plot/__go_draw_axes__.m (do_linestyle_command): |
1990 Use point type 0 for ".". | |
1991 | |
7073 | 1992 2007-10-26 John W. Eaton <jwe@octave.org> |
1993 | |
7074 | 1994 * image/imshow.m: Improve compatibility. |
1995 * image/image.m: Return handle if nargou > 0. | |
1996 | |
7073 | 1997 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1998 | |
7069 | 1999 2007-10-25 John W. Eaton <jwe@octave.org> |
2000 | |
2001 * miscellaneous/compare_versions.m: Style fixes. | |
2002 | |
7060 | 2003 2007-10-24 John W. Eaton <jwe@octave.org> |
2004 | |
7061 | 2005 * image/saveimage.m: Use functional form of save instead of eval. |
2006 Use -text instead of -ascii. | |
2007 | |
7060 | 2008 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2009 | |
7054 | 2010 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2011 | |
2012 * plot/legend.m: Also extract location string from varargin (lost | |
2013 when 2007-10-08 patch was applied). | |
2014 | |
7049 | 2015 2007-10-23 David Bateman <dbateman@free.fr> |
2016 | |
2017 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2018 miscellaneous/what.m: New functions | |
2019 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2020 functions. | |
2021 | |
7045 | 2022 2007-10-22 David Bateman <dbateman@free.fr> |
2023 | |
2024 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2025 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2026 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2027 | |
7042 | 2028 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2029 | |
2030 * plot/contourf.m: New function. | |
2031 * plot/Makefile.in (SOURCES): Add it to the list. | |
2032 | |
7040 | 2033 2007-10-19 John W. Eaton <jwe@octave.org> |
2034 | |
2035 * plot/subplot.m: Doc fix. | |
2036 | |
7039 | 2037 2007-10-19 David Bateman <dbateman@free.fr> |
2038 | |
7041 | 2039 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2040 |
7037 | 2041 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2042 | |
2043 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2044 output. | |
2045 | |
7031 | 2046 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2047 | |
2048 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2049 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2050 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2051 control/system/syssetsignals.m, control/base/lqg.m, | |
2052 strings/str2double.m, control/system/sysscale.m, | |
2053 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2054 Make help text fit on pages when using smallbook. | |
2055 | |
7028 | 2056 2007-10-15 David Bateman <dbateman@free.fr> |
2057 | |
7032 | 2058 * plot/print.m: Call drawnow before printing to ensure the plot is |
2059 on the screen. | |
2060 | |
7028 | 2061 * testfun/test.m: In error/warning blocks test for an error before |
2062 a warning to avoid unexpected failures. | |
2063 | |
7027 | 2064 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2065 | |
2066 * testfun/assert.m: Correct documentation of absolution versus | |
2067 relative error tolerance and add tests. | |
2068 | |
7024 | 2069 2007-10-14 David Bateman <dbateman@free.fr> |
2070 | |
2071 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2072 src directory. | |
2073 * plot/Makefile.in (SOURCES): Add fill.m. | |
2074 | |
7020 | 2075 2007-10-13 David Bateman <dbateman@free.fr> |
2076 | |
2077 * plot/__patch__.m: Allow multiple patches to be defined and | |
2078 return a single patch object. Allow Faces/Vertices form of | |
2079 patch. Flag failure so the patch can call print_usage. | |
2080 * plot/patch.m: Update help string for Faces/Vertices | |
2081 call. Respect the fail flag returned by __patch__. Add demo code | |
2082 that tests the functionality of patch. | |
2083 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2084 patch object. | |
2085 * plot/fill.m: New function. | |
2086 | |
7016 | 2087 2007-10-12 John W. Eaton <jwe@octave.org> |
2088 | |
2089 * Change copyright notices in all files that are part of Octave to | |
2090 GPLv3 or any later version. | |
2091 | |
7012 | 2092 2007-10-11 John W. Eaton <jwe@octave.org> |
2093 | |
2094 * plot/__go_draw_axes__.m (get_axis_limits): | |
2095 Return lim = [] if logscale and no positive values. | |
2096 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2097 Set initial min and min positive values to Inf, max values to -Inf. | |
2098 (get_data_limits): Correctly handle xminp when no positive values | |
2099 are found. | |
2100 | |
7011 | 2101 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2102 | |
2103 * polynomial/residue.m: New optional input for pole multiplicity. | |
2104 Doc fix. Fix tests. | |
2105 | |
7010 | 2106 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2107 | |
2108 * toplev.cc (Foctave_config_info): Add field "mac". | |
2109 | |
2110 * miscellaneous/ismac.m: New function. | |
2111 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2112 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2113 | |
7009 | 2114 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2115 | |
2116 * statistics/distributions/hygernd.m: Allow size to be specified | |
2117 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2118 scalars or matrices of a common size. | |
2119 | |
7007 | 2120 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2121 | |
2122 * control/csrefcard.lt, control/system/is_detectable.m, | |
2123 control/system/sysgroup.m, geometry/voronoin.m, | |
2124 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2125 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2126 statistics/distributions/binornd.m, | |
2127 statistics/distributions/cauchy_rnd.m, | |
2128 statistics/distributions/chi2rnd.m, | |
2129 statistics/distributions/discrete_rnd.m, | |
2130 statistics/distributions/exprnd.m, | |
2131 statistics/distributions/frnd.m, | |
2132 statistics/distributions/gamrnd.m, | |
2133 statistics/distributions/geornd.m, | |
2134 statistics/distributions/laplace_rnd.m, | |
2135 statistics/distributions/logistic_rnd.m, | |
2136 statistics/distributions/lognrnd.m, | |
2137 statistics/distributions/nbinrnd.m, | |
2138 statistics/distributions/normrnd.m, | |
2139 statistics/distributions/poissrnd.m, | |
2140 statistics/distributions/stdnormal_rnd.m, | |
2141 statistics/distributions/trnd.m, | |
2142 statistics/distributions/unifrnd.m, | |
2143 statistics/distributions/wblrnd.m: Spelling fixes. | |
2144 | |
7005 | 2145 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2146 | |
2147 * time/tic.m: New optional output value. | |
2148 | |
2149 * general/int2str.m: Doc fix. | |
2150 | |
7002 | 2151 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2152 | |
2153 * statistics/distributions/hygecdf.m, | |
2154 statistics/distributions/hygeinv.m, | |
2155 statistics/distributions/hygepdf.m, | |
2156 statistics/distributions/hygernd.m: | |
2157 Swap order of T and M args for compatibility. | |
2158 | |
7001 | 2159 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2160 | |
2161 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2162 control/system/buildssic.m, control/system/c2d.m, | |
2163 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2164 control/system/ss2sys.m, control/system/ss2tf.m, | |
2165 control/system/syscont.m, control/system/sysdimensions.m, | |
2166 control/system/sysdisc.m, control/system/sysmult.m, | |
2167 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2168 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2169 general/interp1.m, general/interp2.m, general/interp3.m, | |
2170 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2171 general/rat.m, general/structfun.m, general/trapz.m, | |
2172 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2173 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2174 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2175 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2176 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2177 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2178 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2179 statistics/base/meansq.m, statistics/base/var.m, | |
2180 statistics/tests/chisquare_test_independence.m, | |
2181 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2182 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2183 testfun/test.m: Spelling fixes. | |
2184 | |
6998 | 2185 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2186 | |
2187 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2188 | |
6997 | 2189 2007-10-10 John W. Eaton <jwe@octave.org> |
2190 | |
2191 * general/num2str.m: Always allow for sign for automatically | |
2192 computed format widths. | |
2193 | |
6988 | 2194 2007-10-09 David Bateman <dbateman@free.fr> |
2195 | |
2196 * plot/patch.m: Accept a handle as the first argument. | |
2197 | |
6987 | 2198 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2199 | |
7010 | 2200 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2201 |
6985 | 2202 2007-10-09 John W. Eaton <jwe@octave.org> |
2203 | |
2204 * audio/wavwrite.m: Accept arguments in compatible order. | |
2205 | |
6979 | 2206 2007-10-08 David Bateman <dbateman@free.fr> |
2207 | |
2208 * general/interp2.m: Relax test for values outside the grid to | |
2209 allow monotonically decreasing abscissa as well. | |
2210 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2211 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2212 |
2213 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2214 as output parameter. | |
2215 | |
6977 | 2216 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2217 | |
2218 * plot/__go_draw_axes__.m, plot/legend.m: | |
2219 Handle compatible position specifiers as strings. | |
2220 | |
6975 | 2221 2007-10-08 John Swensen <jpswensen@comcast.net> |
2222 | |
2223 * general/num2str.m: Eliminate extra whitespace in output. | |
2224 * strings/strtrim.m: New function. | |
2225 * strings/Makefile.in (SOURCES): Add it to the list. | |
2226 | |
6968 | 2227 2007-10-06 John W. Eaton <jwe@octave.org> |
2228 | |
2229 * polynomial/residue.m: New test from test/test_poly.m. | |
2230 | |
6967 | 2231 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2232 | |
2233 * image/saveimage.m: Handle saving color images without a colormap. | |
2234 * image/__img_via_file__.m: Add missing semicolon. | |
2235 | |
2236 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2237 | |
7010 | 2238 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2239 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2240 | |
6965 | 2241 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2242 | |
2243 * plot/print.m: Handle svg output type. Accept new -S option to | |
2244 specify size for PNG and SVG output types. | |
2245 | |
2246 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2247 |
2248 * polynomial/mpoles.m: New function. | |
2249 * polynomial/residue.m: Modified to behave in reciprocal | |
2250 manner. No longer compute 4th output, "e". No longer accept | |
2251 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2252 Respect maximum relative difference in poles when determining | |
2253 their multiplicity. Use mpoles to determine the multiplicity of | |
2254 poles. | |
2255 | |
6963 | 2256 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2257 | |
2258 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2259 for surface plots. | |
2260 | |
6962 | 2261 2007-10-05 John W. Eaton <jwe@octave.org> |
2262 | |
2263 * plot/__next_line_color__.m: Get color_rotation from axes | |
2264 colororder property. | |
2265 | |
6953 | 2266 2007-10-03 John W. Eaton <jwe@octave.org> |
2267 | |
6955 | 2268 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2269 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2270 | |
6953 | 2271 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2272 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2273 special for __vnorm__. | |
2274 | |
6951 | 2275 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2276 | |
6952 | 2277 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2278 |
6950 | 2279 2007-10-03 David Bateman <dbateman@free.fr> |
2280 | |
2281 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2282 if a file is architecture dependent based on a list of file | |
2283 extensions. | |
2284 (configure_make): Simplify the search for architecture dependent | |
2285 files based on this function. | |
2286 (load_pakages_and_dependencies): Also look for bin directory in | |
2287 the architecture dependent directory. | |
2288 | |
6947 | 2289 2007-10-03 John W. Eaton <jwe@octave.org> |
2290 | |
2291 * miscellaneous/dir.m: Create empty struct with field names. | |
2292 Include datenum in struct. | |
2293 | |
6943 | 2294 2007-10-02 David Bateman <dbateman@free.fr> |
2295 | |
2296 * miscellaneous/ls.m: If nargout return string array of files | |
2297 returned by ls. | |
2298 | |
6942 | 2299 2007-10-01 John W. Eaton <jwe@octave.org> |
2300 | |
2301 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
2302 range values. | |
2303 | |
6937 | 2304 2007-10-01 David Bateman <dbateman@free.fr> |
2305 | |
7010 | 2306 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 2307 speed with small vectors. |
6937 | 2308 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
2309 rather than OCTAVE_HOME(). | |
2310 | |
6935 | 2311 2007-09-30 Ben Abbott <bpabbott@mac.com> |
2312 | |
2313 * plot/findobj.m: New function. | |
2314 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
2315 | |
6925 | 2316 2007-09-26 David Bateman <dbateman@free.fr> |
2317 | |
2318 * pkg/pkg.m: Add second argument to setting for prefix for | |
2319 architecture dependent files. Use throughout. | |
2320 (pkg:issuperuser): New function, use through to check for | |
2321 root user. | |
2322 (pkg:getarchprefix): function to give the archiecture dependent | |
2323 prefix for a package. | |
2324 (pkg:getarchdir): New function giving location of architetcure | |
2325 dependent directory. Use through out. | |
2326 (pkg:install): Treat architecture dependent directory separately | |
2327 as in might not be a sub-directory of the package directory. | |
2328 (pkg:uninstall): ditto. | |
2329 (pkg:create_pkgadddel): Check for global or local install for | |
2330 architecture dependent directory. | |
2331 (pkg:finish_installation): ditto. | |
2332 (pkg:write_INDEX): ditto. | |
2333 (pkg:load_packages_and_dependencies): ditto. | |
2334 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
2335 files to a new location if user is root. | |
2336 (pkg:rm_rf): Check if file or directory exists before removing. | |
2337 (pkg:dirempty): Check if directory exists before checking. | |
2338 | |
2339 * plot/___patch__.m: Allow face colors to be passed as strings | |
2340 | |
2341 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
2342 needed for calls to "hold" without an argument. | |
2343 | |
6920 | 2344 2007-09-21 John W. Eaton <jwe@octave.org> |
2345 | |
6921 | 2346 * optimization/sqp.m: Fix typo. |
2347 | |
6920 | 2348 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
2349 | |
6919 | 2350 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
2351 | |
2352 * control/hinf/h2norm: Compute d*d', not d'*d. | |
2353 | |
6918 | 2354 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
2355 | |
2356 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
2357 unidpdf.m and unidinv.m | |
2358 | |
6914 | 2359 2007-09-18 John W. Eaton <jwe@octave.org> |
2360 | |
2361 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
2362 (do_tics_1): Set numeric axes formats to "%.15g". | |
2363 | |
6912 | 2364 2007-09-18 David Bateman <dbateman@free.fr> |
2365 | |
2366 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
2367 of %g when writing data. | |
2368 | |
6908 | 2369 2007-09-17 John W. Eaton <jwe@octave.org> |
2370 | |
2371 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
2372 | |
6903 | 2373 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
2374 | |
2375 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
2376 noninteger N with N-K < 1. | |
2377 | |
6901 | 2378 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
2379 | |
2380 * strings/index.m: Correct for strings differing after the third | |
2381 position (bug reported by Maude Martin). | |
2382 | |
6895 | 2383 2007-09-13 John W. Eaton <jwe@octave.org> |
2384 | |
2385 * plot/__default_colormap__.m: Delete. | |
2386 * plot/Makefile (SOURCES): Remove from the list. | |
2387 | |
6898 | 2388 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
2389 | |
2390 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
2391 | |
6885 | 2392 2007-09-10 David Bateman <dbateman@free.fr> |
2393 | |
2394 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
2395 limit the selection of colors in the same way as for lines. | |
2396 * plot/__patch__.m: Allow matrix arguments with one patch per | |
2397 column. | |
2398 * plot/__bar__.m: Adapt to use "patch". | |
2399 | |
6870 | 2400 2007-09-06 John W. Eaton <jwe@octave.org> |
2401 | |
2402 * plot/drawnow.m (drawnow): New arg, debug_file. | |
2403 (init_plot_stream): Split from open_plot_stream. | |
2404 * plot/print.m: Accept -debug=FILE argument. | |
2405 | |
6868 | 2406 2007-09-06 David Bateman <dbateman@free.fr> |
2407 | |
7010 | 2408 * general/celldisp.m: New function. |
2409 * general/Makefile.in (SOURCES): Add celldisp.m. | |
2410 * miscellaneous/swapbytes.m: New function. | |
2411 * miscellaneous/gzip.m: New function. | |
2412 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 2413 |
6863 | 2414 2007-09-05 David Bateman <dbateman@free.fr> |
2415 | |
7010 | 2416 * general/structfun.m: New function. |
2417 * general/Makefile.in (SOURCES): Add it to sources. | |
2418 * miscellaneous/run.m: New function. | |
2419 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
2420 * statistics/base/mode.m: New function. | |
2421 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 2422 |
6862 | 2423 2007-09-05 John W. Eaton <jwe@octave.org> |
2424 | |
2425 * miscellaneous/orderfields.m: Use numel instead of length. | |
2426 | |
2427 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
2428 | |
2429 * miscellaneous/orderfields.m: Handle empty structs. | |
2430 | |
6861 | 2431 2007-09-05 John W. Eaton <jwe@octave.org> |
2432 | |
2433 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
2434 DATA_IDX. | |
2435 | |
2436 2007-09-04 David Bateman <dbateman@free.fr> | |
2437 | |
2438 * general/isdir.m: Return a logical value. | |
2439 | |
6859 | 2440 2007-09-04 David Bateman <dbateman@free.fr> |
2441 | |
2442 * statistics/distributions/chi2pdf.m, | |
2443 statistics/distributions/chi2cdf.m, | |
2444 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
2445 distribution functions to account for inverse of scale factor in | |
2446 gamma functions. | |
2447 | |
6857 | 2448 2007-09-01 John W. Eaton <jwe@octave.org> |
2449 | |
2450 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
2451 | |
6853 | 2452 2007-09-01 David Bateman <dbateman@free.fr> |
2453 | |
2454 * polynomial/polyint.m: New function like polyinteg but with | |
2455 explicit integration constant. | |
2456 * polynomial/polyinteg.m: Remove. | |
2457 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
2458 polyinteg.m. | |
2459 * deprecated/polyinteg.m: Move version here. | |
2460 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
2461 | |
6852 | 2462 * geometry/voronoi.m: Add large box around data to get a good |
2463 approximation of the rays to infinity. | |
2464 | |
6851 | 2465 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
2466 | |
2467 * plot/axes.m: Allow parent to be specified when creating axes | |
2468 objects. Support non-figure parents. | |
2469 | |
2470 2007-08-31 John W. Eaton <jwe@octave.org> | |
2471 | |
2472 * plot/ancestor.m: New function, adapted from Octave Forge. | |
2473 | |
6850 | 2474 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
2475 | |
7010 | 2476 * polynomial/polygcd.m: Better layout of example. |
2477 * polynomial/compan.m: Remove unnecessary check. | |
2478 * polynomial/roots.m: Added example to help text. | |
2479 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
2480 * polynomial/poly.m: Added example to help text. | |
6850 | 2481 |
6848 | 2482 2007-08-30 John W. Eaton <jwe@octave.org> |
2483 | |
2484 * optimization/qp.m: Increase maxit to 200. | |
2485 | |
6847 | 2486 2007-08-30 David Bateman <dbateman@free.fr> |
2487 | |
2488 * geometry/inpolygon.m: New file. | |
2489 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
2490 | |
6843 | 2491 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
2492 | |
2493 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
2494 | |
6829 | 2495 2007-08-24 David Bateman <dbateman@free.fr> |
2496 | |
2497 * plot/__go_draw_axes__.m: Treat text color property. | |
2498 | |
6828 | 2499 2007-08-24 John W. Eaton <jwe@octave.org> |
2500 | |
2501 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
2502 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
2503 | |
2504 * miscellaneous/movefile.m: Separate second and third args and | |
2505 use p1 and p2, not f1 and f2 when constructing arguments for | |
2506 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
2507 | |
6825 | 2508 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
2509 | |
2510 * set/intersect.m: Make it work with cell arrays of strings. | |
2511 | |
6823 | 2512 2007-08-24 David Bateman <dbateman@free.fr> |
2513 | |
7010 | 2514 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 2515 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
2516 functions ported from octave-forge. | |
7010 | 2517 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 2518 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
2519 geometry/triplot.m, geometry/tsearchn.m: | |
2520 New functions. | |
7010 | 2521 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
2522 * geometry/Makefile.in (SOURCES): Add functions above. | |
2523 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 2524 |
6820 | 2525 2007-08-23 John W. Eaton <jwe@octave.org> |
2526 | |
2527 * pkg/pkg.m: Avoid using installed_packages for both function and | |
2528 variable name. | |
2529 | |
2530 2007-08-23 David Bateman <dbateman@free.fr> | |
2531 | |
2532 * plot/plot.m: Allow first arg to be axes handle. | |
2533 | |
6818 | 2534 2007-08-22 David Bateman <dbateman@free.fr> |
2535 | |
2536 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
2537 outputs are returned only if requested. | |
2538 | |
2539 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
2540 | |
2541 * control/base/nichols.m: Fix typo. | |
2542 | |
6813 | 2543 2007-08-13 John W. Eaton <jwe@octave.org> |
2544 | |
2545 * plot/meshgrid.m: Use repmat instead of multiplication. | |
2546 | |
6809 | 2547 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
2548 | |
2549 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
2550 use axes position in each appropriate gnuplot set statement. | |
2551 | |
6808 | 2552 2007-08-10 John W. Eaton <jwe@octave.org> |
2553 | |
2554 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
2555 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2556 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
2557 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
2558 | |
6807 | 2559 2007-08-10 Kai Habel <kai.habel@gmx.de> |
2560 | |
2561 * plot/patch.m, plot/__patch__.m: New files. | |
2562 * plot/Makefile.in (SOURCES): Add them to the list. | |
2563 | |
2564 2007-08-07 John W. Eaton <jwe@octave.org> | |
2565 | |
2566 * path/savepath.m: Use single quotes for argument to PATH command | |
2567 that is inserted in file. | |
2568 | |
6805 | 2569 2007-07-27 John W. Eaton <jwe@octave.org> |
2570 | |
2571 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
2572 not set in the environment. | |
2573 | |
6796 | 2574 2007-07-25 David Bateman <dbateman@free.fr> |
2575 | |
2576 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2577 control/base/Makefile.in, control/hinf/Makefile.in, | |
2578 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2579 control/util/Makefile.in, deprecated/Makefile.in, | |
2580 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2581 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2582 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2583 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2584 polynomial/Makefile.in, quaternion/Makefile.in, | |
2585 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2586 specfun/Makefile.in, special-matrix/Makefile.in, | |
2587 startup/Makefile.in, statistics/Makefile.in, | |
2588 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2589 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2590 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2591 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2592 | |
6795 | 2593 2007-07-25 John W. Eaton <jwe@octave.org> |
2594 | |
2595 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2596 | |
6793 | 2597 2007-07-24 David Bateman <dbateman@free.fr> |
2598 | |
2599 * image/flag.m: New colormap function. | |
2600 * images/Makefile.in: Include it in SOURCES. | |
2601 | |
2602 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2603 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2604 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2605 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2606 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2607 number of colormap elements as the other colormap functions. | |
2608 | |
6790 | 2609 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2610 | |
2611 * plot/__go_draw_axes__.m: Handle patch. | |
2612 | |
6788 | 2613 2007-07-23 David Bateman <dbateman@free.fr> |
2614 | |
2615 * general/rat.m: New function for ration approximation imported | |
2616 from octave-forge. | |
2617 * general/del2.m: New function for discrete laplacian operator. | |
2618 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2619 | |
2620 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2621 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2622 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2623 image/winter.m, image/brighten.m: Port image functions from | |
2624 octave-forge. | |
2625 * image/Makefile.in: Add ported functions to SOURCES. | |
2626 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2627 compatibility with matlab. | |
2628 | |
2629 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2630 octave-forge | |
2631 * plot/Makefile.in: Add ported functions to SOURCES. | |
2632 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2633 using gnuplot 4.2 or greater. | |
2634 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2635 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2636 |
2637 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2638 | |
6781 | 2639 2007-07-19 David Bateman <dbateman@free.fr> |
2640 | |
2641 * plot/fplot.m: More compatible version. | |
2642 | |
6780 | 2643 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2644 | |
2645 * plot/clf.m: Check for valid handle before deleting. | |
2646 | |
2647 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2648 __go_figure__ instead of using regular "set" call. | |
2649 | |
6779 | 2650 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2651 | |
2652 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2653 type for gnuplot. | |
2654 | |
6778 | 2655 2007-07-18 John W. Eaton <jwe@octave.org> |
2656 | |
2657 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2658 gnuplot for each set of axes. | |
2659 | |
6777 | 2660 2007-07-18 David Bateman <dbateman@free.fr> |
2661 | |
6778 | 2662 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2663 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2664 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2665 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2666 Use standard scale factor rather than one on the scale factor for | |
2667 compatibility. | |
2668 | |
2669 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2670 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2671 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2672 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2673 Preserve backward compatibility. | |
6777 | 2674 |
6776 | 2675 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2676 | |
2677 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2678 to avoid issues with regexp special characters in the path strings. | |
2679 | |
6770 | 2680 2007-07-06 David Bateman <dbateman@free.fr> |
2681 | |
6778 | 2682 * general/accumarray.m: New function to create an array by |
2683 accumulating the elements. | |
6770 | 2684 |
6768 | 2685 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2686 | |
2687 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2688 (fdjac): Set nx outside of if block. | |
2689 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2690 | |
6765 | 2691 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2692 | |
2693 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2694 | |
2695 * plot/axis.m: Also set "visible" property when setting axes to | |
2696 on/off. | |
2697 | |
6762 | 2698 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2699 | |
2700 * image/colormap.m: Only return colormap if nargout > 0. | |
2701 Mark as command. | |
2702 | |
6758 | 2703 2007-06-25 John W. Eaton <jwe@octave.org> |
2704 | |
2705 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2706 strcmp for selected property comparisons. | |
2707 | |
6756 | 2708 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2709 | |
6778 | 2710 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2711 |
6754 | 2712 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2713 | |
2714 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2715 | |
6756 | 2716 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2717 |
6778 | 2718 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2719 argument, and note that the data should be sorted for the |
2720 definition of the median to be correct. | |
2721 | |
6778 | 2722 * statistics/base/std.m: Add missing square to definition of |
6754 | 2723 standard deviation. |
2724 | |
6778 | 2725 * statistics/base/cov.m: Add definition of covariance to the help text. |
2726 | |
2727 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2728 statistics/base/std.m: |
2729 Note that \bar{x} is the mean value of x in the help text. | |
2730 | |
6778 | 2731 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2732 coefficient to the help text. |
2733 | |
6778 | 2734 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2735 | |
2736 * statistics/base/var.m: Put N in @math in help text. | |
2737 | |
2738 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2739 statistics/tests/kolmogorov_smirnov_test.m: |
2740 Write about possible values of 'dist' in help text. | |
2741 | |
6778 | 2742 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2743 Add definition of correlation to the help text. |
2744 | |
6778 | 2745 * statistics/base/logit.m, statistics/base/kendall.m, |
2746 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2747 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2748 TeXification of help text. | |
2749 | |
2750 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2751 | |
2752 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2753 Add missing @var's to help text. | |
2754 | |
2755 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2756 | |
2757 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2758 of help text. | |
2759 | |
2760 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2761 help text. | |
2762 | |
2763 * statistics/distributions/unidpdf.m, | |
2764 statistics/distributions/discrete_pdf.m: | |
2765 Replace 'pDF' with 'PDF' in help text. | |
2766 | |
6753 | 2767 2007-06-25 John W. Eaton <jwe@octave.org> |
2768 | |
2769 * strings/substr.m: Use offset consistently in code and doc string. | |
2770 From Rafael Laboissiere <rafael@debian.org>. | |
2771 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2772 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2773 |
6778 | 2774 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2775 |
6751 | 2776 2007-06-25 John W. Eaton <jwe@octave.org> |
2777 | |
2778 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2779 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2780 <juhani@cs.joensuu.fi>. | |
2781 | |
6748 | 2782 2007-06-20 John W. Eaton <jwe@octave.org> |
2783 | |
6749 | 2784 * strings/index.m: Allow strings to be empty. |
2785 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2786 | |
6748 | 2787 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2788 | |
6747 | 2789 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2790 | |
2791 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2792 separate matrices. | |
2793 | |
6746 | 2794 2007-06-19 David Bateman <dbateman@free.fr> |
2795 | |
2796 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2797 only ";;" legend syntax. | |
2798 * polynomial/mkpp.m: ditto. | |
2799 * polynomial/pchip.m: ditto. | |
2800 * signal/freqz_plot.m: ditto. | |
2801 * sparse/gplot.m: ditto. | |
2802 * sparse/treeplot.m: ditto. | |
2803 | |
6745 | 2804 2007-06-19 John W. Eaton <jwe@octave.org> |
2805 | |
2806 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2807 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2808 | |
6742 | 2809 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2810 | |
6778 | 2811 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2812 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2813 to check for NA. | |
2814 | |
6741 | 2815 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2816 | |
6778 | 2817 * optimization/glpk.m: TeXified the help text. |
2818 * optimization/qp.m: TeXified the help text. | |
2819 * optimization/sqp.m: TeXified the help text. | |
6741 | 2820 |
6740 | 2821 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2822 | |
6778 | 2823 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2824 |
6738 | 2825 2007-06-15 John W. Eaton <jwe@octave.org> |
2826 | |
2827 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
2828 have_newer_gnuplot is true. | |
2829 | |
6736 | 2830 2007-06-15 Pete Gustafson <petegus@umich.edu> |
2831 | |
6778 | 2832 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
2833 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 2834 to 90, all others 0. |
2835 | |
6778 | 2836 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
2837 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 2838 get_data_limits. |
6778 | 2839 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 2840 called by __errplot__. |
2841 | |
6730 | 2842 2007-06-15 John W. Eaton <jwe@octave.org> |
2843 | |
2844 * testfun/test.m: Also return number of expected failures. | |
2845 | |
6724 | 2846 2007-06-14 John W. Eaton <jwe@octave.org> |
2847 | |
6730 | 2848 * set/ismember.m: Mark two tests known to fail with xtest. |
2849 | |
6724 | 2850 * plot/__go_draw_axes__.m: Handle text rotation property. |
2851 | |
6728 | 2852 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
2853 | |
2854 * testfun/test.m: Add xtest support for tests known to fail. | |
2855 | |
6727 | 2856 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
2857 | |
2858 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
2859 epslatexstandalone terminals. | |
2860 | |
6721 | 2861 2007-06-14 David Bateman <dbateman@free.fr> |
2862 | |
2863 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
2864 as permutation of results was incorrect. | |
2865 * general/interp1.m: Add demo on second derivative | |
2866 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 2867 call. Add 3D demo. Fix typos |
2868 * general/interp3.m: Fix typos. Correct permutation for use of | |
2869 interpn. | |
6721 | 2870 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
2871 | |
6717 | 2872 2007-06-13 John W. Eaton <jwe@octave.org> |
2873 | |
2874 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 2875 |
6706 | 2876 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2877 | |
2878 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
2879 | |
6704 | 2880 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
2881 | |
2882 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
2883 Set have_linestyle to true if two character linestyle is found. | |
2884 | |
6702 | 2885 2007-06-12 David Bateman <dbateman@free.fr> |
2886 | |
6717 | 2887 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
2888 and interpn.m. | |
2889 | |
2890 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
2891 structure before using it. | |
2892 | |
2893 2007-06-12 David Bateman <dbateman@free.fr> | |
2894 | |
6704 | 2895 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 2896 * general/__splinen__.m: New support function for N-dimensional |
2897 spline interpolation. | |
2898 * general/bicubic.m: Allow definition of extrapolation | |
2899 value. Adapt tests to use new graphics interface | |
2900 * general/interp2.m: Call __splinen__ for 2-D spline | |
2901 interpolation. Make the lookup table code only be called for | |
2902 linear and nearest methods. | |
2903 * general/interpn.m: New function for N-dimensional, linear, nearest | |
2904 and spline interpolation. | |
2905 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
2906 and spline interpolation. | |
6704 | 2907 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 2908 |
6701 | 2909 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
2910 | |
2911 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
2912 | |
6699 | 2913 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
2914 | |
2915 * plot/fplot.m: If function is inline, vectorize it. | |
2916 | |
6698 | 2917 2007-06-10 David Bateman <dbateman@free.fr> |
2918 | |
2919 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
2920 directory if need to, so that it fits on a line. | |
2921 | |
6695 | 2922 2007-06-07 David Bateman <dbateman@free.fr> |
2923 | |
2924 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
2925 saved file so that dependent packages are loaded first, and if | |
2926 nargout==0 don't return any arguments. | |
2927 (pkg:install): Only load packages that are marked autoload after | |
2928 install. Various fixes. Save in order. | |
2929 (pkg:uninstall): Save in order | |
2930 (pkg:load_packages): Use load_package_and_dependencies to load | |
2931 packages. | |
2932 (pkg:save_order): New function to sort package list with dependent | |
2933 packages first. | |
2934 (pkg:load_packages_and_dependencies): New function to load both a | |
2935 list of packages and their dependencies. | |
2936 (pkg:load_package_dirs): New function that returns a vector of the | |
2937 indexes into the installed package list indicating the packages to | |
2938 load and the order to load them in to respect the dependencies. | |
2939 | |
6688 | 2940 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
2941 | |
2942 * plot/axes.m: Eliminate redundant else clause. | |
2943 | |
6686 | 2944 2007-06-03 David Bateman <dbateman@free.fr> |
2945 | |
2946 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 2947 * pkg/pkg.m: Protect against multiple actions being define. |
2948 | |
6683 | 2949 2007-06-01 David Bateman <dbateman@free.fr> |
2950 | |
2951 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
2952 incorporate into main pkg function. | |
2953 (pkg:install): Check for existence of files to install before | |
2954 globbing and warn the user if they don't exist. | |
2955 | |
6675 | 2956 2007-05-31 David Bateman <dbateman@free.fr> |
2957 | |
6679 | 2958 * miscellaneous/copyfile.m: Split copying of multiple files to a |
2959 directory over several copy command to limit the line length. | |
2960 * miscellaneous/movefile.m: Ditto. | |
2961 | |
6675 | 2962 * pkg.m: Add build option to allow binary Octave packages to be |
2963 built from source packages. Probe absolute path of prefix, global | |
2964 and local lists. Use strcat, rather that [] for strings. | |
2965 (pkg:build): New function to binary binary package. | |
2966 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
2967 (pkg:repackage): Package binary Octave package from installation. | |
2968 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
2969 from m-files into main installation directory. | |
2970 (pkg:shell): Suppress verbose messages from shell and only display | |
2971 them with the verbose flag. | |
2972 (pkg:installed_packages): Also include the loaded flag in the | |
2973 local and global packages. | |
2974 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
2975 flagged as loaded. | |
2976 | |
2977 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
2978 | |
2979 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
2980 with and without architecture dependent directories. | |
2981 (pkg:installed_packages): Probe the global_list file even if it is | |
2982 the same as the local_list. | |
2983 | |
6669 | 2984 2007-05-29 John W. Eaton <jwe@octave.org> |
2985 | |
2986 * sparse/spy.m: Set axis to "ij" mode. | |
2987 | |
6664 | 2988 2007-05-24 John W. Eaton <jwe@octave.org> |
2989 | |
2990 * set/ismember.m: Quote first arg of "fail" tests. | |
2991 | |
6663 | 2992 2007-05-24 David Bateman <dbateman@free.fr> |
2993 | |
6778 | 2994 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2995 |
6655 | 2996 2007-05-22 David Bateman <dbateman@free.fr> |
2997 | |
2998 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2999 error(lasterr()(8:end)). | |
3000 (pkg:install): Warning for empty packages being removed. Suppress | |
3001 spurious output. Warning rather than error for uninstalling a | |
3002 package that is not installed to avoid RPM issue. | |
3003 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3004 inst or architecture dependent directory if it exists. | |
3005 | |
6653 | 3006 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3007 | |
3008 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3009 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3010 signal/freqz.m: Fix typos. | |
3011 | |
6645 | 3012 2007-05-21 David Bateman <dbateman@free.fr> |
3013 | |
3014 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3015 force installation location. | |
3016 (rebuild): New subfunction to rebuild package database from | |
3017 installed packages. Also allows changing of autoload status | |
3018 (install): Warn use if attempting to install from non existent | |
3019 file. | |
3020 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3021 "USER", "root"))' for root test. | |
3022 | |
3023 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3024 | |
3025 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3026 and replace "\" characters with "/". | |
3027 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3028 characters with "/" throughout. | |
3029 (shell): New subfunction that wraps system and is careful with the | |
3030 shell on windows platforms. | |
3031 (configure_make): Explictly pass complier etc to configure | |
3032 process. | |
3033 (issuperuser): Force default to global install for Windows machines. | |
3034 | |
6636 | 3035 2007-05-19 Kristan Onu |
3036 | |
3037 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3038 | |
6634 | 3039 2007-05-18 David Bateman <dbateman@free.fr> |
3040 | |
3041 * pkg/pkg.m (install): More verbosity. | |
3042 (configure_make): Ditto. | |
3043 (create_pkgadddel): Install in architecture dependent directory if | |
3044 it exists to address issues with autoload/mfilename. | |
3045 (write_INDEX): Check in archiecture dependent directories as well. | |
3046 | |
6633 | 3047 2007-05-17 David Bateman <dbateman@free.fr> |
3048 | |
3049 * plot/hbar.m: Remove. | |
3050 * plot/barh.m: and move it here. | |
3051 | |
6631 | 3052 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3053 | |
3054 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3055 | |
6629 | 3056 2007-05-16 John W. Eaton <jwe@octave.org> |
3057 | |
3058 * general/logspace.m: Return second arg if fewer than two values | |
3059 are requested. | |
3060 | |
6619 | 3061 2007-05-14 John W. Eaton <jwe@octave.org> |
3062 | |
3063 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3064 on a new line. | |
3065 | |
6617 | 3066 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3067 | |
3068 * statistics/distributions/norminv.m, | |
3069 statistics/distributions/norminv.m, | |
3070 statistics/distributions/normpdf.m, | |
3071 statistics/distributions/normrnd.m: | |
3072 Use standard deviation, not variance. | |
3073 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3074 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3075 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3076 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3077 backward compatibility. | |
3078 | |
6616 | 3079 2007-05-14 David Bateman <dbateman@free.fr> |
3080 | |
3081 * pkg/pkg.m: Mark loaded packages with "*". | |
3082 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3083 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3084 |
3085 * miscellaneous/single.m: Doc fix. | |
3086 Convert to double instead of returning argument unchanged. | |
3087 | |
3088 * miscellaneous/doc.m: Doc fix. | |
3089 | |
3090 * miscellaneous/ver.m: Doc fix. | |
3091 Don't display information about Octave Forge. | |
3092 | |
6614 | 3093 2007-05-12 David Bateman <dbateman@free.fr> |
3094 | |
3095 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3096 install to be printed. An error in the on_uninstall script causes | |
3097 a failure to uninstall. Place oct- and mex-files in an | |
3098 architecture dependent directory. | |
3099 | |
6611 | 3100 2007-05-09 John W. Eaton <jwe@octave.org> |
3101 | |
3102 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3103 | |
6609 | 3104 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3105 | |
3106 * statistics/distributions/normcdf.m: Use standard deviation | |
3107 instead of variance for compatibility. | |
3108 | |
3109 2007-05-08 John W. Eaton <jwe@octave.org> | |
3110 | |
3111 | |
3112 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3113 | |
3114 * set/ismember.m: Always return logical values. | |
3115 | |
3116 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3117 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3118 |
3119 * general/__isequal__.m: Allow numeric values of different classes | |
3120 to compare equal. | |
3121 | |
6606 | 3122 2007-05-07 David Bateman <dbateman@free.fr> |
3123 | |
6607 | 3124 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3125 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3126 |
6605 | 3127 2007-05-02 John W. Eaton <jwe@octave.org> |
3128 | |
3129 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3130 | |
6604 | 3131 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3132 | |
3133 * contour.m: Rewrite help string. | |
3134 | |
6599 | 3135 2007-04-28 John W. Eaton <jwe@octave.org> |
3136 | |
3137 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3138 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3139 Special case nargout == 0. | |
3140 | |
6597 | 3141 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3142 | |
3143 * general/sub2ind.m: Handle empty input, add tests. | |
3144 | |
6590 | 3145 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3146 | |
3147 * plot/contourc.m: Doc fix. | |
3148 | |
6586 | 3149 2007-04-26 David Bateman <dbateman@free.fr> |
3150 | |
3151 * plot/hist.m: Partially remove previous patch. | |
3152 | |
6582 | 3153 2007-04-26 David Bateman <dbateman@free.fr> |
3154 | |
3155 * plot/hist.m: Support returning of handle | |
3156 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3157 cells. | |
3158 | |
6575 | 3159 2007-04-25 John W. Eaton <jwe@octave.org> |
3160 | |
6579 | 3161 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3162 "title \"\"", not "". | |
3163 | |
6575 | 3164 * plot/legend.m: Initialize WARNED to false. |
3165 | |
6567 | 3166 2007-04-24 John W. Eaton <jwe@octave.org> |
3167 | |
3168 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3169 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3170 |
3171 2007-04-23 John W. Eaton <jwe@octave.org> | |
3172 | |
3173 * plot/box.m: Delete extra endfunction keyword. | |
3174 | |
6560 | 3175 2007-04-23 David Bateman <dbateman@free.fr> |
3176 | |
3177 * plot/plot3.m: Call newplot. | |
3178 | |
6553 | 3179 2007-04-20 John W. Eaton <jwe@octave.org> |
3180 | |
3181 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3182 | |
6546 | 3183 2007-04-19 John W. Eaton <jwe@octave.org> |
3184 | |
3185 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3186 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3187 | |
6544 | 3188 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3189 | |
3190 * control/util/axis2dlim.m: Delete extraneous line. | |
3191 | |
6542 | 3192 2007-04-18 John W. Eaton <jwe@octave.org> |
3193 | |
3194 * specfun/factorial.m: Increase tolerance in large value test. | |
3195 | |
6540 | 3196 2007-04-18 David Bateman <dbateman@free.fr> |
3197 | |
3198 * __bar__.m: New support function for bar/hbar to support graphic | |
3199 handles, and additional arguments. | |
3200 * bar.m: Convert to use __bar__. | |
3201 * hbar.m: New function | |
3202 * hist.m: Explicitly set the width of the bar plot. | |
3203 | |
6533 | 3204 2007-04-17 John W. Eaton <jwe@octave.org> |
3205 | |
6534 | 3206 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3207 | |
6533 | 3208 * set/ismember.m: New tests. |
3209 From David Grohmann <grohmann@arlut.utexas.edu> | |
3210 | |
6532 | 3211 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3212 | |
3213 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3214 Add tests. | |
3215 | |
6527 | 3216 2007-04-16 John W. Eaton <jwe@octave.org> |
3217 | |
6528 | 3218 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3219 looks_like_copyright in src/help.cc. | |
3220 From S�ren Hauberg <soren@hauberg.org>. | |
3221 | |
6527 | 3222 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3223 | |
6526 | 3224 2007-04-13 John W. Eaton <jwe@octave.org> |
3225 | |
6527 | 3226 * optimization/sqp.m: Initialize info to 0. |
3227 | |
6526 | 3228 * optimization/qp.m: Undo previous change. |
3229 | |
6524 | 3230 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3231 | |
3232 * spdiags.m: Fixed the four-argument case to work for columns of | |
3233 length one. | |
3234 | |
6523 | 3235 2007-04-12 John W. Eaton <jwe@octave.org> |
3236 | |
3237 * optimization/qp.m: Avoid Octave indexing bug. | |
3238 | |
6521 | 3239 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3240 | |
6522 | 3241 * miscellaneous/menu.m, control/base/bddemo.m, |
3242 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3243 control/system/sysrepdemo.m: | |
3244 Adapt to page_screen_output as a function. | |
6521 | 3245 |
6518 | 3246 2007-04-11 John W. Eaton <jwe@octave.org> |
3247 | |
3248 * miscellaneous/not.m: Delete. | |
3249 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3250 | |
3251 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3252 | |
3253 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3254 that are close but not exactly equal. | |
3255 | |
6515 | 3256 2007-04-11 David Bateman <dbateman@free.fr> |
3257 | |
3258 * general/bitcmp.m: Make it work again. | |
3259 | |
6512 | 3260 2007-04-10 John W. Eaton <jwe@octave.org> |
3261 | |
3262 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3263 that are close but not exactly equal. | |
3264 | |
6511 | 3265 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3266 | |
3267 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3268 in response to a change in x limits for now. | |
3269 | |
6510 | 3270 2007-04-09 John W. Eaton <jwe@octave.org> |
3271 | |
3272 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3273 (__go_draw_axes__): Use it to write data to plot stream. | |
3274 | |
6509 | 3275 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3276 | |
3277 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3278 zeros. Set markerfacecolor property in call to plot. | |
3279 | |
6508 | 3280 2007-04-06 John W. Eaton <jwe@octave.org> |
3281 | |
3282 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
3283 | |
3284 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
3285 | |
3286 * plot/stem.m: Use plot instead of a series of calls to line. | |
3287 | |
6494 | 3288 2007-04-05 John W. Eaton <jwe@octave.org> |
3289 | |
6499 | 3290 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
3291 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
3292 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
3293 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
3294 | |
6496 | 3295 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 3296 Use strcmpi instead of strcmp+tolower. |
6496 | 3297 Style fixes. |
3298 | |
6494 | 3299 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
3300 Plotting fixes. Style fixes. | |
3301 | |
3302 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
3303 Style fixes. | |
3304 | |
3305 * testfun/fail.m: No need to check for evalin and lastwarn. | |
3306 Style fixes. | |
3307 | |
3308 * testfun/demo.m, testfun/example.m: Style fixes. | |
3309 Use "strcat (...)" instead of "[...]". | |
3310 Use format specifiers in calls to warning. | |
3311 | |
3312 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
3313 Use "strcat (...)" instead of "[...]". | |
3314 Use "x(end)" instead of "x(length (x))". | |
3315 Check NA before NaN. | |
3316 Style fixes. | |
3317 | |
6473 | 3318 2007-03-29 John W. Eaton <jwe@octave.org> |
3319 | |
6474 | 3320 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 3321 |
6467 | 3322 2007-03-27 John W. Eaton <jwe@octave.org> |
3323 | |
3324 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3325 control/base/Makefile.in, control/hinf/Makefile.in, | |
3326 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3327 control/util/Makefile.in, deprecated/Makefile.in, | |
3328 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3329 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3330 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3331 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3332 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3333 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3334 special-matrix/Makefile.in, startup/Makefile.in, | |
3335 statistics/Makefile.in, statistics/base/Makefile.in, | |
3336 statistics/distributions/Makefile.in, | |
3337 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3338 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3339 Use ln instead of $(LN_S) in dist target. | |
3340 | |
6465 | 3341 2007-03-27 David Bateman <dbateman@free.fr> |
3342 | |
3343 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
3344 gnuplot 4.0. | |
3345 | |
6464 | 3346 2007-03-26 John W. Eaton <jwe@octave.org> |
3347 | |
3348 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
3349 | |
6461 | 3350 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
3351 | |
3352 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
3353 plot stream and using binary data. | |
3354 | |
6459 | 3355 2007-03-26 John W. Eaton <jwe@octave.org> |
3356 | |
3357 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3358 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3359 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
3360 | |
3361 2007-03-26 David Bateman <dbateman@free.fr> | |
3362 | |
6461 | 3363 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
3364 | |
6459 | 3365 * plot/plot3.m: Handle line properties. |
3366 * plot/plot.m: Update docstring. | |
3367 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
3368 * plot/__plt__.m: Also gather properties. | |
3369 | |
6455 | 3370 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
3371 | |
3372 * testfun/assert.m: Delete special check for empty objects. | |
3373 Add test. | |
3374 | |
6453 | 3375 2007-03-26 John W. Eaton <jwe@octave.org> |
3376 | |
6454 | 3377 * plot/drawnow.m: Exit early if call is recursive. |
3378 | |
6453 | 3379 * plot/__go_draw_axes__.m (get_data_limits): New function. |
3380 Check for Inf too. | |
3381 (__go_draw_axes__): Use get_data_limits. | |
3382 | |
6450 | 3383 2007-03-24 John W. Eaton <jwe@octave.org> |
3384 | |
6451 | 3385 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
3386 send terminal setting command with title option to plot stream. | |
3387 | |
6450 | 3388 * plot/legend.m: Correctly increment index into list of children.. |
3389 | |
6434 | 3390 2007-03-23 John W. Eaton <jwe@octave.org> |
3391 | |
6448 | 3392 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
3393 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
3394 control/base/nyquist.m, control/base/nichols.m, | |
3395 control/base/frdemo.m, signal/freqz_plot.m, | |
3396 control/base/__stepimp__.m, control/base/bode.m, | |
3397 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
3398 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 3399 Update plotting code. |
3400 | |
3401 * control/base/bode.m: Unwrap phase angle. | |
3402 | |
3403 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
3404 | |
3405 * plot/axis.m: Don't check automatic_replot, or call replot. | |
3406 | |
3407 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
3408 commands. | |
6446 | 3409 |
6442 | 3410 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 3411 Handle numeric color specs. |
6442 | 3412 * plot/plot.m: Remove "-@" and "@" from docstring. |
3413 | |
6441 | 3414 * plot/orient.m: Fix tests to avoid creating a plot window. |
3415 | |
6440 | 3416 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
3417 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3418 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
3419 general/arrayfun.m, miscellaneous/compare_versions.m, | |
3420 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
3421 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
3422 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
3423 | |
6438 | 3424 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
3425 plot, not just multiplots. | |
3426 | |
6436 | 3427 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
3428 | |
6434 | 3429 * plot/contour.m: Don't call drawnow. |
3430 | |
6431 | 3431 2007-03-22 John W. Eaton <jwe@octave.org> |
3432 | |
6432 | 3433 * plot/drawnow.m: Check and optionally, set, the __modified__ |
3434 property of each figure. | |
3435 | |
6431 | 3436 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
3437 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3438 | |
3439 2007-03-21 John W. Eaton <jwe@octave.org> | |
3440 | |
3441 * linear-algebra/null.m: Set elements of retval with magnitudes | |
3442 less than eps to 0. | |
3443 | |
6429 | 3444 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 3445 |
3446 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 3447 * testfun/speed.m: Documentation and example fix. |
3448 | |
6424 | 3449 2007-03-21 John W. Eaton <jwe@octave.org> |
3450 | |
3451 * plot/subplot.m: If we find an existing subplot region, set | |
3452 it to be the "currentaxes" property for the current figure. | |
6425 | 3453 Delete old axes objects if the new axes object overlaps the old. |
6424 | 3454 |
6422 | 3455 2007-03-20 David Bateman <dbateman@free.fr> |
3456 | |
3457 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
3458 | |
3459 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
3460 | |
3461 * general/arrayfun.m: New function. | |
3462 | |
6418 | 3463 2007-03-20 John W. Eaton <jwe@octave.org> |
3464 | |
6419 | 3465 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
3466 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
3467 | |
3468 * plot/clf.m: Don't call drawnow. | |
3469 | |
6431 | 3470 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 3471 |
6420 | 3472 * image/__img__.m: Maybe set yaxis to reverse for images. |
3473 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
3474 images. | |
3475 | |
6418 | 3476 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 3477 instead of global. Only register __go_close_all__ with atexit if |
3478 the plot stream is successfully opened. | |
6418 | 3479 |
6413 | 3480 2007-03-15 John W. Eaton <jwe@octave.org> |
3481 | |
6418 | 3482 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 3483 From Daniel J Sebald <daniel.sebald@ieee.org>. |
3484 | |
3485 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
3486 | |
3487 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 3488 Use numeric line types. |
6413 | 3489 |
3490 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 3491 lines and larger markers. Remove key titles from line type |
3492 properties. | |
6413 | 3493 |
6405 | 3494 2007-03-14 John W. Eaton <jwe@octave.org> |
3495 | |
6412 | 3496 * plot/__axis_label__.m: Accept additional property-value pairs |
3497 and pass them to __go_text__. Simply return the handle obtained | |
3498 from __go_text__ instead of calling get on the current axis. | |
3499 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
3500 Allow for extra property value pairs to be passed along. | |
3501 * plot/title.m: Implement with __axis_label__ since it does all | |
3502 that title needs to do. | |
3503 | |
6410 | 3504 * plot/clf.m: Set currentaxes property for current figure to []. |
3505 | |
6405 | 3506 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
3507 | |
3508 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
3509 and __plt2__, not just the last. | |
3510 | |
3511 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
3512 (SOURCES_IN, GEN_M): Delete. | |
3513 (FCN_FILES): Don't include $(GEN_M). | |
3514 (all): Don't depend on $(GEN_M). | |
3515 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
3516 | |
3517 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
3518 | |
3519 * plot/newplot.m: Call __go_axes_init__ instead of | |
3520 __uiobject_axes_init__. | |
3521 | |
3522 * plot/mesh.m: Use __go_surface__ instead of | |
3523 __uiobject_surface_ctor__. Don't access object fields directly. | |
3524 | |
3525 * plot/line.m: Use __line__ to do actual work. | |
3526 * plot/__line__.m: New function. | |
3527 | |
3528 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
3529 Use get and set instead of accessing object fields directly. | |
3530 | |
3531 * plot/figure.m: Use __go_figure__ to create figure graphics | |
3532 handle. | |
3533 | |
3534 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
3535 __uiobject_close_all. Call __go_draw_figure__ instead of | |
3536 __uiobject_draw_figure__. | |
3537 | |
3538 * plot/clf.m: Use get instead of accessing object fields | |
3539 directly. Simply delete children. Don't set currentaxes. | |
3540 | |
3541 * plot/close.m (close_all_figures): New subfunction. | |
3542 Use it instead of getting list of figures to close from | |
3543 __uiobject_figures__. | |
3544 | |
3545 * plot/closereq.m: Simply delete the current figure. Don't set | |
3546 currentfigure. | |
3547 | |
3548 * plot/__errplot__.m: Call __line__ instead of | |
3549 __uiobject_line_ctor__. Use set instead of accesing object fields | |
3550 directly. Don't call __uiobject_adopt__. | |
3551 | |
3552 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
3553 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
3554 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
3555 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
3556 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
3557 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
3558 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
3559 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
3560 plot/__uiobject_init_root_figure__.in, | |
3561 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
3562 plot/__uiobject_root_figure_ctor__.m, | |
3563 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3564 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
3565 plot/set.in: Delete. | |
6408 | 3566 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 3567 |
3568 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
3569 Pass "hidden" as second arg to close. | |
3570 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
3571 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 3572 * plot/Makefile.in (SOURCES_M): Rename in list. |
3573 | |
6405 | 3574 * image/__img__.m: Use __go_image__ to create image graphics |
3575 handle. | |
3576 | |
3577 * miscellaneous/delete.m: Call __go_delete__, not | |
3578 __uiobject_delete__. Check that arg is a graphics handle before | |
3579 calling __go_delete__. | |
3580 | |
6403 | 3581 2007-03-13 John W. Eaton <jwe@octave.org> |
3582 | |
3583 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3584 arg instead of switch statement. | |
6528 | 3585 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3586 |
3587 2007-03-12 John W. Eaton <jwe@octave.org> | |
3588 | |
3589 * miscellaneous/cast.m: New function. | |
3590 | |
3591 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3592 | |
6398 | 3593 2007-03-08 John W. Eaton <jwe@octave.org> |
3594 | |
3595 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3596 tilde expansion on target filename before passing it to the shell. | |
3597 | |
3598 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3599 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3600 | |
6396 | 3601 2007-03-08 David Bateman <dbateman@free.fr> |
3602 | |
3603 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3604 replacing slower version based on dicrete_rnd. | |
3605 | |
6392 | 3606 2007-03-07 John W. Eaton <jwe@octave.org> |
3607 | |
6395 | 3608 * control/base/rlocus.m: Update for current plotting functions. |
3609 | |
3610 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3611 | |
3612 * control/base/rlocus.m: Improve display. | |
3613 | |
3614 2007-03-07 John W. Eaton <jwe@octave.org> | |
3615 | |
3616 * plot/legend.m: Only handle positions -1:4. | |
3617 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3618 found in option string | |
3619 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3620 | |
6394 | 3621 * plot/newplot.m: Always reset next line color. |
3622 | |
6392 | 3623 * testfun/assert.m: Check that number of dimensions match before |
3624 checking dimensions. | |
3625 | |
6391 | 3626 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3627 | |
3628 * specfun/perms.m, specfun/factorial.m: Check args. | |
3629 | |
6387 | 3630 2007-03-07 John W. Eaton <jwe@octave.org> |
3631 | |
6390 | 3632 * plot/mesh.m: Call newplot before doing anything. |
3633 | |
3634 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3635 just "e". Only flush plot stream once. | |
3636 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3637 | |
6387 | 3638 * strings/blanks.m: Omit first index in assignment. |
3639 | |
6386 | 3640 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3641 | |
3642 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3643 | |
6385 | 3644 2007-03-06 David Bateman <dbateman@free.fr> |
3645 John W. Eaton <jwe@octave.org> | |
3646 | |
3647 * set/setdiff.m: Ignore "rows" for cell array args. | |
3648 Handle cellstr args. | |
3649 | |
6382 | 3650 2007-03-05 John W. Eaton <jwe@octave.org> |
3651 | |
3652 * optimization/sqp.m: Defer first call to obj_hess until after | |
3653 calling obj_fun. | |
3654 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3655 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3656 |
3657 * specfun/nchoosek.m: Fix nargin check. | |
3658 | |
6376 | 3659 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3660 | |
3661 * image/__img__.m: Don't set xlim and ylim properties. | |
3662 | |
6374 | 3663 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3664 | |
3665 * general/interp1.m: Fix *style cases for decreasing x. | |
3666 | |
6372 | 3667 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3668 | |
3669 * polynomial/roots.m: Check nargin before accessing arg. | |
3670 | |
6369 | 3671 2007-02-28 John W. Eaton <jwe@octave.org> |
3672 | |
3673 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3674 increment data_idx unless using gnuplot for display. | |
3675 | |
6368 | 3676 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3677 | |
3678 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3679 plots with images. | |
3680 * image/image.m, image/imagesc.m, image/imshow.m: | |
3681 Deprecate zoom argument. | |
3682 | |
6366 | 3683 2007-02-28 John W. Eaton <jwe@octave.org> |
3684 | |
3685 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3686 temporary file names. Keep image and colormap file ids separate. | |
3687 | |
3688 * general/interp1.m: Correctly compute min and max values when | |
3689 values are decreasing and not evenly spaced. | |
3690 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3691 | |
6365 | 3692 2007-02-27 John W. Eaton <jwe@octave.org> |
3693 | |
3694 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3695 returning an empty cell array. | |
3696 | |
6546 | 3697 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3698 |
3699 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3700 | |
6546 | 3701 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3702 |
3703 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3704 control/base/Makefile.in, control/hinf/Makefile.in, | |
3705 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3706 control/util/Makefile.in, deprecated/Makefile.in, | |
3707 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3708 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3709 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3710 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3711 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3712 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3713 special-matrix/Makefile.in, startup/Makefile.in, | |
3714 statistics/Makefile.in, statistics/base/Makefile.in, | |
3715 statistics/distributions/Makefile.in, | |
3716 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3717 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3718 Use $(LN_S) instead of ln or ln -s. | |
3719 | |
6356 | 3720 2007-02-24 David Bateman <dbateman@free.fr> |
3721 | |
3722 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3723 '\n' in FILES file. | |
6357 | 3724 (configure_make): Also install any mex files. |
6356 | 3725 |
6353 | 3726 2007-02-24 David Bateman <dbateman@free.fr> |
3727 | |
3728 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3729 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3730 | |
6351 | 3731 2007-02-23 John W. Eaton <jwe@octave.org> |
3732 | |
3733 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3734 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3735 | |
3736 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3737 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3738 | |
6349 | 3739 2007-02-23 David Bateman <dbateman@free.fr> |
3740 | |
3741 * statistics/distributions/discrete_rnd.m, | |
3742 statistics/distributions/geornd.m, | |
3743 statistics/distributions/lognnd.m, | |
3744 statistics/distributions/nbinrnd.m, | |
3745 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3746 | |
3747 * statistics/distributions/unidcdf.m, | |
3748 statistics/distributions/unidinv.m, | |
3749 statistics/distributions/unidpdf.m, | |
3750 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3751 discrete_cdf, etc. |
6349 | 3752 |
3753 * statistics/distributions/pascal_cdf.m, | |
3754 statistics/distributions/pascal_inv.m, | |
3755 statistics/distributions/pascal_pdf.m, | |
3756 statistics/distributions/pascal_rnd.m: Remove. | |
3757 * statistics/distributions/nbincdf.m, | |
3758 statistics/distributions/nbininv.m, | |
3759 statistics/distributions/nbinpdf.m, | |
3760 statistics/distributions/nbinrnd.m: Replace with matlab | |
3761 compatible functions. | |
3762 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3763 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3764 nbincdf, etc functions to implement these. | |
3765 | |
6344 | 3766 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3767 | |
3768 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3769 command and data. | |
3770 | |
3771 2007-02-22 John W. Eaton <jwe@octave.org> | |
3772 | |
3773 * miscellaneous/doc.m: If index search fails, try again without | |
3774 the index search option. | |
3775 | |
6339 | 3776 2007-02-22 David Bateman <dbateman@free.fr> |
3777 | |
6341 | 3778 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3779 | |
6340 | 3780 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3781 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3782 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3783 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3784 and randp to accelerate. | |
3785 | |
6339 | 3786 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3787 | |
6338 | 3788 2007-02-22 John W. Eaton <jwe@octave.org> |
3789 | |
3790 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3791 cache data and display after xlim and ylim have been determined. | |
3792 | |
6337 | 3793 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3794 | |
3795 * plot/__uiobject_draw_axes__.m: | |
3796 Allow multiple images to be displayed with gnuplot. | |
3797 | |
6333 | 3798 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3799 | |
3800 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3801 for versions of GLPK 4.15 and later. | |
3802 | |
6328 | 3803 2007-02-19 John W. Eaton <jwe@octave.org> |
3804 | |
3805 * plot/__uiobject_alloc__.in: If next available element in | |
3806 __uiobject_list__ is 0, grow list before doing anything else. | |
3807 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3808 first call when size of __uiobject_list__ is 0. | |
3809 | |
6323 | 3810 2007-02-16 John W. Eaton <jwe@octave.org> |
3811 | |
3812 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3813 | |
6321 | 3814 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3815 | |
3816 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3817 | |
6316 | 3818 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3819 | |
3820 * specfun/nchoosek.m: Check nargin. | |
3821 | |
6314 | 3822 2007-02-15 John W. Eaton <jwe@octave.org> |
3823 | |
6315 | 3824 * path/addpath.m, path/rmpath.m: Delete |
3825 * path/Makefile.in (SOURCES): Remove them from the list. | |
3826 | |
6314 | 3827 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
3828 Delete title, xlabel, ylabel, and zlabel properties before | |
3829 reassigning. | |
3830 * plot/__uiobject_axes_init__.in: New arg, mode. | |
3831 Don't init outerposition if "mode" is "replace". | |
3832 * plot/newplot.m: Check both figure and axes nextplot properties. | |
3833 If axes nextplot property is replace, pass "replace" as mode arg | |
3834 to __uiobject_axes_init__. | |
3835 | |
6308 | 3836 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
3837 | |
6310 | 3838 * image/imshow.m: Don't restore old colormap. |
3839 | |
6309 | 3840 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
3841 * image/__img__.m: New file containing common parts of image.m and | |
3842 imshow.m. | |
6312 | 3843 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 3844 * image/image.m, image/imshow.m: Call __img__. |
3845 * plot/__uiobject_draw_axes__.m: | |
3846 Handle rgb imaged data stored in 3-d arrays. | |
3847 | |
6308 | 3848 * plot/figure.m: Doc fix. |
3849 | |
6304 | 3850 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
3851 | |
3852 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
3853 for reading and writing data. New tests. Improve rounding. | |
3854 | |
6302 | 3855 2007-02-13 John W. Eaton <jwe@octave.org> |
3856 | |
6303 | 3857 * plot/stem.m: New file, adapted from OctPlot. |
3858 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3859 | |
6302 | 3860 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
3861 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3862 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3863 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
3864 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
3865 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3866 plot/semilogyerr.m: Return handles to line objects. | |
3867 | |
6301 | 3868 2007-02-11 John W. Eaton <jwe@octave.org> |
3869 | |
3870 * plot/__uiobject_close_all.m: New file. | |
3871 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3872 | |
6298 | 3873 2007-02-10 John W. Eaton <jwe@octave.org> |
3874 | |
3875 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
3876 * plot/__uiobject_globals__.m: Don't call mlock. | |
3877 | |
3878 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
3879 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
3880 before calling pclose. | |
3881 | |
6291 | 3882 2007-02-09 John W. Eaton <jwe@octave.org> |
3883 | |
6295 | 3884 * plot/subplot.m: Delete spurious call to axes. |
3885 | |
6293 | 3886 * plot/figure.m: Call drawnow for current figure before creating |
3887 or switching to a new figure. | |
3888 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
3889 nargin == 0 case. | |
3890 | |
6291 | 3891 * testfun/assert.m: Try to avoid problems when comparisons involve |
3892 strange values like Inf+NaNi. | |
3893 | |
6283 | 3894 2007-02-08 John W. Eaton <jwe@octave.org> |
3895 | |
6286 | 3896 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
3897 and check gnuplot_use_title_option instead of just assuming -title | |
3898 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
3899 | |
6285 | 3900 * Makefile.in (DISTFILES): Add move-if-change to the list. |
3901 | |
6284 | 3902 * audio/Makefile.in, control/base/Makefile.in, |
3903 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
3904 control/system/Makefile.in, control/util/Makefile.in, | |
3905 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
3906 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
3907 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
3908 optimization/Makefile.in, plot/Makefile.in, | |
3909 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3910 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3911 special-matrix/Makefile.in, startup/Makefile.in, | |
3912 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3913 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3914 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
3915 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
3916 | |
6283 | 3917 * plot/figure.m: Don't call drawnow. Correctly init figure when |
3918 only given property list. | |
3919 | |
6278 | 3920 2007-02-07 John W. Eaton <jwe@octave.org> |
3921 | |
6280 | 3922 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
3923 properties. | |
3924 | |
6278 | 3925 * plot/sombrero.m: Call box ("off") after mesh. |
3926 | |
3927 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
3928 line default" commands with older versions of gnuplot. | |
3929 | |
3930 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
3931 | |
6273 | 3932 2007-02-06 John W. Eaton <jwe@octave.org> |
3933 | |
3934 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
3935 * sparse/gplot.m: Use line style - instead of 1. | |
3936 | |
6272 | 3937 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
3938 | |
3939 * plot/print.m: Avoid error message from cellidx. | |
3940 | |
3941 2007-02-05 John W. Eaton <jwe@octave.org> | |
3942 | |
3943 * plot/legend.m: Fix check for data. | |
3944 | |
6270 | 3945 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
3946 | |
3947 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
3948 Always set lt and pt. | |
3949 | |
6269 | 3950 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
3951 | |
3952 * plot/contourc.m: Correctly compute X and Y. | |
3953 | |
6268 | 3954 2007-02-05 John W. Eaton <jwe@octave.org> |
3955 | |
3956 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
3957 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
3958 | |
6264 | 3959 2007-02-01 John W. Eaton <jwe@octave.org> |
3960 | |
6266 | 3961 * plot/__uiobject_draw_axes__.m: |
3962 Don't try to set axis limits unless we have data. | |
3963 | |
6264 | 3964 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
3965 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3966 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
3967 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
3968 instead of of key and fmt strings. | |
3969 | |
3970 * plot/__pltopt1__.m: Greatly simplify. | |
3971 | |
3972 * plot/__next_line_color__.m: New file. | |
3973 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3974 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
3975 | |
3976 * plot/__default_plot_options__.m: New file. | |
3977 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3978 | |
3979 * plot/__plt3__.m: Delete. | |
3980 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
3981 | |
6259 | 3982 2007-01-31 John W. Eaton <jwe@octave.org> |
3983 | |
6263 | 3984 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
3985 linestyle, linewidth, marker, and markersize properties. | |
3986 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
3987 colors and widths, and line styles. | |
3988 | |
3989 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3990 |
6261 | 3991 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3992 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3993 | |
3994 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3995 __gnuplot_save_data__. | |
3996 | |
6259 | 3997 * image/image.m: Accept 2 args, but ignore the second for now. |
3998 | |
6258 | 3999 2007-01-30 David Bateman <dbateman@free.fr> |
4000 | |
4001 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4002 to flag a package as to be autoloaded. Add install flags -noauto, | |
4003 -auto to force autoload behavior. | |
4004 (installed_packages): Make list of installed packages unique. | |
4005 | |
6259 | 4006 2007-01-30 John W. Eaton <jwe@octave.org> |
4007 | |
4008 * Merge of changes from graphics-branch: | |
4009 | |
4010 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4011 |
4012 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4013 | |
4014 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4015 property if it exists. | |
4016 | |
6259 | 4017 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4018 |
4019 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4020 min values outside of loop over child objects. | |
4021 | |
4022 * plot/contour.m, plot/contourc.m: New files. | |
4023 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4024 | |
4025 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4026 find a gnuplot version newer than 4.0. | |
4027 * image/__img_gnuplot__.m: Delete. | |
4028 * image/image.m: Create image graphics object. | |
4029 Call newplot to setup and drawnow to finish. | |
4030 Eliminate ZOOM arg. | |
4031 | |
4032 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4033 | |
4034 * plot/legend.m: Eliminate useless variable "warned". | |
4035 | |
4036 * plot/__uiobject_image_ctor__.m: New file. | |
4037 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4038 | |
4039 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4040 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4041 | |
4042 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4043 | |
4044 * plot/__default_colormap__.m: New file. | |
4045 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4046 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4047 property. | |
4048 * image/colormap.m: Use colormap property of current figure | |
4049 to store colormap instead of using persistent variable. | |
4050 Call __default_colormap__ to get default map value. | |
4051 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4052 | |
4053 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4054 Handle some tick mark options. | |
4055 | |
4056 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4057 set corresponding *mode to "manual". If we set dataaspectratio, | |
4058 set dataaspectratiomode to "manual". | |
4059 | |
4060 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4061 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4062 | |
4063 * plot/axis.m: New file. | |
4064 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4065 | |
4066 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4067 set corresponding *limmode to "manual". | |
4068 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4069 Use it to compute autosclaled limits. | |
4070 Arg is now handle, not object. Change all callers. | |
4071 Compute data limits. | |
4072 | |
6259 | 4073 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4074 |
4075 * plot/drawnow: Fix visibility check for zero args. | |
4076 | |
4077 * plot/text.m: New file. | |
4078 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4079 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4080 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4081 horizontalalignment properties. | |
4082 | |
4083 * plot/figure.m: Set options for f we just constructed or were | |
4084 given as an argument, not gcf. Only return handle if nargout > 0. | |
4085 | |
4086 * plot/drawnow.m: Handle visible field for figure here. | |
4087 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4088 | |
4089 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4090 title and axis labels. | |
4091 | |
4092 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4093 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4094 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4095 * plot/view.m: New file. | |
4096 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4097 | |
4098 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4099 Call __request_drawnow__. | |
4100 | |
4101 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4102 | |
4103 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4104 Call set to set properties. Return handle instead of structure. | |
4105 Change all callers. | |
4106 | |
4107 * plot/__uiobject_axes_setr__.m: New file. | |
4108 * plot/set.in: Check for __setter__ field. | |
4109 | |
4110 * plot/__uiobject_axes_init__.in: | |
4111 Rename from plot/__uiobject_axes_init__.m. | |
4112 Include __uiobject_globals__. | |
4113 Accept handle as arg instead of structure | |
4114 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4115 from the list. | |
4116 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4117 | |
6259 | 4118 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4119 |
4120 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4121 | |
4122 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4123 initializing each global variable. | |
4124 | |
6259 | 4125 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4126 |
4127 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4128 __uiobject_figure_handles_free_list__): New global variables. | |
4129 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4130 Place unused handles on the free list. | |
4131 | |
4132 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4133 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4134 | |
4135 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4136 handles here. Return figure handle. | |
4137 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4138 | |
6259 | 4139 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4140 |
4141 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4142 data for gnuplot. | |
4143 | |
4144 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4145 files. | |
4146 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4147 (DISTFILES): Include include-globals.awk in the list. | |
4148 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4149 ($(GEN_M) : %.m : %.in): New rule. | |
4150 | |
4151 * include-globals.awk: New file. | |
4152 | |
4153 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4154 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4155 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4156 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4157 plot/__uiobject_init_root_figure__.in, | |
4158 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4159 Rename from corresponding .m files. | |
4160 | |
4161 * move-if-change: New file. | |
4162 | |
4163 * plot/__uiobject_delete__.m: New file. | |
4164 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4165 plot/__uiobject_delete_child__.m: Delete. | |
4166 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4167 not a character string. | |
4168 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4169 Fix assignment to tmp key value in loop. | |
4170 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4171 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4172 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4173 Inline code to delete children. | |
4174 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4175 __uiobject_list__. | |
4176 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4177 and free child. | |
4178 | |
6259 | 4179 2006-12-08 John W. Eaton <jwe@octave.org> |
4180 | |
4181 * plot/gcf.m: Check if the root figure object's currentfigure | |
4182 handle is empty, not 0. | |
4183 * plot/__uiobject_root_figure_ctor__.m: | |
4184 Set currentfigure to [], not 0. | |
4185 | |
4186 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4187 | |
4188 2006-12-07 John W. Eaton <jwe@octave.org> | |
4189 | |
4190 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4191 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4192 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4193 plot/__uiobject_delete_children__.m, | |
4194 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4195 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4196 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4197 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4198 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4199 plot/__uiobject_init_figure__.m, | |
4200 plot/__uiobject_init_root_figure__.m, | |
4201 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4202 plot/__uiobject_remove_child__.m, | |
4203 plot/__uiobject_root_figure_ctor__.m, | |
4204 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4205 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4206 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4207 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4208 plot/set.m: New files. | |
4209 | |
4210 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4211 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4212 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4213 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4214 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4215 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4216 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4217 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4218 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4219 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4220 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4221 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4222 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4223 plot/semilogyerr.m, plot/replot.m: | |
4224 Adapt to new graphics data structure. | |
4225 | |
4226 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4227 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4228 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4229 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4230 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4231 plot/plot_border.m, plot/subwindow.m: Delete. | |
4232 | |
4233 2007-01-24 David Bateman <dbateman@free.fr> | |
4234 | |
4235 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4236 Delete bare newline in string passed to write_INDEX. | |
4237 | |
4238 * sparse/sprandsym.m: Make work for even values of N. | |
4239 | |
4240 2007-01-24 John W. Eaton <jwe@octave.org> | |
4241 | |
4242 * miscellaneous/news.m: New file. | |
4243 | |
4244 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4245 | |
4246 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4247 | |
4248 * strings/strncmp.m: Delete (we now have a built-in version). | |
4249 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4250 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4251 |
4252 * testfun/test.m: Check for all files in path, use first found. | |
4253 | |
4254 2007-01-22 David Bateman <dbateman@free.fr> | |
4255 | |
4256 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4257 | |
4258 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4259 | |
4260 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4261 file name. | |
4262 | |
4263 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4264 nargout is 1. Handle colormaps that have too few colors. | |
4265 | |
4266 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4267 (configure_make): Use fullfile instead of concatenating with "/". | |
4268 | |
6258 | 4269 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4270 | |
4271 * set/ismember.m: Handle N-d arrays. | |
4272 | |
4273 2007-01-10 David Bateman <dbateman@free.fr> | |
4274 | |
4275 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4276 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4277 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4278 New files. | |
4279 | |
4280 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4281 | |
6778 | 4282 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 4283 |
4284 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
4285 | |
4286 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
4287 instead of concatenating with "/". Use mlock to ensure that | |
4288 persistent variables are not clobbered if user types clear all. | |
4289 | |
4290 2007-01-08 John W. Eaton <jwe@octave.org> | |
4291 | |
4292 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4293 Improve handling of file names containing globbing characters. | |
4294 From S�ren Hauberg <hauberg@gmail.com>. | |
4295 | |
4296 2007-01-05 John W. Eaton <jwe@octave.org> | |
4297 | |
4298 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
4299 New files. | |
4300 | |
4301 2006-12-30 John W. Eaton <jwe@octave.org> | |
4302 | |
4303 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
4304 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
4305 | |
4306 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
4307 | |
4308 * image/imshow.m: Strip NaNs from image. | |
4309 | |
4310 2006-12-08 David Bateman <dbateman@free.fr> | |
4311 | |
4312 * sparse/normest.m: New file. | |
4313 | |
6286 | 4314 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 4315 |
6210 | 4316 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
4317 Work on Windows systems without cp or mv. | |
4318 | |
6209 | 4319 * startup/inputrc: Include sequences for Windows. |
4320 | |
6203 | 4321 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
4322 | |
4323 * pkg/pkg.m (unload_packages): New function. | |
4324 (pkg): Handle unload action. | |
4325 | |
4326 * __errplot__.m: Add missing semicolon. | |
4327 | |
6193 | 4328 2006-11-30 John W. Eaton <jwe@octave.org> |
4329 | |
4330 * miscellaneous/mexext.m: New file. | |
4331 | |
6189 | 4332 2006-11-29 David Bateman <dbateman@free.fr> |
4333 | |
4334 * pkg/pkg.m: Add local_list and global_list options that allow the | |
4335 location of package lists to be probed and set. | |
4336 | |
6179 | 4337 2006-11-17 John W. Eaton <jwe@octave.org> |
4338 | |
6181 | 4339 * plot/__render_plot1__.m: Reverse y axis for images. |
4340 | |
6179 | 4341 * plot/__render_plot__.m: New args, terminal and output. |
4342 * plot/print.m: Don't set output and term here. Instead, call | |
4343 __render_plot__ with terminal and output. | |
4344 | |
6178 | 4345 2006-11-16 John W. Eaton <jwe@octave.org> |
4346 | |
4347 * plot/__render_plot1__.m: New file. | |
4348 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
4349 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
4350 gnuplot. Let __render_plot__ do that. | |
4351 | |
6177 | 4352 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
4353 | |
4354 * plot/plot.m: Fix doc string. | |
4355 | |
6173 | 4356 2006-11-16 John W. Eaton <jwe@octave.org> |
4357 | |
4358 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
4359 before sending anything to the plotter. | |
4360 | |
6172 | 4361 2006-11-15 John W. Eaton <jwe@octave.org> |
4362 | |
4363 * image/__img_gnuplot__.m: Store more info in global plot | |
4364 structures and use __render_plot__ to build plot command to | |
4365 display image. | |
4366 | |
4367 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
4368 | |
4369 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
4370 __plot_command_sep__): Delete. | |
4371 (__plot_data_type__, __plot_data_parametric__, | |
4372 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
4373 __plot_usingstr__, __plot_withstr__): New variables. | |
4374 * plot/__init_plot_vars__.m: Initialize them. | |
4375 | |
4376 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
4377 Don't handle sep or cmd. | |
4378 | |
4379 * plot/__render_plot__.m: New function. | |
4380 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
4381 Store more info in global plot structures and use __render_plot__ | |
4382 to build plot command. | |
4383 * plot/replot.m: Simply call __render_plot__. | |
4384 | |
4385 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
4386 Set __plot_data_parametric__ here. | |
4387 | |
6164 | 4388 2006-11-14 John W. Eaton <jwe@octave.org> |
4389 | |
6166 | 4390 * plot/bottom_title.m, plot/top_title.m: Delete. |
4391 | |
6164 | 4392 * image/image_viewer.m: Set default values here. |
4393 * image/image.m: Not here. | |
4394 | |
4395 * image/image_viewer.m: Always return old values. Check arguments. | |
4396 * image/__img_gnuplot__.m: Rename from __img__m. | |
4397 | |
4398 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
4399 | |
4400 * image/image_viewer.m: New function. | |
4401 * image/__img_via_file__.m: New function. | |
4402 * image/image.m: Use image_viewer to determine which program to | |
4403 use for image viewing. | |
6754 | 4404 * image/__img__.m: Silently accept more than 3 args. |
6164 | 4405 |
6163 | 4406 2006-11-14 John W. Eaton <jwe@octave.org> |
4407 | |
4408 * plot/__do_legend__.m, plot/__errplot__.m, | |
4409 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
4410 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
4411 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4412 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
4413 Use __plot_globals__ for multiplot variables. Keep track of | |
4414 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
4415 | |
6157 | 4416 2006-11-13 John W. Eaton <jwe@octave.org> |
4417 | |
6158 | 4418 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
4419 | |
6157 | 4420 * miscellaneous/substruct.m: New function. |
4421 | |
4422 * testfun/assert.m: Force orientation to match when comparing | |
4423 struct elements. | |
4424 | |
4425 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
4426 when comparing structs. | |
4427 | |
4428 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
4429 | |
6754 | 4430 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
4431 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
4432 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
4433 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
4434 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
4435 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
4436 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 4437 |
6156 | 4438 2006-11-13 John W. Eaton <jwe@octave.org> |
4439 | |
4440 * plot/mesh.m: Use size_equal to compare dimensions. | |
4441 | |
6154 | 4442 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
4443 | |
4444 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
4445 | |
6152 | 4446 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
4447 | |
4448 * miscellaneous/copyfile.m: Fix docs to match function. | |
4449 | |
6145 | 4450 2006-11-08 John W. Eaton <jwe@octave.org> |
4451 | |
6146 | 4452 * plot/legend.m: New function, adapted from Octave Forge. |
4453 | |
4454 * plot/__do_legend__.m: New function. | |
4455 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
4456 plot/replot.m: Call it before plotting. | |
4457 | |
4458 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
4459 noparametric" to gnuplot.. | |
4460 | |
4461 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
4462 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
4463 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
4464 and return key title separate from line format. Accept format and | |
4465 key as cellstr. Always return data as cell array. Return format | |
4466 and key title as cellstr. | |
4467 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
4468 Handle line format and key titles separately. | |
4469 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
4470 | |
4471 * plot/__plot_globals__.m (__plot_line_offset__, | |
4472 __plot_key_labels__, __plot_key_properties__): New global | |
4473 variables. Initialize them. | |
4474 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
4475 __plot_key_labels__, __plot_key_properties__): Initialize. | |
4476 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
4477 (__plot_line_offset__, __plot_key_labels__, | |
4478 __plot_key_properties__): Store information about plot key titles. | |
4479 | |
4480 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
4481 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
4482 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
4483 respectively. | |
4484 | |
4485 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
4486 | |
6145 | 4487 * strings/strcat.m: Disable Octave:empty-list-elements warning |
4488 whle concatenating args. | |
4489 | |
6144 | 4490 2006-11-07 John W. Eaton <jwe@octave.org> |
4491 | |
4492 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
4493 | |
6142 | 4494 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
4495 | |
6143 | 4496 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
4497 option to regexp. | |
4498 | |
6142 | 4499 * image/__img__.m: Send "set size ratio -1" before plotting. |
4500 | |
6138 | 4501 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
4502 | |
6139 | 4503 * strings/index.m: New arg, direction. Simplify and speed up. |
4504 * strings/rindex.m: Implement using index (..., "last"); | |
4505 | |
6754 | 4506 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 4507 |
6130 | 4508 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
4509 | |
4510 * general/__isequal__.m: Test size and class more consistently. | |
4511 | |
6116 | 4512 2006-10-27 John W. Eaton <jwe@octave.org> |
4513 | |
6117 | 4514 * miscellaneous/ls_command.m: Use /D instead of /w. |
4515 From Michael Goffioul <michael.goffioul@swing.be>. | |
4516 | |
6116 | 4517 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
4518 * miscellaneous/dir.m: Mark as a command. | |
4519 | |
6112 | 4520 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4521 | |
4522 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
4523 | |
6088 | 4524 2006-10-25 John W. Eaton <jwe@octave.org> |
4525 | |
4526 * image/image.m: Set x = y = [] when nargin == 0; | |
4527 | |
4528 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
4529 | |
4530 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
4531 * image/__img__.m: New file, originally from | |
4532 Daniel J Sebald <daniel.sebald@ieee.org>. | |
4533 | |
6087 | 4534 2006-10-25 John W. Eaton <jwe@octave.org> |
4535 | |
4536 * plot/__gnuplot_version__.m: New function, originally from | |
4537 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
4538 Quentin Spencer <qspencer@ieee.org>. | |
4539 | |
6085 | 4540 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
4541 | |
4542 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
4543 | |
6081 | 4544 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
4545 | |
4546 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
4547 miscellaneous/gunzip.m: New files. | |
4548 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
4549 Call unpack to do the real work. | |
4550 | |
6075 | 4551 2006-10-24 John W. Eaton <jwe@octave.org> |
4552 | |
6078 | 4553 * plot/plot3.m: If we have a format string, then also pass using |
4554 string to __plt3__. | |
4555 | |
6077 | 4556 * plot/sombrero.m: Don't return anything if nargout == 0. |
4557 | |
6075 | 4558 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 4559 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 4560 |
6069 | 4561 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
4562 | |
4563 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
4564 Quote filenames in shell commands. | |
4565 | |
6055 | 4566 2006-10-17 David Bateman <dbateman@free.fr> |
4567 | |
4568 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
4569 the package directory is missing. | |
4570 | |
6052 | 4571 2006-10-13 John W. Eaton <jwe@octave.org> |
4572 | |
4573 * plot/box.m: New function. | |
4574 | |
6050 | 4575 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
4576 | |
4577 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4578 | |
6049 | 4579 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4580 | |
4581 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4582 | |
6047 | 4583 2006-10-10 John W. Eaton <jwe@octave.org> |
4584 | |
4585 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4586 | |
6046 | 4587 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4588 | |
4589 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4590 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4591 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4592 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4593 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4594 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4595 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4596 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4597 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4598 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4599 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4600 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4601 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4602 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4603 control/system/buildssic.m, control/system/c2d.m, | |
4604 control/system/cellidx.m, control/system/d2c.m, | |
4605 control/system/dmr2d.m, control/system/fir2sys.m, | |
4606 control/system/is_abcd.m, control/system/is_controllable.m, | |
4607 control/system/is_detectable.m, control/system/is_digital.m, | |
4608 control/system/is_observable.m, control/system/is_siso.m, | |
4609 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4610 control/system/jet707.m, control/system/listidx.m, | |
4611 control/system/ord2.m, control/system/parallel.m, | |
4612 control/system/ss.m, control/system/ss2zp.m, | |
4613 control/system/starp.m, control/system/sys2ss.m, | |
4614 control/system/sys2tf.m, control/system/sys2zp.m, | |
4615 control/system/sysadd.m, control/system/sysappend.m, | |
4616 control/system/syschtsam.m, control/system/sysconnect.m, | |
4617 control/system/syscont.m, control/system/sysdimensions.m, | |
4618 control/system/sysdisc.m, control/system/sysdup.m, | |
4619 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4620 control/system/sysgroup.m, control/system/sysidx.m, | |
4621 control/system/sysmin.m, control/system/sysmult.m, | |
4622 control/system/sysout.m, control/system/sysprune.m, | |
4623 control/system/sysscale.m, control/system/syssetsignals.m, | |
4624 control/system/syssub.m, control/system/sysupdate.m, | |
4625 control/system/tf.m, control/system/tfout.m, | |
4626 control/system/ugain.m, control/system/zp.m, | |
4627 control/system/zpout.m, control/util/__outlist__.m, | |
4628 control/util/__zgpbal__.m, control/util/prompt.m, | |
4629 control/util/sortcom.m, control/util/strappend.m, | |
4630 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4631 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4632 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4633 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4634 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4635 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4636 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4637 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4638 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4639 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4640 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4641 general/ind2sub.m, general/int2str.m, | |
4642 general/is_duplicate_entry.m, general/isdefinite.m, | |
4643 general/isequal.m, general/isequalwithequalnans.m, | |
4644 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4645 general/isvector.m, general/logical.m, general/logspace.m, | |
4646 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4647 general/perror.m, general/postpad.m, general/prepad.m, | |
4648 general/randperm.m, general/rem.m, general/repmat.m, | |
4649 general/rot90.m, general/rotdim.m, general/shift.m, | |
4650 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4651 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4652 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4653 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4654 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4655 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4656 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4657 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4658 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4659 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4660 linear-algebra/logm.m, linear-algebra/norm.m, | |
4661 linear-algebra/null.m, linear-algebra/orth.m, | |
4662 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4663 linear-algebra/trace.m, linear-algebra/vec.m, | |
4664 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4665 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4666 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4667 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4668 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4669 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4670 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4671 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4672 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4673 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4674 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4675 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4676 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4677 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4678 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4679 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4680 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4681 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4682 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4683 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4684 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4685 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4686 polynomial/polyder.m, polynomial/polyderiv.m, | |
4687 polynomial/polyfit.m, polynomial/polygcd.m, | |
4688 polynomial/polyinteg.m, polynomial/polyout.m, | |
4689 polynomial/polyreduce.m, polynomial/polyval.m, | |
4690 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4691 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4692 set/complement.m, set/create_set.m, set/intersect.m, | |
4693 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4694 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4695 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4696 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4697 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4698 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4699 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4700 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4701 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4702 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4703 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4704 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4705 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4706 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4707 special-matrix/hankel.m, special-matrix/hilb.m, | |
4708 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4709 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4710 statistics/base/center.m, statistics/base/cloglog.m, | |
4711 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4712 statistics/base/cov.m, statistics/base/cut.m, | |
4713 statistics/base/gls.m, statistics/base/iqr.m, | |
4714 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4715 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4716 statistics/base/mean.m, statistics/base/meansq.m, | |
4717 statistics/base/median.m, statistics/base/moment.m, | |
4718 statistics/base/ols.m, statistics/base/ppplot.m, | |
4719 statistics/base/probit.m, statistics/base/qqplot.m, | |
4720 statistics/base/range.m, statistics/base/ranks.m, | |
4721 statistics/base/run_count.m, statistics/base/skewness.m, | |
4722 statistics/base/spearman.m, statistics/base/statistics.m, | |
4723 statistics/base/std.m, statistics/base/studentize.m, | |
4724 statistics/base/table.m, statistics/base/values.m, | |
4725 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4726 statistics/distributions/betainv.m, | |
4727 statistics/distributions/betapdf.m, | |
4728 statistics/distributions/betarnd.m, | |
4729 statistics/distributions/binocdf.m, | |
4730 statistics/distributions/binoinv.m, | |
4731 statistics/distributions/binopdf.m, | |
4732 statistics/distributions/binornd.m, | |
4733 statistics/distributions/cauchy_cdf.m, | |
4734 statistics/distributions/cauchy_inv.m, | |
4735 statistics/distributions/cauchy_pdf.m, | |
4736 statistics/distributions/cauchy_rnd.m, | |
4737 statistics/distributions/chi2cdf.m, | |
4738 statistics/distributions/chi2inv.m, | |
4739 statistics/distributions/chi2pdf.m, | |
4740 statistics/distributions/chi2rnd.m, | |
4741 statistics/distributions/discrete_cdf.m, | |
4742 statistics/distributions/discrete_inv.m, | |
4743 statistics/distributions/discrete_pdf.m, | |
4744 statistics/distributions/discrete_rnd.m, | |
4745 statistics/distributions/empirical_rnd.m, | |
4746 statistics/distributions/expcdf.m, | |
4747 statistics/distributions/expinv.m, | |
4748 statistics/distributions/exppdf.m, | |
4749 statistics/distributions/exprnd.m, | |
4750 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4751 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4752 statistics/distributions/gamcdf.m, | |
4753 statistics/distributions/gaminv.m, | |
4754 statistics/distributions/gampdf.m, | |
4755 statistics/distributions/gamrnd.m, | |
4756 statistics/distributions/geocdf.m, | |
4757 statistics/distributions/geoinv.m, | |
4758 statistics/distributions/geopdf.m, | |
4759 statistics/distributions/geornd.m, | |
4760 statistics/distributions/hygecdf.m, | |
4761 statistics/distributions/hygeinv.m, | |
4762 statistics/distributions/hygepdf.m, | |
4763 statistics/distributions/hygernd.m, | |
4764 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4765 statistics/distributions/laplace_cdf.m, | |
4766 statistics/distributions/laplace_inv.m, | |
4767 statistics/distributions/laplace_pdf.m, | |
4768 statistics/distributions/laplace_rnd.m, | |
4769 statistics/distributions/logistic_cdf.m, | |
4770 statistics/distributions/logistic_inv.m, | |
4771 statistics/distributions/logistic_pdf.m, | |
4772 statistics/distributions/logistic_rnd.m, | |
4773 statistics/distributions/logncdf.m, | |
4774 statistics/distributions/logninv.m, | |
4775 statistics/distributions/lognpdf.m, | |
4776 statistics/distributions/lognrnd.m, | |
4777 statistics/distributions/normcdf.m, | |
4778 statistics/distributions/norminv.m, | |
4779 statistics/distributions/normpdf.m, | |
4780 statistics/distributions/normrnd.m, | |
4781 statistics/distributions/pascal_cdf.m, | |
4782 statistics/distributions/pascal_inv.m, | |
4783 statistics/distributions/pascal_pdf.m, | |
4784 statistics/distributions/pascal_rnd.m, | |
4785 statistics/distributions/poisscdf.m, | |
4786 statistics/distributions/poissinv.m, | |
4787 statistics/distributions/poisspdf.m, | |
4788 statistics/distributions/poissrnd.m, | |
4789 statistics/distributions/stdnormal_cdf.m, | |
4790 statistics/distributions/stdnormal_inv.m, | |
4791 statistics/distributions/stdnormal_pdf.m, | |
4792 statistics/distributions/stdnormal_rnd.m, | |
4793 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4794 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4795 statistics/distributions/unifcdf.m, | |
4796 statistics/distributions/unifinv.m, | |
4797 statistics/distributions/unifpdf.m, | |
4798 statistics/distributions/unifrnd.m, | |
4799 statistics/distributions/wblcdf.m, | |
4800 statistics/distributions/wblinv.m, | |
4801 statistics/distributions/wblpdf.m, | |
4802 statistics/distributions/wblrnd.m, | |
4803 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4804 statistics/tests/bartlett_test.m, | |
4805 statistics/tests/chisquare_test_homogeneity.m, | |
4806 statistics/tests/chisquare_test_independence.m, | |
4807 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4808 statistics/tests/hotelling_test.m, | |
4809 statistics/tests/hotelling_test_2.m, | |
4810 statistics/tests/kolmogorov_smirnov_test.m, | |
4811 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4812 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4813 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4814 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4815 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4816 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4817 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4818 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4819 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4820 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4821 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4822 strings/index.m, strings/isletter.m, strings/lower.m, | |
4823 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4824 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4825 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4826 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
4827 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
4828 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
4829 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
4830 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
4831 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4832 time/etime.m, time/is_leap_year.m: | |
4833 Use print_usage instead of usage. | |
4834 | |
6044 | 4835 2006-10-09 David Bateman <dbateman@free.fr> |
4836 | |
4837 * time/datevec.m: Add additional compatible default parsing strings. | |
4838 | |
6395 | 4839 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 4840 |
6042 | 4841 * pkg/pkg.m: Remove trailing "\n" from error messages. |
4842 Remove compare_versions subfunction. | |
4843 | |
4844 * miscellaneous/compare_versions.m: New function to compare | |
4845 version numbers as strings with any boolean operators. | |
4846 | |
6041 | 4847 * miscellaneous/untar.m: Check more rigorously to see if the tar |
4848 file exists. | |
4849 | |
6036 | 4850 2006-10-04 John W. Eaton <jwe@octave.org> |
4851 | |
4852 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
4853 | |
6032 | 4854 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
4855 | |
6037 | 4856 * pkg/pkg.m: Update docs. Handle prefix option. |
4857 Handle dependencies for load option. | |
6032 | 4858 |
6029 | 4859 2006-10-04 John W. Eaton <jwe@octave.org> |
4860 | |
6030 | 4861 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
4862 | |
4863 * plot/clg.m: Delete. | |
4864 * plot/__init_plot_vars__.m: New function. | |
4865 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 4866 |
6025 | 4867 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
4868 | |
4869 * pkg/pkg.m: Avoid calling addpath with no args. | |
4870 | |
6024 | 4871 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
4872 | |
4873 * audio/loadaudio.m, control/base/nyquist.m, | |
4874 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
4875 linear-algebra/krylov.m, statistics/base/center.m, | |
4876 statistics/base/median.m, statistics/base/std.m, | |
4877 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
4878 find first or last element matching a condition. | |
4879 | |
6023 | 4880 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
4881 | |
4882 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
4883 general/__isequal__.m: Minimize looping using cellfun. | |
4884 | |
6020 | 4885 2006-10-02 David Bateman <dbateman@free.fr> |
4886 | |
4887 * pkg/pkg.m (copy_files): always create installation directory. | |
4888 | |
6016 | 4889 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
4890 | |
4891 * miscellaneous/doc.m: Swap file and directory args to info. | |
4892 | |
4893 2006-10-01 Arno Onken <whyly@gmx.net> | |
4894 | |
4895 * statistics/distributions/exprnd.m: Fix typo. | |
4896 | |
6014 | 4897 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
4898 | |
4899 * polynomial/ppval.m: Use .' instead of '. | |
4900 * polynomial/spline.m: Likewise. New tests. | |
4901 | |
6004 | 4902 2006-09-26 David Bateman <dbateman@free.fr> |
4903 | |
4904 * __plt3__.m: Using global variables __plot_data__, | |
4905 __plot_data_offset__ and __plot_command__ to store plots and | |
4906 correctly handle multiplots, and hold state. Only accept a single | |
4907 data parameter plus, using, format and with strings. Remove | |
4908 setting of gnuplot parameters. | |
4909 * __make_using_clause__.m: New function extracted from __plt__.m. | |
4910 * __setup_plot__.m: Convert to a function and pass the plotting | |
4911 command to use. | |
4912 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
4913 * contour.m: Use unwind protect on the parametric state of plot | |
4914 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
4915 * mesh.m: ditto. | |
4916 * plot3.m: Error checking, setting of parametric state and | |
4917 formation of matrix to plot moved from old __plt3__. | |
4918 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4919 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 4920 |
5997 | 4921 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 4922 |
4923 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
4924 | |
4925 * signal/filter2.m: Correct texinfo doc. | |
4926 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4927 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 4928 |
4929 * miscellaneous/parseparams.m: Correct texinfo doc. | |
4930 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4931 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 4932 |
4933 * pkg/pkg.m (prepare_installation): Don't create package | |
4934 installation directory here. | |
4935 (copy_files): Create it here instead, to avoid issues with | |
4936 upgrades. Also install the COPYING file in packinfo. | |
4937 | |
5989 | 4938 2006-09-13 John W. Eaton <jwe@octave.org> |
4939 | |
4940 * general/blkdiag.m: Adjust to new cellfun rules. | |
4941 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4942 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 4943 |
4944 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
4945 error message for archive name not matching package name. | |
4946 (installed_packages): Size header of printed results to | |
4947 arguments. Sort the list of installed packages before printing | |
4948 them. | |
4949 | |
5986 | 4950 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
4951 | |
4952 * signal/freqz.m: Update tests. | |
4953 | |
4954 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
4955 | |
4956 * signal/freqz.m: Corretly postpad arrays. | |
4957 Don't call fliplr on a column vector. | |
4958 | |
5984 | 4959 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
4960 | |
4961 * general/shiftdim.m: Use permute instead of reshape. | |
4962 | |
5981 | 4963 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
4964 | |
4965 * miscellaneous/parseparams.m: New function. | |
4966 | |
5980 | 4967 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
4968 | |
4969 * miscellaneous/doc.m: Swap order of --file and --directory | |
4970 options for info program invocation. | |
4971 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4972 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 4973 |
5987 | 4974 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 4975 previous change. |
4976 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4977 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 4978 |
4979 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
4980 absence of trailing "/" in OCTAVE_HOME. | |
4981 | |
5973 | 4982 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
4983 | |
4984 * time/datenum.m: Allow arg to be character string. | |
4985 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4986 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 4987 |
4988 * pkg/pkg.m (install): Verify that package name correponds to the | |
4989 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4990 they are empty. If package directory is empty, remove it to fail | |
4991 gracefully for system specific packages. | |
4992 (extract_pkgadd, create_pkgadd): delete. | |
4993 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4994 (copy_files): Install both bin/ and doc/ directories, adding the | |
4995 bin/ to the EXEC_PATH when the package is loaded. | |
4996 | |
5962 | 4997 2006-08-24 John W. Eaton <jwe@octave.org> |
4998 | |
4999 * image/saveimage.m: Use logical indexing instead of | |
5000 indices computed by calling find on the logical index. | |
5001 | |
5961 | 5002 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5003 | |
5967 | 5004 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5005 Use logical indexing instead of indices computed by calling find |
5006 on the logical index. | |
5007 | |
5008 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5009 |
5959 | 5010 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5011 | |
5012 * control/system/tf2zp.m: Simplify gain calculation. | |
5013 | |
5958 | 5014 2006-08-23 John W. Eaton <jwe@octave.org> |
5015 | |
5016 * plot/__plt__.m: Insert using clauses for all plots. | |
5017 | |
5957 | 5018 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5019 | |
5020 * control/system/sysscale.m: Call tf and zp with correct number of | |
5021 args. | |
5022 | |
5955 | 5023 2006-08-22 David Bateman <dbateman@free.fr> |
5024 | |
5025 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5026 Search inst/*.m and src/*.m files in the package for | |
5027 PKG_ADD directives and append user supplied PKG_ADD. | |
5028 (pkg): Call create_pkgadd after copying files. | |
5029 | |
5947 | 5030 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5031 | |
5032 * pkg/pkg.m: Handle multiple packages in a single file. | |
5033 Insert directory separator between OCTAVE_HOME and rest of package | |
5034 installation directory. | |
5035 | |
5036 2006-08-21 John W. Eaton <jwe@octave.org> | |
5037 | |
5038 * general/num2str.m: Early return if arg is empty. | |
5039 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5040 | |
5946 | 5041 2006-08-21 David Bateman <dbateman@free.fr> |
5042 | |
5043 * strings/mat2str.m: Compute NC before using. | |
5044 | |
5937 | 5045 2006-08-17 John W. Eaton <jwe@octave.org> |
5046 | |
5047 * audio/wavread.m: Fix calculation of sample count. | |
5048 | |
5934 | 5049 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5050 | |
5051 * image/imshow.m: New Matlab-compatible version. | |
5052 | |
5930 | 5053 2006-08-15 John W. Eaton <jwe@octave.org> |
5054 | |
5055 * deprecated/is_global.m: Delete. | |
5056 | |
5928 | 5057 2006-08-14 John W. Eaton <jwe@octave.org> |
5058 | |
5059 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5060 | |
5926 | 5061 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5062 | |
5063 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5064 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5065 | |
5928 | 5066 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5067 | |
6778 | 5068 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5069 Use addpath and rmpath instead of manipulating LOADPATH. |
5070 Handle changes to system function. | |
5071 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5072 recursive directory removal. | |
5922 | 5073 |
5924 | 5074 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5075 | |
6778 | 5076 * colormap.m: Change global variable to persistent. |
5923 | 5077 |
5922 | 5078 * rgb2ind.m: Handle single 3-d array as rgb image. |
5079 | |
5920 | 5080 2006-08-14 John W. Eaton <jwe@octave.org> |
5081 | |
5082 * strings/str2double.m: Fix missing semicolon. | |
5083 | |
5910 | 5084 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5085 | |
5086 * plot/plot3.m: Accept one complex or one real and one complex | |
5087 argument and plot real and imaginary components for y and z. | |
5088 | |
5908 | 5089 2006-07-27 John W. Eaton <jwe@octave.org> |
5090 | |
5091 * testfun/test.m: Call fflush after each block of calls to | |
5092 fprintf, fputs, or fdisp. | |
5093 | |
5904 | 5094 2006-07-26 John W. Eaton <jwe@octave.org> |
5095 | |
5096 * miscellaneous/mex.m: New function. | |
5097 | |
5901 | 5098 2006-07-22 John W. Eaton <jwe@octave.org> |
5099 | |
5100 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5101 | |
5881 | 5102 2006-07-07 John W. Eaton <jwe@octave.org> |
5103 | |
5104 * miscellaneous/orderfields.m: New file. | |
5105 | |
5873 | 5106 2006-06-30 John W. Eaton <jwe@octave.org> |
5107 | |
5108 * time/datevec.m: Make another attempt to account for precision of | |
5109 datenum format. | |
5110 | |
5868 | 5111 2006-06-29 John W. Eaton <jwe@octave.org> |
5112 | |
5113 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5114 Use feval instead of "type -q" to get values now that all the | |
5115 symbols are functions. | |
5116 | |
5860 | 5117 2006-06-16 John W. Eaton <jwe@octave.org> |
5118 | |
5119 * time/datevec.m: Avoid computing log of non-positive values. | |
5120 | |
5859 | 5121 2006-06-14 John W. Eaton <jwe@octave.org> |
5122 | |
5123 * time/datevec.m: Attempt to account for precision of datenum format. | |
5124 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5125 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5126 |
5127 * audio/wavread.m: Fix file range error and add read support for | |
5128 24-bit WAV files. | |
5129 | |
5837 | 5130 2006-06-01 David Bateman <dbateman@free.fr> |
5131 | |
5132 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5133 general/interp1.m, general/gradient.m, general/interp2.m, | |
5134 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5135 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5136 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5137 | |
5835 | 5138 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5139 | |
5140 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5141 * miscellaneous/texas_lotto.m: Fix warning message. | |
5142 | |
5830 | 5143 2006-05-26 John W. Eaton <jwe@octave.org> |
5144 | |
5145 * miscellaneous/doc.m: Also handle nargin == 0. | |
5146 | |
5829 | 5147 2006-05-23 John W. Eaton <jwe@octave.org> |
5148 | |
5149 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5150 really needed. | |
5151 | |
5827 | 5152 2006-05-22 John W. Eaton <jwe@octave.org> |
5153 | |
6754 | 5154 * general/lookup.m: New file from Octave Forge. |
5827 | 5155 |
5156 2006-05-22 David Bateman <dbateman@free.fr> | |
5157 | |
6754 | 5158 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5159 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5160 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5161 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5162 special-matrix/magic.m, special-matrix/hadamard.m, | |
5163 strings/strtok.m: New files from Octave Forge. | |
5827 | 5164 |
5824 | 5165 2006-05-19 David Bateman <dbateman@free.fr> |
5166 | |
5167 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5168 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5169 |
5821 | 5170 2006-05-17 John W. Eaton <jwe@octave.org> |
5171 | |
5172 * set/intersection.m: Delete | |
5173 * deprecated/intersection.m: New file. | |
5174 | |
5820 | 5175 2006-05-17 David Bateman <dbateman@free.fr> |
5176 | |
5177 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5178 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5179 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5180 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5181 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5182 Forge. | |
5183 | |
5809 | 5184 2006-05-11 John W. Eaton <jwe@octave.org> |
5185 | |
5815 | 5186 * path/path.m: Delete (now a built-in function). |
5187 | |
5811 | 5188 * pkg/Makefile.in: New file. |
5189 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5190 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5191 |
5808 | 5192 2006-05-10 John W. Eaton <jwe@octave.org> |
5193 | |
5194 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5195 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5196 | |
5807 | 5197 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
5198 | |
5199 * tar.m, untar.m, unzip.m: New files. | |
5200 | |
5801 | 5201 2006-05-10 John W. Eaton <jwe@octave.org> |
5202 | |
5804 | 5203 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5204 * path/setpath.m: Delete. | |
5205 | |
5801 | 5206 * pkg/pkg.m: New file. |
5207 | |
5798 | 5208 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5209 | |
5210 * plot/plot.m: Doc string fix. | |
5211 | |
5212 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5213 | |
5214 * testfun/speeed.m: Use new interface to unique and assert. | |
5215 Improve documentation. Approximate time complexity from log-log | |
5216 plot. Return time complexity and raw times if requested. The | |
5217 mean ratio is no longer returned. Provide complete control over | |
5218 which n are computed. | |
5219 | |
5220 2006-05-09 John W. Eaton <jwe@octave.org> | |
5221 | |
5222 * path/path.m: Move here from miscellaneous. | |
5223 Adapt to new LOADPATH definition. | |
5224 | |
5789 | 5225 2006-05-03 David Bateman <dbateman@free.fr> |
5226 | |
5227 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5228 explicit uses of a path seperation character with pathsep(). | |
5229 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5230 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5231 |
6778 | 5232 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5233 |
5781 | 5234 2006-04-29 John W. Eaton <jwe@octave.org> |
5235 | |
5236 * startup/main-rcfile: Disable some warnings. | |
5237 | |
5762 | 5238 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5239 | |
5240 * strings/strcmpi.m: Return false instead of error if args are not | |
5241 char or cellstr. | |
5242 | |
5750 | 5243 2006-04-10 John W. Eaton <jwe@octave.org> |
5244 | |
5245 * miscellaneous/dir.m: Ensure that returned structure array is | |
5246 Nx1, not 1xN. | |
5247 | |
5746 | 5248 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5249 | |
5250 * plot/hist.m: Ignore NaN in inputs. | |
5251 | |
5745 | 5252 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5253 | |
5254 * miscellaneous/mkoctfile.m: Doc string fix. | |
5255 | |
5741 | 5256 2006-04-05 John W. Eaton <jwe@octave.org> |
5257 | |
5258 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5259 are both empty. | |
5260 * plot/__plt__.m: Ignore empty data and format strings returned | |
5261 from __plt1__ or __plt2__. | |
5262 | |
5737 | 5263 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5264 | |
6778 | 5265 * set/unique.m: Properly handle single column input when |
5737 | 5266 "rows" is specified. |
5267 | |
5732 | 5268 2006-04-04 John W. Eaton <jwe@octave.org> |
5269 | |
5736 | 5270 * path/setpath.m: New file. |
5271 * path/savepath.m: Use setpath to set path instead of assigning | |
5272 directly to LOADPATH. | |
5273 | |
5732 | 5274 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5275 New files, adapted from Octave Forge by Keith Goodman | |
5276 <kwgoodman@gmail.com>. | |
5277 * path: New directory. | |
5278 * Makefile.in (SUBDIRS): Add it to the list. | |
5279 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5280 | |
5731 | 5281 2006-04-02 David Bateman <dbateman@free.fr> |
5282 | |
5283 * general/tril.m, general.triu.m: | |
5284 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
5285 to allow user types to work correctly. | |
5286 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
5287 | |
5727 | 5288 2006-04-03 David Bateman <dbateman@free.fr> |
5289 | |
5290 * plot/grid.m: Cache the state of the grid to allow toggling. | |
5291 Accept keyword "minor" for minor grid. | |
5292 | |
5721 | 5293 2006-03-28 John W. Eaton <jwe@octave.org> |
5294 | |
5295 * general/isscalar.m: Only require that all dimensions are 1 for | |
5296 compatiblity. | |
5297 | |
5298 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
5299 | |
5300 * general/isvector.m: Allow non-numeric objects to be vectors for | |
5301 compatibility. | |
5302 | |
5720 | 5303 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
5304 | |
5305 * plot/__errplot__.m: Doc string fix. | |
5306 | |
5307 * miscellaneous/doc.m: Mark as command. | |
5308 | |
5309 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
5310 general/isequalwithequalnans.m, general/blkdiag.m, | |
5311 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
5312 | |
5717 | 5313 2006-03-27 Don Bindner <dbindner@truman.edu> |
5314 | |
5315 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
5316 return 3d matrices. | |
5317 | |
5318 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
5319 | |
5320 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
5321 | |
5708 | 5322 2006-03-22 John W. Eaton <jwe@octave.org> |
5323 | |
5324 * plot/print.m: Don't replot after popping terminal setting. | |
5325 | |
5696 | 5326 2006-03-20 John W. Eaton <jwe@octave.org> |
5327 | |
5328 * miscellaneous/mkoctfile.m: Use version-specific name of | |
5329 mkoctfile. Use fullfile to construct file name. | |
5330 | |
5695 | 5331 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
5332 | |
5333 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
5334 shell script from Octave prompt. | |
5335 | |
5690 | 5336 2006-03-17 John W. Eaton <jwe@octave.org> |
5337 | |
5693 | 5338 * deprecated/weibcdf.m, deprecated/weibinv.m, |
5339 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
5340 | |
5341 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
5342 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
5343 Call new wbl functions to do the real work. | |
5344 Swap args and provide default values as necessary to preserve | |
5345 compatibility with old version of Octave. | |
5346 | |
5347 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
5348 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
5349 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
5350 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
5351 Swap scale and shape args for compatibility. | |
5352 | |
5692 | 5353 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
5354 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
5355 Preserve compatibility with old versions of Octave given new | |
5356 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 5357 |
5692 | 5358 * statistics/distributions/logncdf.m, |
5359 statistics/distributions/logninv.m, | |
5360 statistics/distributions/lognpdf.m, | |
5361 statistics/distributions/lognrnd.m: Compatibility fixes. | |
5362 From Ben Barrowes <barrowes@alum.mit.edu> | |
5363 | |
5691 | 5364 * deprecated/hypergeometric_rnd.m: Update interface to match |
5365 current 2.1.x version. | |
5366 | |
5367 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
5368 | |
5690 | 5369 * miscellaneous/dir.m: Use readdir instead of glob. |
5370 Special case for "." to avoid globbing. Use list_in_columns. | |
5371 Eliminate unused variables len and finfo. | |
5372 | |
5689 | 5373 2006-03-16 Bill Denney <bill@givebillmoney.com> |
5374 | |
5375 * miscellaneous/dir.m: Improve compatibility. | |
5376 | |
5687 | 5377 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5378 | |
5379 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5380 time/now.m, time/weekday.m: New functions from Octave Forge. | |
5381 | |
5686 | 5382 2006-03-16 John W. Eaton <jwe@octave.org> |
5383 | |
5384 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
5385 of looking at sum of max dimensions. | |
5386 | |
5681 | 5387 2006-03-16 David Bateman <dbateman@free.fr> |
5388 | |
5389 * testfun/test.m: Clear last warning before warning test to avoid | |
5390 issues with previously set warnings. | |
5391 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
5392 sparse matrices. Force matrix type from spqr solution to be | |
5393 singular to force QR solvers to be used for assert. | |
5394 | |
5678 | 5395 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5396 | |
5397 * strings/strfind.m: New file. | |
5398 | |
5677 | 5399 2006-03-16 John W. Eaton <jwe@octave.org> |
5400 | |
5401 * general/rows.m, general/columns.m: Delete. | |
5402 | |
5674 | 5403 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5404 | |
5405 * strings/strcmpi.m: Simplify. | |
5406 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 5407 * strings/strtrunc.m: New file. |
5674 | 5408 |
5676 | 5409 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
5410 | |
5672 | 5411 2006-03-15 John W. Eaton <jwe@octave.org> |
5412 | |
5413 * miscellaneous/doc.m: New file. | |
5414 From Soren Hauberg <soren@hauberg.org>. | |
5415 | |
5671 | 5416 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
5417 | |
5418 * miscellaneous/mkoctfile.m: New file. | |
5419 | |
5670 | 5420 2006-03-15 John W. Eaton <jwe@octave.org> |
5421 | |
5422 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
5423 | |
5666 | 5424 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
5425 | |
5426 * strings/bin2dec.m: Doc fix. | |
5427 | |
5661 | 5428 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
5429 | |
5430 * time/etime.m: Use datenum to support times spanning year boundaries. | |
5431 * time/datenum.m: New function to compute day number from time. | |
5432 | |
5659 | 5433 2006-03-09 John W. Eaton <jwe@octave.org> |
5434 | |
5435 * miscellaneous/unix.m, plot/print.m: | |
5436 Swap order of outputs from system. | |
5437 | |
5642 | 5438 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
5439 | |
5440 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5441 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5442 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
5443 control/base/__stepimp__.m, control/base/are.m, | |
5444 control/base/controldemo.m, control/base/damp.m, | |
5445 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
5446 control/base/step.m, control/system/abcddim.m, | |
5447 control/system/is_abcd.m, control/system/is_controllable.m, | |
5448 control/system/is_detectable.m, control/system/is_observable.m, | |
5449 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5450 control/system/jet707.m, control/system/sys2fir.m, | |
5451 control/system/sysdimensions.m, control/system/sysupdate.m, | |
5452 control/system/tfout.m, control/system/ugain.m, | |
5453 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
5454 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5455 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
5456 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
5457 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
5458 general/circshift.m, general/columns.m, general/flipdim.m, | |
5459 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
5460 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
5461 general/isequalwithequalnans.m, general/isscalar.m, | |
5462 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
5463 general/logspace.m, general/mod.m, general/nextpow2.m, | |
5464 general/num2str.m, general/perror.m, general/pol2cart.m, | |
5465 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
5466 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
5467 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
5468 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
5469 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
5470 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
5471 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
5472 miscellaneous/license.m, miscellaneous/menu.m, | |
5473 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
5474 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
5475 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
5476 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
5477 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
5478 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
5479 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5480 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
5481 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
5482 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
5483 polynomial/polyinteg.m, polynomial/polyout.m, | |
5484 polynomial/polyreduce.m, polynomial/polyval.m, | |
5485 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
5486 set/create_set.m, set/intersection.m, set/ismember.m, | |
5487 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
5488 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
5489 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5490 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
5491 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
5492 special-matrix/hilb.m, special-matrix/invhilb.m, | |
5493 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
5494 special-matrix/vander.m, statistics/base/median.m, | |
5495 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
5496 statistics/distributions/gaminv.m, | |
5497 statistics/distributions/gampdf.m, | |
5498 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
5499 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
5500 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
5501 strings/lower.m, strings/upper.m, testfun/assert.m, | |
5502 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
5503 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
5504 | |
5633 | 5505 2006-02-27 John W. Eaton <jwe@octave.org> |
5506 | |
5507 * time/tic.m: Move here from miscellaneous/tic.m. | |
5508 * time/toc.m: Move here from miscellaneous/toc.m. | |
5509 | |
5510 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
5511 | |
5512 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
5513 does not assign output of toc to a variable. | |
5514 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5515 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 5516 |
5517 * axis.m: Catch limits that are the same and return an error. | |
5518 | |
5625 | 5519 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5520 | |
5521 * plot/print.m: Accept emf device option to support Enhanced | |
5522 Metafile format. | |
5523 | |
5524 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
5525 | |
5526 * control/base/lqe.m: Doc fix. | |
5527 | |
5623 | 5528 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
5529 | |
5530 * statistics/distributions/gamcdf.m: Doc fix. | |
5531 * statistics/distributions/gaminv.m: Doc fix. | |
5532 * statistics/distributions/gampdf.m: Doc fix. | |
5533 * statistics/distributions/gamrnd.m: Doc fix. | |
5534 | |
5610 | 5535 2006-02-09 David Bateman <dbateman@free.fr> |
5536 | |
6778 | 5537 * general/triu.m: Minimum change to allow sparse matrix. More needed |
5538 for arbitrary user type. | |
5539 * general/tril.m: ditto. | |
5540 * sparse/sprand.m: Doc fix. | |
5541 * sparse/sprandn.m: Ditto. | |
5542 * sparse/sprandsym.m: New function. | |
5543 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
5544 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
5545 Update for syntax error for latest texinfo.tex file. | |
5610 | 5546 |
5605 | 5547 2006-02-02 John W. Eaton <jwe@octave.org> |
5548 | |
5549 * plot/grid.m: Append ";\n" to "set grid" command. | |
5550 | |
5551 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
5552 | |
5553 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
5554 | |
5597 | 5555 2006-01-13 John W. Eaton <jwe@octave.org> |
5556 | |
5557 * audio/Makefile.in, control/base/Makefile.in, | |
5558 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5559 control/system/Makefile.in, control/util/Makefile.in, | |
5560 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5561 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5562 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5563 optimization/Makefile.in, plot/Makefile.in, | |
5564 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5565 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5566 special-matrix/Makefile.in, startup/Makefile.in, | |
5567 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5568 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5569 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
5570 (all): Depend on PKG_ADD. | |
5571 (PKG_ADD): New target. | |
5572 | |
5573 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
5574 | |
5575 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
5576 | |
5596 | 5577 2006-01-13 John W. Eaton <jwe@octave.org> |
5578 | |
5579 * time/etime.m: Move here from miscellaneous/etime.m. | |
5580 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5581 | |
5595 | 5582 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5583 | |
6778 | 5584 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5585 * miscellaneous/fullfile.m: Likewise. |
5586 | |
5592 | 5587 2006-01-12 David Bateman <dbateman@free.fr> |
5588 | |
5589 * general/blkdiag.m: Compatible behavior for empty matrices | |
5590 * statistics/base/unidrnd.m: Documentation buglet. | |
5591 | |
5583 | 5592 2005-12-14 David Bateman <dbateman@free.fr> |
5593 | |
5589 | 5594 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5595 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5596 | |
5597 * Makefile.in (SUBDIRS): Include testfun. | |
5598 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5599 | |
5583 | 5600 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5601 | |
5602 * general/__isequal__.m: Remove reference to getfield. | |
5603 | |
5604 * plot/hist.m: Update test code for row/column discrepencies. | |
5605 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5606 Update the test code for this. | |
5607 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5608 | |
5579 | 5609 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5610 | |
5611 * cell/cell2mat.m: New file, from octave-forge. | |
5612 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5613 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5614 |
5615 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5616 New graph theory functions. | |
5617 | |
5574 | 5618 2005-12-13 John W. Eaton <jwe@octave.org> |
5619 | |
5620 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5621 | |
5622 * control/system/ss.m: Doc fix. | |
5623 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5624 | |
5572 | 5625 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5626 | |
5627 * audio/wavread.m, audio/wavwrite.m: | |
5628 Correct scaling for 8-bit linear pcm samples. | |
5629 Improve scaling for all other linear pcm resolutions. | |
5630 | |
5568 | 5631 2005-12-07 John W. Eaton <jwe@octave.org> |
5632 | |
5633 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5634 | |
5635 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5636 * strings/strjust.m: Likewise. | |
5637 | |
5638 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5639 * signal/arma_rnd.m: Likewise. | |
5640 * strings/strcat.m: Likewise. | |
5641 * control/base/__freqresp__.m: Likewise. | |
5642 * control/base/place.m: Likewise. | |
5643 * control/base/pzmap.m: Likewise. | |
5644 * control/base/pzmap.m: Likewise. | |
5645 * control/system/sysappend.m: Likewise. | |
5646 * control/system/syscont.m: Likewise. | |
5647 * control/system/sysdisc.m: Likewise. | |
5648 * control/system/sysgroup.m: Likewise. | |
5649 * control/system/tfout.m: Likewise. | |
5650 * control/system/zpout.m: Likewise. | |
5651 * control/util/__outlist__.m: Likewise. | |
5652 | |
5567 | 5653 2005-12-06 John W. Eaton <jwe@octave.org> |
5654 | |
5655 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5656 Avoid for loop in interleave/deinterleave steps. | |
5657 | |
5565 | 5658 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5659 | |
5660 * audio/wavread.m, audio/wavwrite.m: New files. | |
5661 | |
5563 | 5662 2005-12-06 John W. Eaton <jwe@octave.org> |
5663 | |
5664 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5665 | |
5560 | 5666 2005-12-05 John W. Eaton <jwe@octave.org> |
5667 | |
5561 | 5668 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5669 |
5558 | 5670 2005-12-02 John W. Eaton <jwe@octave.org> |
5671 | |
5672 * miscellaneous/fileattrib.m: New function. | |
5673 | |
5556 | 5674 2005-12-01 John W. Eaton <jwe@octave.org> |
5675 | |
5676 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5677 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5678 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5679 | |
5555 | 5680 2005-11-30 John W. Eaton <jwe@octave.org> |
5681 | |
5682 * linear-algebra/krylov.m: Format doc string. | |
5683 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5684 | |
5551 | 5685 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5686 | |
5687 * general/blkdiag.m: Import from octave-forge. | |
5688 Ignore empty matrices in the input. Add tests. | |
5549 | 5689 |
5690 * general/isequal.m, general/isequalwithequalnans.m: | |
5691 New wrapper scripts for general/__isequal__.m. | |
5692 * general/__isequal__.m: Rename from general/isequal.m. | |
5693 New arg, nans_compare_equal. | |
5694 | |
5548 | 5695 2005-11-29 John W. Eaton <jwe@octave.org> |
5696 | |
5697 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5698 calling system. Only append octave_forge_string if | |
5699 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5700 Call license instead of hard-coding license info here. | |
5701 | |
5702 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5703 __octave_licenses__. Use puts instead of disp. |
5548 | 5704 Use getuid and getpwuid instead of calling unix ("id -un"). |
5705 If nargout = 1, return license info instead of printing usage message. | |
5706 | |
5546 | 5707 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5708 | |
5709 * miscellaneous/ver.m: New file. | |
5710 * miscellaneous/license.m: New file. | |
5711 | |
5545 | 5712 2005-11-22 John W. Eaton <jwe@octave.org> |
5713 | |
5714 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5715 gnuplot set command. | |
5716 | |
5539 | 5717 2005-11-15 John W. Eaton <jwe@octave.org> |
5718 | |
5719 * general/shiftdim.m: Doc fix. | |
5720 | |
5532 | 5721 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5722 | |
5723 * set/unique.m: Doc string fix. | |
5724 | |
5527 | 5725 2005-11-01 John W. Eaton <jwe@octave.org> |
5726 | |
5727 * Makefile.in (distclean, maintainer-clean): | |
5728 Also remove autom4te.cache directory. | |
5729 From Quentin Spencer <qspencer@ieee.org>. | |
5730 | |
5518 | 5731 2005-10-28 John W. Eaton <jwe@octave.org> |
5732 | |
5733 * general/shiftdim.m: Compatibility fix for row vectors. | |
5734 Correct check for non-scalar non-integer shift. For positive | |
5735 N, shift is remainder of N and number of dims. Always return NS. | |
5736 Simplify. | |
5737 | |
5500 | 5738 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5739 | |
5740 * general/randperm.m: Improve compatibility by allowing input | |
5741 value of zero. | |
5742 | |
5493 | 5743 2005-10-13 John W. Eaton <jwe@octave.org> |
5744 | |
5745 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5746 If in multiplot mode, clear plot before issuing new plot command. | |
5747 | |
5748 * plot/__setup_plot__.m: New function. | |
5749 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5750 Handle multiplot data and offsets here. | |
5751 | |
5752 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5753 Move initialization to __setup_plot__.m. | |
5754 | |
5755 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5756 Don't reset gnuplot_command_replot. | |
5757 | |
5758 * plot/replot.m: Handle multiplot data and offsets here. | |
5759 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5760 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5761 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5762 | |
5489 | 5763 2005-10-12 John W. Eaton <jwe@octave.org> |
5764 | |
5765 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5766 | |
5482 | 5767 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5768 | |
5769 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5770 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5771 _inv functions. | |
5772 * chi2pdf.m: Fixed typos in the documentation. | |
5773 | |
5475 | 5774 2005-09-28 John W. Eaton <jwe@octave.org> |
5775 | |
5476 | 5776 * miscellaneous/single.m: New function. |
5777 | |
5475 | 5778 * statistics/base/unidrnd.m: New function. |
5779 | |
5474 | 5780 2005-09-27 John W. Eaton <jwe@octave.org> |
5781 | |
5782 * miscellaneous/dir.m: Filename never includes directory part. | |
5783 | |
5464 | 5784 2005-09-22 John W. Eaton <jwe@octave.org> |
5785 | |
5786 * polynomial/residue.m: Use logical indexing instead of find.. | |
5787 | |
5788 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5789 | |
5790 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5791 and zero poles. | |
5792 | |
5462 | 5793 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5794 | |
5795 * strings/deblank.m: Handle cell arrays. | |
5796 * strings/split.m: New argument, N, to limit number of splits. | |
5797 | |
5798 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5799 | |
5800 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5801 | |
5460 | 5802 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5803 | |
5804 * control/base/rlocus.m: Doc fix. | |
5805 | |
5459 | 5806 2005-09-20 John W. Eaton <jwe@octave.org> |
5807 | |
5808 * general/isvector.m: Improve compatibility. | |
5809 | |
5810 * general/postpad.m: Allow first argument to be a scalar. | |
5811 Allow padding to extend dimensionality. | |
5812 * general/prepad.m: Likewise. | |
5813 | |
5448 | 5814 2005-09-14 Daniel <durbano@shbano.com> |
5815 | |
5816 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5817 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5818 /control/base/dgram.m: Doc string fixes. | |
5448 | 5819 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5820 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5821 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 5822 |
5823 * saveimage.m: Do not ignore most significant bit when writing | |
5824 black and white images to file. | |
5825 | |
5443 | 5826 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
5827 | |
5828 * audio/playaudio.m, control/base/__bodquist__.m, | |
5829 control/base/lqg.m, control/obsolete/dezero.m, | |
5830 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
5831 control/system/c2d.m, control/system/cellidx.m, | |
5832 control/system/d2c.m, control/system/dmr2d.m, | |
5833 control/system/is_signal_list.m, control/system/listidx.m, | |
5834 control/system/ss.m, control/system/sysappend.m, | |
5835 control/system/sysconnect.m, control/system/sysdup.m, | |
5836 control/system/sysgetsignals.m, control/system/sysidx.m, | |
5837 control/system/sysprune.m, control/system/syssetsignals.m, | |
5838 control/system/tfout.m, control/system/zpout.m, | |
5839 control/util/prompt.m, control/util/sortcom.m, | |
5840 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
5841 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
5842 general/num2str.m, general/repmat.m, general/sortrows.m, | |
5843 general/strerror.m, image/colormap.m, image/imshow.m, | |
5844 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
5845 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
5846 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
5847 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5848 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
5849 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
5850 plot/print.m, plot/title.m, plot/top_title.m, | |
5851 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
5852 statistics/base/mean.m, statistics/base/moment.m, | |
5853 statistics/tests/cor_test.m, | |
5854 statistics/tests/kolmogorov_smirnov_test.m, | |
5855 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5856 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
5857 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5858 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5859 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5860 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5861 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5862 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
5863 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5864 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5865 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
5866 Avoid deprecated functions. Use ischar instead of isstr. Use | |
5867 isvector instead of is_vector. Use isstruct instead of | |
5868 is_struct. Use char instead of setstr. | |
5869 | |
5435 | 5870 2005-08-31 Daniel <durbano@shbano.com> |
5871 | |
5872 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
5873 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
5874 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5875 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5876 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 5877 |
5878 * image/saveimage.m: Open output file in binary mode. | |
5879 | |
5880 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
5881 | |
5427 | 5882 2005-08-16 John W. Eaton <jwe@octave.org> |
5883 | |
5884 * miscellaneous/computer.m: Handle optional maxsize and endian | |
5885 outputs. | |
5886 | |
5426 | 5887 2005-08-15 John W. Eaton <jwe@octave.org> |
5888 | |
5889 * strings/strcat.m: Allow single argument. | |
5890 | |
5416 | 5891 2005-07-18 John W. Eaton <jwe@octave.org> |
5892 | |
5893 * strings/strcmp.m: Delete. | |
5894 | |
5413 | 5895 2005-07-13 John W. Eaton <jwe@octave.org> |
5896 | |
5897 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
5898 versions of Octave. | |
5899 | |
5900 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
5901 | |
5902 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
5903 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
5904 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
5905 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
5906 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
5907 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
5908 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
5909 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
5910 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
5911 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
5912 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
5913 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
5914 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
5915 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
5916 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
5917 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
5918 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
5919 * statistics/distributions/finv.m: Rename from f_inv.m. | |
5920 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
5921 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
5922 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
5923 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
5924 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
5925 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
5926 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
5927 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
5928 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
5929 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
5930 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
5931 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
5932 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
5933 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
5934 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
5935 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
5936 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
5937 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
5938 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
5939 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
5940 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
5941 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
5942 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
5943 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
5944 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
5945 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
5946 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
5947 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
5948 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
5949 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 5950 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 5951 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
5952 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
5953 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
5954 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
5955 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
5956 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
5957 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
5958 | |
5959 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
5960 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
5961 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
5962 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
5963 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
5964 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
5965 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5966 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
5967 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
5968 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
5969 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
5970 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
5971 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
5972 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
5973 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
5974 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
5975 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
5976 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
5977 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
5978 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
5979 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
5980 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
5981 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
5982 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
5983 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
5984 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
5985 deprecated/wiener_rnd.m: New files. | |
5986 | |
5408 | 5987 2005-07-08 John W. Eaton <jwe@octave.org> |
5988 | |
5989 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5990 * deprecated/weibull_rnd.m: New file. | |
5991 | |
5407 | 5992 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5993 | |
5994 * strings/dec2base.m: Allow matrix arguments. | |
5995 | |
5406 | 5996 2005-07-08 John W. Eaton <jwe@octave.org> |
5997 | |
5998 * plot/__errplot__.m: Use __plot_globals__. | |
5999 * plot/__plt__.m: Likewise. | |
6000 * plot/figure.m: Likewise. | |
6001 | |
6002 * plot/hold.m: New file. | |
6003 * plot/ishold.m: New file. | |
6004 * plot/__plot_globals__.m: New file. | |
6005 | |
5400 | 6006 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6007 | |
6008 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6009 | |
6010 2005-07-05 John W. Eaton <jwe@octave.org> | |
6011 | |
6012 * strings/findstr.m: Return [] for no matches. | |
6013 | |
5399 | 6014 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6015 | |
6016 * miscellaneous/tic.m: Fix doc string. | |
6017 | |
5395 | 6018 2005-06-15 John W. Eaton <jwe@octave.org> |
6019 | |
6020 * polynomial/polyfit.m: Force return value to be a row vector. | |
6021 | |
5393 | 6022 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6023 | |
6024 * general/isequal.m: Correct nargin check. | |
6025 | |
5388 | 6026 2005-06-14 John W. Eaton <jwe@octave.org> |
6027 | |
6028 * general/isvector.m: Handle N-d arrays. | |
6029 From Bill Denney <denney@seas.upenn.edu>. | |
6030 | |
5381 | 6031 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6032 | |
6033 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6034 |
5377 | 6035 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6036 | |
6037 * signal/freqz.m: Use correct calculations when given a vector of | |
6038 frequencies. Improve accuracy of returned frequency vector. | |
6039 Improve speed for medium length filters (at a slight cost for slow | |
6040 filters). Add test cases. | |
6041 | |
5373 | 6042 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6043 | |
6044 * plot/loglog.m: Fix set commands. | |
6045 | |
5381 | 6046 2005-05-25 John W. Eaton <jwe@octave.org> |
6047 | |
6048 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6049 | |
5371 | 6050 2005-05-24 John W. Eaton <jwe@octave.org> |
6051 | |
5373 | 6052 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6053 | |
5372 | 6054 * strings/strncmp.m: New file, from Tom Holroyd |
6055 <tomh@kurage.nimh.nih.gov>. | |
6056 | |
5371 | 6057 * strings/strcmp.m: Return logical values in all cases. |
6058 | |
5366 | 6059 2005-05-23 John W. Eaton <jwe@octave.org> |
6060 | |
6061 * plot/orient.m: New file. Adapt to Octave coding style. | |
6062 Texinfoize doc string. | |
6063 | |
6064 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6065 PKG_ADD command. Use set terminal consistently throughout. Use | |
6066 set terminal push/pop and unconditionally set output to screen | |
6067 when done to avoid requiring gget. Use a cell array for dev_list | |
6068 and cellidx to search for items in the list. Delete local | |
6069 variable endl. Don't set and restore automatic_replot. Use {} | |
6070 instead of nth to index varargin. Delete local variable | |
6071 va_arg_cnt. | |
6072 | |
5355 | 6073 2005-05-18 John W. Eaton <jwe@octave.org> |
6074 | |
6075 * general/num2str.m: Return early if X is a character string. | |
6076 | |
5347 | 6077 2005-05-11 John W. Eaton <jwe@octave.org> |
6078 | |
5348 | 6079 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6080 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6081 | |
5347 | 6082 * plot/polar.m: Don't call __pltopt__ here. |
6083 | |
5333 | 6084 2005-05-02 John W. Eaton <jwe@octave.org> |
6085 | |
6086 * mkdoc: Print header message. | |
6087 | |
5319 | 6088 2005-04-28 John W. Eaton <jwe@octave.org> |
6089 | |
6090 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6091 startup/octaverc. | |
6092 | |
5318 | 6093 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6094 | |
6095 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6096 (__im_numeric_limits__): New internal function. | |
6097 | |
5317 | 6098 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6099 | |
6100 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6101 data, not mean of group_mean. | |
6102 | |
6103 2005-04-28 John W. Eaton <jwe@octave.org> | |
6104 | |
6105 * startup/local-rcfile: New file. | |
6106 * startup/main-rcfile: Rename from startup/octaverc. | |
6107 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6108 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6109 Install local-rcfile in $(localfcnfiledir)/startup. | |
6110 | |
6111 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6112 | |
6113 * startup/inputrc: New file. | |
6114 * startup/octaverc: Configure readline using inputrc from | |
6115 startupfiledir. | |
6116 * startup/Makefile.in (install, install-strip): Install octaverc | |
6117 in $(fcnfiledir)/startup. | |
6118 | |
5310 | 6119 2005-04-27 John W. Eaton <jwe@octave.org> |
6120 | |
6121 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6122 | |
5289 | 6123 2005-04-21 John W. Eaton <jwe@octave.org> |
6124 | |
6125 * optimization/glpk.m: Handle SENSE argument. | |
6126 | |
6127 * optimization/qp.m, optimization/sqp.m: New files. | |
6128 | |
5276 | 6129 2005-04-08 John W. Eaton <jwe@octave.org> |
6130 | |
6131 * Makefile.in (clean, distclean, maintainer-clean): | |
6132 Avoid duplication in rules. | |
6133 | |
5252 | 6134 2005-03-28 John W. Eaton <jwe@octave.org> |
6135 | |
6136 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6137 setting {no,}parametric. | |
6138 * plot/figure.m: Likewise, for setting terminal type. | |
6139 | |
6140 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6141 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6142 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6143 plot/title.m, plot/top_title.m: Avoid eval. | |
6144 | |
5251 | 6145 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6146 | |
5253 | 6147 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6148 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6149 Use __gnuplot_replot__ instead of replot. | |
6150 | |
5252 | 6151 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6152 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6153 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6154 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6155 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6156 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6157 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6158 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6159 |
5251 | 6160 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6161 | |
5244 | 6162 2005-03-24 John W. Eaton <jwe@octave.org> |
6163 | |
6164 * optimization/glpkmex.m: Texinfoize Doc string. | |
6165 * optimization/glpk.m: Likewise. | |
6166 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6167 (row vectors are orginary character strings). | |
6168 * optimization/glpkparam.m: Delete. | |
6169 | |
5243 | 6170 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6171 | |
6172 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6173 of dimensions of X. | |
6174 | |
5237 | 6175 2005-03-23 John W. Eaton <jwe@octave.org> |
6176 | |
5239 | 6177 * general/tril.m, general/triu.m: Return value of same class as |
6178 argument. | |
6179 | |
5237 | 6180 * optimization/glpk.m: Simplify interface. By default, solve |
6181 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6182 * optimization/glpkmex.m: New file. | |
6183 | |
5232 | 6184 2005-03-22 John W. Eaton <jwe@octave.org> |
6185 | |
5237 | 6186 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6187 list. | |
6188 | |
5233 | 6189 * optimization/glpk.m: Adapt to Octave coding style. |
6190 No need for varargout or varargin. | |
6191 Print usage message if nargin > 11. | |
6192 Allow any value of nargout. | |
6193 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6194 Avoid looping when checking character classes. | |
6195 | |
5232 | 6196 * optimization: New directory. |
6197 * Makefile.in (SUBDIRS): Add it to the list. | |
6198 * optimization/Makefile.in: New file. | |
6199 * optimization/glpk.m, optimization/glpkparams.m, | |
6200 optimization/glpktest1, optimization/glpktest2: New files. | |
6201 | |
5218 | 6202 2005-03-16 Soren Hauberg <soren@hauberg.org> |
6203 | |
6204 * strings/split.m: Quick return for empty second arg. | |
6205 Improve warning for multi-line strings. | |
6206 Speed up by avoiding sprintf in loop and eval. | |
6207 | |
5217 | 6208 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6209 | |
6210 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6211 * polynomial/polyder.m: Ditto. | |
6778 | 6212 * polynomial/polygcd.m: New function. |
5217 | 6213 |
5214 | 6214 2005-03-16 John W. Eaton <jwe@octave.org> |
6215 | |
5215 | 6216 * control/base/__stepimp__.m, control/base/bode.m, |
6217 control/base/frdemo.m, control/base/nichols.m, | |
6218 control/base/nyquist.m, control/base/pzmap.m, | |
6219 control/base/rldemo.m, control/base/rlocus.m, | |
6220 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6221 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6222 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6223 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6224 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6225 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6226 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6227 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6228 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6229 plot/xlabel.m, quaternion/demoquat.m, | |
6230 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6231 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6232 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6233 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6234 gsplot from @seealso docs. | |
5214 | 6235 |
6236 * plot/replot.m: New file. | |
6237 | |
5205 | 6238 2005-03-15 David Bateman <dbateman@free.fr> |
6239 | |
6240 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6241 | |
5196 | 6242 2005-03-09 John W. Eaton <jwe@octave.org> |
6243 | |
6244 * statistics/Makefile.in (bin-dist): Delete target. | |
6245 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6246 * control/Makefile.in: Likewise. |
5196 | 6247 |
5378 | 6248 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6249 (BINDISTFILES): Delete variable. |
5378 | 6250 * control/base/Makefile.in: Likewise. |
6251 * control/hinf/Makefile.in: Likewise. | |
6252 * control/obsolete/Makefile.in: Likewise. | |
6253 * control/system/Makefile.in: Likewise. | |
6254 * control/util/Makefile.in: Likewise. | |
6255 * deprecated/Makefile.in: Likewise. | |
6256 * elfun/Makefile.in: Likewise. | |
6257 * finance/Makefile.in: Likewise. | |
6258 * general/Makefile.in: Likewise. | |
6259 * image/Makefile.in: Likewise. | |
6260 * sparse/Makefile.in: Likewise. | |
6261 * io/Makefile.in: Likewise. | |
6262 * plot/Makefile.in: Likewise. | |
6263 * Makefile.in: Likewise. | |
6264 * miscellaneous/Makefile.in: Likewise. | |
6265 * linear-algebra/Makefile.in: Likewise. | |
6266 * polynomial/Makefile.in: Likewise. | |
6267 * quaternion/Makefile.in: Likewise. | |
6268 * set/Makefile.in: Likewise. | |
6269 * signal/Makefile.in: Likewise. | |
6270 * specfun/Makefile.in: Likewise. | |
6271 * special-matrix/Makefile.in: Likewise. | |
6272 * startup/Makefile.in: Likewise. | |
6273 * statistics/base/Makefile.in: Likewise. | |
6274 * statistics/distributions/Makefile.in: Likewise. | |
6275 * statistics/models/Makefile.in: Likewise. | |
6276 * statistics/tests/Makefile.in: Likewise. | |
6277 * strings/Makefile.in: Likewise. | |
6278 * time/Makefile.in: Likewise. | |
5196 | 6279 |
5195 | 6280 2005-03-08 John W. Eaton <jwe@octave.org> |
6281 | |
6282 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
6283 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
6284 | |
5192 | 6285 2005-03-04 John W. Eaton <jwe@octave.org> |
6286 | |
6287 * plot/clg.m: New file. | |
6288 | |
5193 | 6289 2005-03-03 John W. Eaton <jwe@octave.org> |
6290 | |
6291 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
6292 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
6293 strings/strcmpi.m: | |
6294 New files from Octave-forge. Adapt to Octave coding standards. | |
6295 | |
5181 | 6296 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
6297 | |
6298 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
6299 computation range. | |
6300 | |
5164 | 6301 2005-02-25 John W. Eaton <jwe@octave.org> |
6302 | |
6303 Sparse merge. | |
6304 | |
6305 2005-01-23 David Bateman <dbateman@free.fr> | |
6306 | |
6307 * sparse/randperm.m: Delete duplicate randperm.m. | |
6308 | |
6309 2005-01-10 John W. Eaton <jwe@octave.org> | |
6310 | |
6311 * sparse/Makefile.in: New file. | |
6312 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
6313 | |
6314 2005-01-07 David Bateman <dbateman@free.fr> | |
6315 | |
6316 * set/unique.m: import file from octave-forge. | |
6317 | |
6318 2005-01-05 David Bateman <dbateman@free.fr> | |
6319 | |
6320 * Makefile.in: include sparse directory in SUBDIRS. | |
6321 | |
6322 2004-12-30 John W. Eaton <jwe@octave.org> | |
6323 | |
6324 * sparse/nzmax.m: Delete (there is an nzmax function in | |
6325 src/DLD-FUNCTIONS/sparse.cc). | |
6326 | |
6327 2004-12-28 John W. Eaton <jwe@octave.org> | |
6328 | |
6329 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
6330 Andy Adler <adler@site.uottawa.ca>. | |
6331 | |
6332 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
6333 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
6334 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
6335 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
6336 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
6337 | |
6338 * sparse: New directory. | |
6339 | |
5158 | 6340 2005-02-22 John W. Eaton <jwe@octave.org> |
6341 | |
6342 * polynomial/residue.m: Force prepad to always create row vectors. | |
6343 | |
6344 * polynomial/poly.m: Quick return if m is 0. | |
6345 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
6346 | |
5154 | 6347 2005-02-21 David Bateman <dbateman@free.fr> |
6348 | |
6349 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
6350 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
6351 Fix for row vectors with at least one element of lambda not in | |
6352 (0, Inf). | |
6353 | |
5152 | 6354 2005-02-21 John W. Eaton <jwe@octave.org> |
6355 | |
5153 | 6356 * statistics/base/qqplot.m: Use feval instead of eval. |
6357 | |
5152 | 6358 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
6359 plot/__axis_label__.m: Issue replot command. | |
6360 | |
5135 | 6361 2005-02-09 John W. Eaton <jwe@octave.org> |
6362 | |
6363 * polynomial/polyderiv.m: Force P to be a row vector. | |
6364 | |
5133 | 6365 2005-02-08 John W. Eaton <jwe@octave.org> |
6366 | |
6367 * strings/dec2base.m: Don't delete leading zero if third arg is | |
6368 provided and len <= computed max_len. | |
6369 | |
5125 | 6370 2005-01-27 David Bateman <dbateman@free.fr> |
6371 | |
6372 * strings/dec2base.m: Be even more careful about handling all digits. | |
6373 | |
6374 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
6375 | |
6376 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
6377 | |
5123 | 6378 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
6379 | |
6380 * statistics/base/median.m: Make it work for the scalar case too. | |
6381 | |
6308 | 6382 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 6383 |
6384 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 6385 Simplify logic for decoding args. |
5117 | 6386 |
5115 | 6387 2005-01-24 John W. Eaton <jwe@octave.org> |
6388 | |
5116 | 6389 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
6390 | |
6391 * plot/__plt__.m: No need to save and reset hold state now. | |
6392 (first_plot): Delete unused variable. | |
6393 | |
5115 | 6394 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
6395 | |
6396 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
6397 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6398 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6399 plot/__plt2vv__.m: | |
6400 Return data and gnuplot commands instead of evaluating them. | |
6401 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
6402 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
6403 | |
5108 | 6404 2005-01-18 John W. Eaton <jwe@octave.org> |
6405 | |
6406 * linear-algebra/cross.m: Allocate idx1 before use. | |
6407 | |
5096 | 6408 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
6409 | |
6410 * statistics/base/range.m: Fix varargin usage. | |
6411 | |
5091 | 6412 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
6413 | |
6414 * strings/deblank.m: Remove all trailing whitespace (check with | |
6415 isspace), not just SPC. | |
6416 | |
5090 | 6417 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
6418 | |
6419 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
6420 | |
5073 | 6421 2004-11-09 John W. Eaton <jwe@octave.org> |
6422 | |
6423 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
6424 From Julius Smith <jos@ccrma.stanford.edu>. | |
6425 | |
5072 | 6426 2004-11-08 John W. Eaton <jwe@octave.org> |
6427 | |
6428 * plot/__plt2vm__.m: Delete debugging statement. | |
6429 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
6430 | |
5065 | 6431 2004-11-04 John W. Eaton <jwe@octave.org> |
6432 | |
6433 * plot/hist.m: Always return row vectors for vector args. | |
6434 | |
5031 | 6435 2004-09-23 John W. Eaton <jwe@octave.org> |
6436 | |
6437 * strings/strcmp.m: If args are not strings or cell arrays of | |
6438 strings, return zero instead of reporting an error. | |
6439 | |
5021 | 6440 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
6441 | |
6442 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
6443 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
6444 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
6445 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
6446 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
6447 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
6448 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
6449 control/hinf/is_dgkf.m, control/system/c2d.m, | |
6450 control/system/is_detectable.m, control/system/is_sample.m, | |
6451 control/system/is_siso.m, control/system/is_stable.m, | |
6452 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
6453 control/system/sys2tf.m, control/system/sys2zp.m, | |
6454 control/system/sysappend.m, control/system/sysconnect.m, | |
6455 control/system/sysdisc.m, control/system/sysdup.m, | |
6456 control/system/sysgetsignals.m, control/system/sysmult.m, | |
6457 control/system/syssetsignals.m, control/system/syssub.m, | |
6458 control/system/tf2sys.m, control/system/ugain.m, | |
6459 control/system/zp2ss.m, control/system/zp2sys.m, | |
6460 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
6461 special-matrix/toeplitz.m: Fix typos in doc strings. | |
6462 | |
6463 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
6464 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
6465 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
6466 ontrol/system/is_abcd.m, control/system/parallel.m, | |
6467 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
6468 control/system/sysappend.m, control/system/sysconnect.m, | |
6469 control/system/sysdup.m, control/system/sysgroup.m, | |
6470 control/system/sysprune.m, control/system/sysreorder.m, | |
6471 control/system/sysscale.m, control/system/syssub.m, | |
6472 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
6473 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
6474 polynomial/polyout.m, specfun/log2.m: | |
6475 Add output arguments in doc strings. | |
6476 | |
6477 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
6478 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
6479 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
6480 control/base/freqchkw.m, control/base/__freqresp__.m, | |
6481 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
6482 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
6483 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
6484 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
6485 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
6486 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
6487 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
6488 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
6489 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
6490 control/system/c2d.m, control/system/is_abcd.m, | |
6491 control/system/is_controllable.m, control/system/is_detectable.m, | |
6492 control/system/is_observable.m, control/system/is_stable.m, | |
6493 control/system/jet707.m, control/system/ord2.m, | |
6494 control/system/starp.m, control/system/sys2fir.m, | |
6495 control/system/sys2ss.m, control/system/sys2tf.m, | |
6496 control/system/sys2zp.m, control/system/syscont.m, | |
6497 control/system/sysdisc.m, control/system/sysdup.m, | |
6498 control/system/sysgettype.m, control/system/sysgroup.m, | |
6499 control/system/sysmult.m, control/system/sysprune.m, | |
6500 control/system/sysreorder.m, control/system/sysscale.m, | |
6501 control/system/syssetsignals.m, control/system/sysupdate.m, | |
6502 control/system/tf2ss.m, control/system/tf2sys.m, | |
6503 control/system/zp2ss.m, control/system/zp2sys.m, | |
6504 control/util/axis2dlim.m, control/util/prompt.m, | |
6505 control/util/zgfmul.m, control/util/zginit.m, | |
6506 control/util/__zgpbal__.m, control/util/zgscal.m: | |
6507 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
6508 in doc strings. | |
6509 | |
6510 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
6511 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
6512 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
6513 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6514 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6515 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6516 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6517 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
6518 control/system/c2d.m, control/system/fir2sys.m, | |
6519 control/system/is_stabilizable.m, control/system/jet707.m, | |
6520 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
6521 control/util/zgshsr.m, polynomial/polyout.m: | |
6522 New @tex section(s) in doc strings for better formating of printed | |
6523 output. | |
6524 | |
6525 * control/base/__freqresp__.m, control/base/nyquist.m, | |
6526 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
6527 control/obsolete/syschnames.m, control/system/sysprune.m: | |
6528 Use proper double quote marks for TeX. | |
6529 | |
6530 * control/base/DEMOcontrol.m: Add missing ; | |
6531 | |
6532 * control/base/nichols.m, control/base/rlocus.m, | |
6533 control/obsolete/minfo.m, control/system/is_digital.m, | |
6534 control/system/ss2zp.m, control/system/sysmin.m, | |
6535 control/system/tf2zp.m, control/util/sortcom.m: | |
6536 Convert documentation to use or more completely use Texinfo. | |
6537 | |
6538 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
6539 control/hinf/hinfdemo.m, control/system/ord2.m, | |
6540 control/system/parallel.m, control/system/ss2tf.m, | |
6541 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
6542 art splitting over a page boundary. | |
6543 | |
6544 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
6545 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
6546 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
6547 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
6548 control/hinf/wgt1o.m, control/system/buildssic.m: | |
6549 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
6550 the TeX documentation. | |
6551 | |
6552 * control/system/is_stabilizable.m: | |
6553 Add Copyright so that help is displayed correctly. | |
6554 | |
6555 * special-matrix/vander.m: Octave indexes start at 1. | |
6556 | |
5011 | 6557 2004-09-21 David Bateman <dbateman@free.fr> |
6558 | |
6559 * general/rotdim.m: New function for rotation of an N-d array in an | |
6560 arbitrary plane. | |
6561 | |
6562 * general/flipdim.m: New function to flip an N-d array about an | |
6563 arbitrary axis. | |
6564 | |
5003 | 6565 2004-09-15 David Bateman <dbateman@free.fr> |
6566 | |
6567 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
6568 | |
4992 | 6569 2004-09-15 John W. Eaton <jwe@octave.org> |
6570 | |
6571 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 6572 Use iscellstr to check for cells rather than iscell. |
6573 Improve diagnostics for invalid args. | |
4992 | 6574 |
4983 | 6575 2004-09-10 David Bateman <dbateman@free.fr> |
6576 | |
6577 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6578 and p with n > 1, and fix for matrix n and p with n == 1. | |
6579 | |
6580 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6581 due to row vs. column vector operations. | |
6582 | |
4964 | 6583 2004-09-03 David Bateman <dbateman@free.fr> |
6584 | |
6585 * general/repmat.m: Fix to allow logical classes. | |
6586 | |
4950 | 6587 2004-08-31 John W. Eaton <jwe@octave.org> |
6588 | |
6589 * general/isa.m: New function, from Octave-forge. | |
6590 | |
6591 2004-08-31 David Bateman <dbateman@free.fr> | |
6592 | |
6593 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6594 limitation on the use of int64 and uint64 types, and the use | |
6595 of the eval. | |
6596 | |
6597 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6598 in .^ with integer types is fixed. | |
6599 | |
6600 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6601 |
6602 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6603 | |
6604 * plot/axis.m: Don't reset axes when querying them. | |
6605 | |
4942 | 6606 2004-08-27 David Bateman <dbateman@free.fr> |
6607 | |
6608 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6609 Eliminate loop. | |
6610 | |
4918 | 6611 2004-07-27 David Bateman <dbateman@free.fr> |
6612 | |
6613 * general/num2str.m: Also insert spaces in output when precision | |
6614 argument is supplied. | |
6615 | |
4915 | 6616 2004-07-23 David Bateman <dbateman@free.fr> |
6617 | |
6618 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6619 | |
4911 | 6620 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6621 | |
6622 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6623 | |
6624 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6625 | |
6626 * miscellaneous/unix.m: Fix doc string. | |
6627 | |
6628 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6629 | |
6630 * plot/figure.m: Clarification of documentation. | |
6631 | |
6632 * image/imshow.m: Warn for complex images. | |
6633 Only estimate colourmap for images in [0, 65536]. | |
6634 | |
6635 2004-07-22 David Bateman <dbateman@free.fr> | |
6636 | |
6637 * general/num2str.m: Fix the case of an all zero input. | |
6638 | |
4906 | 6639 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6640 | |
6641 * general/ind2sub.m: Doc fix. | |
6642 | |
4900 | 6643 2004-06-08 John W. Eaton <jwe@octave.org> |
6644 | |
6645 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6646 convert function handle to string for eval. | |
6647 | |
4898 | 6648 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6649 | |
6650 * plot/errorbar.m: Remove debugging output. | |
6651 | |
6652 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6653 | |
6654 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6655 | |
4897 | 6656 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6657 | |
4898 | 6658 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6659 | |
6660 * polynomial/polyout.m: Use parenthesis if necessary around | |
6661 complex polynomial coefficient. | |
6662 | |
4897 | 6663 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6664 the bug which causes __errplot__ to ignore the last argument. | |
6665 | |
4894 | 6666 2004-06-03 David Bateman <dbateman@free.fr> |
6667 | |
6668 * general/shiftdim.m: New function based on JWE code snippet. | |
6669 | |
6670 * general/circdim.m: New function. | |
6671 | |
4890 | 6672 2004-05-06 David Bateman <dbateman@free.fr> |
6673 | |
6674 * general/issquare.m: Fail if ndim(x) > 2. | |
6675 | |
6676 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6677 | |
6678 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6679 N-d array arguments. Add optional dim argument to define | |
6680 dimension along which to operate. | |
6681 | |
6682 * linear-algebra/dmult.m: Allow N-d arrays. | |
6683 | |
6684 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6685 | |
4885 | 6686 2004-04-29 David Bateman <dbateman@free.fr> |
6687 | |
6688 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6689 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6690 statistics/base/statistics.m, statistics/base/skewness.m | |
6691 statistics/base/iqr.m: | |
6692 Make N-d array aware. Allow optional argument to define the | |
6693 dimension along which to operate. Update the documentation. | |
6694 | |
6695 * statistics/base/ranks.m: Change algorithm to use sort, | |
6696 and adjust for the ties after. | |
6697 | |
6698 * statistics/base/run_counts.m: Change algorithm to use | |
6699 the a combination of diff and find, rather than a for-loop. | |
6700 | |
4881 | 6701 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6702 | |
6703 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6704 | |
4878 | 6705 2004-04-23 David Bateman <dbateman@free.fr> |
6706 | |
6707 * general/int2str.m: Treat only real part of argument, and treat | |
6708 NDArrays by stacking the slices through the matrix vertically. | |
6709 | |
6710 * general/num2str.m: Improve format of integer matrices, and the | |
6711 conversion of complex matrices added. Treat NDArrays by stacking | |
6712 the slices through the matrix vertically. | |
6713 | |
6714 * deprecated/com2str.m: Moved here from general subdirectory. | |
6715 | |
4877 | 6716 2004-04-22 John W. Eaton <jwe@octave.org> |
6717 | |
6718 * quaternion/qtransvmat.m: Use continuation characters to make | |
6719 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6720 | |
4869 | 6721 2004-04-21 David Bateman <dbateman@free.fr> |
6722 | |
5378 | 6723 * elfun/lcm.m: Make N-d aware. |
4870 | 6724 |
4869 | 6725 * general/diff.m: Make the code N-d array aware. Allow an |
6726 optional argument to define the dimension along which to perform | |
6727 the differences and allow the order of the differences to be larger | |
6728 than the dimension itself. | |
6729 | |
6730 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6731 use of these functions to 1- and 2-d arrays. | |
6732 | |
4863 | 6733 2004-04-16 John W. Eaton <jwe@octave.org> |
6734 | |
6735 * elfun/gcd.m: Delete. | |
6736 | |
4862 | 6737 2004-04-15 David Bateman <dbateman@free.fr> |
6738 | |
6739 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6740 | |
6741 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6742 array aware and and optional argument for the dimension along | |
6743 which to operate. | |
6744 | |
5378 | 6745 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6746 argument for the dimension to be consistent with other N-d array |
6747 functions. | |
6748 | |
4860 | 6749 2004-04-08 David Bateman <dbateman@free.fr> |
6750 | |
6751 * statistics/distributions/discrete_cdf.m, | |
6752 statistics/distributions/discrete_inv.m, | |
6753 statistics/distributions/discrete_pdf.m, | |
6754 statistics/distributions/discrete_rnd.m, | |
6755 statistics/distributions/exponential_cdf.m, | |
6756 statistics/distributions/exponential_inv.m, | |
6757 statistics/distributions/exponential_pdf.m, | |
6758 statistics/distributions/exponential_rnd.m, | |
6759 statistics/distributions/f_cdf.m, | |
6760 statistics/distributions/f_inv.m, | |
6761 statistics/distributions/f_pdf.m, | |
6762 statistics/distributions/f_rnd.m, | |
6763 statistics/distributions/geometric_cdf.m, | |
6764 statistics/distributions/geometric_inv.m, | |
6765 statistics/distributions/geometric_pdf.m, | |
6766 statistics/distributions/geometric_rnd.m, | |
6767 statistics/distributions/hypergeometric_rnd.m, | |
6768 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6769 statistics/distributions/laplace_cdf.m, | |
6770 statistics/distributions/laplace_inv.m, | |
6771 statistics/distributions/laplace_pdf.m, | |
6772 statistics/distributions/laplace_rnd.m, | |
6773 statistics/distributions/logistic_inv.m, | |
6774 statistics/distributions/logistic_rnd.m, | |
6775 statistics/distributions/lognormal_cdf.m, | |
6776 statistics/distributions/lognormal_inv.m, | |
6777 statistics/distributions/lognormal_pdf.m, | |
6778 statistics/distributions/lognormal_rnd.m, | |
6779 statistics/distributions/pascal_cdf.m, | |
6780 statistics/distributions/pascal_inv.m, | |
6781 statistics/distributions/pascal_pdf.m, | |
6782 statistics/distributions/pascal_rnd.m, | |
6783 statistics/distributions/poisson_cdf.m, | |
6784 statistics/distributions/poisson_inv.m, | |
6785 statistics/distributions/poisson_pdf.m, | |
6786 statistics/distributions/poisson_rnd.m, | |
6787 statistics/distributions/t_cdf.m, | |
6788 statistics/distributions/t_inv.m, | |
6789 statistics/distributions/t_pdf.m, | |
6790 statistics/distributions/t_rnd.m, | |
6791 statistics/distributions/weibull_cdf.m, | |
6792 statistics/distributions/weibull_inv.m, | |
6793 statistics/distributions/weibull_pdf.m, | |
6794 statistics/distributions/weibull_rnd.m: | |
6795 Allow N-d arrays. | |
6796 | |
6797 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6798 that results in NaN in places where it should not have had. | |
6799 | |
6800 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6801 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6802 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6803 |
6804 * statistics/distributions/empirical_rnd.m: New argument formats | |
6805 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6806 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6807 format. Allow N-d arrays. |
6808 | |
6809 * statistics/distributions/hypergeometric_cdf.m, | |
6810 statistics/distributions/hypergeometric_inv.m, | |
6811 statistics/distributions/hypergeometric_pdf.m, | |
6812 statistics/distributions/wiener_rnd.m: | |
6813 Error for non-scalar arguments. | |
6814 | |
6815 * statistics/distributions/pascal_rnd.m: | |
6816 Correct for n = 1 bug, where all elements were equal. | |
6817 | |
4849 | 6818 2004-04-06 David Bateman <dbateman@free.fr> |
6819 | |
4854 | 6820 * general/common_size.m, miscellaneous/bincoeff.m, |
6821 statistics/distributions/beta_cdf.m, | |
6822 statistics/distributions/beta_inv.m, | |
6823 statistics/distributions/beta_pdf.m, | |
6824 statistics/distributions/beta_rnd.m, | |
6825 statistics/distributions/binomial_cdf.m, | |
6826 statistics/distributions/binomial_inv.m, | |
6827 statistics/distributions/binomial_pdf.m, | |
6828 statistics/distributions/binomial_rnd.m, | |
6829 statistics/distributions/cauchy_cdf.m, | |
6830 statistics/distributions/cauchy_inv.m, | |
6831 statistics/distributions/cauchy_pdf.m, | |
6832 statistics/distributions/cauchy_rnd.m, | |
6833 statistics/distributions/chisquare_cdf.m, | |
6834 statistics/distributions/chisquare_inv.m, | |
6835 statistics/distributions/chisquare_pdf.m, | |
6836 statistics/distributions/chisquare_rnd.m, | |
6837 statistics/distributions/gamma_cdf.m, | |
6838 statistics/distributions/gamma_inv.m, | |
6839 statistics/distributions/gamma_pdf.m, | |
6840 statistics/distributions/gamma_rnd.m, | |
6841 statistics/distributions/normal_cdf.m, | |
6842 statistics/distributions/normal_inv.m, | |
6843 statistics/distributions/normal_pdf.m, | |
6844 statistics/distributions/normal_rnd.m, | |
6845 statistics/distributions/stdnormal_cdf.m, | |
6846 statistics/distributions/stdnormal_pdf.m, | |
6847 statistics/distributions/stdnormal_rnd.m, | |
6848 statistics/distributions/uniform_cdf.m, | |
6849 statistics/distributions/uniform_inv.m, | |
6850 statistics/distributions/uniform_pdf.m, | |
6851 statistics/distributions/uniform_rnd.m: | |
6852 Allow the inputs to be N-d arrays. | |
6853 | |
4852 | 6854 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
6855 * statistics/base/median.m: Likewise. | |
4849 | 6856 |
4844 | 6857 2004-04-02 David Bateman <dbateman@free.fr> |
6858 | |
6859 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 6860 * statistics/base/center.m, statistics/base/meansq.m, |
6861 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 6862 Update for N-d arrays. |
4844 | 6863 * signal/fftshift.m: Fix dimensioning error. |
6864 | |
6865 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 6866 N-d arrays. |
4844 | 6867 |
4852 | 6868 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
6869 | |
6870 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 6871 |
4852 | 6872 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 6873 |
6874 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
6875 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
6876 control/system/sysprune.m: Doc update for usage of cell arrays. | |
6877 | |
6878 * control/system/sysidx.m: Use cellidx and not listidx. | |
6879 | |
4841 | 6880 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6881 | |
6882 * plot/__pltopt1__.m: Always add title clause to plot command with | |
6883 default of "" (so it is off unless explicitly set by the user). | |
6884 | |
4836 | 6885 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
6886 | |
6887 * image/imshow.m: Accept "truesize" argument. | |
6888 Ignore current colormap. New tests and demos. | |
6889 | |
4834 | 6890 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
6891 | |
6892 * signal/sinewave.m: Allow N to default to M. | |
6893 | |
4826 | 6894 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6895 | |
6896 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
6897 | |
4818 | 6898 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6899 | |
6900 * general/deal.m: New function. | |
4819 | 6901 Add tests from Paul Kienzle. |
4818 | 6902 |
4811 | 6903 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
6904 | |
6905 * plot/hist.m: Compute histogram correctly for n>=30. | |
6906 | |
5095 | 6907 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 6908 |
6909 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
6910 | |
4806 | 6911 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6912 | |
6913 * miscellaneous/horzcat.m: Delete. | |
6914 * miscellaneous/vertcat.m: Delete. | |
6915 | |
4790 | 6916 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6917 | |
6918 * plot/figure.m: Also look for GNUTERM in the environment and use | |
6919 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
6920 | |
4789 | 6921 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6922 | |
6923 * control/base/__stepimp__.m: Only call clearplot if we will be | |
6924 doing multiple plots in the same gnuplot frame. | |
6925 | |
4780 | 6926 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6927 | |
6928 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
6929 control/system/cellidx.m, control/system/ss.m, | |
6930 control/system/tf.m, control/system/zp.m: New functions. | |
6931 | |
4778 | 6932 2004-02-16 Glenn Golden <gdg@zplane.com> |
6933 | |
6934 * statistics/distributions/discrete_inv.m: | |
6935 Reduce memory requirements. | |
6936 | |
4772 | 6937 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6938 | |
6939 * plot/__errcomm__.m: Fix thinko in previous change. | |
6940 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
6941 | |
4771 | 6942 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
6943 | |
6944 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
6945 control/base/analdemo.m, control/base/bddemo.m, | |
6946 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
6947 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
6948 control/base/rldemo.m, control/base/rlocus.m, | |
6949 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
6950 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
6951 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
6952 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
6953 control/obsolete/packsys.m, control/obsolete/series.m, | |
6954 control/system/__sysdefioname__.m, | |
6955 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
6956 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
6957 control/system/c2d.m, control/system/d2c.m, | |
6958 control/system/dmr2d.m, control/system/fir2sys.m, | |
6959 control/system/is_signal_list.m, control/system/is_siso.m, | |
6960 control/system/jet707.m, control/system/listidx.m, | |
6961 control/system/moddemo.m, control/system/ord2.m, | |
6962 control/system/packedform.m, control/system/parallel.m, | |
6963 control/system/ss2sys.m, control/system/sys2tf.m, | |
6964 control/system/sys2zp.m, control/system/sysadd.m, | |
6965 control/system/sysappend.m, control/system/sysconnect.m, | |
6966 control/system/syscont.m, control/system/sysdimensions.m, | |
6967 control/system/sysdisc.m, control/system/sysdup.m, | |
6968 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
6969 control/system/sysgroup.m, control/system/sysmin.m, | |
6970 control/system/sysmult.m, control/system/sysprune.m, | |
6971 control/system/sysrepdemo.m, control/system/sysscale.m, | |
6972 control/system/syssetsignals.m, control/system/syssub.m, | |
6973 control/system/sysupdate.m, control/system/tf2sys.m, | |
6974 control/system/ugain.m, control/system/zp2ss.m, | |
6975 control/system/zp2sys.m, control/util/__outlist__.m, | |
6976 control/util/__zgpbal__.m, control/util/strappend.m: | |
6977 Use cell arrays instead of lists. | |
6978 | |
4723 | 6979 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
6980 | |
6981 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
6982 so that bar (1, 1) will work. | |
6983 | |
4710 | 6984 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6985 | |
4717 | 6986 * plot/__errcomm__.m: Cope with nargin now being a function. |
6987 * plot/__errplot__.m: Likewise. | |
6988 * plot/__plt__.m: Likewise. | |
6989 * plot/plot_border.m: Likewise. | |
6990 | |
4710 | 6991 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6992 not $(DOCSTRINGS). | |
6993 | |
4706 | 6994 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6995 | |
6996 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6997 rank ([], tol). | |
6998 | |
4691 | 6999 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7000 | |
4692 | 7001 * elfun/acot.m: Return atan (1./z). |
7002 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7003 | |
4691 | 7004 * miscellaneous/dir.m: New file. |
7005 | |
7006 * general/num2str.m: Use "%d" as format if values are ints with | |
7007 magnitude less than 1e10. | |
7008 | |
7009 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7010 | |
7011 * general/num2str.m: If single arg is string, return it. | |
7012 | |
7013 * miscellaneous/not.m: New file. | |
7014 | |
7015 * miscellaneous/unix.m: New file. | |
7016 | |
7017 * miscellaneous/isunix.m: New file. | |
7018 * miscellaneous/ispc.m: New file. | |
7019 | |
7020 * miscellaneous/computer.m: New file. | |
7021 | |
7022 * miscellaneous/delete.m: New file. | |
7023 | |
4689 | 7024 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7025 | |
7026 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7027 | |
7028 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7029 | |
7030 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7031 Always return substituted version of LOADPATH if nargout != 0. | |
7032 | |
4685 | 7033 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7034 | |
7035 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7036 before continuing. | |
7037 | |
7038 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7039 | |
4677 | 7040 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7041 | |
7042 * general/ind2sub.m: New file. | |
7043 * general/sub2ind.m: New file. | |
7044 | |
4675 | 7045 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7046 | |
7047 * control/system/zp2ss.m: Don't save and restore | |
7048 warn_empty_list_elements. | |
7049 | |
7050 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7051 | |
6778 | 7052 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7053 |
4673 | 7054 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7055 | |
7056 * statistics/base/mean.m: Remove special case for row vectors. | |
7057 | |
4637 | 7058 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7059 | |
7060 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7061 | |
4631 | 7062 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7063 | |
7064 * statistics/base/iqr.m: Handle matrices. | |
7065 | |
4630 | 7066 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7067 | |
7068 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7069 | |
4629 | 7070 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7071 | |
7072 * miscellaneous/path.m: Fix thinko in previous change. | |
7073 | |
4609 | 7074 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7075 | |
4629 | 7076 * control/base/dare.m: Check positive (semi)definiteness and |
7077 dimensions of r (and q). | |
7078 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7079 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7080 near unit circle. | |
4611 | 7081 |
7082 * control/system/is_detectable.m: Use Hautus Lemma. | |
7083 Correct the behavior for discrete-time systems. | |
7084 * control/system/is_stabilizable.m: Likewise. | |
7085 | |
4609 | 7086 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7087 | |
7088 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7089 | |
4610 | 7090 * general/isdefinite.m: New function. |
7091 | |
4567 | 7092 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7093 | |
7094 * general/reshape: Delete. | |
7095 | |
4559 | 7096 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7097 | |
7098 * general/numel.m: Delete. | |
7099 | |
4535 | 7100 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7101 | |
4536 | 7102 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7103 | |
7104 * deprecated/isstr.m: New file. | |
4535 | 7105 |
4529 | 7106 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7107 | |
7108 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7109 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7110 | |
4525 | 7111 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7112 | |
7113 * statistics/base/mean.m: Fix missing semicolon problem. | |
7114 | |
4503 | 7115 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7116 | |
7117 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7118 | |
4492 | 7119 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7120 | |
7121 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7122 Allow optional length argument. | |
7123 | |
4491 | 7124 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7125 | |
7126 * polynomial/polyfit.m: Avoid calling flipud. | |
7127 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7128 Return structure as second output value for improved Matlab | |
7129 compatibility. | |
7130 | |
4476 | 7131 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7132 | |
4478 | 7133 * linear-algebra/cond.m: Behave as though old built-in variable |
7134 propagate_empty_matrices is always 1. Also handle empty matrices | |
7135 with one non-zero dimension. | |
7136 | |
4476 | 7137 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7138 warn_single_quote_string to the list. | |
4478 | 7139 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7140 from the list. | |
4476 | 7141 |
5095 | 7142 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7143 |
7144 * signal/autocov.m: Transpose result of conj because diag returns | |
7145 a column vector, not a row vector. | |
7146 | |
7147 * audio/playaudio.m, audio/record.m, image/image.m, | |
7148 miscellaneous/bug_report.m: Protect spaces in filenames | |
7149 with quotes. | |
7150 | |
4466 | 7151 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7152 | |
4468 | 7153 * io/printf.m, io/puts.m: Delete. |
7154 | |
4466 | 7155 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7156 default_return_value from the list. | |
7157 Add warn_undefined_return_values to the list. | |
7158 | |
7159 | |
4464 | 7160 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7161 | |
7162 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7163 and initialize_global_variables from the list. | |
7164 | |
4460 | 7165 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7166 | |
4463 | 7167 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7168 | |
7169 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7170 | |
7171 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7172 * control/system/sys2fir.m: Likewise. | |
7173 | |
7174 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7175 * control/system/__tf2sysl__.m: Likewise. | |
7176 | |
7177 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7178 | |
7179 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7180 and [] concatenation. | |
7181 * control/system/sys2fir.m: Likewise. | |
7182 | |
7183 * control/base/dgram.m, control/base/freqchkw.m, | |
7184 control/base/gram.m, control/system/__abcddims__.m, | |
7185 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7186 control/system/is_sample.m, control/system/is_signal_list.m, | |
7187 control/system/is_siso.m, control/system/sys2fir.m, | |
7188 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7189 control/system/sysgettype.m, control/system/tf2zp.m, | |
7190 control/system/ugain.m, control/util/prompt.m, | |
7191 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7192 control/util/zgshsr.m: | |
7193 Improve conformance to Octave coding style. | |
7194 | |
4461 | 7195 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7196 the list. | |
7197 Delete resize_on_range_error from the list. | |
7198 | |
4460 | 7199 * control/base/pzmap.m, control/base/place.m, |
7200 control/base/__freqresp__.m, control/system/sysappend.m, | |
7201 control/system/syscont.m, control/system/sysdisc.m, | |
7202 control/system/sysgroup.m, control/system/tfout.m, | |
7203 control/system/zp2ss.m, control/system/zpout.m, | |
7204 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7205 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7206 empty_list_elements_ok. | |
7207 | |
7208 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7209 Delete empty_list_elements_ok from the list. | |
7210 | |
4457 | 7211 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7212 | |
7213 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7214 list. | |
7215 Delete treat_neg_dim_as_zero from the list. | |
7216 | |
7217 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7218 | |
4451 | 7219 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7220 | |
4455 | 7221 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7222 was not used in the code in any case). | |
7223 | |
7224 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7225 do_fortran_indexing. | |
7226 | |
4452 | 7227 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7228 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7229 | |
4451 | 7230 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7231 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7232 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7233 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7234 warn_fortran_indexing in the list. | |
7235 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7236 implicit_str_to_num_ok, do_fortran_indexing, and | |
7237 prefer_column_vectors from list. | |
4451 | 7238 |
4440 | 7239 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7240 | |
7241 * Makefile.in (distclean, maintainer-clean): Also remove | |
7242 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7243 directory. | |
7244 | |
5095 | 7245 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7246 |
7247 * plot/hist.m: Don't forget to define n if x is a vector. | |
7248 | |
5095 | 7249 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7250 |
7251 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7252 return "." with extension. | |
7253 | |
4422 | 7254 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7255 | |
7256 * control/base/__stepimp__.m, control/base/nichols.m, | |
7257 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7258 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7259 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7260 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7261 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7262 | |
4413 | 7263 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7264 | |
7265 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7266 | |
5095 | 7267 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7268 |
7269 * plot/hist.m: Improve performance by using different algorithms | |
7270 depending on number of bins. | |
7271 | |
4404 | 7272 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7273 | |
7274 * control/system/sysadd.m: If systems are not "tf", convert before | |
7275 adding. | |
7276 | |
5095 | 7277 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7278 |
7279 * image/imagesc.m: Accept data limits parameter for colormap. | |
7280 | |
5095 | 7281 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7282 |
7283 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
7284 the impulse by t_step. | |
7285 | |
4373 | 7286 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7287 | |
7288 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
7289 column vectors. | |
7290 | |
5095 | 7291 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 7292 |
7293 * linear-algebra/null.m: Handle empty matrix arg. | |
7294 | |
4369 | 7295 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7296 | |
7297 * general/shift.m: Force empty_list_elements_ok to 1. | |
7298 | |
4358 | 7299 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7300 | |
7301 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
7302 New files. | |
7303 | |
4348 | 7304 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7305 | |
7306 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
7307 function handle to pass to feval. | |
7308 * statistics/base/qqplot.m: Likewise. | |
7309 * statistics/base/ppplot.m: Likewise. | |
7310 * signal/spectral_xdf.m: Likewise. | |
7311 * signal/spectral_adf.m: Likewise. | |
7312 | |
4340 | 7313 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7314 | |
7315 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
7316 | |
4334 | 7317 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7318 | |
7319 * linear-algebra/logm.m: New file. | |
7320 | |
5095 | 7321 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 7322 |
7323 * mkpkgadd: Scan C++ files as well | |
7324 | |
5095 | 7325 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 7326 |
7327 * strings/findstr.m: Return empty set for zero-length target. | |
7328 | |
5095 | 7329 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 7330 |
7331 * set/union.m: Preserve the orientation of inputs. | |
7332 | |
4305 | 7333 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7334 | |
7335 * general/int2str.m: Eliminate leading spaces. | |
7336 | |
4303 | 7337 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7338 | |
7339 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
7340 | |
5095 | 7341 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 7342 |
7343 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
7344 $(BUILD_LDFLAGS) to compiler. | |
7345 | |
4295 | 7346 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7347 | |
7348 * general/num2str.m: Don't specify field width for scalars. | |
7349 | |
4292 | 7350 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7351 | |
7352 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
7353 | |
4265 | 7354 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
7355 | |
4279 | 7356 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
7357 | |
4266 | 7358 * miscellaneous/tempname.m: New file. |
7359 | |
7360 * miscellaneous/tempdir.m: New file. | |
7361 | |
4265 | 7362 * miscellaneous/fullfile.m: New file. |
7363 | |
4259 | 7364 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7365 | |
4264 | 7366 * miscellaneous/fileparts.m: New file. |
7367 | |
7368 * io/beep.m: New file. | |
7369 | |
4260 | 7370 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
7371 format only. | |
4259 | 7372 |
4257 | 7373 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7374 | |
7375 * strings/strcmp.m: Handle cell arrays of strings. | |
7376 | |
4229 | 7377 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7378 | |
7379 * general/int2str.m: Handle matrices. | |
7380 * general/num2str.m: Likewise. | |
7381 Also handle optional precision, and format args. | |
7382 | |
4225 | 7383 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7384 | |
7385 * audio/Makefile.in, control/base/Makefile.in, | |
7386 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7387 control/system/Makefile.in, elfun/Makefile.in, | |
7388 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
7389 io/Makefile.in, linear-algebra/Makefile.in, | |
7390 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
7391 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
7392 specfun/Makefile.in, special-matrix/Makefile.in, | |
7393 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7394 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7395 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
7396 deprecated/Makefile.in: Use new do-script-install and | |
7397 do-script-uninstall macros. | |
7398 | |
7399 * mkpkgadd: New script. | |
7400 | |
7401 * plot/close.m: New file. | |
7402 | |
4184 | 7403 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7404 | |
7405 * image/image.m: Use -raw option for xv. | |
7406 From Remy Bruno <remy.bruno@libertysurf.fr> | |
7407 | |
4172 | 7408 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7409 | |
4174 | 7410 * control/base/lsim.m: Use approximate test for step size change. |
7411 | |
4172 | 7412 * signal/bartlett.m: Avoid row/column mismatch error. |
7413 | |
5095 | 7414 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 7415 |
7416 * statistics/base/var.m: Use better formula for improved accuracy. | |
7417 | |
5095 | 7418 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 7419 |
7420 * control/base/lsim.m: Correct doc string. | |
7421 | |
5095 | 7422 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 7423 |
7424 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
7425 | |
4148 | 7426 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7427 | |
7428 * plot/contour.m: Handle x and y as matrices too. | |
7429 | |
5095 | 7430 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 7431 |
7432 * plot/contour.m: Fix error and usage messages. | |
7433 | |
4146 | 7434 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7435 | |
7436 * plot/contour.m: Correct orientation of plot. | |
7437 | |
4139 | 7438 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
7439 | |
7440 * control/base/analdemo.m: Fix typo. | |
7441 | |
5095 | 7442 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 7443 |
7444 * statistics/distributions/discrete_pdf.m: Fix typo. | |
7445 | |
4098 | 7446 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7447 | |
7448 * mkdoc: Exit immediately on errors. | |
7449 Exit with error if gethelp does not exist. | |
7450 | |
7451 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
7452 | |
4093 | 7453 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7454 | |
7455 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
7456 | |
5095 | 7457 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 7458 |
7459 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
7460 * statistics/distributions/normal_pdf.m: Likewise. | |
7461 * statistics/distributions/normal_inv.m: Likewise. | |
7462 | |
5095 | 7463 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 7464 |
7465 * specfun/erfinv.m: Return NaN for NaN inputs. | |
7466 | |
5095 | 7467 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 7468 |
7469 * statistics/base/var.m: Handle complex values. | |
7470 | |
4031 | 7471 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7472 | |
7473 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
7474 list. | |
7475 * deprecated/Makefile.in: New file. | |
7476 | |
5095 | 7477 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 7478 |
7479 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
7480 * statistics/distributions/binomial_cdf.m: Likewise. | |
7481 * statistics/distributions/f_cdf.m: Likewise. | |
7482 * statistics/distributions/t_cdf.m: Likewise. | |
7483 | |
7484 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
7485 * specfun/beta.m: Likewise. | |
7486 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
7487 * statistics/distributions/gamma_pdf.m: Likewise. | |
7488 * statistics/distributions/poisson_pdf.m: Likewise. | |
7489 | |
7490 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
7491 * statistics/distributions/poisson_cdf.m: Likewise. | |
7492 | |
4026 | 7493 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7494 | |
4028 | 7495 * deprecated/is_bool.m: New file. |
7496 * deprecated/is_complex.m: New file. | |
7497 * deprecated/is_global.m: New file. | |
7498 * deprecated/is_list.m: New file. | |
7499 * deprecated/is_matrix.m: New file. | |
7500 * deprecated/is_scalar.m: New file. | |
7501 * deprecated/is_square.m: New file. | |
7502 * deprecated/is_stream.m: New file. | |
7503 * deprecated/is_struct.m: New file. | |
7504 * deprecated/is_symmetric.m: New file. | |
7505 * deprecated/is_vector.m: New file. | |
4030 | 7506 * Change all callers of these functions to use the new names. |
4028 | 7507 |
4029 | 7508 * deprecated: New directory. |
7509 * Makefile.in (SUBDIRS): Add it to the list. | |
7510 | |
4026 | 7511 * general/isscalar.m: Rename from is_scalar.m. |
7512 * general/issquare.m: Rename from is_square.m. | |
7513 * general/issymmetric.m: Rename from is_symmetric.m. | |
7514 * general/isvector.m: Rename from is_vector.m. | |
7515 | |
4022 | 7516 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7517 | |
7518 * statistics/base/mean.m: Allow empty matrices. | |
7519 Handle DIM arg. | |
7520 | |
5095 | 7521 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 7522 |
7523 * plot/__errcomm__.m: If format is not specified, default to error | |
7524 bar format. | |
7525 | |
4011 | 7526 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7527 | |
7528 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
7529 __F_SETFL__ and __O_NONBLOCK__. | |
7530 | |
7531 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
7532 * miscellaneous/bug_report.m: Likewise. | |
7533 | |
4007 | 7534 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7535 | |
4008 | 7536 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
7537 * general/rem.m: Likewise. | |
7538 | |
7539 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
7540 * plot/semilogxerr.m: Likewise. | |
4007 | 7541 * plot/semilogyerr.m: Likewise. |
7542 | |
5095 | 7543 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 7544 |
7545 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
7546 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
7547 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
7548 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7549 | |
7550 * plot/errorbar.m: Use __errcomm__.m. | |
7551 * plot/__errplot__.m: Minor cleanups. | |
7552 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
7553 * plot/__pltopt1__.m: Likewise. | |
7554 | |
3980 | 7555 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7556 | |
3981 | 7557 * general/rem.m: Delete redundant call to usage. |
7558 | |
3980 | 7559 * general/mod.m: Additional error checks, Texinfoize doc string. |
7560 | |
5095 | 7561 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 7562 |
7563 * general/mod.m: New function. | |
7564 | |
3979 | 7565 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7566 | |
7567 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
7568 * control/system/sysadd.m: Likewise. | |
7569 * control/system/sysgroup.m: Likewise. | |
7570 * control/system/syssub.m: Likewise. | |
7571 * elfun/gcd.m: Likewise. | |
7572 * elfun/lcm.m: Likewise. | |
7573 * general/common_size.m: Likewise. | |
7574 * io/printf.m: Likewise. | |
7575 * miscellaneous/menu.m: Likewise. | |
7576 * miscellaneous/path.m: Likewise. | |
7577 * plot/__errplot__.m: Likewise. | |
7578 * plot/__plt__.m: Likewise. | |
7579 * plot/axis.m: Likewise. | |
7580 * plot/errorbar.m: Likewise. | |
7581 * plot/mplot.m: Likewise. | |
7582 * plot/loglog.m: Likewise. | |
7583 * plot/plot.m: Likewise. | |
7584 * plot/plot_border.m: Likewise. | |
7585 * plot/semilogx.m: Likewise. | |
7586 * plot/semilogy.m: Likewise. | |
7587 * plot/xlabel.m: Likewise. | |
7588 * plot/ylabel.m: Likewise. | |
7589 * plot/zlabel.m: Likewise. | |
7590 * statistics/base/ppplot.m: Likewise. | |
7591 * statistics/base/qqplot.m: Likewise. | |
7592 * statistics/tests/bartlett_test.m: Likewise. | |
7593 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7594 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7595 * strings/str2mat.m: Likewise. | |
7596 * strings/strcat.m: Likewise. | |
7597 | |
5095 | 7598 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7599 |
7600 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7601 | |
3924 | 7602 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7603 | |
7604 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7605 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7606 |
5095 | 7607 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7608 |
7609 * general/repmat.m: New function. | |
7610 | |
5095 | 7611 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7612 |
7613 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7614 Use optional parameter to specify the number of bits in the input. | |
7615 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7616 floats in the range [-1,1], 2x speedup. | |
7617 | |
7618 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7619 | |
3910 | 7620 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7621 | |
7622 * linear-algebra/kron.m: Delete. | |
7623 | |
5095 | 7624 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7625 |
7626 * signal/freqz.m: If nargout is zero, plot results instead of | |
7627 returning them. | |
7628 * signal/freqz_plot.m: New file. | |
7629 | |
5095 | 7630 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7631 |
5378 | 7632 * signal/unwrap.m: New file. |
3906 | 7633 |
5095 | 7634 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7635 |
7636 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7637 divide by zero warning. | |
7638 | |
5095 | 7639 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7640 |
3894 | 7641 * strings/deblank.m: Trim \0 as well as blank. |
7642 | |
5378 | 7643 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7644 expressed in radians or Hz relative to a supplied sample rate. |
7645 | |
5095 | 7646 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7647 |
7648 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7649 | |
3891 | 7650 * strings/findstr.m: Vectorize as much as possible. |
7651 | |
5095 | 7652 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7653 |
7654 * special-matrix/invhilb.m: New version that is faster and more | |
7655 accurate. | |
7656 | |
5095 | 7657 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7658 |
7659 * configure.in: Update for autoconf 2.5x. | |
7660 | |
5095 | 7661 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7662 |
7663 * special-matrix/vander.m: Code tidy and vectorize. | |
7664 | |
5095 | 7665 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7666 |
3883 | 7667 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7668 to vectors. Issue a warning in the case x matches y' but return a | |
7669 column vector as Octave currently does. | |
7670 | |
3882 | 7671 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7672 | |
7673 * control/system/starp.m: Leave more of the documentation | |
7674 processing to texinfo and less to the @format block. | |
7675 | |
7676 * image/imagesc.m: Only display image if no output is requested. | |
7677 Code tidying. | |
7678 | |
3876 | 7679 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7680 | |
7681 * statistics/base/center.m: Accept and return empty matrix. | |
7682 | |
3872 | 7683 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7684 | |
7685 * specfun/erfinv.m: Fix usage message. | |
7686 | |
3869 | 7687 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7688 | |
7689 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7690 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7691 | |
3837 | 7692 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7693 | |
7694 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7695 capitalized variable names. | |
7696 | |
3836 | 7697 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7698 | |
7699 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7700 | |
5095 | 7701 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7702 |
7703 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7704 | |
3803 | 7705 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7706 | |
3833 | 7707 * general/cart2pol.m: New file. |
7708 * general/pol2cart.m: New file. | |
7709 * general/cart2sph.m: New file. | |
7710 * general/sph2cart.m: New file. | |
7711 * image/rgb2hsv.m: New file. | |
7712 * image/hsv2rgb.m: New file. | |
3803 | 7713 |
7714 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7715 | |
7716 * plot/meshgrid.m: Avoid for loops. | |
7717 * plot/meshdom.m: Likewise. | |
7718 | |
3801 | 7719 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7720 | |
7721 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7722 | |
7723 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7724 | |
7725 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7726 norm. | |
7727 | |
3792 | 7728 2001-02-09 David Livings <david.livings@asa.co.uk> |
7729 | |
7730 * statistics/tests/welch_test.m: Fix typo. | |
7731 | |
7732 * statistics/distributions/chisquare_cdf.m: | |
7733 Don't restrict inputs to be only positive integers. | |
7734 * statistics/distributions/chisquare_inv.m: Likewise. | |
7735 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7736 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7737 * statistics/distributions/f_cdf.m: Likewise. | |
7738 * statistics/distributions/f_inv.m: Likewise. | |
7739 * statistics/distributions/f_pdf.m: Likewise. | |
7740 * statistics/distributions/f_rnd.m: Likewise. | |
7741 * statistics/distributions/t_cdf.m: Likewise. | |
7742 * statistics/distributions/t_inv.m: Likewise. | |
7743 * statistics/distributions/t_pdf.m: Likewise. | |
7744 * statistics/distributions/t_rnd.m: Likewise. | |
7745 | |
3790 | 7746 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7747 | |
7748 * strings/dec2base.m: New file. | |
7749 * strings/base2dec.m: New file. | |
7750 * strings/strjust.m: New file. | |
7751 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7752 * strings/dec2bin.m: Likewise. | |
7753 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7754 * strings/bin2dec.m: Likewise. | |
7755 | |
5095 | 7756 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7757 |
7758 * statistics/base/ppplot.m: Use gset, not set. | |
7759 * statistics/base/qqplot.m: Likewise. | |
7760 | |
5095 | 7761 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7762 |
7763 * control/system/c2d.m: Add missing endif. | |
7764 | |
3759 | 7765 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7766 | |
7767 * strings/index.m: Return 0 if either string is empty. | |
7768 | |
7769 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7770 | |
7771 * control/system/c2d.m: Allow option of matched pole/zero | |
7772 equivalent for conversion. | |
7773 | |
7774 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7775 | |
7776 * strings/findstr.m: Return empty matrix if search string is empty. | |
7777 | |
3757 | 7778 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7779 | |
7780 * saveimage.m: Do create rawbit image for black and white images, | |
7781 but do it correctly. | |
7782 | |
3754 | 7783 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7784 | |
6778 | 7785 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7786 result polynomials. | |
3754 | 7787 |
3748 | 7788 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7789 | |
7790 * image/saveimage.m: Don't try to create rawbit image. | |
7791 | |
3740 | 7792 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7793 | |
7794 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7795 | |
5095 | 7796 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7797 |
7798 * plot/contour.m: Reorder args for Matlab compatibility. | |
7799 | |
3727 | 7800 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7801 | |
7802 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7803 | |
3717 | 7804 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7805 | |
3718 | 7806 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7807 | |
3717 | 7808 * plot/mesh.m: Also set nologscale before plotting. |
7809 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7810 xyerrorbars instead of just errorbars. | |
7811 | |
3714 | 7812 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7813 | |
7814 * image/image.m: Try display (from ImageMagick) first. | |
7815 | |
3709 | 7816 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7817 | |
7818 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7819 conjugate transpose. | |
7820 | |
3705 | 7821 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7822 | |
7823 * strings/str2mat.m: Apply setstr to each argument. | |
7824 | |
3696 | 7825 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7826 | |
7827 * control/base/dkalman.m: New file. | |
7828 * control/base/dlqe.m: Handle singular A matrix. | |
7829 * control/base/dlqr.m: Likewise. | |
7830 | |
3695 | 7831 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7832 | |
7833 * strings/strcmp.m: Return 0 instead of an error if row and column | |
7834 dimensions don't match. | |
7835 | |
3690 | 7836 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
7837 | |
7838 * plot/hist.m: Allow 3 argument form to work. | |
7839 | |
5095 | 7840 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 7841 |
7842 * plot/plot.m: Add examples in doc string. | |
7843 | |
5095 | 7844 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 7845 |
7846 * control/base/__stepimp__.m: Reset multiplot state when done. | |
7847 Do the right thing even if automatic_replot is not zero. | |
7848 Avoid failure if system has pure imaginary poles. | |
7849 | |
3674 | 7850 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7851 | |
7852 * general/logical.m: Return arg if it is empty. Better error | |
7853 message for non-numeric types. | |
7854 | |
5095 | 7855 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 7856 |
7857 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
7858 about difference with Matlab dlqe function. | |
7859 | |
7860 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
7861 | |
5095 | 7862 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 7863 |
7864 * strings/strrep.m: Fix typo. | |
7865 | |
3666 | 7866 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7867 | |
7868 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
7869 | |
5095 | 7870 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 7871 |
7872 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 7873 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 7874 |
5095 | 7875 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 7876 |
7877 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
7878 guess for iteration. | |
7879 | |
3651 | 7880 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7881 | |
7882 * image/image.m: Allow image (A) or image (x, y, A). | |
7883 * image/imagesc.m: Likewise. | |
7884 | |
7885 * image/image.m: If zoom is not supplied, or if it is an empty | |
7886 matrix, autoscale the image. | |
7887 | |
3618 | 7888 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7889 | |
3619 | 7890 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
7891 Undo string escapes in text twice(!) before sending to gnuplot. | |
7892 | |
3618 | 7893 * image/saveimage.m: Add comment to file saying who created it and |
7894 when it was created. Suggested by Stephen Eglen | |
7895 <stephen@cogsci.ed.ac.uk>. | |
7896 | |
5095 | 7897 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 7898 |
7899 * polynomial/polyreduce.m: Simplify by looking for the first | |
7900 non-zero element rather than the last of the first set of zero | |
7901 elements. | |
7902 | |
7903 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
7904 | |
5095 | 7905 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 7906 |
7907 * image/saveimage.m: Swap black and white colormaps so zero is | |
7908 displayed as black and 1 is displayed as white. | |
7909 Fix indexing bug in ppm case. | |
7910 | |
3604 | 7911 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
7912 | |
7913 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
7914 between the two distributions (took same approach as ks.test() in R.) | |
7915 | |
3603 | 7916 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7917 | |
7918 * control/base/bode.m: Temporarily disable automatic_replot. | |
7919 | |
3599 | 7920 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7921 | |
3601 | 7922 * Makefile.in (clean): Also remove gethelp. |
7923 | |
3599 | 7924 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
7925 | |
5095 | 7926 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 7927 |
7928 * set/create_set.m: Use find to avoid while loop. | |
7929 | |
5095 | 7930 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 7931 |
7932 * plot/hist.m: New optional third argument. | |
7933 | |
7934 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7935 | |
7936 * miscellaneous/bug_report.m: Use octave-bug script with version | |
7937 number appended. | |
7938 | |
3575 | 7939 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7940 | |
7941 * gethelp.cc: Sprinkle with std:: qualifier. | |
7942 | |
3498 | 7943 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7944 | |
7945 * image/saveimage.m: Delete some debugging code. | |
7946 | |
3486 | 7947 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
7948 | |
7949 * signal/sinc.m: Avoid reshaping. | |
7950 | |
7951 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
7952 * image/ind2rgb.m: Ditto. | |
7953 * image/ind2gray.m: Ditto. | |
7954 * general/reshape.m: Ditto. Also no longer needs to reset | |
7955 implicit_str_to_num_ok. | |
7956 | |
3483 | 7957 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
7958 | |
7959 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
7960 a list of file structures, not a vector of numeric file ids. | |
7961 | |
3474 | 7962 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7963 | |
3476 | 7964 * plot/__axis_label__.m: New function. |
7965 Undo string escapes in text twice(!) before sending to gnuplot. | |
7966 * plot/xlabel.m: Use it. | |
7967 * plot/ylabel.m: Ditto. | |
7968 * plot/zlabel.m: Ditto. | |
7969 | |
3474 | 7970 * plot/mesh.m: Fix error message to reflect reality. |
7971 | |
5095 | 7972 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 7973 |
7974 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
7975 | |
5095 | 7976 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 7977 |
7978 * audio/saveaudio.m: Also accept files with .ul extension. | |
7979 * audio/loadaudio.m: Ditto. | |
7980 * audio/playaudio.m: Ditto. | |
7981 | |
3456 | 7982 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7983 | |
7984 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
7985 * statistics/distributions/beta_inv.m: Ditto. | |
7986 * statistics/distributions/beta_pdf.m: Ditto. | |
7987 * statistics/distributions/beta_rnd.m: Ditto. | |
7988 * statistics/distributions/binomial_cdf.m: Ditto. | |
7989 * statistics/distributions/binomial_inv.m: Ditto. | |
7990 * statistics/distributions/binomial_pdf.m: Ditto. | |
7991 * statistics/distributions/binomial_rnd.m: Ditto. | |
7992 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7993 * statistics/distributions/cauchy_inv.m: Ditto. | |
7994 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7995 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7996 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7997 * statistics/distributions/chisquare_inv.m: Ditto. | |
7998 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7999 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8000 * statistics/distributions/discrete_cdf.m: Ditto. | |
8001 * statistics/distributions/discrete_inv.m: Ditto. | |
8002 * statistics/distributions/discrete_pdf.m: Ditto. | |
8003 * statistics/distributions/discrete_rnd.m: Ditto. | |
8004 * statistics/distributions/empirical_cdf.m: Ditto. | |
8005 * statistics/distributions/empirical_inv.m: Ditto. | |
8006 * statistics/distributions/empirical_pdf.m: Ditto. | |
8007 * statistics/distributions/empirical_rnd.m: Ditto. | |
8008 * statistics/distributions/exponential_cdf.m: Ditto. | |
8009 * statistics/distributions/exponential_inv.m: Ditto. | |
8010 * statistics/distributions/exponential_pdf.m: Ditto. | |
8011 * statistics/distributions/exponential_rnd.m: Ditto. | |
8012 * statistics/distributions/f_cdf.m: Ditto. | |
8013 * statistics/distributions/f_inv.m: Ditto. | |
8014 * statistics/distributions/f_pdf.m: Ditto. | |
8015 * statistics/distributions/f_rnd.m: Ditto. | |
8016 * statistics/distributions/gamma_cdf.m: Ditto. | |
8017 * statistics/distributions/gamma_inv.m: Ditto. | |
8018 * statistics/distributions/gamma_pdf.m: Ditto. | |
8019 * statistics/distributions/gamma_rnd.m: Ditto. | |
8020 * statistics/distributions/geometric_cdf.m: Ditto. | |
8021 * statistics/distributions/geometric_inv.m: Ditto. | |
8022 * statistics/distributions/geometric_pdf.m: Ditto. | |
8023 * statistics/distributions/geometric_rnd.m: Ditto. | |
8024 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8025 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8026 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8027 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8028 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8029 * statistics/distributions/laplace_cdf.m: Ditto. | |
8030 * statistics/distributions/laplace_inv.m: Ditto. | |
8031 * statistics/distributions/laplace_pdf.m: Ditto. | |
8032 * statistics/distributions/laplace_rnd.m: Ditto. | |
8033 * statistics/distributions/logistic_cdf.m: Ditto. | |
8034 * statistics/distributions/logistic_inv.m: Ditto. | |
8035 * statistics/distributions/logistic_pdf.m: Ditto. | |
8036 * statistics/distributions/logistic_rnd.m: Ditto. | |
8037 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8038 * statistics/distributions/lognormal_inv.m: Ditto. | |
8039 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8040 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8041 * statistics/distributions/normal_cdf.m: Ditto. | |
8042 * statistics/distributions/normal_inv.m: Ditto. | |
8043 * statistics/distributions/normal_pdf.m: Ditto. | |
8044 * statistics/distributions/normal_rnd.m: Ditto. | |
8045 * statistics/distributions/pascal_cdf.m: Ditto. | |
8046 * statistics/distributions/pascal_inv.m: Ditto. | |
8047 * statistics/distributions/pascal_pdf.m: Ditto. | |
8048 * statistics/distributions/pascal_rnd.m: Ditto. | |
8049 * statistics/distributions/poisson_cdf.m: Ditto. | |
8050 * statistics/distributions/poisson_inv.m: Ditto. | |
8051 * statistics/distributions/poisson_pdf.m: Ditto. | |
8052 * statistics/distributions/poisson_rnd.m: Ditto. | |
8053 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8054 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8055 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8056 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8057 * statistics/distributions/t_cdf.m: Ditto. | |
8058 * statistics/distributions/t_inv.m: Ditto. | |
8059 * statistics/distributions/t_pdf.m: Ditto. | |
8060 * statistics/distributions/t_rnd.m: Ditto. | |
8061 * statistics/distributions/uniform_cdf.m: Ditto. | |
8062 * statistics/distributions/uniform_inv.m: Ditto. | |
8063 * statistics/distributions/uniform_pdf.m: Ditto. | |
8064 * statistics/distributions/uniform_rnd.m: Ditto. | |
8065 * statistics/distributions/weibull_cdf.m: Ditto. | |
8066 * statistics/distributions/weibull_inv.m: Ditto. | |
8067 * statistics/distributions/weibull_pdf.m: Ditto. | |
8068 * statistics/distributions/weibull_rnd.m: Ditto. | |
8069 * statistics/distributions/wiener_rnd.m: Ditto. | |
8070 | |
3453 | 8071 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8072 | |
8073 * statistics/base/values.m: Texinfoize doc string. | |
8074 * statistics/base/var.m: Ditto. | |
8075 * statistics/base/table.m: Ditto. | |
8076 * statistics/base/studentize.m: Ditto. | |
8077 * statistics/base/statistics.m: Ditto. | |
8078 * statistics/base/spearman.m: Ditto. | |
8079 * statistics/base/run_count.m: Ditto. | |
8080 * statistics/base/ranks.m: Ditto. | |
8081 * statistics/base/range.m: Ditto. | |
8082 * statistics/base/qqplot.m: Ditto. | |
8083 * statistics/base/probit.m: Ditto. | |
8084 * statistics/base/ppplot.m: Ditto. | |
8085 * statistics/base/moment.m: Ditto. | |
8086 * statistics/base/meansq.m: Ditto. | |
8087 * statistics/base/logit.m: Ditto. | |
8088 * statistics/base/kendall.m: Ditto. | |
8089 * statistics/base/iqr.m: Ditto. | |
8090 * statistics/base/cut.m: Ditto. | |
8091 * statistics/base/cor.m: Ditto. | |
8092 * statistics/base/cloglog.m: Ditto. | |
8093 * statistics/base/center.m: Ditto. | |
3454 | 8094 * statistics/models/logistic_regression.m: Ditto. |
8095 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8096 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8097 * statistics/tests/anova.m: Ditto. | |
8098 * statistics/tests/bartlett_test.m: Ditto. | |
8099 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8100 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8101 * statistics/tests/cor_test.m: Ditto. | |
8102 * statistics/tests/f_test_regression.m: Ditto. | |
8103 * statistics/tests/hotelling_test.m: Ditto. | |
8104 * statistics/tests/hotelling_test_2.m: Ditto. | |
8105 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8106 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8107 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8108 * statistics/tests/manova.m: Ditto. | |
8109 * statistics/tests/mcnemar_test.m: Ditto. | |
8110 * statistics/tests/prop_test_2.m: Ditto. | |
8111 * statistics/tests/run_test.m: Ditto. | |
8112 * statistics/tests/sign_test.m: Ditto. | |
8113 * statistics/tests/t_test.m: Ditto. | |
8114 * statistics/tests/t_test_2.m: Ditto. | |
8115 * statistics/tests/t_test_regression.m: Ditto. | |
8116 * statistics/tests/u_test.m: Ditto. | |
8117 * statistics/tests/var_test.m: Ditto. | |
8118 * statistics/tests/welch_test.m: Ditto. | |
8119 * statistics/tests/wilcoxon_test.m: Ditto. | |
8120 * statistics/tests/z_test.m: Ditto. | |
8121 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8122 |
3446 | 8123 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8124 | |
8125 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8126 * plot/__plr1__.m: Ditto. |
8127 * plot/__pltopt__.m: Ditto. | |
8128 * plot/__plt__.m: Ditto. | |
8129 * plot/__plt2vv__.m: Ditto. | |
8130 * plot/__plr2__.m: Ditto. | |
8131 * plot/__plr__.m: Ditto. | |
8132 * plot/__plt1__.m: Ditto. | |
8133 * plot/__plt2__.m: Ditto. | |
8134 * plot/__plt2mm__.m: Ditto. | |
8135 * plot/__plt2mv__.m: Ditto. | |
8136 * plot/__plt2ss__.m: Ditto. | |
8137 * miscellaneous/paren.m: Ditto. | |
8138 * miscellaneous/comma.m: Ditto. | |
8139 * miscellaneous/semicolon.m: Ditto. | |
8140 * miscellaneous/path.m: Ditto. | |
8141 * miscellaneous/list_primes.m: Ditto. | |
8142 * miscellaneous/flops.m: Ditto. | |
8143 * miscellaneous/dump_prefs.m: Ditto. | |
8144 * miscellaneous/bug_report.m: Ditto. | |
8145 * linear-algebra/dot.m: Ditto | |
8146 * linear-algebra/dmult.m: Ditto. | |
8147 * general/randperm.m: Ditto. | |
8148 * general/logical.m: Ditto. | |
8149 * general/is_duplicate_entry.m: Ditto. | |
8150 * signal/arch_fit.m: Ditto. | |
8151 * signal/arch_rnd.m: Ditto. | |
8152 * signal/arch_test.m: Ditto. | |
8153 * signal/arma_rnd.m: Ditto. | |
8154 * signal/autocor.m: Ditto. | |
8155 * signal/autocov.m: Ditto. | |
8156 * signal/autoreg_matrix.m: Ditto. | |
8157 * signal/bartlett.m: Ditto. | |
8158 * signal/blackman.m: Ditto. | |
8159 * signal/detrend.m: Ditto. | |
8160 * signal/diffpara.m: Ditto. | |
8161 * signal/durbinlevinson.m: Ditto. | |
8162 * signal/fftconv.m: Ditto. | |
8163 * signal/fftfilt.m: Ditto. | |
8164 * signal/fftshift.m: Ditto. | |
8165 * signal/fractdiff.m: Ditto. | |
8166 * signal/freqz.m: Ditto. | |
8167 * signal/hamming.m: Ditto. | |
8168 * signal/hanning.m: Ditto. | |
8169 * signal/hurst.m: Ditto. | |
8170 * signal/periodogram.m: Ditto. | |
8171 * signal/rectangle_lw.m: Ditto. | |
8172 * signal/rectangle_sw.m: Ditto. | |
8173 * signal/sinc.m: Ditto. | |
8174 * signal/sinetone.m: Ditto. | |
8175 * signal/sinewave.m: Ditto. | |
8176 * signal/spectral_adf.m: Ditto. | |
8177 * signal/spectral_xdf.m: Ditto. | |
8178 * signal/spencer.m: Ditto. | |
8179 * signal/stft.m: Ditto. | |
8180 * signal/synthesis.m: Ditto. | |
8181 * signal/triangle_lw.m: Ditto. | |
8182 * signal/triangle_sw.m: Ditto. | |
8183 * signal/yulewalker.m: Ditto. | |
3450 | 8184 * control/util/strappend.m: Ditto. |
3451 | 8185 * control/base/nichols.m: Ditto. |
3452 | 8186 * control/system/is_signal_list.m: Ditto. |
8187 * control/system/listidx.m: Ditto. | |
8188 * control/system/sysgettsam.m: Ditto. | |
8189 * control/system/sysidx.m: Ditto. | |
3446 | 8190 |
3438 | 8191 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8192 | |
8193 * control/system/__abcddims__.m: Rename from | |
8194 control/system/abcddims.m, change all callers. | |
8195 * control/base/__bodquist__.m: Likewise. | |
8196 * control/base/__freqresp__.m: Likewise. | |
8197 * control/util/__outlist__.m: Likewise. | |
8198 * control/base/__stepimp__.m: Likewise. | |
8199 * control/system/__syschnamesl__.m: Likewise. | |
8200 * control/system/__syscont_disc__.m: Likewise. | |
8201 * control/system/__sysdefioname__.m: Likewise. | |
8202 * control/system/__sysdefstname__.m: Likewise. | |
8203 * control/system/__sysgroupn__.m: Likewise. | |
8204 * control/system/__tf2sysl__.m: Likewise. | |
8205 * control/util/__zgpbal__.m: Likewise. | |
8206 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8207 |
8208 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8209 * quaternion/qconj.m: Ditto. |
8210 * quaternion/qcoordinate_plot.m: Ditto. | |
8211 * quaternion/qderiv.m: Ditto. | |
8212 * quaternion/qderivmat.m: Ditto. | |
8213 * quaternion/qinv.m: Ditto. | |
8214 * quaternion/qmult.m: Ditto. | |
8215 * quaternion/qtrans.m: Ditto. | |
8216 * quaternion/qtransv.m: Ditto. | |
8217 * quaternion/qtransvmat.m: Ditto. | |
8218 * quaternion/quaternion.m: Ditto. | |
3438 | 8219 |
3436 | 8220 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8221 | |
8222 * control/base/Makefile.in: Ditto. | |
8223 * control/hinf/Makefile.in: New file. | |
8224 * control/marsyas/Makefile.in: Ditto. | |
8225 * control/obsolete/Makefile.in: Ditto. | |
8226 * control/system/Makefile.in: Ditto. | |
8227 * control/util/Makefile.in: Ditto. | |
8228 | |
8229 * strings/com2str.m: Move here from control directory. | |
8230 | |
8231 * control/base: New directory. | |
8232 * control/base/DEMOcontrol.m: Move here from control directory. | |
8233 * control/base/analdemo.m: Ditto. | |
8234 * control/base/are.m: Ditto. | |
8235 * control/base/bddemo.m: Ditto. | |
8236 * control/base/bode.m: Ditto. | |
8237 * control/base/bode_bounds.m: Ditto. | |
8238 * control/base/bodquist.m: Ditto. | |
8239 * control/base/controldemo.m: Ditto. | |
8240 * control/base/ctrb.m: Ditto. | |
8241 * control/base/damp.m: Ditto. | |
8242 * control/base/dare.m: Ditto. | |
8243 * control/base/dcgain.m: Ditto. | |
8244 * control/base/dgram.m: Ditto. | |
8245 * control/base/dlqe.m: Ditto. | |
8246 * control/base/dlqr.m: Ditto. | |
8247 * control/base/dlyap.m: Ditto. | |
8248 * control/base/dre.m: Ditto. | |
8249 * control/base/frdemo.m: Ditto. | |
8250 * control/base/freqchkw.m: Ditto. | |
8251 * control/base/freqresp.m: Ditto. | |
8252 * control/base/gram.m: Ditto. | |
8253 * control/base/impulse.m: Ditto. | |
8254 * control/base/lqe.m: Ditto. | |
8255 * control/base/lqg.m: Ditto. | |
8256 * control/base/lqr.m: Ditto. | |
8257 * control/base/lsim.m: Ditto. | |
8258 * control/base/ltifr.m: Ditto. | |
8259 * control/base/lyap.m: Ditto. | |
8260 * control/base/nichols.m: Ditto. | |
8261 * control/base/nyquist.m: Ditto. | |
8262 * control/base/obsv.m: Ditto. | |
8263 * control/base/place.m: Ditto. | |
8264 * control/base/pzmap.m: Ditto. | |
8265 * control/base/rldemo.m: Ditto. | |
8266 * control/base/rlocus.m: Ditto. | |
8267 * control/base/step.m: Ditto. | |
8268 * control/base/stepimp.m: Ditto. | |
8269 * control/base/tzero.m: Ditto. | |
8270 * control/base/tzero2.m: Ditto. | |
8271 | |
8272 * control/hinf: New directory. | |
8273 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8274 * control/hinf/h2norm.m: Ditto. | |
8275 * control/hinf/h2syn.m: Ditto. | |
8276 * control/hinf/hinf_ctr.m: Ditto. | |
8277 * control/hinf/hinfdemo.m: Ditto. | |
8278 * control/hinf/hinfnorm.m: Ditto. | |
8279 * control/hinf/hinfsyn.m: Ditto. | |
8280 * control/hinf/hinfsyn_chk.m: Ditto. | |
8281 * control/hinf/hinfsyn_ric.m: Ditto. | |
8282 * control/hinf/wgt1o.m: Ditto. | |
3441 | 8283 * control/hinf/dgkfdemo.m: Ditto. |
8284 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 8285 |
8286 * control/marsyas: New directory. | |
8287 * control/marsyas/demomarsyas.m: Move here from control directory. | |
8288 * control/marsyas/susball.m: Ditto. | |
8289 | |
8290 * control/obsolete/dezero.m: Move here from control directory. | |
8291 * control/obsolete/rotg.m: Ditto. | |
8292 | |
8293 * control/system: New directory. | |
8294 * control/system/abcddim.m: Move here from control directory. | |
8295 * control/system/abcddims.m: Ditto. | |
8296 * control/system/buildssic.m: Ditto. | |
8297 * control/system/c2d.m: Ditto. | |
8298 * control/system/d2c.m: Ditto. | |
8299 * control/system/dmr2d.m: Ditto. | |
8300 * control/system/fir2sys.m: Ditto. | |
8301 * control/system/is_abcd.m: Ditto. | |
8302 * control/system/is_digital.m: Ditto. | |
8303 * control/system/is_sample.m: Ditto. | |
8304 * control/system/is_signal_list.m: Ditto. | |
8305 * control/system/is_siso.m: Ditto. | |
3441 | 8306 * control/system/is_controllable.m: Ditto. |
8307 * control/system/is_detectable.m: Ditto. | |
8308 * control/system/is_observable.m: Ditto. | |
8309 * control/system/is_stabilizable.m: Ditto. | |
8310 * control/system/is_stable.m: Ditto. | |
3436 | 8311 * control/system/jet707.m: Ditto. |
8312 * control/system/listidx.m: Ditto. | |
8313 * control/system/moddemo.m: Ditto. | |
8314 * control/system/ord2.m: Ditto. | |
8315 * control/system/packedform.m: Ditto. | |
8316 * control/system/parallel.m: Ditto. | |
8317 * control/system/ss2sys.m: Ditto. | |
8318 * control/system/ss2tf.m: Ditto. | |
8319 * control/system/ss2zp.m: Ditto. | |
8320 * control/system/starp.m: Ditto. | |
8321 * control/system/sys2fir.m: Ditto. | |
8322 * control/system/sys2ss.m: Ditto. | |
8323 * control/system/sys2tf.m: Ditto. | |
8324 * control/system/sys2zp.m: Ditto. | |
8325 * control/system/sysadd.m: Ditto. | |
8326 * control/system/sysappend.m: Ditto. | |
8327 * control/system/syschnamesl.m: Ditto. | |
8328 * control/system/syschtsam.m: Ditto. | |
8329 * control/system/sysconnect.m: Ditto. | |
8330 * control/system/syscont.m: Ditto. | |
8331 * control/system/syscont_disc.m: Ditto. | |
8332 * control/system/sysdefioname.m: Ditto. | |
8333 * control/system/sysdefstname.m: Ditto. | |
8334 * control/system/sysdimensions.m: Ditto. | |
8335 * control/system/sysdisc.m: Ditto. | |
8336 * control/system/sysdup.m: Ditto. | |
8337 * control/system/sysgetsignals.m: Ditto. | |
8338 * control/system/sysgettsam.m: Ditto. | |
8339 * control/system/sysgettype.m: Ditto. | |
8340 * control/system/sysgroup.m: Ditto. | |
8341 * control/system/sysgroupn.m: Ditto. | |
8342 * control/system/sysidx.m: Ditto. | |
8343 * control/system/sysmin.m: Ditto. | |
8344 * control/system/sysmult.m: Ditto. | |
8345 * control/system/sysout.m: Ditto. | |
8346 * control/system/sysprune.m: Ditto. | |
8347 * control/system/sysreorder.m: Ditto. | |
8348 * control/system/sysrepdemo.m: Ditto. | |
8349 * control/system/sysscale.m: Ditto. | |
8350 * control/system/syssetsignals.m: Ditto. | |
8351 * control/system/syssub.m: Ditto. | |
8352 * control/system/sysupdate.m: Ditto. | |
8353 * control/system/tf2ss.m: Ditto. | |
8354 * control/system/tf2sys.m: Ditto. | |
8355 * control/system/tf2sysl.m: Ditto. | |
8356 * control/system/tf2zp.m: Ditto. | |
8357 * control/system/tfout.m: Ditto. | |
8358 * control/system/ugain.m: Ditto. | |
8359 * control/system/zp2ss.m: Ditto. | |
8360 * control/system/zp2ssg2.m: Ditto. | |
8361 * control/system/zp2sys.m: Ditto. | |
8362 * control/system/zp2tf.m: Ditto. | |
8363 * control/system/zpout.m: Ditto. | |
8364 | |
8365 * control/util: New directory. | |
8366 * control/util/axis2dlim.m: Move here from control directory. | |
8367 * control/util/outlist.m: Ditto. | |
8368 * control/util/prompt.m: Ditto. | |
8369 * control/util/run_cmd.m: Ditto. | |
8370 * control/util/sortcom.m: Ditto. | |
8371 * control/util/strappend.m: Ditto. | |
8372 * control/util/swap.m: Ditto. | |
8373 * control/util/zgfmul.m: Ditto. | |
8374 * control/util/zgfslv.m: Ditto. | |
8375 * control/util/zginit.m: Ditto. | |
8376 * control/util/zgpbal.m: Ditto. | |
8377 * control/util/zgreduce.m: Ditto. | |
8378 * control/util/zgrownorm.m: Ditto. | |
8379 * control/util/zgscal.m: Ditto. | |
8380 * control/util/zgsgiv.m: Ditto. | |
8381 * control/util/zgshsr.m: Ditto. | |
8382 | |
3427 | 8383 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8384 | |
8385 * gethelp.cc (extract_help_text): Discard first space character | |
8386 after consecutive comment characters. | |
8387 | |
3422 | 8388 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
8389 | |
8390 * control/obsolete: New directory | |
8391 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 8392 * control/obsolete/swapcols.m: Ditto. |
8393 * control/obsolete/dlqg.m: Ditto. | |
8394 * control/obsolete/minfo.m: Ditto. | |
8395 * control/obsolete/packsys.m: Ditto. | |
8396 * control/obsolete/qzval.m: Ditto. | |
8397 * control/obsolete/unpacksys.m: Ditto. | |
8398 * control/obsolete/series.m: Ditto. | |
8399 * control/obsolete/syschnames.m: Ditto. | |
8400 * polynomial/polyout.m: Ditto. | |
3422 | 8401 |
3420 | 8402 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8403 | |
8404 * general/fliplr.m: Eliminate useless copy of arg. | |
8405 * general/flipud.m: Ditto. | |
8406 | |
3418 | 8407 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8408 | |
8409 * linear-algebra/cross.m: Only return a row vector if both args | |
8410 are row vectors. | |
8411 * polynomial/polyfit.m: Likewise. | |
8412 | |
8413 * signal/autocov.m: Don't reset prefer_column_vectors. | |
8414 | |
8415 * statistics/distributions/discrete_rnd.m: | |
8416 Always generate a row vector. | |
8417 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
8418 | |
5095 | 8419 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 8420 |
8421 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
8422 | |
8423 * audio/setaudio.m: Texinfoize doc string. | |
8424 * control/com2str.m: Likewise. | |
8425 * control/controldemo.m: Likewise. | |
8426 * control/DEMOcontrol.m: Likewise. | |
8427 * control/dezero.m: Likewise. | |
8428 * control/dre.m: Likewise. | |
8429 * control/hinfsyn_ric.m: Likewise. | |
8430 | |
5095 | 8431 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 8432 |
8433 * io/printf.m: Add @seealso{...} to doc string. | |
8434 * io/puts.m: Likewise. | |
8435 * plot/semilogx.m: Likewise. | |
8436 * plot/semilogy.m: Likewise. | |
8437 * plot/__pltopt__.m: Likewise. | |
8438 * plot/bar.m: Likewise. | |
8439 * plot/xlabel.m: Likewise. | |
8440 * plot/grid.m: Likewise. | |
8441 * plot/shg.m: Likewise. | |
8442 * plot/title.m: Likewise. | |
8443 * plot/mesh.m: Likewise. | |
8444 * plot/__pltopt1__.m: Likewise. | |
8445 * plot/contour.m: Likewise. | |
8446 * plot/hist.m: Likewise. | |
8447 * plot/stairs.m: Likewise. | |
8448 * plot/meshgrid.m: Likewise. | |
8449 * plot/polar.m: Likewise. | |
8450 * plot/loglog.m: Likewise. | |
8451 * plot/plot.m: Likewise. | |
8452 * miscellaneous/semicolon.m: Likewise. | |
8453 * miscellaneous/menu.m: Likewise. | |
8454 * miscellaneous/etime.m: Likewise. | |
8455 * miscellaneous/texas_lotto.m: Likewise. | |
8456 * miscellaneous/comma.m: Likewise. | |
8457 * audio/lin2mu.m: Likewise. | |
8458 * audio/playaudio.m: Likewise. | |
8459 * audio/loadaudio.m: Likewise. | |
8460 * audio/saveaudio.m: Likewise. | |
8461 * audio/mu2lin.m: Likewise. | |
8462 * audio/record.m: Likewise. | |
8463 * strings/isletter.m: Likewise. | |
8464 * strings/lower.m: Likewise. | |
8465 * strings/lower.m: Likewise. | |
8466 * strings/upper.m: Likewise. | |
8467 * specfun/erfinv.m: Likewise. | |
8468 * specfun/gammai.m: Likewise. | |
8469 * specfun/log2.m: Likewise. | |
8470 * specfun/pow2.m: Likewise. | |
8471 * elfun/gcd.m: Likewise. | |
8472 * elfun/lcm.m: Likewise. | |
8473 * special-matrix/vander.m: Likewise. | |
8474 * special-matrix/sylvester_matrix.m: Likewise. | |
8475 * special-matrix/hilb.m: Likewise. | |
8476 * special-matrix/hankel.m: Likewise. | |
8477 * special-matrix/toeplitz.m: Likewise. | |
8478 * special-matrix/invhilb.m: Likewise. | |
8479 * statistics/base/std.m: Likewise. | |
8480 * statistics/base/median.m: Likewise. | |
8481 * linear-algebra/cond.m: Likewise. | |
8482 * linear-algebra/norm.m: Likewise. | |
8483 * finance/nper.m: Likewise. | |
8484 * finance/pmt.m: Likewise. | |
8485 * finance/pv.m: Likewise. | |
8486 * finance/rate.m: Likewise. | |
8487 * finance/npv.m: Likewise. | |
8488 * general/fliplr.m: Likewise. | |
8489 * general/flipud.m: Likewise. | |
8490 * general/is_scalar.m: Likewise. | |
8491 * general/rem.m: Likewise. | |
8492 * general/perror.m: Likewise. | |
8493 * general/tril.m: Likewise. | |
8494 * general/rot90.m: Likewise. | |
8495 * general/num2str.m: Likewise. | |
8496 * general/int2str.m: Likewise. | |
8497 * general/reshape.m: Likewise. | |
8498 * general/logspace.m: Likewise. | |
8499 * general/is_symmetric.m: Likewise. | |
8500 * general/is_vector.m: Likewise. | |
8501 * general/nextpow2.m: Likewise. | |
8502 * general/columns.m: Likewise. | |
8503 * general/is_square.m: Likewise. | |
8504 * general/rows.m: Likewise. | |
8505 * control/ugain.m: Likewise. | |
8506 * control/damp.m: Likewise. | |
8507 * control/dare.m: Likewise. | |
8508 * control/are.m: Likewise. | |
8509 * control/sys2fir.m: Likewise. | |
8510 * control/abcddim.m: Likewise. | |
8511 * control/is_abcd.m: Likewise. | |
8512 * control/step.m: Likewise. | |
8513 * control/is_observable.m: Likewise. | |
8514 * control/is_controllable.m: Likewise. | |
8515 * control/jet707.m: Likewise. | |
8516 * control/polyout.m: Likewise. | |
8517 * control/impulse.m: Likewise. | |
8518 * control/lqg.m: Likewise. | |
8519 * control/is_detectable.m: Likewise. | |
8520 * control/sysdimensions.m: Likewise. | |
8521 * control/sysupdate.m: Likewise. | |
8522 * control/stepimp.m: Likewise. | |
8523 * control/is_stable.m: Likewise. | |
8524 * control/tfout.m: Likewise. | |
8525 * control/zpout.m: Likewise. | |
8526 | |
3405 | 8527 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8528 | |
8529 * set/complement.m: Add @seealso{} stuff. | |
8530 * set/create_set.m: Likewise. | |
8531 * set/intersection.m: Likewise. | |
8532 * set/union.m: Likewise. | |
8533 | |
3399 | 8534 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8535 | |
3400 | 8536 * control/d2c.m: Use double quotes instead of single quotes for |
8537 string constants. | |
8538 * control/dgkfdemo.m: Likewise. | |
8539 * control/fir2sys.m: Likewise. | |
8540 * control/frdemo.m: Likewise. | |
8541 * control/moddemo.m: Likewise. | |
8542 * control/minfo.m: Likewise. | |
8543 * control/is_stabilizable.m: Likewise. | |
8544 * control/is_dgkf.m: Likewise. | |
8545 * control/polyout.m: Likewise. | |
8546 * control/sysconnect.m: Likewise. | |
8547 * control/sysrepdemo.m: Likewise. | |
8548 * control/tf2sys.m: Likewise. | |
8549 * control/tfout.m: Likewise. | |
8550 * control/zp2sys.m: Likewise. | |
8551 * control/zpout.m: Likewise. | |
8552 * control/tzero.m: Likewise. | |
8553 | |
8554 * control/DEMOcontrol.m: Handle moddemo case too. | |
8555 | |
8556 * image/loadimage.m: Use double quotes instead of single quotes | |
8557 for string constants. Use sprintf instead of square brackets to | |
8558 construct string. | |
8559 | |
3399 | 8560 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 8561 * control/fir2sys.m: Likewise. |
3399 | 8562 |
3390 | 8563 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8564 | |
8565 * mkdoc: Only delete spaces before @ characters at the beginning | |
8566 of a line. | |
8567 | |
3383 | 8568 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8569 | |
3388 | 8570 * control/bddemo.m: Make it more likely to work with any value of |
8571 whitespace_in_literal_matrix. | |
3386 | 8572 * control/analdemo.m: Ditto. |
8573 * control/dgkfdemo.m: Ditto. | |
8574 * control/frdemo.m: Ditto. | |
8575 * control/sysrepdemo.m: Ditto. | |
8576 * control/moddemo.m: Ditto. | |
3388 | 8577 * control/zp2ss.m: Ditto. |
3387 | 8578 * control/zp2tf.m: Ditto. |
3388 | 8579 * control/syssub.m: Ditto. |
8580 * finance/npv.m: Ditto. | |
8581 * statistics/base/studentize.m: Ditto. | |
8582 * statistics/base/values.m: Ditto. | |
8583 * statistics/distributions/exponential_cdf.m: Ditto. | |
8584 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8585 |
3384 | 8586 * control/dezero.m: Use toascii to convert string to ASCII value |
8587 instead of multiplying it by 1. | |
8588 | |
3383 | 8589 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8590 * control/zpout.m: Ditto. | |
8591 * control/tfout.m: Ditto. | |
8592 * control/tf2sys.m: Ditto. | |
8593 * control/syssub.m: Ditto. | |
8594 * control/syssetsignals.m: Ditto. | |
8595 * control/sysout.m: Ditto. | |
8596 * control/sysmult.m: Ditto. | |
8597 * control/sysgroup.m: Ditto. | |
8598 * control/sysdup.m: Ditto. | |
8599 * control/sysdisc.m: Ditto. | |
8600 * control/syscont.m: Ditto. | |
8601 * control/sysconnect.m: Ditto. | |
8602 * control/sysappend.m: Ditto. | |
8603 * control/sysadd.m: Ditto. | |
8604 * control/ss2sys.m: Ditto. | |
8605 * control/nyquist.m: Ditto. | |
8606 * control/lqg.m: Ditto. | |
8607 * control/fir2sys.m: Ditto. | |
8608 * control/dmr2d.m: Ditto. | |
8609 * control/dezero.m: Ditto. | |
8610 * control/d2c.m: Ditto. | |
8611 * control/c2d.m: Ditto. | |
8612 * control/bddemo.m: Ditto. | |
8613 * control/pzmap.m: Ditto. | |
8614 | |
5095 | 8615 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8616 |
8617 * signal/spectral_adf.m: Fix typo. | |
8618 | |
3372 | 8619 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8620 | |
8621 * linear-algebra/cond.m: Texinfoize doc string. | |
8622 * linear-algebra/kron.m: Ditto. | |
8623 * linear-algebra/norm.m: Ditto. | |
8624 * linear-algebra/null.m: Ditto. | |
8625 * linear-algebra/orth.m: Ditto. | |
8626 * linear-algebra/rank.m: Ditto. | |
8627 * linear-algebra/trace.m: Ditto. | |
8628 * linear-algebra/qzhess.m: Ditto. | |
8629 * miscellaneous/menu.m: Ditto. | |
3373 | 8630 * general/perror.m: Ditto. |
8631 * general/strerror.m: Ditto. | |
8632 * general/columns.m: Ditto. | |
8633 * general/rows.m: Ditto. | |
8634 * image/colormap.m: Ditto. | |
8635 * image/gray.m: Ditto. | |
8636 * image/gray2ind.m: Ditto. | |
8637 * image/image.m: Ditto. | |
8638 * image/imagesc.m: Ditto. | |
8639 * image/imshow.m: Ditto. | |
8640 * image/ind2gray.m: Ditto. | |
8641 * image/ind2rgb.m: Ditto. | |
8642 * image/loadimage.m: Ditto. | |
8643 * image/rgb2ntsc.m: Ditto. | |
8644 * image/ntsc2rgb.m: Ditto. | |
8645 * image/ocean.m: Ditto. | |
8646 * image/rgb2ind.m: Ditto. | |
8647 * image/saveimage.m: Ditto. | |
3372 | 8648 * io/printf.m: Ditto. |
8649 * io/puts.m: Ditto. | |
8650 | |
3369 | 8651 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8652 | |
8653 * special-matrix/hankel.m: Texinfoize doc string. | |
8654 * special-matrix/hilb.m: Ditto. | |
8655 * special-matrix/invhilb.m: Ditto. | |
8656 * special-matrix/sylvester_matrix.m: Ditto. | |
8657 * special-matrix/toeplitz.m: Ditto. | |
8658 * special-matrix/vander.m: Ditto. | |
8659 * linear-algebra/vec.m: Ditto. | |
8660 * linear-algebra/vech.m: Ditto. | |
8661 * general/common_size.m: Ditto. | |
8662 * general/diff.m: Ditto. | |
8663 * general/fliplr.m: Ditto. | |
8664 * general/flipud.m: Ditto. | |
8665 * general/rot90.m: Ditto. | |
8666 * general/reshape.m: Ditto. | |
8667 * general/shift.m: Ditto. | |
8668 * general/tril.m: Ditto. | |
8669 * general/triu.m: Ditto. | |
8670 * general/logspace.m: Ditto. | |
3371 | 8671 * general/nargchk.m: Ditto. |
3369 | 8672 |
3367 | 8673 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8674 | |
8675 * statistics/base/mean: Texinfoize doc string. | |
8676 * statistics/base/median: Ditto. | |
8677 * statistics/base/std: Ditto. | |
8678 * statistics/base/cov: Ditto. | |
8679 * statistics/base/corrcoef: Ditto. | |
8680 * statistics/base/kurtosis: Ditto. | |
8681 * statistics/base/mahalanobis: Ditto. | |
8682 * statistics/base/skewness: Ditto. | |
3368 | 8683 * statistics/base/gls.m: Ditto. |
8684 * statistics/base/ols.m: Ditto. | |
3367 | 8685 * signal/detrend.m: Ditto. |
8686 * signal/freqz.m: Ditto. | |
8687 * signal/sinc.m: Ditto. | |
8688 * signal/fftconv.m: Ditto. | |
8689 * signal/fftfilt.m: Ditto. | |
3368 | 8690 * set/create_set.m: Ditto. |
8691 * set/union.m: Ditto. | |
8692 * set/intersection.m: Ditto. | |
8693 * set/complement.m: Ditto. | |
8694 * poly/compan.m: Ditto. | |
8695 * poly/conv: Ditto. | |
8696 * poly/deconv: Ditto. | |
8697 * poly/poly: Ditto. | |
8698 * poly/polyderiv: Ditto. | |
8699 * poly/polyfit: Ditto. | |
8700 * poly/polyinteg: Ditto. | |
8701 * poly/polyreduce: Ditto. | |
8702 * poly/polyval: Ditto. | |
8703 * poly/polyvalm: Ditto. | |
8704 * poly/residue: Ditto. | |
8705 * poly/roots: Ditto. | |
8706 * plot/top_title.m: Ditto | |
8707 * plot/subwindow.m: Ditto | |
8708 * plot/subplot.m: Ditto | |
8709 * plot/plot_border.m: Ditto | |
8710 * plot/oneplot.m: Ditto | |
8711 * plot/multiplot.m: Ditto | |
8712 * plot/mplot.m: Ditto | |
8713 * plot/xlabel.m: Ditto | |
8714 * plot/figure.m: Ditto | |
8715 * plot/meshdom.m: Ditto | |
8716 * plot/mesh.m: Ditto | |
8717 * plot/stairs.m: Ditto | |
8718 * plot/polar.m: Ditto | |
8719 * plot/loglog.m: Ditto | |
8720 * plot/hist.m: Ditto | |
8721 * plot/contour.m: Ditto | |
8722 * plot/bar.m: Ditto | |
8723 * plot/axis.m: Ditto | |
8724 * plot/plot.m: Ditto. | |
3367 | 8725 |
3361 | 8726 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8727 | |
3365 | 8728 * control/pinv.m: Delete. |
8729 | |
3364 | 8730 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8731 | |
3361 | 8732 * strings/blanks.m: Texinfoize doc string. |
8733 * strings/strcat.m: Ditto. | |
8734 * strings/str2mat.m: Ditto. | |
8735 * strings/deblank.m: Ditto. | |
8736 * strings/findstr.m: Ditto. | |
8737 * strings/index.m: Ditto. | |
8738 * strings/rindex.m: Ditto. | |
8739 * strings/split.m: Ditto. | |
8740 * strings/strcmp.m: Ditto. | |
8741 * strings/strrep.m: Ditto. | |
8742 * strings/substr.m: Ditto. | |
8743 * general/int2str.m: Ditto. | |
8744 * general/num2str.m: Ditto. | |
8745 * strings/dec2bin.m: Ditto. | |
8746 * strings/bin2dec: Ditto. | |
8747 * strings/dec2bin: Ditto. | |
8748 * strings/dec2hex: Ditto. | |
8749 * strings/hex2dec: Ditto. | |
8750 * strings/str2num: Ditto. | |
8751 | |
3347 | 8752 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8753 | |
8754 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8755 | |
5095 | 8756 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8757 |
8758 * control/DEMOcontrol.m: Texinfoize doc string. | |
8759 * control/abcddim.m: Ditto. | |
8760 * control/abcddims.m: Ditto. | |
8761 * control/analdemo.m: Ditto. | |
8762 * control/are.m: Ditto. | |
8763 * control/axis2dlim.m: Ditto. | |
8764 * control/bddemo.m: Ditto. | |
8765 * control/bode.m: Ditto. | |
8766 * control/bode_bounds.m: Ditto. | |
8767 * control/bodquist.m: Ditto. | |
8768 * control/buildssic.m: Ditto. | |
8769 * control/c2d.m: Ditto. | |
8770 * control/ctrb.m: Ditto. | |
8771 * control/d2c.m: Ditto. | |
8772 * control/damp.m: Ditto. | |
8773 * control/dare.m: Ditto. | |
8774 * control/dcgain.m: Ditto. | |
8775 * control/dgkfdemo.m: Ditto. | |
8776 * control/dgram.m: Ditto. | |
8777 * control/dlqe.m: Ditto. | |
8778 * control/dlqr.m: Ditto. | |
8779 * control/dlyap.m: Ditto. | |
8780 * control/dmr2d.m: Ditto. | |
8781 * control/fir2sys.m: Ditto. | |
8782 * control/frdemo.m: Ditto. | |
8783 * control/freqchkw.m: Ditto. | |
8784 * control/freqresp.m: Ditto. | |
8785 * control/gram.m: Ditto. | |
8786 * control/h2norm.m: Ditto. | |
8787 * control/h2syn.m: Ditto. | |
8788 * control/hinf_ctr.m: Ditto. | |
8789 * control/hinfdemo.m: Ditto. | |
8790 * control/hinfnorm.m: Ditto. | |
8791 * control/hinfsyn.m: Ditto. | |
8792 * control/hinfsyn_chk.m: Ditto. | |
8793 * control/impulse.m: Ditto. | |
8794 * control/is_abcd.m: Ditto. | |
8795 * control/is_controllable.m: Ditto. | |
8796 * control/is_detectable.m: Ditto. | |
8797 * control/is_dgkf.m: Ditto. | |
8798 * control/is_digital.m: Ditto. | |
8799 * control/is_observable.m: Ditto. | |
8800 * control/is_sample.m: Ditto. | |
8801 * control/is_signal_list.m: Ditto. | |
8802 * control/is_siso.m: Ditto. | |
8803 * control/is_stabilizable.m: Ditto. | |
8804 * control/is_stable.m: Ditto. | |
8805 * control/jet707.m: Ditto. | |
8806 * control/lqe.m: Ditto. | |
8807 * control/lqg.m: Ditto. | |
8808 * control/lqr.m: Ditto. | |
8809 * control/lsim.m: Ditto. | |
8810 * control/ltifr.m: Ditto. | |
8811 * control/lyap.m: Ditto. | |
8812 * control/moddemo.m: Ditto. | |
8813 * control/nyquist.m: Ditto. | |
8814 * control/obsv.m: Ditto. | |
8815 * control/ord2.m: Ditto. | |
8816 * control/outlist.m: Ditto. | |
8817 * control/pinv.m: Ditto. | |
8818 * control/place.m: Ditto. | |
8819 * control/polyout.m: Ditto. | |
8820 * control/prompt.m: Ditto. | |
8821 * control/pzmap.m: Ditto. | |
8822 * control/qzval.m: Ditto. | |
8823 * control/rldemo.m: Ditto. | |
8824 * control/rlocus.m: Ditto. | |
8825 * control/sortcom.m: Ditto. | |
8826 * control/ss2sys.m: Ditto. | |
8827 * control/ss2tf.m: Ditto. | |
8828 * control/ss2zp.m: Ditto. | |
8829 * control/starp.m: Ditto. | |
8830 * control/step.m: Ditto. | |
8831 * control/stepimp.m: Ditto. | |
8832 * control/susball.m: Ditto. | |
8833 * control/sys2fir.m: Ditto. | |
8834 * control/sys2ss.m: Ditto. | |
8835 * control/sys2tf.m: Ditto. | |
8836 * control/sys2zp.m: Ditto. | |
8837 * control/sysadd.m: Ditto. | |
8838 * control/sysappend.m: Ditto. | |
8839 * control/syschnames.m: Ditto. | |
8840 * control/syschnamesl.m: Ditto. | |
8841 * control/syschtsam.m: Ditto. | |
8842 * control/sysconnect.m: Ditto. | |
8843 * control/syscont.m: Ditto. | |
8844 * control/syscont_disc.m: Ditto. | |
8845 * control/sysdefioname.m: Ditto. | |
8846 * control/sysdefstname.m: Ditto. | |
8847 * control/sysdimensions.m: Ditto. | |
8848 * control/sysdisc.m: Ditto. | |
8849 * control/sysdup.m: Ditto. | |
8850 * control/sysgetsignals.m: Ditto. | |
8851 * control/sysgettype.m: Ditto. | |
8852 * control/sysgroup.m: Ditto. | |
8853 * control/sysgroupn.m: Ditto. | |
8854 * control/sysmult.m: Ditto. | |
8855 * control/sysout.m: Ditto. | |
8856 * control/sysprune.m: Ditto. | |
8857 * control/sysreorder.m: Ditto. | |
8858 * control/sysrepdemo.m: Ditto. | |
8859 * control/sysscale.m: Ditto. | |
8860 * control/syssetsignals.m: Ditto. | |
8861 * control/syssub.m: Ditto. | |
8862 * control/sysupdate.m: Ditto. | |
8863 * control/tf2ss.m: Ditto. | |
8864 * control/tf2sys.m: Ditto. | |
8865 * control/tf2sysl.m: Ditto. | |
8866 * control/tf2zp.m: Ditto. | |
8867 * control/tfout.m: Ditto. | |
8868 * control/tzero.m: Ditto. | |
8869 * control/tzero2.m: Ditto. | |
8870 * control/ugain.m: Ditto. | |
8871 * control/wgt1o.m: Ditto. | |
8872 * control/zgfmul.m: Ditto. | |
8873 * control/zgfslv.m: Ditto. | |
8874 * control/zginit.m: Ditto. | |
8875 * control/zgpbal.m: Ditto. | |
8876 * control/zgreduce.m: Ditto. | |
8877 * control/zgrownorm.m: Ditto. | |
8878 * control/zgscal.m: Ditto. | |
8879 * control/zgsgiv.m: Ditto. | |
8880 * control/zgshsr.m: Ditto. | |
8881 * control/zp2ss.m: Ditto. | |
8882 * control/zp2ssg2.m: Ditto. | |
8883 * control/zp2sys.m: Ditto. | |
8884 * control/zp2tf.m: Ditto. | |
8885 * control/zpout.m: Ditto. | |
8886 | |
5095 | 8887 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 8888 |
5378 | 8889 * audio/lin2mu.m: Texinfoize doc string. |
8890 * audio/loadaudio.m: Ditto. | |
8891 * audio/mu2lin.m: Ditto. | |
8892 * audio/playaudio.m: Ditto. | |
8893 * audio/record.m: Ditto. | |
8894 * audio/saveaudio.m: Ditto. | |
3332 | 8895 |
5095 | 8896 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8897 |
8898 * elfun/acot.m: Texinfoize doc string. | |
8899 * elfun/acsc.m: Ditto. | |
8900 * elfun/acsch.m: Ditto. | |
8901 * elfun/asec.m: Ditto. | |
8902 * elfun/asech.m: Ditto. | |
8903 * elfun/cot.m: Ditto. | |
8904 * elfun/coth.m: Ditto. | |
8905 * elfun/csc.m: Ditto. | |
8906 * elfun/csch.m: Ditto. | |
8907 * elfun/gcd.m: Ditto. | |
8908 * elfun/lcm.m: Ditto. | |
8909 * elfun/sec.m: Ditto. | |
8910 * elfun/sech.m: Ditto. | |
8911 * general/nextpow2.m: Ditto. | |
8912 * general/rem.m: Ditto. | |
8913 * linear-algebra/commutation_matrix.m: Ditto. | |
8914 * linear-algebra/cross.m: Ditto. | |
8915 * linear-algebra/duplication_matrix.m: Ditto. | |
8916 * miscellaneous/bincoeff.m: Ditto. | |
8917 * miscellaneous/xor.m: Ditto. | |
8918 * specfun/bessel.m: Ditto. | |
8919 * specfun/beta.m: Ditto. | |
8920 * specfun/betai.m: Ditto. | |
8921 * specfun/erfinv.m: Ditto. | |
8922 * specfun/gammai.m: Ditto. | |
8923 * specfun/log2.m: Ditto. | |
8924 * specfun/pow2.m: Ditto. | |
8925 | |
5095 | 8926 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8927 |
8928 * general/is_scalar.m: Texinfoize help text. | |
8929 * general/is_square.m: Ditto. | |
8930 * general/is_symmetric.m: Ditto. | |
8931 | |
3320 | 8932 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8933 | |
8934 * strings/split.m: If the string to be split is empty, just return | |
8935 an empty string. | |
8936 | |
3319 | 8937 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8938 | |
8939 * Makefile.in (ALL_M_FILES): New macro. | |
8940 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
8941 | |
3306 | 8942 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8943 | |
8944 * control/bode.m: Don't return anything if nargout == 0. | |
8945 | |
8946 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
8947 | |
8948 * control/bode.m: Don't do axis scaling for magnitude plots. | |
8949 | |
3305 | 8950 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8951 | |
8952 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
8953 gethelp.cc to the list. | |
8954 | |
3296 | 8955 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8956 | |
3301 | 8957 * time/asctime.m: Texinfoize help text. |
8958 * time/clock.m: Ditto. | |
8959 * time/date.m: Ditto. | |
8960 * miscellaneous/cputime.m: Ditto. | |
8961 * miscellaneous/etime.m: Ditto. | |
8962 * miscellaneous/is_leap_year.m: Ditto. | |
8963 * miscellaneous/popen2.m: Ditto. | |
8964 * miscellaneous/version.m: Ditto. | |
8965 * miscellaneous/tic.m: Ditto. | |
8966 * miscellaneous/toc.m: Just refer to tic.m. | |
8967 | |
3297 | 8968 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
8969 `cd dir; $(MAKE); cd ..'. | |
8970 ($(SUBDIRS)): Likewise. | |
8971 | |
8972 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8973 | |
8974 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
8975 of `cd dir; $(MAKE)'. | |
8976 | |
3296 | 8977 * gethelp.cc, mkdoc: New files. |
8978 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
8979 sources. | |
8980 | |
3291 | 8981 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8982 | |
8983 * linear-algebra/kron.m: Fix typo in previous change | |
8984 | |
3282 | 8985 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8986 | |
8987 * control/bode.m: Allow optional 5th arg to specify plot style. | |
8988 | |
5095 | 8989 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8990 |
8991 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8992 rank when V has more columns than rows. | |
8993 | |
8994 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8995 | |
8996 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8997 | |
8998 * statistics/tests/manova.m: Avoid problems if | |
8999 whitespace_in_literal_matrix is set to "traditional". | |
9000 * statistics/tests/t_test_regression.m: Likewise. | |
9001 * statistics/tests/u_test.m: Likewise. | |
9002 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9003 * statistics/tests/anova.m: Likewise. | |
9004 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9005 * statistics/base/statistics.m: Likewise. | |
9006 * image/saveimage.m: Likewise. | |
9007 * signal/arch_fit.m: Likewise. | |
9008 * signal/autoreg_matrix.m: Likewise. | |
9009 * signal/triangle_lw.m: Likewise. | |
9010 * strings/dec2hex.m: Likewise. | |
9011 | |
3268 | 9012 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9013 | |
9014 * image/saveimage.m: Initialize scale. | |
9015 | |
9016 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9017 | |
9018 * general/reshape.m: Allow reshape (a, size (b)). | |
9019 | |
3266 | 9020 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9021 | |
9022 * specfun/erfinv.m: Improve stopping criterion. | |
9023 Add iteration count as second return value. | |
9024 | |
3265 | 9025 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9026 | |
9027 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9028 | |
3263 | 9029 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9030 | |
9031 * miscellaneous/pack.m: New function. | |
9032 | |
9033 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9034 | |
9035 * plot/figure.m: Always return figure number. With no args, | |
9036 figure now creates a new figure window and returns its number. | |
9037 Accept figure (property, value) syntax, but do nothing. | |
9038 | |
5095 | 9039 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9040 |
9041 * general/shift.m: Avoid printing temporary value for backward shift. | |
9042 | |
3260 | 9043 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9044 | |
9045 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9046 evenly spaced. | |
9047 | |
3250 | 9048 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9049 | |
9050 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9051 contain only zeros. | |
9052 | |
5095 | 9053 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9054 |
9055 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9056 instead of appending them. | |
9057 | |
9058 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9059 | |
9060 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9061 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9062 Update from A. S. Hodel. | |
9063 | |
3246 | 9064 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9065 | |
9066 * polynomial/polyfit.m: Correct previous change. | |
9067 | |
3243 | 9068 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9069 | |
9070 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9071 | |
5095 | 9072 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9073 |
9074 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9075 version of krylov and krylovb. | |
9076 | |
9077 * control/outlist.m, control/sysout.m: Fix typos. | |
9078 | |
9079 * control/sysdimensions.m: Add option for total number of states. | |
9080 | |
9081 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9082 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9083 arguments. | |
9084 | |
9085 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9086 | |
9087 * strings/index.m: Fail with meaningful error message if either | |
9088 arg is a string array. | |
9089 | |
3238 | 9090 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9091 | |
9092 * linear-algebra/norm.m: Do the right thing for 1- and | |
9093 infinity-norms of complex matrices. From Sven Khatri | |
9094 <khatri@saturn.vocalpoint.com>. | |
9095 | |
5095 | 9096 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9097 |
9098 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9099 | |
9100 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9101 | |
9102 * strings/split.m: Avoid problems when splitting strings that have | |
9103 \ in them. | |
9104 | |
5095 | 9105 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9106 |
9107 * image/colormap.m: Do better arg checking, handle string args | |
9108 that name the colormap function to call (e.g., colormap ("ocean")). | |
9109 | |
5095 | 9110 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9111 |
9112 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9113 * linear-algebra/dot.m: Likewise. | |
9114 * linear-algebra/cross.m: Likewise. | |
9115 * general/rot90.m: Likewise. | |
9116 | |
5095 | 9117 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9118 |
9119 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9120 that the leading column is not all zeros. | |
9121 | |
9122 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9123 | |
9124 * general/shift.m: Fix potential problems with | |
9125 whitespace_in_literal_matrix. | |
9126 * signal/arch_rnd.m: Ditto. | |
9127 * signal/autocov.m: Ditto. | |
9128 * signal/diffpara.m: Ditto. | |
9129 * signal/hurst.m: Ditto. | |
9130 * signal/periodogram.m: Ditto. | |
9131 * signal/spectral_adf.m: Ditto. | |
9132 * signal/spectral_xdf.m: Ditto. | |
9133 * signal/spencer.m: Ditto. | |
9134 * signal/synthesis.m: Ditto. | |
9135 * statistics/distributions/wiener_rnd.m: Ditto. | |
9136 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9137 * statistics/models/logistic_regression.m: Ditto. | |
9138 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9139 * statistics/tests/run_test.m: Ditto. | |
9140 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9141 | |
5095 | 9142 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9143 |
9144 * plot/__plr2__.m: Fix typo. | |
9145 | |
3233 | 9146 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9147 | |
9148 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9149 | |
5095 | 9150 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9151 |
9152 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9153 function. | |
9154 | |
5095 | 9155 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9156 |
9157 * control/ss2sys.m: Fix typo. | |
9158 | |
9159 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9160 | |
9161 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9162 | |
9163 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9164 signal names as lists of strings instead of string arrays. | |
9165 | |
3225 | 9166 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9167 | |
3233 | 9168 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9169 <a.s.hodel@eng.auburn.edu>. |
9170 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9171 * quaternion/Makefile.in: New file. |
9172 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9173 |
9174 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9175 | |
9176 * image/saveimage.m: Make it work again for black and white colormaps. | |
9177 | |
9178 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9179 since there can be fewer rows than columns. Round values to | |
9180 nearest position in colormap instead of truncating. Correct usage | |
9181 message. | |
9182 | |
5095 | 9183 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9184 |
9185 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9186 zero rows of [A,v] as householder pivots; this avoids spurious | |
9187 non-zero entries in returned orthogonal matrix U, but destroys the | |
9188 Householder matrix structure of H. | |
9189 | |
9190 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9191 | |
9192 * general/logical.m: Just copy input to output if argument is | |
9193 already a logical object. | |
9194 | |
3215 | 9195 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9196 | |
9197 * New files from OCST, in control subdiretory: | |
9198 | |
9199 DEMOcontrol.m is_siso.m syschnames.m | |
9200 abcddim.m is_stabilizable.m syschnamesl.m | |
9201 abcddims.m is_stable.m syschtsam.m | |
9202 analdemo.m jet707.m sysconnect.m | |
9203 are.m lqe.m syscont.m | |
9204 axis2dlim.m lqg.m syscont_disc.m | |
9205 bddemo.m lqr.m sysdefioname.m | |
9206 bode.m lsim.m sysdefstname.m | |
9207 bode_bounds.m ltifr.m sysdimensions.m | |
9208 bodquist.m lyap.m sysdisc.m | |
9209 buildssic.m mb.m sysdup.m | |
9210 c2d.m minfo.m sysgetsignals.m | |
6302 | 9211 com2str.m moddemo.m sysgettsam.m |
3215 | 9212 controldemo.m nichols.m sysgettype.m |
9213 ctrb.m nyquist.m sysgroup.m | |
9214 d2c.m obsv.m sysgroupn.m | |
9215 damp.m ord2.m sysmult.m | |
9216 dare.m outlist.m sysout.m | |
9217 dcgain.m packedform.m sysprune.m | |
9218 demomarsyas.m packsys.m sysreorder.m | |
9219 dezero.m; parallel.m sysrepdemo.m | |
9220 dgkfdemo.m place.m sysscale.m | |
9221 dgram.m polyout.m syssub.m | |
9222 dhinfdemo.m prompt.m sysupdate.m | |
9223 dlqe.m pzmap.m tf2ss.m | |
9224 dlqg.m qzval.m tf2sys.m | |
9225 dlqr.m rldemo.m tf2sysl.m | |
9226 dlyap.m rlocus.m tf2zp.m | |
9227 dmr2d.m rotg.m tfout.m | |
9228 fir2sys.m run_cmd.m; tzero.m | |
9229 frdemo.m series.m tzero2.m | |
9230 freqchkw.m sortcom.m ugain.m | |
9231 freqresp.m ss2sys.m unpacksys.m | |
9232 gram.m ss2tf.m wgt1o.m | |
9233 h2norm.m ss2zp.m zgfmul.m | |
9234 h2syn.m starp.m zgfslv.m | |
9235 hinf_ctr.m step.m zginit.m | |
9236 hinfdemo.m stepimp.m zgpbal.m | |
9237 hinfnorm.m strappend.m; zgreduce.m | |
9238 hinfsyn.m susball.m zgrownorm.m | |
9239 hinfsyn_chk.m swap.m zgscal.m | |
9240 impulse.m swapcols.m zgsgiv.m | |
9241 is_abcd.m swaprows.m zgshsr.m | |
9242 is_controllable.m sys2fir.m zp2ss.m | |
9243 is_detectable.m sys2ss.m zp2ssg2.m | |
9244 is_dgkf.m sys2tf.m zp2sys.m | |
9245 is_digital.m sys2zp.m zp2tf.m | |
9246 is_observable.m sysadd.m zpout.m | |
9247 is_sample.m sysappend.m | |
9248 | |
9249 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9250 | |
9251 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9252 | |
9253 * strings/deblank.m: Make it work for string arrays too. | |
9254 | |
3211 | 9255 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9256 | |
9257 * linear-algebra/housh.m: New file from the OCST. | |
9258 * linear-algebra/krygetq.m: Ditto. | |
9259 * linear-algebra/krylov.m: Ditto. | |
9260 * linear-algebra/krylovb.m: Ditto. | |
9261 * linear-algebra/qrhouse.m: Ditto. | |
9262 * general/is_duplicate_entry.m: Ditto. | |
9263 | |
9264 * general/is_symmetric.m: Call is_square instead of doing that | |
9265 check in line. | |
9266 | |
3196 | 9267 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9268 | |
3202 | 9269 * general/is_square.m: |
9270 | |
9271 * general/isempty.m, general/is_matrix.m: Delete. | |
9272 | |
9273 * general/is_symmetric: Delete special case for strings. Whether | |
9274 the conversion is valid should depend on implicit_str_to_num_ok. | |
9275 | |
9276 * general/is_square.m: If arg is not a matrix, don't check size, | |
9277 just return 0. | |
9278 * general/is_symmetric: Likewise. | |
9279 * general/is_vector.m: Likewise. | |
9280 * general/is_scalar.m: Likewise. | |
9281 | |
3196 | 9282 * general/length.m: Delete. |
9283 | |
3191 | 9284 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9285 | |
9286 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9287 statistics/distributions/Makefile, statistics/models/Makefile, | |
9288 and statistics/tests/Makefile to the list of files to create. | |
9289 | |
9290 * finance/Makefile.in, statistics/base/Makefile.in, | |
9291 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
9292 statistics/tests/Makefile.in: New files. | |
9293 * statistics/Makefile.in: Delete file lists. Now only handle | |
9294 subdirectories. | |
9295 * Makefile.in (SUBDIRS): Add finance. | |
9296 | |
9297 * Move the following files from statistics to statistics/base: | |
9298 | |
9299 corrcoef.m | |
9300 kurtosis.m | |
9301 mahalanobis.m | |
9302 median.m | |
9303 ols.m | |
9304 skewness.m | |
9305 std.m | |
9306 | |
9307 New files, from Kurt Hornik's octave-ci package: | |
9308 | |
9309 * finance (new directory): | |
9310 | |
9311 fv.m | |
9312 fvl.m | |
9313 irr.m | |
9314 nper.m | |
9315 npv.m | |
9316 pmt.m | |
9317 pv.m | |
9318 pvl.m | |
9319 rate.m | |
9320 vol.m | |
9321 | |
9322 * linear-algebra/dmult.m | |
9323 | |
9324 * signal: | |
9325 | |
9326 arch_fit.m | |
9327 arch_rnd.m | |
9328 arch_test.m | |
9329 arma_rnd.m | |
9330 autocor.m | |
9331 autocov.m | |
9332 autoreg_matrix.m | |
9333 bartlett.m | |
9334 blackman.m | |
9335 diffpara.m | |
9336 durbinlevinson.m | |
9337 fractdiff.m | |
9338 hamming.m | |
9339 hanning.m | |
9340 hurst.m | |
9341 periodogram.m | |
9342 rectangle_lw.m | |
9343 rectangle_sw.m | |
9344 sinetone.m | |
9345 sinewave.m | |
9346 spectral_adf.m | |
9347 spectral_xdf.m | |
9348 spencer.m | |
9349 stft.m | |
9350 synthesis.m | |
9351 triangle_lw.m | |
9352 triangle_sw.m | |
9353 yulewalker.m | |
9354 | |
9355 * statistics/base (new directory): | |
9356 | |
9357 center.m | |
9358 cloglog.m | |
9359 cor.m | |
9360 cov.m | |
9361 cut.m | |
9362 iqr.m | |
9363 kendall.m | |
9364 logit.m | |
9365 mean.m | |
9366 meansq.m | |
9367 moment.m | |
9368 ppplot.m | |
9369 probit.m | |
9370 qqplot.m | |
9371 range.m | |
9372 ranks.m | |
9373 run_count.m | |
9374 spearman.m | |
9375 statistics.m | |
9376 studentize.m | |
9377 table.m | |
9378 values.m | |
9379 var.m | |
9380 | |
9381 (Replaces cov.m and mean.m with new versions.) | |
9382 | |
9383 * statistics/distributions (new directory): | |
9384 | |
9385 beta_cdf.m | |
9386 beta_inv.m | |
9387 beta_pdf.m | |
9388 beta_rnd.m | |
9389 binomial_cdf.m | |
9390 binomial_inv.m | |
9391 binomial_pdf.m | |
9392 binomial_rnd.m | |
9393 cauchy_cdf.m | |
9394 cauchy_inv.m | |
9395 cauchy_pdf.m | |
9396 cauchy_rnd.m | |
9397 chisquare_cdf.m | |
9398 chisquare_inv.m | |
9399 chisquare_pdf.m | |
9400 chisquare_rnd.m | |
9401 discrete_cdf.m | |
9402 discrete_inv.m | |
9403 discrete_pdf.m | |
9404 discrete_rnd.m | |
9405 empirical_cdf.m | |
9406 empirical_inv.m | |
9407 empirical_pdf.m | |
9408 empirical_rnd.m | |
9409 exponential_cdf.m | |
9410 exponential_inv.m | |
9411 exponential_pdf.m | |
9412 exponential_rnd.m | |
9413 f_cdf.m | |
9414 f_inv.m | |
9415 f_pdf.m | |
9416 f_rnd.m | |
9417 gamma_cdf.m | |
9418 gamma_inv.m | |
9419 gamma_pdf.m | |
9420 gamma_rnd.m | |
9421 geometric_cdf.m | |
9422 geometric_inv.m | |
9423 geometric_pdf.m | |
9424 geometric_rnd.m | |
9425 hypergeometric_cdf.m | |
9426 hypergeometric_inv.m | |
9427 hypergeometric_pdf.m | |
9428 hypergeometric_rnd.m | |
9429 kolmogorov_smirnov_cdf.m | |
9430 laplace_cdf.m | |
9431 laplace_inv.m | |
9432 laplace_pdf.m | |
9433 laplace_rnd.m | |
9434 logistic_cdf.m | |
9435 logistic_inv.m | |
9436 logistic_pdf.m | |
9437 logistic_rnd.m | |
9438 lognormal_cdf.m | |
9439 lognormal_inv.m | |
9440 lognormal_pdf.m | |
9441 lognormal_rnd.m | |
9442 normal_cdf.m | |
9443 normal_inv.m | |
9444 normal_pdf.m | |
9445 normal_rnd.m | |
9446 pascal_cdf.m | |
9447 pascal_inv.m | |
9448 pascal_pdf.m | |
9449 pascal_rnd.m | |
9450 poisson_cdf.m | |
9451 poisson_inv.m | |
9452 poisson_pdf.m | |
9453 poisson_rnd.m | |
9454 stdnormal_cdf.m | |
9455 stdnormal_inv.m | |
9456 stdnormal_pdf.m | |
9457 stdnormal_rnd.m | |
9458 t_cdf.m | |
9459 t_inv.m | |
9460 t_pdf.m | |
9461 t_rnd.m | |
9462 uniform_cdf.m | |
9463 uniform_inv.m | |
9464 uniform_pdf.m | |
9465 uniform_rnd.m | |
9466 weibull_cdf.m | |
9467 weibull_inv.m | |
9468 weibull_pdf.m | |
9469 weibull_rnd.m | |
9470 wiener_rnd.m | |
9471 | |
9472 * statistics/models (new directory): | |
9473 | |
9474 logistic_regression.m | |
9475 logistic_regression_derivatives.m | |
9476 logistic_regression_likelihood.m | |
9477 | |
9478 * statistics/tests (new directory): | |
9479 | |
9480 anova.m | |
9481 bartlett_test.m | |
9482 chisquare_test_homogeneity.m | |
9483 chisquare_test_independence.m | |
9484 cor_test.m | |
9485 f_test_regression.m | |
9486 hotelling_test.m | |
9487 hotelling_test_2.m | |
9488 kolmogorov_smirnov_test.m | |
9489 kolmogorov_smirnov_test_2.m | |
9490 kruskal_wallis_test.m | |
9491 manova.m | |
9492 mcnemar_test.m | |
9493 prop_test_2.m | |
9494 run_test.m | |
9495 sign_test.m | |
9496 t_test.m | |
9497 t_test_2.m | |
9498 t_test_regression.m | |
9499 u_test.m | |
9500 var_test.m | |
9501 welch_test.m | |
9502 wilcoxon_test.m | |
9503 z_test.m | |
9504 z_test_2.m | |
9505 | |
9506 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9507 | |
9508 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
9509 compatibility and to avoid Y2K problems. | |
9510 | |
3190 | 9511 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9512 | |
9513 * polynomial/polyfit.m: Just use the \ operator to handle the | |
9514 least-squares solution. | |
9515 | |
3180 | 9516 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9517 | |
9518 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
9519 | |
9520 * strings/strrep.m: Don't convert args to numeric values. | |
9521 Prevent warnings for empty string args. | |
9522 From Georg Thimm <thimm@idiap.ch>. | |
9523 | |
9524 * strings/strcat.m: Prevent warnings for empty string args. | |
9525 | |
9526 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9527 | |
9528 * miscellaneous/menu.m: Remove special case for empty string | |
9529 returned from input(). Add second arg to eval() to catch errors. | |
9530 | |
3178 | 9531 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9532 | |
9533 * plot/__plt__.m: Don't call usleep. | |
9534 | |
3175 | 9535 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9536 | |
9537 * linear-algebra/dot.m: New function. | |
9538 | |
9539 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
9540 compatibility. | |
9541 | |
9542 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9543 | |
9544 * plot/hist.m: Also allow just one output argument. | |
9545 | |
9546 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9547 | |
9548 * strings/deblank.m: Make it work if the string is only blanks. | |
9549 | |
9550 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9551 | |
9552 * plot/__plt2mv__.m: Delete calls to keyboard. | |
9553 | |
9554 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9555 | |
9556 * plot/oneplot.m: Fix typo. | |
9557 | |
3174 | 9558 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9559 | |
9560 * miscellaneous/flops.m: Allow a single argument too. | |
9561 | |
9562 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9563 | |
9564 * strings/str2mat.m: Also handle case when there are no empty | |
9565 strings correctly. | |
9566 | |
9567 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9568 | |
9569 * strings/isletter.m: New function, for Matlab compatibility. | |
9570 | |
3168 | 9571 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9572 | |
9573 * strings/str2mat.m: Handle string matrices too. | |
9574 | |
3167 | 9575 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9576 | |
9577 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9578 linear encoding. | |
9579 | |
9580 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9581 audio/record.m: Open files in binary mode. | |
9582 | |
3164 | 9583 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9584 | |
9585 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9586 Move functionality of dump_1_pref here, but use built-in function | |
9587 type to extract value, and put it inside try/catch block. | |
9588 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9589 | |
3162 | 9590 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9591 | |
9592 * plot/__pltopt1.m__: New file. | |
9593 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9594 __pltopt1__ multiple times and returning a string array with rows | |
9595 corresponding to the rows of opt. | |
9596 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9597 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9598 array. | |
9599 | |
9600 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9601 | |
9602 * plot/mplot.m: Fix misspellings of global variables. | |
9603 Don't call clearplot. | |
9604 | |
9605 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9606 | |
9607 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9608 "cle;rep" when going in ot multiplot mode. | |
9609 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9610 switching out of multiplot mode. | |
9611 | |
3156 | 9612 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9613 |
3156 | 9614 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9615 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9616 |
3141 | 9617 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9618 | |
9619 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9620 | |
9621 * miscellaneous/bug_report.m: Don't try to get smart with | |
9622 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9623 | |
9624 * Makefile.in (install): Create separate ls-R files for | |
9625 $(datadir) and $(libexecdir). | |
9626 (uninstall): Remove both ls-R files. | |
9627 | |
3136 | 9628 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9629 | |
9630 * signal/fftshift.m: New file. | |
9631 | |
9632 * plot/contour.m: Fix for non-square case. | |
9633 | |
9634 * general/randperm.m: New file. | |
9635 | |
9636 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9637 | |
9638 * specfun/betai.m: Restore file for compatibility with previous | |
9639 versions. Call betainc with reordered args. | |
9640 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9641 | |
3131 | 9642 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9643 | |
9644 * plot/contour.m: Handle discrete contour levels. | |
9645 | |
9646 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9647 | |
9648 * control/lyap.m: For compatibility with Matlab, solve | |
9649 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9650 | |
3124 | 9651 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9652 | |
9653 * specfun/bessel.m: New file. | |
9654 | |
9655 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9656 specfun/gammainc.m: Delete. | |
9657 | |
3106 | 9658 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9659 | |
9660 * image/colormap.m: Initialize __current_color_map__ in global | |
9661 statement. | |
9662 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9663 statement. | |
9664 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9665 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9666 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9667 | |
3103 | 9668 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9669 | |
9670 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9671 * time/toc.m: Likewise. | |
9672 | |
9673 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9674 | |
9675 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9676 anything special for automatic_replot when in multiplot mode -- | |
9677 recent 3.6beta releases handle this correctly. | |
9678 | |
9679 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9680 setting the terminal type. | |
9681 | |
9682 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9683 plot/subwindow.m: Use leading and trailing underscores for | |
9684 `private' globals. | |
9685 | |
9686 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9687 | |
3101 | 9688 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9689 | |
9690 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9691 | |
3091 | 9692 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9693 | |
3092 | 9694 * specfun/gammai.m: Avoid problems with whitespace when |
9695 constructing matrices. | |
9696 | |
3091 | 9697 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9698 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9699 original y vector. | |
9700 | |
3085 | 9701 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9702 | |
9703 * linear-algebra/cross.m: Use direct formula instead of calling | |
9704 det three times in a loop. If both args are column (row) vectors, | |
9705 return a column (row) vector. If they don't match, pay attention | |
9706 to the value of prefer_column_vectors. | |
9707 | |
5095 | 9708 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9709 |
9710 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9711 nonsymmetric matrices. | |
9712 | |
9713 * general/tril.m: Fix usage message. | |
9714 | |
9715 * polynomial/polyvalm.m: Fix error messages. | |
9716 * polynomial/polyderiv.m: Likewise. | |
9717 * polynomial/polyval.m: Likewise. | |
9718 | |
3081 | 9719 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9720 | |
9721 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9722 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9723 | |
3063 | 9724 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9725 | |
9726 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9727 | |
5095 | 9728 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9729 |
9730 * plot/__pltopt__.m: Handle key/legend names. | |
9731 Correctly set colors, line styles, and point styles. | |
9732 | |
3061 | 9733 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9734 | |
9735 * polynomial/polyfit.m: Return fit y values as second output. | |
9736 Don't use QR factorization to solve least squares problem. | |
9737 | |
9738 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9739 | |
9740 * control/dlqr.m: Use ao, not a, to compute k. | |
9741 | |
3024 | 9742 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9743 | |
9744 * miscellaneous/path.m: New file. | |
9745 | |
2993 | 9746 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9747 | |
9748 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9749 name. | |
9750 | |
2968 | 9751 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9752 | |
9753 * specfun/erfinv.m: Add missing semicolon. | |
9754 | |
2870 | 9755 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9756 | |
9757 * miscellaneous/xor.m: Make type of return value logical. | |
9758 | |
2853 | 9759 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9760 | |
9761 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9762 warn_comma_in_global_decl. | |
9763 | |
2831 | 9764 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9765 | |
9766 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9767 octave-bug script. | |
9768 | |
2823 | 9769 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9770 | |
2824 | 9771 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9772 prefer_zero_one_indexing. | |
9773 | |
2823 | 9774 * general/logical.m: New file. |
9775 | |
2816 | 9776 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9777 | |
9778 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9779 and is_vector(). | |
9780 | |
5095 | 9781 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9782 |
9783 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9784 Use tolerance of 2 * eps. | |
9785 | |
2811 | 9786 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9787 | |
9788 * Makefile.in (install-strip): New target. | |
9789 * audio/Makefile.in: Ditto. | |
9790 * control/Makefile.in: Ditto. | |
9791 * elfun/Makefile.in: Ditto. | |
9792 * general/Makefile.in: Ditto. | |
9793 * image/Makefile.in: Ditto. | |
9794 * io/Makefile.in: Ditto. | |
9795 * linear-algebra/Makefile.in: Ditto. | |
9796 * miscellaneous/Makefile.in: Ditto. | |
9797 * plot/Makefile.in: Ditto. | |
9798 * polynomial/Makefile.in: Ditto. | |
9799 * set/Makefile.in: Ditto. | |
9800 * signal/Makefile.in: Ditto. | |
9801 * specfun/Makefile.in: Ditto. | |
9802 * special-matrix/Makefile.in: Ditto. | |
9803 * startup/Makefile.in: Ditto. | |
9804 * statistics/Makefile.in: Ditto. | |
9805 * strings/Makefile.in: Ditto. | |
9806 | |
2809 | 9807 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9808 | |
9809 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9810 | |
2798 | 9811 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9812 | |
9813 * statistics/corrcoef.m: Make it actually work. | |
9814 | |
2795 | 9815 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9816 | |
2798 | 9817 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9818 |
2779 | 9819 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9820 |
9821 * Version 2.0.5 released. | |
9822 | |
2745 | 9823 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9824 | |
2749 | 9825 * Makefile.in (maintainer-clean): Also remove configure. |
9826 | |
2746 | 9827 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
9828 | |
2745 | 9829 * general/is_matrix.m: Return zero for empty matrices. |
9830 | |
9831 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9832 | |
9833 * linear-algebra/vech.m: Size result just once. | |
9834 | |
2726 | 9835 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9836 | |
9837 * general/is_square.m: Handle empty matrices correctly. | |
9838 * general/is_symmetric.m: Handle empty matrices and strings. | |
9839 | |
2716 | 9840 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9841 | |
9842 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
9843 * polynomial/deconv.m: Likewise. | |
9844 * polynomial/polyderiv.m: Likewise. | |
9845 * polynomial/polyinteg.m: Likewise. | |
9846 * polynomial/polyreduce.m: Likewise. | |
9847 * polynomial/polyval.m: Likewise. | |
9848 * polynomial/polyvalm.m: Likewise. | |
9849 * general/postpad.m: Likewise. | |
9850 * general/prepad.m: Likewise. | |
9851 | |
9852 * polynomial/compan.m: Check input with is_vector(), not | |
9853 is_matrix(). Handle scalar case. | |
9854 | |
2711 | 9855 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9856 | |
2715 | 9857 * plot/contour.m: Order data so that it is consistent with |
9858 meshgrid and mesh. | |
9859 | |
2711 | 9860 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
9861 * plot/sombrero.m: Use meshgrid, not meshdom. | |
9862 | |
2709 | 9863 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 9864 |
9865 * Version 2.0.4 released. | |
9866 | |
2706 | 9867 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9868 | |
2702 | 9869 * miscellaneous/paren.m: New file. |
9870 | |
2693 | 9871 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 9872 |
9873 * Version 2.0.3 released. | |
9874 | |
2676 | 9875 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9876 | |
9877 * image/saveimage.m: Only clip image data that is actually out of | |
9878 range. | |
9879 | |
2667 | 9880 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9881 | |
9882 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
9883 also be considered to be matrices. | |
9884 | |
9885 * general/is_vector.m: Scalars may also be considered to be vectors. | |
9886 | |
9887 * general/isempty.m: Use size(), not rows() and columns(). | |
9888 | |
9889 * plot/contour.m: Convert set to gset. | |
9890 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
9891 | |
2663 | 9892 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9893 | |
9894 * specfun/erfinv.m: Fix typo in last change. | |
9895 | |
2650 | 9896 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9897 | |
9898 * image/loadimage.m: Make it possible to load files with image | |
9899 data named X or img. | |
9900 | |
9901 * image/default.img: Change name of image from X to img to match | |
9902 what saveimage does now. | |
9903 | |
9904 * image/loadimage.m: Rename X to be img, to match what saveimage | |
9905 does now. | |
9906 | |
2632 | 9907 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9908 | |
2634 | 9909 * Version 2.0.2 released. |
9910 | |
2632 | 9911 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
9912 weird missing-lines bug without creating extra plots unecessarily. | |
9913 | |
2624 | 9914 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9915 | |
9916 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
9917 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9918 io/Makefile.in, linear-algebra/Makefile.in, | |
9919 miscellaneous/Makefile.in, plot/Makefile.in, | |
9920 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9921 specfun/Makefile.in, special-matrix/Makefile.in, | |
9922 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
9923 time/Makefile.in (bin-dist): New target. | |
9924 | |
2621 | 9925 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9926 | |
9927 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
9928 | |
9929 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9930 | |
9931 * miscellaneous/xor.m: Make it work. | |
9932 | |
2613 | 9933 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9934 | |
9935 * plot/sombrero.m: Doc fix. | |
9936 | |
2602 | 9937 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9938 | |
9939 * Version 2.0.1 released. | |
9940 | |
2601 | 9941 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9942 | |
9943 * elfun/lcm.m: Replace missing if statement. | |
9944 | |
9945 * elfun/gcd.m: Report error if no input args. | |
9946 * elfun/lcm.m: Likewise. | |
9947 | |
2597 | 9948 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9949 | |
9950 * Makefile.in (install): Use ls -LR to create ls-R database. | |
9951 Also list contents of $libexecdir/octave in ls-R database. | |
9952 | |
2583 | 9953 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9954 | |
9955 * Version 2.0 released. | |
9956 | |
2575 | 9957 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9958 | |
9959 * Version 1.94. | |
9960 | |
2558 | 9961 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9962 | |
9963 * strings/str2num.m: New file. | |
9964 | |
2554 | 9965 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9966 | |
9967 * Version 1.93. | |
9968 | |
2540 | 9969 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9970 | |
9971 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
9972 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
9973 linear-algebra/vech.m: New files from Kurt Hornik. | |
9974 | |
9975 * general/nextpow2.m, general/shift.m, general/diff.m, | |
9976 general/common_size.m: New files from Kurt Hornik. | |
9977 | |
9978 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
9979 New files from Kurt Hornik. | |
9980 | |
9981 * signal/detrend.m: New file from Kurt Hornik. | |
9982 | |
9983 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
9984 specfun/pow2.m, specfun/log2.m: | |
9985 New files and updates from Kurt Hornik. | |
9986 | |
2523 | 9987 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9988 | |
9989 * plot/__plt__.m: Add explicit replot after last command is | |
9990 issued, to force all lines to be displayed. Hmm. | |
9991 | |
2512 | 9992 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9993 | |
2520 | 9994 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9995 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9996 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9997 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9998 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9999 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10000 Uset gset, not set. | |
10001 | |
2512 | 10002 * Version 1.92. |
10003 | |
2482 | 10004 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10005 | |
2486 | 10006 * image/saveimage.m: When writing PostScript, name Octave as the |
10007 almighty Creator. Use single call to fprintf instead of looping. | |
10008 | |
10009 * image/Makefile.in: Delete references to octtopnm. | |
10010 | |
10011 * general/logspace.m: Doc fix. | |
10012 | |
2482 | 10013 * Version 1.91. |
10014 | |
2458 | 10015 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10016 | |
10017 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10018 | |
10019 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10020 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10021 deleted. | |
10022 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10023 of a system() command to delete the tmp file. | |
10024 | |
2452 | 10025 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10026 | |
10027 * Version 1.90. | |
10028 | |
10029 * Makefile.in (DISTFILES): Add ChangeLog. | |
10030 | |
2360 | 10031 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10032 | |
10033 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10034 Don't check for string value of automatic_replot. | |
10035 | |
10036 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10037 Temporarily set do_fortran_indexing to 1, not "true". | |
10038 | |
10039 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10040 not "false". | |
10041 | |
10042 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10043 "false". | |
10044 | |
2355 | 10045 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10046 | |
10047 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10048 | |
2330 | 10049 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10050 | |
10051 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10052 system command. | |
10053 | |
10054 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10055 | |
10056 * __plr1__.m: Renamed from polar_int_1.m. | |
10057 * __plr2__.m: Renamed from polar_int_2.m. | |
10058 * __plr__.m: Renamed from polar_int.m. | |
10059 * __plt1__.m: Renamed from plot_int_1.m. | |
10060 * __plt2__.m: Renamed from plot_int_2.m. | |
10061 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10062 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10063 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10064 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10065 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10066 * __plt__.m: Renamed from plot_int.m. | |
10067 * __pltopt__.m: Renamed from plot_opt.m. | |
10068 Change all callers. | |
10069 | |
10070 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10071 | |
10072 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10073 comments like those found in Emacs lisp files. | |
10074 | |
10075 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10076 | |
10077 * All .m files: Change comment style. | |
10078 | |
10079 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10080 | |
10081 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10082 subplot.m, subwindow.m, top_title.m: | |
10083 Print error message if gnuplot_has_multiplot is not true. | |
10084 | |
10085 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10086 | |
10087 * plot/figure.m: New function. | |
10088 | |
10089 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10090 | |
10091 * strings/strrep.m: New function. | |
10092 | |
10093 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10094 | |
10095 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10096 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10097 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10098 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10099 New functions from Kurt Hornik, heavily modified by jwe. | |
10100 | |
10101 * general/reshape.m: Allow strings to be reshaped too. | |
10102 | |
10103 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10104 Always return a scalar. | |
10105 | |
10106 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10107 | |
10108 * polynomial/polyfit.m: Make orientation of result compatible with | |
10109 Matlab. | |
10110 | |
10111 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10112 | |
10113 * polynomial/polyfit.m: Add missing close paren. | |
10114 | |
10115 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10116 | |
10117 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10118 | |
10119 * io/scanf.m: Delete. | |
10120 | |
10121 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10122 | |
10123 * statistics/median.m: Fix typo in usage message. | |
10124 | |
10125 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10126 | |
10127 * miscellaneous/popen2.m: New file. | |
10128 | |
10129 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10130 | |
10131 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10132 | |
10133 * io: New directory. | |
10134 * Makefile.in (SUBDIRS): Add it to the list. | |
10135 | |
10136 * miscellaneous/flops.m: New file. | |
10137 | |
10138 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10139 | |
10140 * miscellaneous/cputime.m: Return three arguments instead of a | |
10141 vector, for compatibility with previous versions and with Matlab | |
10142 (which only returns one scalar value). | |
10143 | |
10144 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10145 | |
10146 * general/triu.m: Compute lower bound on loop index correctly. | |
10147 * general/tril.m: Likewise, for upper bound. | |
10148 | |
10149 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10150 | |
10151 * image/saveimage.m: For color images, make sure indices into | |
10152 temporary colormap and result matrix have proper orientation. | |
10153 Set grey flag correctly. | |
10154 | |
10155 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10156 | |
10157 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10158 jrv@vanzandt.mv.com). | |
10159 | |
10160 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10161 | |
10162 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10163 * mesh.m: Transpose Z if only one arg. | |
10164 Handle case of all three args being matrices (from Jim Van Zandt | |
10165 jrv@vanzandt.mv.com). | |
10166 * meshdom.m: Undo previous change. | |
10167 | |
10168 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10169 | |
10170 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10171 | |
10172 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10173 | |
10174 * audio: New directory of files from Kurt Hornik and Andreas | |
10175 Weingessel. | |
10176 * audio/Makefile.in: New file. | |
10177 * Makefile.in (SUBDIRS): Add audio to the list. | |
10178 | |
10179 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10180 | |
10181 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10182 | |
10183 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10184 | |
10185 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10186 columns (z), not the other way around. | |
10187 * plot/meshdom.m: Don't reverse order of elements in y. | |
10188 | |
10189 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10190 | |
10191 * plot/axis.m: Return current axis if nargin == 0. | |
10192 | |
10193 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10194 | |
10195 * polynomial/roots.m: Updates from Kurt Hornik. | |
10196 | |
10197 * polynomial/polyder.m: New file. | |
10198 | |
10199 * polynomial/polyderiv.m: Give return value and arg different names. | |
10200 | |
10201 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10202 | |
10203 * specfun/betainc.m: New file. | |
10204 * specfun/gammainc.m: New file. | |
10205 | |
10206 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10207 | |
10208 * general/strerror.m: New file. | |
10209 * general/perror.m: Implement using strerror(). | |
10210 | |
10211 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10212 | |
10213 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10214 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10215 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10216 | |
10217 * image/saveimage.m: Round img values first. | |
10218 | |
10219 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10220 | |
10221 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10222 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10223 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10224 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10225 special-matrix/hankel.m special-matrix/toeplitz.m | |
10226 tuwien/strfun/split.m: Add missing semicolons. | |
10227 | |
10228 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10229 | |
10230 * image/Makefile.in: Don't build or install octtoppm. | |
10231 | |
10232 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10233 routines so that people who don't have the pbm stuff installed |
2330 | 10234 can still use this function. |
10235 | |
10236 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10237 | |
10238 * image/saveimage.m: Better error checking, clean up a bit. | |
10239 | |
10240 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10241 | |
10242 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10243 avoid conflict with new built-in text-style function more. | |
10244 | |
10245 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10246 | |
10247 * startup/Makefile.in (install): Also install octaverc in | |
10248 $localfcnfiledir/startup/octavrc. | |
10249 | |
10250 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10251 | |
10252 * mkinstalldirs: New file. | |
10253 * Makefile.in (DISTFILES): Add it to the list. | |
10254 | |
10255 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10256 | |
10257 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10258 | |
10259 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10260 r(1) != c(nr), not if r(1) != c(1). | |
10261 | |
10262 * signal/filter.m: Doc fix. | |
10263 | |
10264 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10265 | |
10266 * miscellaneous/cputime.m: Use new resource structure names (no | |
10267 ru_ or tv_ prefixes). | |
10268 | |
10269 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10270 | |
10271 * time/ctime.m: Fix doc string and usage message. | |
10272 | |
10273 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10274 | |
10275 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10276 | |
10277 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10278 | |
10279 * control/c2d.m: Make function work for any value of | |
10280 whitespace_in_literal_matrix. | |
10281 * control/dare.m: Likewise. | |
10282 * control/tzero.m: Likewise. | |
10283 * elfun/gcd.m: Likewise. | |
10284 * elfun/lcm.m: Likewise. | |
10285 * general/postpad.m: Likewise. | |
10286 * general/prepad.m: Likewise. | |
10287 * linear-algebra/kron.m: Likewise. | |
10288 * miscellaneous/etime.m: Likewise. | |
10289 * polynomial/conv.m: Likewise. | |
10290 * polynomial/deconv.m: Likewise. | |
10291 * polynomial/poly.m: Likewise. | |
10292 * polynomial/roots.m: Likewise. | |
10293 * signal/filter.m: Likewise. | |
10294 * signal/freqz.m: Likewise. | |
10295 * signal/fftfilt.m: Likewise. | |
10296 | |
10297 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10298 | |
10299 * miscellaneous/is_leap_year.m: Make work for vector args. | |
10300 | |
10301 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10302 | |
10303 * plot/polar_int_2.m: Add missing semicolons. | |
10304 Set theta = theta', not rho'. | |
10305 | |
10306 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10307 | |
10308 * polynomial/roots.m: Make it work for any value of | |
10309 whitespace_in_literal_matrix. | |
10310 | |
10311 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10312 | |
10313 * configure.in: New file. | |
10314 | |
10315 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10316 | |
10317 * control/lyap.m: Add missing semicolon. | |
10318 | |
10319 * miscellaneous/cputime.m: New function file. | |
10320 | |
10321 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10322 | |
10323 * time: New directory. | |
10324 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
10325 New function files. | |
10326 * time/Makefile.in: New file. | |
10327 * Makefile.in (SUBDIRS): Add time. | |
10328 | |
10329 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10330 | |
10331 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
10332 | |
10333 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10334 | |
10335 * plot/plot_int_1.m: Transpose data with .', not '. | |
10336 | |
10337 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10338 | |
10339 * Makefile.in (install uninstall clean mostlyclean distclean | |
10340 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
10341 | |
10342 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10343 | |
10344 * Makefile.in (install): Create ls-R database file. | |
10345 (uninstall): Delete it. | |
10346 | |
10347 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
10348 | |
5378 | 10349 * image/saveimage.m: Fix typo. |
2330 | 10350 |
10351 See ChangeLog.1 in the top level directory for earlier changes. |