Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8804:995f8b064b32
subplot.m: Compatible placement of subplots.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Wed, 18 Feb 2009 11:53:56 -0500 |
parents | 9662dfb26652 |
children | 7d48766c21a5 |
rev | line source |
---|---|
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
2 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
3 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
4 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
5 2009-02-18 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
6 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
7 * audio/wavread.m: Improve search for data chunks. |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
8 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
9 2009-02-18 Ivan Sutoris <ivan.sutoris@gmail.com> |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
10 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
11 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
12 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
13 2009-02-18 John W. Eaton <jwe@octave.org> |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
14 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
15 * plot/__gnuplot_version__.m: Don't use regexp to extract version |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
16 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
17 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
18 2009-02-18 John W. Eaton <jwe@octave.org> |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
19 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
20 * plot/gnuplot_drawnow.m (gnuplot_set_term): |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
21 Adjust nargin checks for new signature. |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
22 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
23 2009-02-17 Ben Abbott <bpabbott@mac.com> |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
24 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
25 * plot/contourc.m: Convert demo to test. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
26 * plot/surfnorm.m: Add another demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
27 * plot/surfnorm.m, plot/pareto.m: Add "colormap(jet)" to 1st demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
28 * plot/plotyy.m, plot/patch.m, plot/pareto.m, plot/legend.m, |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
29 plot/fill.m, plot/comet.m, plot/colorbar.m, plot/clabel.m: |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
30 Replace "close all" with "clf" in demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
31 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
32 2009-02-17 Ben Abbott <bpabbott@mac.com> |
8789
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
33 |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
34 * plot/gnuplot_drawnow.m: Only close the gnuplot window and send |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
35 position/size info when the figure's position property has changed. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
36 (gnuplot_set_term): New arg, NEW_STREAM. Change all uses. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
37 (open_gnuplot_stream): Delete unused output ENHANCED. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
38 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
39 2009-02-17 John W. Eaton <jwe@octave.org> |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
40 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
41 * plot/plotyy.m: Handle case of existing figure with no axes. |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
42 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
43 2009-02-16 John W. Eaton <jwe@octave.org> |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
44 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
45 * help/__makeinfo__.m: Rename from help/makeinfo.m. Delete tmp file. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
46 * help/Makefile.in (SOURCES): Add __makeinfo__.m, delete makeinfo.m. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
47 * help/get_first_help_sentence.m, help/help.m, help/lookfor.m, |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
48 help/print_usage.m: Call __makeinfo__ instead of makeinfo. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
49 * help/__strip_html_tags__.m, help/__additional_help_message__.m: |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
50 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
51 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
52 2009-02-16 Ben Abbott <bpabbott@mac.com> |
8765
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
53 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
54 * plot/shading.m: No new figure windows for the demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
55 * plot/surfl.m: Clear figure before running demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
56 |
8757 | 57 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
58 | |
59 * linear-algebra/expm.m: Fix invalid unscaling. | |
8761
1db8033efa17
fix which message for built-in functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8757
diff
changeset
|
60 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
61 * optimization/fsolve.m: Update comments. |
8757 | 62 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
63 2009-02-16 John W. Eaton <jwe@octave.org> |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
64 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
65 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
66 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
67 2009-02-15 John W. Eaton <jwe@octave.org> |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
68 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
69 * help/doc.m, help/help.m, help/lookfor.m, help/type.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
70 help/which.m, image/colormap.m, miscellaneous/delete.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
71 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
72 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
73 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
74 miscellaneous/run.m, miscellaneous/what.m, path/savepath.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
75 pkg/pkg.m, plot/axis.m, plot/box.m, plot/caxis.m, plot/cla.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
76 plot/close.m, plot/colorbar.m, plot/grid.m, plot/hidden.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
77 plot/hold.m, plot/legend.m, plot/orient.m, plot/print.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
78 plot/shading.m, plot/title.m, plot/xlabel.m, plot/ylabel.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
79 plot/zlabel.m, testfun/demo.m, testfun/example.m, testfun/fail.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
80 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
81 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
82 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
83 * scripts/edit.m: Avoid command-style function call syntax when |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
84 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
85 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
86 * deprecated/mark_as_rawcommand.m, deprecated/unmark_rawcommand.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
87 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
88 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
89 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
90 * deprecated/Makefile.in (SOURCES): Add them to the list. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
91 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
92 2009-02-15 Ben Abbott <bpabbott@mac.com> |
8744
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
93 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
94 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
95 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
96 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
97 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
98 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
99 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
100 2009-02-12 John W. Eaton <jwe@octave.org> |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
101 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
102 * general/sortrows.m: Call __sort_rows_idx__, not __sortrows_idx__. |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
103 |
8729
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
104 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
105 |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
106 * help/gen_doc_cache.m: Change API so we only handle one directory per |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
107 call to this function. |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
108 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
109 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
110 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
111 * help/lookfor.m: Adapt to new cache scheme. |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
112 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
113 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
114 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
115 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
116 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
117 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
118 2009-02-11 John W. Eaton <jwe@octave.org> |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
119 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
120 * miscellaneous/news.m: Look in octetcdir for NEWS file. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
121 |
8714 | 122 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
123 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
124 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
125 Also simplified code and added support for natural extrapolation via |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
126 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
127 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
128 2009-02-09 John W. Eaton <jwe@octave.org> |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
129 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
130 * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list. |
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
131 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
132 * testfun/rundemos.m: Error if fopen fails. |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
133 |
8698 | 134 2009-02-08 John W. Eaton <jwe@octave.org> |
135 | |
136 * Makefile.in (install install-strip): Don't install ls-R file. | |
137 (uninstall): Don't uninstall ls-R file. | |
138 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
139 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
140 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
141 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
142 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
143 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
144 2009-02-05 John W. Eaton <jwe@octave.org> |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
145 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
146 * miscellaneous/news.m: Use puts instead of printf. |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
147 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
148 2009-02-05 Thomas D. Dean <tomdean@speakeasy.org> |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
149 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
150 * polynomial/polyout.m: Replace com2str with num2str, and minor |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
151 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
152 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
153 2009-02-04 John W. Eaton <jwe@octave.org> |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
154 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
155 * help/which.m: Still print something sensible if type is empty. |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
156 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
157 2009-02-04 Soren Hauberg <hauberg@gmail.com> |
8670
6f5b2835325c
Get the bzip2 change right.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8668
diff
changeset
|
158 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
159 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
160 * miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list. |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
161 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
162 2009-02-04 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
163 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
164 * signal/freqz.m: Ensure causal phase response. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
165 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
166 |
8666 | 167 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
168 | |
169 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
170 instead of "interpolate 4, 4". | |
171 | |
8664 | 172 2009-02-04 John W. Eaton <jwe@octave.org> |
173 | |
174 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
175 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
176 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
177 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
178 geometry/voronoi.m, geometry/voronoin.m, | |
179 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
180 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
181 linear-algebra/dmult.m, linear-algebra/dot.m, | |
182 linear-algebra/expm.m, linear-algebra/housh.m, | |
183 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
184 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
185 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
186 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
187 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
188 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
189 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
190 statistics/tests/cor_test.m, | |
191 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
192 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
193 time/addtodate.m: Style fixes. | |
194 | |
8661 | 195 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
196 | |
197 * optimization/fsolve.m: remove redundant line. | |
198 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
199 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
200 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
201 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
202 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
203 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
204 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
205 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
206 |
8652 | 207 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
208 | |
209 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
210 mlock to avoid unloading. | |
211 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
212 2009-01-30 John W. Eaton <jwe@octave.org> |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
213 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
214 * optimization/PKG_ADD: Delete. |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
215 * optimization/fsolve.m, optimization/fzero.m, |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
216 optimization/lsqnonneg.m: Use PKG_ADD: comment to call __all_opts__. |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
217 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
218 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
219 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
220 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
221 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
222 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
223 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
224 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
225 |
8645 | 226 2009-01-30 Kai Habel <kai.habel@gmx.de> |
227 | |
228 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
229 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
230 Require gnuplot 4.3 for transparent patches and surfaces. | |
231 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
232 2009-01-30 Benjamin Lindner <lindnerben@gmx.net> |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
233 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
234 * time/datestr.m: Convert YYYY to %Y instead of %C%y. |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
235 Convert [Dd][Dd] to %d instead of %e. |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
236 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
237 2009-01-30 Ben Abbott <bpabbott@mac.com> |
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
238 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
239 * plot/print.m: Use __gnuplot_has_feature__ instead of |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
240 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
241 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
242 * plot/gnuplot_drawnow.m: Respect x11 figure position property. |
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
243 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
244 2009-01-29 John W. Eaton <jwe@octave.org> |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
245 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
246 * miscellaneous/fileparts.m: Match all possible file separators. |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
247 |
8633 | 248 2009-01-29 Kai Habel <kai.habel@gmx.de> |
249 | |
250 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
251 | |
8632 | 252 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
253 | |
254 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
255 print sensible error message when function is found but not documented. | |
256 | |
257 * help/help.m: Allow displaying 'Contents.m' files. | |
258 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
259 2009-01-29 Kai Habel <kai.habel@gmx.de> |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
260 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
261 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
262 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
263 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
264 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
265 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
266 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 267 |
268 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
269 feature. | |
270 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
271 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
272 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
273 * optimization/fsolve.m: Don't use pivoting at all (for the time |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
274 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
275 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
276 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
277 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
278 * optimization/fsolve.m: Use more adaptive rescaling. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
279 Put back the default tolerances based on machine eps respecting |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
280 the used precision. Partially reflect this in the default optimset |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
281 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
282 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
283 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
284 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
285 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
286 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
287 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
288 2009-01-27 John W. Eaton <jwe@octave.org> |
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
289 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
290 * general/arrayfun.m, image/imwrite.m, plot/axis.m, plot/clf.m, |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
291 plot/ribbon.m, plot/gnuplot_drawnow.m, plot/cla.m, set/unique.m: |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
292 Use endif or endfor instead of "end". |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
293 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
294 * path/savepath.m: Call command_line_path instead of commandlinepath. |
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
295 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
296 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
297 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
298 * miscellaneous/orderfields.m: Really fix the indexing for struct |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
299 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
300 |
8602 | 301 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
302 | |
303 * polynomial/spline.m: Doc fix. | |
304 | |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
305 2009-01-27 S�ren Hauberg <hauberg@gmail.com> |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
306 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
307 * general/gradient.m: Handle computing the gradient of a function |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
308 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
309 |
8600 | 310 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
311 | |
312 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
313 square and overdetermined systems. | |
314 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
315 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
316 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
317 * optimization/fsolve.m: Provide default values on request. |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
318 Adjust some defaults. |
8628 | 319 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
320 * optimization/optimset.m: Query optimal values via the M*b way. |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
321 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
322 2009-01-26 Jason Riedy <jason@acm.org> |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
323 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
324 * miscellaneous/orderfields.m: Also avoid loop for non-empty structs. |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
325 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
326 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
327 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
328 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
329 |
8591 | 330 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
331 | |
332 * optimization/__fsolve_defopts__.m: Remove. | |
333 * optimization/Makefile.in: Reflect change. | |
334 | |
8590 | 335 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
336 | |
337 * optimization/__fdjac__.m: Fix setting up h. | |
338 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
339 large enough square and overdetermined systems, with pivoting in the | |
340 first step. Simplify options. Adjust defaults - make TR radius | |
341 tolerance less stringent. Support DisplayFcn. | |
342 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
343 2008-12-24 Ben Abbott <bpabbott@mac.com> |
8586
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
344 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
345 * path/savepath.m: Respect cmd-line and env paths. |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
346 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
347 2009-01-24 Ben Abbott <bpabbott@mac.com> |
8585
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
348 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
349 * sparse/svds.m: svds.m: skip tests if ARPACK is missing. |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
350 |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
351 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 352 |
353 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
354 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
355 2009-01-22 John W. Eaton <jwe@octave.org> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
356 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
357 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
358 * help/Makefile.in (SOURCES): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
359 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
360 * help/help.m: Also display location of the file before the help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
361 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
362 * help/__additional_help_message__.m: Return message instead of |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
363 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
364 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
365 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
366 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
367 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
368 * configure.in (AC_CONFIG_FILES): Add help/Makefile to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
369 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
370 * help/__additional_help_message__.m, help/__strip_html_tags__.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
371 help/gen_doc_cache.m, help/get_first_help_sentence.m, help/help.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
372 help/lookfor.m, help/makeinfo.m, help/print_usage.m, help/type.m: |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
373 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
374 * help/Makefile.in (SOURCES): Add them to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
375 * help/doc.m: Move here from miscellaneous/doc.m. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
376 * miscellaneous/Makefile.in (SOURCES): Remove doc.m from the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
377 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
378 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
379 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
380 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
381 * optimization/fsolve.m: Undo the last change. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
382 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
383 2009-01-18 Thorsten Meyer <thorsten.meyier@gmx.de> |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
384 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
385 * miscellaneous/doc.m: Add test for existence of info file. |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
386 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
387 2009-01-21 John W. Eaton <jwe@octave.org> |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
388 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
389 * plot/__axis_label__.m: Set properties in existing axis label |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
390 object instead of creating a new text object. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
391 * plot/ylabel.m: Don't set rotation property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
392 * plot/title.m: Don't set horizontalalignment property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
393 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
394 * plot/ylabel.m: Insert rotation property in varargin before |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
395 passing it on to __axis_label__. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
396 * plot/__axis_label__.m: Don't set rotation for ylabel here. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
397 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
398 * plot/title.m: Insert horizontalalignment property in varargin |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
399 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
400 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
401 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
402 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
403 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
404 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
405 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
406 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
407 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
408 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
409 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
410 2009-01-20 John W. Eaton <jwe@octave.org> |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
411 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
412 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
413 * general/prepad.m: Doc fix. |
8544 | 414 * image/pink.m: Spelling fix. |
415 * image/hsv.m: Doc fix. | |
416 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 417 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
418 * testfun/assert.m: Use isfield instead of struct_contains. |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
419 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
420 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
421 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
422 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
423 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
424 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
425 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
426 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
427 * plot/__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord. |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
428 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
429 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
430 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
431 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
432 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
433 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
434 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
435 * plot/legend.m: Fix legend order for both horizontal and |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
436 vertical string cell. |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
437 |
8528 | 438 2008-01-15 Ben Abbott <bpabbott@mac.com> |
439 | |
440 * plot/grid.m: Document handle argument. | |
441 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
442 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk> |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
443 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
444 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
445 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
446 |
8521 | 447 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
448 | |
449 * gethelp.cc: Include <cstdio>. | |
450 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
451 2009-01-14 Ben Abbott <bpabbott@mac.com> |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
452 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
453 * plot/__go_draw_axes__.m (ticklabel_to_cell): New function. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
454 Use it to handle non-cell ticklabels. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
455 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
456 2009-01-14 S�ren Hauberg <hauberg@gmail.com> |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
457 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
458 * general/diff.m, general/logspace.m, general/nextpow2.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
459 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
460 linear-algebra/duplication_matrix.m, linear-algebra/expm.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
461 miscellaneous/bincoeff.m, miscellaneous/list_primes.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
462 optimization/fsolve.m, plot/subplot.m, polynomial/pchip.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
463 polynomial/polyout.m, polynomial/residue.m, polynomial/spline.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
464 signal/freqz.m, signal/sinc.m, specfun/beta.m, specfun/betaln.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
465 specfun/nchoosek.m, specfun/pow2.m, special-matrix/hankel.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
466 special-matrix/hilb.m, special-matrix/invhilb.m |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
467 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
468 special-matrix/vander.m, statistics/base/gls.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
469 statistics/base/kendall.m, statistics/base/kurtosis.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
470 statistics/base/mean.m, statistics/base/median.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
471 statistics/base/ols.m, statistics/base/skewness.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
472 statistics/distributions/kolmogorov_smirnov_cdf.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
473 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
474 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
475 2009-01-14 John W. Eaton <jwe@octave.org> |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
476 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
477 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
478 |
8513 | 479 * optimization/fsolve.m: Doc fix. |
480 | |
8510
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
481 * plot/__go_draw_axes__.m: Scale markersize by 1/3, not 1/6. |
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
482 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
483 * io/dlmwrite.m: Use '%c' format for character data. |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
484 |
8506 | 485 2009-01-13 John W. Eaton <jwe@octave.org> |
486 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
487 * general/repmat.m: Handle negative row or column dimension. |
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
488 |
8507 | 489 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
490 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
491 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
492 general/quadgk.m, general/quadv.m, general/repmat.m, | |
493 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
494 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
495 image/imwrite.m, linear-algebra/dmult.m, | |
496 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
497 miscellaneous/setfield.m, miscellaneous/what.m, | |
498 optimization/fsolve.m, optimization/fzero.m, | |
499 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
500 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
501 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
502 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
503 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
504 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
505 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
506 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
507 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
508 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
509 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
510 statistics/base/center.m, statistics/base/quantile.m, | |
511 statistics/base/ranks.m, statistics/base/std.m, | |
512 statistics/distributions/hygepdf.m, | |
513 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
514 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
515 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
516 testfun/speed.m, testfun/test.m: Style fixes. | |
517 | |
8506 | 518 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
519 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
520 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
521 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
522 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
523 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
524 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
525 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
526 statistics/base/quantile.m, statistics/base/values.m, | |
527 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
528 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
529 time/datestr.m, time/datevec.m: Comment style fixes. | |
530 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
531 2009-01-13 Daniel J Sebald <daniel.sebald@ieee.org> |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
532 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
533 * set/unique.m: Fix for vertical array inputs. |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
534 |
8466 | 535 2009-01-12 John W. Eaton <jwe@octave.org> |
536 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
537 * optimization/fzero.m, optimization/fsolve.m: Style fixes. |
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
538 Use strcmpi to compare options. |
8466 | 539 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
540 2009-01-12 Thorsten Meyer <thorsten.meyier@gmx.de> |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
541 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
542 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
543 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
544 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
545 2009-01-12 John W. Eaton <jwe@octave.org> |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
546 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
547 * plot/diffuse.m, plot/surfl.m, plot/specular.m: Style fixes. |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
548 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
549 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
550 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
551 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 552 * miscellaneous/orderfields.m: Ditto. |
553 * miscellaneous/what.m: Ditto. | |
554 * pkg/pkg.m: Ditto. | |
555 * plot/ndgrid.m: Ditto. | |
556 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
557 |
8451 | 558 2009-01-09 Kai Habel <kai.habel@gmx.de> |
559 | |
560 * plot/surfl.m: New function | |
8628 | 561 * plot/diffuse.m: Ditto. |
562 * plot/specular.m: Ditto. | |
8451 | 563 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
564 2009-01-05 John W. Eaton <jwe@octave.org> |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
565 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
566 * mkdoc: Set defaults for FIND and PERL. Check usage. |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
567 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
568 2009-01-01 Thorsten Meyer <thorsten.meyier@gmx.de> |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
569 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
570 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
571 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
572 2008-12-26 Thorsten Meyer <thorsten.meyier@gmx.de> |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
573 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
574 * general/int2str.m, general/num2str.m, strings/base2dec.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
575 strings/blanks.m, strings/cstrcat.m, strings/findstr.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
576 strings/isstrprop.m, strings/mat2str.m, strings/regexptranslate.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
577 strings/split.m, strings/str2double.m, strings/str2num.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
578 strings/strcat.m, strings/strcmpi.m, strings/strfind.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
579 strings/strjust.m, strings/strmatch.m, strings/strncmpi.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
580 strings/strrep.m, strings/strtok.m, strings/strtrim.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
581 strings/strtrunc.m, strings/strvcat.m, strings/substr.m: |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
582 Fix documentation strings, add examples, references and tests. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
583 * scripts/general/int2str.m: Add missing semicolon. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
584 * scripts/strings/regexptranslate.m: add nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
585 * scripts/strings/str2double.m: fix nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
586 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
587 2008-12-29 David Bateman <dbateman@free.fr> |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
588 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
589 * goemetry/voronoi.m: Speed up and handle dense grids. |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
590 |
8438 | 591 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
592 | |
593 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
594 operation fails. | |
595 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
596 2008-12-26 Francesco Potortì <pot@gnu.org> |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
597 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
598 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
599 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
600 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
601 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
602 * general/postpad.m: Use @seealso. Add reference to resize. |
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
603 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
604 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
605 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
606 * plot/hist.m: Doc string now mentions matrix input argument. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
607 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
608 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
609 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
610 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
611 * plot/__contour__.m: __contour__.m: correct order of patches |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
612 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
613 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
614 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
615 * plot/__contour__.m: __contour__.m: correct order of patches |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
616 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
617 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
618 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
619 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
620 |
8422
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
621 2008-12-24 John W. Eaton <jwe@octave.org> |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
622 |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
623 * testfun/test.m: Print "has no tests" message if there are demos |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
624 but no tests instead of printing PASSES 0 out of 0 tests. |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
625 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
626 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
627 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
628 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
629 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
630 |
8416 | 631 2008-11-21 Radek Salac <salac.r@gmail.com> |
632 | |
633 * sparse/bicgstab.m: New function. | |
634 * sparse/Makefile.in (SOURCES): Add it here. | |
635 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
636 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
637 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
638 * time/datevec.m (__date_vfmt2sfmt__): New helper function. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
639 (datevec): Avoid repeated parsing of the format string. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
640 * set/unique.m: Only check for options if nargin > 1. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
641 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
642 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
643 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
644 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
645 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
646 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
647 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
648 2008-12-13 Francesco Potort� <pot@gnu.org> |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
649 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
650 * specfun/nchoosek.m: Check for input arguments, signal loss of |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
651 precision, correctly handle k==0 and k==n cases, add proper tests. |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
652 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
653 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
654 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
655 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
656 |
8393 | 657 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
658 | |
8394 | 659 * linear-algebra/expm.m: New source. |
8393 | 660 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
661 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
662 |
8394 | 663 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
664 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
665 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
666 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
667 * general/repmat.m: Optimize & simplify the scalar & 2d matrix case. |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
668 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
669 2008-12-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
670 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
671 * strings/lower.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
672 * strings/upper.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
673 * strings/Makefile.in: Remove lower.m, upper.m |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
674 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
675 2008-12-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
676 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
677 * strings/str2mat.m: Make it a simple wrapper around |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
678 char() and move it to scripts/deprecated/str2mat.m, remove |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
679 obsolete tests, move remaining test to src/strfns.cc (Fchar). |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
680 * strings/Makefile.in: Remove str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
681 * deprecated/Makefile.in: Add str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
682 * strings/strvcat.m: Remove reference to str2mat. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
683 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
684 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
685 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
686 * plot/__go_draw_axes__.m: Set two point clipping mode to be on. |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
687 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
688 2008-11-26 Francesco Potortì <pot@gnu.org> |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
689 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
690 * specfun/nchoosek.m: Set max_recursion_depth and use a subfunction. |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
691 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
692 2008-11-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
693 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
694 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
695 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
696 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
697 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
698 miscellaneous/__xzip__.m: Improve error messages, fix cleanup |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
699 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
700 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
701 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
702 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
703 * plot/legend.m: Correct ording of legend labels. |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
704 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
705 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
706 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
707 * plot/__go_draw_axes__.m: Correct order for rendering children. |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
708 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
709 2008-11-21 Radek Salac <salac.r@gmail.com> |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
710 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
711 * sparse/cgs.m, sparse/treelayout.m: New functions. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
712 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
713 |
8324 | 714 2008-11-14 David Bateman <dbateman@free.fr> |
715 | |
716 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
717 of the axis object. | |
718 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
719 2008-11-14 Ben Abbott <bpabbott@mac.com> |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
720 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
721 * plot/gnuplot_drawnow.m: Add support of properites to gp backend. |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
722 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
723 2008-11-13 John W. Eaton <jwe@octave.org> |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
724 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
725 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
726 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
727 |
8315
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
728 2008-11-12 David Bateman <dbateman@free.fr> |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
729 |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
730 * plot/__quiver__.m: Only autoscale if more than one element to |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
731 plot. Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
732 * plot/__stem__.m: Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
733 |
8316 | 734 2008-11-10 John W. Eaton <jwe@octave.org> |
735 | |
736 * polynomial/spline.m: Delete debugging statements. From | |
737 Sebastian Sch�ps <sebastian@schoeps.org>. | |
738 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
739 2008-11-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
740 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
741 * mkdoc: do not remove white space before @ within @example |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
742 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
743 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
744 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de> |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
745 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
746 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
747 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
748 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
749 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
750 * miscellaneous/unpack.m: return directly after recursive handling |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
751 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
752 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
753 2008-11-03 Ben Abbott <bpabbott@mac.com> |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
754 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
755 * plot/__go_draw_axes__.m: xticklabel should accept a numeric vector. |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
756 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
757 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
758 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
759 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
760 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
761 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
762 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
763 |
8305 | 764 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
765 | |
766 * optimization/fzero.m: Replace tabs by spaces. | |
767 | |
768 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
769 | |
770 * optimization/fzero.m: Simplify exception handling. | |
771 | |
772 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
773 | |
774 * optimization/fzero.m: New function file. | |
775 * optimization/Makefile.in: Add it. | |
776 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
777 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
778 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
779 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
780 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
781 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
782 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
783 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
784 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
785 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
786 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
787 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
788 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
789 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
790 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
791 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
792 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
793 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
794 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
795 2008-10-31 David Bateman <dbateman@free.fr> |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
796 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
797 * plot/__contour__.m: Exclude infinite values when calculating contour |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
798 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
799 * plot/clabel.m: Close previous plots in demos to avoid pollution |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
800 between other plot demos. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
801 * plot/plotyy.m: Ditto. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
802 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
803 2008-10-30 David Bateman <dbateman@free.fr> |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
804 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
805 * plot/legend.m: Add support for the "left" and "right" options. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
806 * plot/__go_draw_axes__.m: If the axes property keyreverse is set, |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
807 reverse the key and labelling text. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
808 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
809 * plot/__clabel__.m, plot/clabel.m: New functions. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
810 * plot/Makefile.in (SOURCES): Add them here. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
811 * plot/__contour__.m: Rewrite to use contour groups. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
812 * plot/contourf.m: Call __contour__ instead of using specific code. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
813 * plot/contour.m, plot/contour3.m: Minor modification to allow for |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
814 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
815 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
816 2008-10-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
817 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
818 * set/create_set.m, set/ismember.m, set/union.m, set/complement.m: |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
819 Fix @seealso references to deprecated function intersection. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
820 * polynomial/polyvalm.m, polynomial/polyout.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
821 polynomial/polyint.m, polynomial/polygcd.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
822 deprecated/polyinteg.m: Remove "and" from @seealso string. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
823 * specfun/betaln.m: Change @seealso reference from deprecated |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
824 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
825 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
826 plot/plot3.m: Fix @seealso references to ylabel and zlabel. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
827 * general/issymmetric.m, image/imagesc.m, specfun/realpow.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
828 polynomial/polyfit.m, time/eomday.m: Remove @seealso references to |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
829 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
830 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
831 2008-10-29 John W. Eaton <jwe@octave.org> |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
832 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
833 * plot/cla.m: In test, set visible off when creating figure. |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
834 |
8280
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
835 2008-10-28 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
836 |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
837 * optimization/qp.m: Convert bounds of the form b <= x <= b and |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
838 constraints of the form b <= A*x <= b to equality constraints. |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
839 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
840 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
841 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
842 * plot/ellipsoid.m: Check nargin == 6, not nargin == 5. |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
843 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
844 2008-10-22 Ben Abbott <bpabbott@mac.com> |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
845 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
846 * plot/cla.m: Fix error when no children to clear. |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
847 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
848 * plot/findobj.m: Allow handle to be empty. |
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
849 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
850 2008-10-22 John W. Eaton <jwe@octave.org> |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
851 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
852 * plot/allchild.m: Move call to get showhiddenhandles outside of |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
853 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
854 |
8257 | 855 2008-10-22 David Bateman <dbateman@free.fr> |
856 | |
8260 | 857 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
858 "caller" workspace. | |
859 | |
8258 | 860 * plot/__errplot__.m: Add errorbar series objects. |
861 * plot/errbar.m: Add some demos. | |
862 | |
8257 | 863 * plot/__add_line_series__.m: Remove |
864 * plot/Makefile.in (SOURCES): Remove it here too. | |
865 * plot/__add_datasource__.m: Allow for more than one character in | |
866 source name. | |
867 * plot/refreshdata.m: Ditto. | |
868 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
869 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
870 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
871 * plot/__scatter__.m: Add scatter series objects and data sources. | |
872 * plot/legend.m: Update type in loop and remove debugging messages. | |
873 | |
8251 | 874 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
875 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
876 * specfun/legendre.m: Warn once on under/overflow. |
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
877 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
878 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
879 |
8249 | 880 2008-10-21 John W. Eaton <jwe@octave.org> |
881 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
882 * plot/quiver3.m: Turn hold off after demo. |
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
883 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
884 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
885 |
8249 | 886 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
887 struct. Use get instead of examining struct fields directly. | |
888 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
889 object struct. Use get instead of examining struct elements | |
890 directly. Use allhild instead of looking at children field of | |
891 figure object struct. | |
892 | |
8251 | 893 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 894 |
895 * plot/orient.m: Fix syntax error. | |
896 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
897 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
898 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
899 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
900 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
901 * plot/fill.m, plot/quiver.m: Quiet the demos. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
902 * plot/stair.m: Treat a line style argument correctly. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
903 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
904 2008-10-20 John W. Eaton <jwe@octave.org> |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
905 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
906 * plot/surfnorm.m: Save and restore hold state. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
907 From Daniel J. Sebald <daniel.sebald@ieee.org> and |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
908 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
909 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
910 2008-10-20 Ben Abbott <bpabbott@mac.com> |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
911 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
912 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
913 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
914 * plot/__stem__.m: Respect new ordering of children when setting |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
915 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
916 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
917 * plot/orient.m, plot/print.m: Properly validate figure handle. |
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
918 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
919 * plot/hold.m, plot/comet.m: Properly validate axes handle. |
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
920 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
921 * plot/__go_draw_axes__.m: Fix for binary xfer of suface plots. |
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
922 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
923 2008-10-20 David Bateman <dbateman@free.fr> |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
924 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
925 * plot/plotyy.m: Test that an axes handle actually is one before |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
926 setting it. |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
927 |
8236 | 928 2008-10-17 David Bateman <dbateman@free.fr> |
929 | |
930 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
931 from potential axis handles. | |
932 * plot/colorbar.m: Remove debug output. | |
933 * plot/comet.m: Close plot before demo | |
934 * plot/contourc.m: No output if nargout == 0. | |
935 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
936 2008-10-16 David Bateman <dbateman@free.fr> |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
937 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
938 * plot/subplot.m: Allow for column vector of children for figure. |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
939 |
8229 | 940 2008-10-16 John W. Eaton <jwe@octave.org> |
941 | |
942 * testfun/rundemos.m: New function. | |
943 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
944 2008-10-16 Ben Abbott <bpabbott@mac.com> |
8227
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
945 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
946 * plot/contourf.m: Correct order of patch object handles. |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
947 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
948 2008-10-16 David Bateman <dbateman@free.fr> |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
949 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
950 * plot/colorbar.m (colorbar:resetaxis): Uncomment the reseting of |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
951 the axes. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
952 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
953 * plot/newplot.m: Don't preserve axes properties here, but rather |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
954 do it in the graphics handle code so that the preservation can be |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
955 done after callbacks are executed. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
956 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
957 * plot/__go_draw_axes__.m: If current plot is an image, don't flag |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
958 the plot as binary, as the binary specification is already in the |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
959 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
960 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
961 * plot/__go_draw_figure__.m: Always use multiplot and create an |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
962 enclosing axis to ensure bounding box of postscript is correct. |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
963 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
964 2008-10-16 Ben Abbott <bpabbott@mac.com> |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
965 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
966 * plot/__go_draw_axes__.m (do_tics_1): New arg, interpreter. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
967 (do_tics): Pass interpreter to do_tics_1. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
968 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
969 2008-10-15 David Bateman <dbateman@free.fr> |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
970 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
971 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
972 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
973 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
974 2008-10-14 Ben Abbott <bpabbott@mac.com> |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
975 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
976 * plot/__go_draw_axes__.m (do_tics_1): New args, fontname and fontsize. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
977 Pass fontspec for tic marks to gnuplot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
978 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
979 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
980 * plot/newplot.m: Perserve fontangle, fontname, fontsize, |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
981 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
982 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
983 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
984 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org> |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
985 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
986 * plot/__go_draw_axes__.m: Make previous change work for surface |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
987 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
988 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
989 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org> |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
990 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
991 * plot/__go_draw_axes__.m: Send binary data to gnuplot. |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
992 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
993 2008-10-13 Ben Abbott <bpabbott@mac.com> |
8216
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
994 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
995 * plot/__go_draw_axes__.m: Fix concatenation of handles. |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
996 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
997 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
998 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
999 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1000 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1001 |
8208 | 1002 2008-10-10 David Bateman <dbateman@free.fr> |
1003 | |
1004 * image/__img__.m: Manually set the limits of th eimage | |
1005 * plot/__go_draw_axes__.m: Base window position in the axis | |
1006 position property and not the outerposition property. Remove | |
1007 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1008 vector to support image based colorbars. Also check labelmode for | |
1009 manual tics. | |
1010 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1011 colorbar code. | |
1012 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1013 it to the principal axis. | |
1014 * plot/legend.m: Support an axis handle as the first | |
1015 argument. Support hggroups. | |
1016 * plot/pareto.m: Don't support an axis handle as the first | |
1017 argument as the plotyy command in fact needs two axis handles. | |
1018 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1019 synchronize the two axes. | |
1020 * plot/subplot.m: Also skip axes that are tagged as being a | |
1021 colorbar. Don't break in search of overlapping axes to delete. Set | |
1022 both the position and the outerposition. | |
1023 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1024 2008-10-09 Ben Abbott <bpabbott@mac.com> |
8205
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1025 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1026 * plot/__axis_label__.m: Inherit font properties from axes. |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1027 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1028 2008-10-09 David Bateman <dbateman@free.fr> |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1029 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1030 * general/loadobj.m, general/saveobj.m, general/display: New functions |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1031 * general/Makefile.in (SOURCES): Add then here. |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1032 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1033 2008-10-08 John W. Eaton <jwe@octave.org> |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1034 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1035 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1036 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1037 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1038 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1039 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1040 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1041 * plot/Makefile.in (SOURCES): Add it to the list. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1042 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1043 2008-10-07 John W. Eaton <jwe@octave.org> |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1044 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1045 * miscellaneous/delete.m: Pass array of handles to __go_delete__. |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1046 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1047 2008-10-06 John W. Eaton <jwe@octave.org> |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1048 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1049 * plot/__add_datasource__.m, plot/__axes_limits__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1050 plot/__bar__.m, plot/__bars__.m, plot/__contour__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1051 plot/__go_draw_axes__.m, plot/__go_draw_figure__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1052 plot/__patch__.m, plot/__quiver__.m, plot/__scatter__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1053 plot/__stem__.m, plot/ancestor.m, plot/axis.m, plot/box.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1054 plot/caxis.m, plot/close.m, plot/colorbar.m, plot/fill.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1055 plot/findobj.m, plot/grid.m, plot/hidden.m, plot/hold.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1056 plot/ishold.m, plot/legend.m, plot/linkprop.m, plot/orient.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1057 plot/plotmatrix.m, plot/shading.m: Use case-insensitive comparison |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1058 for properties. Misc style fixes. |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1059 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1060 2008-10-06 Ben Abbott <bpabbott@mac.com> |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1061 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1062 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1063 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1064 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1065 * plot/__plt_get_axis_arg__.m: Handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1066 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1067 * miscellaneous/delete.m: Permit a vector of handles to be deleted. |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1068 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1069 2008-10-02 John W. Eaton <jwe@octave.org> |
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1070 |
8182 | 1071 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1072 | |
1073 2008-10-02 Benjamin Lindner <lindnerb@users.sourceforge.net> | |
8172
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1074 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1075 * pkg.m (configure_make): Enclose building directory in quotes. |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1076 |
8182 | 1077 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1078 | |
1079 * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version. | |
8171
15ffb9836c01
__go_draw_axes__.m: Remove depdenence on gnuplot version.
Ben Abbott <bpabbott@mac.com>
parents:
8168
diff
changeset
|
1080 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1081 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1082 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1083 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1084 |
8182 | 1085 2008-09-30 Ben Abbott <bpabbott@mac.com> |
8166
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1086 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1087 * plot/__go_draw_axes__.m: Fix interpolation of facecolors. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1088 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1089 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1090 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1091 2008-09-29 John W. Eaton <jwe@octave.org> |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1092 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1093 * plot/__go_draw_axes__.m: Eliminate have_newer_gnuplot variable. |
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1094 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1095 * plot/__gnuplot_version__.m: Also include patchlevel. |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1096 |
8182 | 1097 2008-09-29 Ben Abbott <bpabbott@mac.com> |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1098 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1099 * polynomial/deconv.m: Fix row/col orientation & length of output. |
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1100 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1101 * polynomial/conv.m: Correct row/col orientation of output. |
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1102 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1103 2008-09-27 Ivan Sutoris <ivan.sutoris@gmail.com> |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1104 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1105 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1106 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1107 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1108 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1109 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1110 and to throw error for use outside of a class |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1111 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1112 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1113 2008-09-26 John W. Eaton <jwe@octave.org> |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1114 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1115 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1116 |
8148 | 1117 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
1118 | |
1119 * image/imread.m, image/imwrite.m: Doc fix. | |
1120 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1121 2008-09-24 John W. Eaton <jwe@octave.org> |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1122 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1123 * plot/fplot.m: Call axis after calling plot. |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1124 |
8149 | 1125 2008-09-24 S�ren Hauberg <hauberg@gmail.com> |
8144
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1126 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1127 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1128 * image/Makefile.in (SOURCES): Add it to the list. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1129 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1130 2008-09-24 Ben Abbott <bpabbott@mac.com> |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1131 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1132 * strings/strcat.m: Improve Matlab compatibility for non-character |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1133 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1134 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1135 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1136 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1137 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1138 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1139 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1140 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1141 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1142 |
8182 | 1143 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1144 |
1145 * plot/comet.m: New file. | |
1146 * plot/Makefile.in (SOURCES): Add it here. | |
1147 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1148 2008-09-22 David Bateman <dbateman@free.fr> |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1149 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1150 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1151 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1152 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1153 * general/quadgk.m: No function count in quadgk and so don't try and |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1154 print it when given trace argument. |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1155 |
8182 | 1156 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
8120
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1157 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1158 * general/blkdiag.m: Skip assignment if rhs is empty. |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1159 |
8116 | 1160 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1161 | |
8117 | 1162 * image/imshow.m: Fix for display_range. |
1163 | |
8116 | 1164 * general/interpn.m: Fixe for extrapval and documentation of |
1165 extrapval. | |
1166 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1167 2008-09-17 David Bateman <dbateman@free.fr> |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1168 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1169 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1170 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1171 * time/datestr.m: More careful check for datevec format with 6 |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1172 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1173 * plot/__go_draw_axes__ (do_tics_1): Use %.15g format rather than |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1174 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1175 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1176 * general/cell2mat.m: Backout previous change. Special case 2D |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1177 case for speed. |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1178 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1179 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1180 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1181 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1182 |
8098
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1183 2008-09-09 John W. Eaton <jwe@octave.org> |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1184 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1185 * time/datestr.m: Convert format and use strftime to do most of |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1186 the actual conversion. |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1187 |
8088 | 1188 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1189 | |
1190 * plot/plot.m: Doc fix. | |
1191 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1192 2008-09-08 Mark van Rossum <mvanross@inf.ed.ac.uk> |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1193 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1194 * statistics/distributions/binornd.m: Handle zero values of n |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1195 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1196 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1197 2008-09-08 Kai Habel <kai.habel@gmx.de> |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1198 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1199 * plot/contourf.m: Fix case for equal-sized matrices |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1200 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1201 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1202 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1203 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1204 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1205 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1206 * plot/__line__.m: Remove empty clause fof if/then/else test |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1207 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1208 |
8076 | 1209 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1210 | |
1211 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1212 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1213 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1214 | |
8075
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1215 2008-08-29 David Bateman <dbateman@free.fr> |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1216 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1217 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1218 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1219 plot/__plt2vv__.m, plot/plot3.m, plot/__area__.m, plot/__bars__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1220 plot/__quiver__.m, plot/__stem__.m, plot/stairs.m : |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1221 Pass additional prop/val pairs to hggroup rather than underlying |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1222 objects. If a baseline existings specifically associate it with |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1223 the parent of the created hggroup to allow things like "stem(..., |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1224 'parent', hg)" to work correctly. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1225 * plot/hold.m: If currentaxes if figure doesn't exist, create it. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1226 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1227 * plot/plot3.m: Pass hline to __add_line_series__. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1228 * plot/__add_datasource__.m: Fix off by one error. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
1229 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1230 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1231 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1232 * plot/__add_line_series__.m, plot/ishghandle.m, plot/linkprop.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1233 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1234 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1235 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1236 * plot/__area__.m, plot/__bars__.m, plot/__quiver__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1237 plot/__stem__.m, plot/stairs.m, plot/stem.m: Add data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1238 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1239 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1240 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1241 plot/__plt2vv__.m, plot/plot3.m: Add line series and data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1242 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1243 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1244 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1245 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1246 |
8065
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1247 2008-08-26 John W. Eaton <jwe@octave.org> |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1248 |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1249 * plot/hold.m: If hold is applied to a figure, set state for all |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1250 child axes objects. |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
1251 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1252 2008-08-26 Michael Goffioul <michael.goffioul@gmail.com> |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1253 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1254 * plot/backend.m: New function to handle backend switch. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1255 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1256 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1257 2008-08-26 David Bateman <dbateman@free.fr> |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1258 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1259 * plot/__area__.m: Use __next_line_color__ rather than fixed set |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1260 of colors. Convert to use area series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1261 * plot/area.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1262 the area series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1263 * plot/__bar.m: Pass the original rather than scaled width to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1264 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1265 * plot/__bars__.m: Convert to use bar series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1266 * plot/bar.m, plor/barh.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1267 the bar series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1268 * plot/__quiver__.m: Convert to use quiver series objects. Change |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1269 the default scaling and arrowsize for compatibility. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1270 * plot/quiver.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1271 the quiver series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1272 * plot/stairs.m: Convert to use stair series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1273 * plot/stem.m: Don't include baseline in xlim calculation. Correct |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1274 test of whether baseline xdata needs updating in the update_xlim |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1275 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1276 |
8054 | 1277 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
1278 | |
1279 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
1280 Handle parameter-value options. Untabify. | |
1281 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1282 2008-08-25 David Bateman <dbateman@free.fr> |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1283 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1284 * plot/__stem__.m: Use property inheritance and don't explicitly |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1285 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1286 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1287 * plot/__go_draw_axes__.m: Respect the "visible" property of object and |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1288 don't draw them if the object is not visible. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1289 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1290 * plot/__stem__.m: Convert to use stem series object. |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1291 * plot/stem.m, plot/stem3.m: Update documentation to correspond to |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1292 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1293 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1294 2008-08-22 John W. Eaton <jwe@octave.org> |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1295 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1296 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1297 |
8048
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1298 2008-08-21 John W. Eaton <jwe@octave.org> |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1299 |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1300 * plot/__go_draw_axes__.m: Fix test for have_data. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1301 (__gnuplot_write_data__): Write "Inf Inf\n" if all data pairs |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1302 contain NaN values. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
1303 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1304 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1305 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1306 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1307 |
8046 | 1308 2008-08-21 David Bateman <dbateman@free.fr> |
1309 | |
1310 * plot/ezplot.m : New function. | |
1311 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
1312 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
1313 | |
8182 | 1314 2008-08-20 Jaroslav Hajek <highegg@gmail.com> |
8043
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1315 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1316 * pkg/pkg.m (configure_make): Pass handle to is_architecture_dependent |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1317 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1318 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1319 2008-08-20 David Bateman <dbateman@free.fr> |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1320 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1321 * plot/__go_draw_axes__.m: Don't set pm3d implicit if the plot |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1322 contains a surface. Fixes things like meshc(peaks()). |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1323 |
8040 | 1324 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
|
1325 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1326 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1327 |
8035 | 1328 2008-08-19 David Bateman <dbateman@free.fr> |
1329 | |
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
|
1330 * 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
|
1331 * 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
|
1332 |
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
|
1333 * statistics/base/ranks.m: Doc fix. |
8035 | 1334 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1335 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
|
1336 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1337 * 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
|
1338 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1339 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
|
1340 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1341 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1342 |
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
|
1343 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
|
1344 |
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
|
1345 * 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
|
1346 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
|
1347 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1348 2008-07-29 Thomas Treichl <Thomas.Treichl@gmx.net> |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1349 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1350 * general/arrayfun.m: Minor bug fixes, update help text and tests |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1351 |
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
|
1352 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
|
1353 |
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
|
1354 * 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
|
1355 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
|
1356 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1357 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
|
1358 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1359 * 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
|
1360 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1361 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1362 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1363 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1364 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1365 * 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
|
1366 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1367 * 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
|
1368 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1369 |
8182 | 1370 2008-07-28 Ben Abbott <bpabbott@mac.com> |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1371 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1372 * plot/hold.m: Clarify help text. |
7986 | 1373 |
1374 * specfun/reallog.m: Fix help string. | |
1375 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1376 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 1377 |
1378 * strings/regexptranslate.m: Add real documentation. | |
1379 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
1380 * 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
|
1381 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1382 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1383 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1384 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1385 |
7974 | 1386 2008-07-28 John W. Eaton <jwe@octave.org> |
1387 | |
1388 * image/imwrite.m: New function. | |
1389 * image/Makefile.in (SOURCES): Add it to the list. | |
1390 | |
7969 | 1391 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1392 | |
1393 * time/datestr.m: New xtest. | |
1394 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1395 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
|
1396 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1397 * 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
|
1398 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1399 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1400 |
7940 | 1401 2008-07-17 John W. Eaton <jwe@octave.org> |
1402 | |
1403 * general/fliplr.m: Fix usage test. | |
1404 * testfun/test.m: Fix usage tests. | |
1405 | |
8040 | 1406 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1407 |
1408 * statistics/base/cov.m: Fix test that should no longer work. | |
1409 | |
7935 | 1410 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1411 | |
1412 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1413 * plot/Makefile.in (SOURCES): Add them to the list. | |
1414 | |
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
|
1415 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
|
1416 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1417 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1418 * 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
|
1419 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1420 * 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
|
1421 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1422 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1423 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1424 |
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
|
1425 * 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
|
1426 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1427 * 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
|
1428 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1429 * 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
|
1430 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1431 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
|
1432 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1433 * 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
|
1434 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1435 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
|
1436 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1437 * 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
|
1438 |
8040 | 1439 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
|
1440 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1441 * 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
|
1442 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1443 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1444 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1445 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1446 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
|
1447 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1448 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
|
1449 |
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
|
1450 * 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
|
1451 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1452 * 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
|
1453 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
|
1454 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1455 |
8040 | 1456 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
|
1457 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1458 * 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
|
1459 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1460 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1461 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1462 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1463 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1464 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1465 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1466 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
|
1467 |
7817 | 1468 * miscellaneous/debug.m: New file.. |
1469 * Makefile.in (SOURCES): Add it to the list. | |
1470 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1471 * 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
|
1472 []. 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
|
1473 |
8040 | 1474 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1475 |
1476 * strings/strcat.m: Add tests. | |
1477 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1478 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
|
1479 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1480 * 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
|
1481 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1482 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1483 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1484 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1485 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1486 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1487 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1488 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1489 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1490 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1491 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1492 |
7783 | 1493 2008-05-20 Bill Denney <bill@denney.ws> |
1494 | |
1495 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1496 New tests. | |
1497 | |
7777 | 1498 2008-05-19 John W. Eaton <jwe@octave.org> |
1499 | |
1500 * general/isa.m: Fix tests. | |
1501 | |
7773 | 1502 2008-05-13 Bill Denney <bill@denney.ws> |
1503 | |
1504 * general/isa.m: Use persistent cell arrays to hold class names | |
1505 instead of multiple strcmp calls. | |
1506 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1507 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1508 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1509 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1510 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
|
1511 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1512 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1513 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
|
1514 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
|
1515 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1516 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1517 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1518 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1519 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1520 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1521 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
|
1522 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1523 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1524 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1525 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1526 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
|
1527 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1528 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1529 * 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
|
1530 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1531 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1532 * 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
|
1533 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1534 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1535 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1536 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1537 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1538 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
|
1539 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1540 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1541 |
7765 | 1542 2008-05-06 David Bateman <dbateman@free.fr> |
1543 | |
1544 * miscellaneous/symvar.m: New function. | |
1545 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1546 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1547 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
|
1548 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1549 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1550 * 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
|
1551 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1552 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1553 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1554 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1555 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
|
1556 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
|
1557 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1558 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1559 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1560 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1561 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1562 * 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
|
1563 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1564 |
7747 | 1565 2008-04-30 John W. Eaton <jwe@octave.org> |
1566 | |
1567 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1568 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1569 | |
8040 | 1570 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1571 |
1572 * specfun/log2.m: Delete. | |
1573 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1574 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1575 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
|
1576 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1577 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
|
1578 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1579 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1580 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1581 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1582 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1583 |
7736 | 1584 2008-04-25 John W. Eaton <jwe@octave.org> |
1585 | |
1586 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1587 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1588 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1589 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
|
1590 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1591 * 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
|
1592 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
|
1593 * 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
|
1594 |
8149 | 1595 2008-04-16 S�ren Hauberg <hauberg@gmail.com> |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1596 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1597 * 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
|
1598 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1599 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
|
1600 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1601 * 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
|
1602 |
7713 | 1603 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
|
1604 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1605 * 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
|
1606 |
7710 | 1607 2008-04-14 David Bateman <dbateman@free.fr> |
1608 | |
1609 * plot/rose.m: Add missing comment mark that causes issues with | |
1610 octave-forge function referencing. | |
1611 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1612 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1613 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
|
1614 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1615 * 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
|
1616 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
|
1617 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
|
1618 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
|
1619 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
|
1620 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
|
1621 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
|
1622 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
|
1623 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
|
1624 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
|
1625 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
|
1626 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
|
1627 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
|
1628 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
|
1629 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
|
1630 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
|
1631 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
|
1632 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
|
1633 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
|
1634 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
|
1635 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
|
1636 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
|
1637 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
|
1638 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
|
1639 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
|
1640 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
|
1641 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
|
1642 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
|
1643 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
|
1644 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
|
1645 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
|
1646 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
|
1647 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
|
1648 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
|
1649 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
|
1650 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
|
1651 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
|
1652 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
|
1653 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
|
1654 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
|
1655 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
|
1656 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
|
1657 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
|
1658 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
|
1659 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
|
1660 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
|
1661 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
|
1662 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
|
1663 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1664 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
|
1665 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1666 * 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
|
1667 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1668 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
|
1669 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1670 * 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
|
1671 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1672 * 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
|
1673 * 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
|
1674 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1675 * 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
|
1676 * 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
|
1677 * 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
|
1678 * 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
|
1679 * 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
|
1680 * 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
|
1681 * 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
|
1682 * 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
|
1683 * 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
|
1684 * 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
|
1685 * 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
|
1686 * 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
|
1687 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1688 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1689 * 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
|
1690 * 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
|
1691 * 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
|
1692 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1693 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
|
1694 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1695 * 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
|
1696 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
|
1697 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1698 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
|
1699 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1700 * 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
|
1701 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
|
1702 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
|
1703 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
|
1704 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
|
1705 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
|
1706 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
|
1707 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
|
1708 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
|
1709 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
|
1710 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
|
1711 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
|
1712 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
|
1713 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
|
1714 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
|
1715 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
|
1716 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1717 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
|
1718 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
|
1719 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
|
1720 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
|
1721 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
|
1722 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
|
1723 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1724 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
|
1725 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
|
1726 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
|
1727 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
|
1728 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
|
1729 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
|
1730 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1731 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
|
1732 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
|
1733 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
|
1734 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
|
1735 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
|
1736 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
|
1737 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
|
1738 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
|
1739 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
|
1740 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1741 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
|
1742 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1743 * 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
|
1744 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
|
1745 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
|
1746 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
|
1747 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
|
1748 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
|
1749 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
|
1750 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
|
1751 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
|
1752 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
|
1753 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
|
1754 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
|
1755 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
|
1756 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
|
1757 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
|
1758 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
|
1759 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1760 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
|
1761 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
|
1762 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
|
1763 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
|
1764 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
|
1765 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1766 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
|
1767 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
|
1768 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1769 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
|
1770 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
|
1771 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
|
1772 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
|
1773 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
|
1774 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1775 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
|
1776 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1777 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
|
1778 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
|
1779 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
|
1780 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
|
1781 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
|
1782 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
|
1783 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
|
1784 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
|
1785 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
|
1786 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1787 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
|
1788 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
|
1789 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
|
1790 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1791 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1792 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1793 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1794 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1795 * 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
|
1796 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1797 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1798 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1799 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1800 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1801 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1802 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1803 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1804 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1805 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1806 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1807 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1808 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1809 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1810 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1811 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
|
1812 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1813 * 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
|
1814 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1815 * 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
|
1816 |
7682 | 1817 2008-04-02 Bill Denney <bill@denney.ws> |
1818 | |
1819 * optimization/lsqnonneg.m: New function. | |
1820 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1821 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1822 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1823 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1824 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1825 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1826 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1827 * 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
|
1828 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
|
1829 * 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
|
1830 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1831 |
7678 | 1832 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1833 | |
1834 * general/sortrows.m: Handle negative column arguments. | |
1835 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1836 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1837 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1838 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1839 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1840 |
7673 | 1841 2008-03-31 David Bateman <dbateman@free.fr> |
1842 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1843 * 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
|
1844 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
|
1845 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1846 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1847 * 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
|
1848 * 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
|
1849 * 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
|
1850 * 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
|
1851 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1852 * 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
|
1853 |
7673 | 1854 * plot/ginput.m: New function. |
1855 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1856 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1857 * plot/Makefile.in (SOURCES): Add them to the list. | |
1858 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1859 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
|
1860 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1861 * 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
|
1862 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1863 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1864 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1865 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1866 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1867 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1868 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1869 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1870 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1871 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
|
1872 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1873 * 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
|
1874 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1875 |
7669 | 1876 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1877 | |
1878 * general/del2.m: Missing semicolon. | |
1879 | |
7668 | 1880 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1881 | |
1882 * miscellaneous/info.m: New function. | |
1883 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1884 | |
8149 | 1885 2008-03-27 S�ren Hauberg <hauberg@gmail.com> |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1886 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1887 * 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
|
1888 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1889 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1890 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
|
1891 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1892 * 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
|
1893 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
|
1894 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1895 * 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
|
1896 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
|
1897 |
7655 | 1898 2008-03-27 Bill Denney <bill@denney.ws> |
1899 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1900 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1901 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1902 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1903 * 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
|
1904 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1905 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1906 * 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
|
1907 |
7657 | 1908 * general/genvarname.m: New function. |
1909 * general/Makefile.in (SOURCES): Add it to the list. | |
1910 | |
7656 | 1911 * time/addtodate.m: New function. |
7657 | 1912 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1913 |
7655 | 1914 * geometry/rectint.m: Vectorize and add more tests. |
1915 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1916 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
|
1917 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1918 * 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
|
1919 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1920 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1921 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1922 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1923 |
7650 | 1924 2008-03-26 John W. Eaton <jwe@octave.org> |
1925 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1926 * 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
|
1927 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1928 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1929 * 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
|
1930 |
7650 | 1931 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1932 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1933 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1934 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1935 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1936 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1937 Texinfo fixes. | |
1938 | |
8040 | 1939 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
|
1940 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1941 * 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
|
1942 |
8149 | 1943 2008-03-26 S�ren Hauberg <hauberg@gmail.com> |
7648
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
1944 |
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
|
1945 * 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
|
1946 |
8182 | 1947 2008-03-20 Ben Abbott <bpabbott@mac.com> |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1948 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1949 * 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
|
1950 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
|
1951 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1952 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1953 * 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
|
1954 |
8149 | 1955 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1956 |
1957 * polynomial/convn.m: New function. | |
1958 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1959 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1960 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1961 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1962 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1963 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1964 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1965 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
|
1966 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1967 * 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
|
1968 |
7627 | 1969 2008-03-24 David Bateman <dbateman@free.fr> |
1970 | |
1971 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1972 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1973 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1974 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1975 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1976 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1977 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1978 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1979 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1980 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
|
1981 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1982 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1983 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1984 * 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
|
1985 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1986 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
|
1987 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1988 * 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
|
1989 |
7617 | 1990 * miscellaneous/cast.m: Also allow cast to "char". |
1991 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1992 * 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
|
1993 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1994 * 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
|
1995 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1996 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1997 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1998 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1999 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2000 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2001 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2002 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2003 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2004 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2005 |
7610 | 2006 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2007 | |
2008 * signal/sinetone.m: Ensure integral number of samples. | |
2009 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2010 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
|
2011 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2012 * 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
|
2013 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2014 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
|
2015 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2016 * 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
|
2017 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2018 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
|
2019 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2020 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2021 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2022 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2023 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2024 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2025 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2026 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2027 * 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
|
2028 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2029 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2030 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2031 * 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
|
2032 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2033 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2034 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2035 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
|
2036 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2037 * 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
|
2038 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2039 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
|
2040 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2041 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2042 |
7592 | 2043 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2044 | |
2045 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2046 style to default to avoid wrong mesh color in some cases. | |
2047 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2048 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2049 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2050 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2051 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
|
2052 |
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
|
2053 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
|
2054 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2055 * 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
|
2056 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
|
2057 |
7592 | 2058 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2059 | |
7582 | 2060 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2061 | |
2062 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2063 Allow plotting of uniform colored mesh plots with and | |
2064 w/o hidden line removal. | |
2065 | |
2066 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
|
2067 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2068 * 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
|
2069 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2070 * 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
|
2071 |
7569 | 2072 2008-03-07 John W. Eaton <jwe@octave.org> |
2073 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2074 * 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
|
2075 |
7569 | 2076 * plot/__go_draw_axes__.m: Handle tickdir property. |
2077 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2078 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2079 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2080 * 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
|
2081 Allow matrix arguments when number of bins > 30. |
7568 | 2082 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
|
2083 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2084 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2085 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2086 * 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
|
2087 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2088 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2089 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2090 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
|
2091 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2092 * 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
|
2093 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2094 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
|
2095 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2096 * 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
|
2097 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2098 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2099 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
|
2100 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2101 * 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
|
2102 |
7551 | 2103 2008-03-04 Bill Denney <bill@denney.ws> |
2104 | |
7557 | 2105 * plot/allchild.m, plot/findall.m: New functions. |
2106 * plot/Makefile.in (SOURCES): Add them to the list. | |
2107 | |
7551 | 2108 * geometry/rectint.m: New function. |
7557 | 2109 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2110 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2111 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
|
2112 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2113 * 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
|
2114 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
|
2115 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2116 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2117 |
2118 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2119 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2120 * 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
|
2121 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2122 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
|
2123 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2124 * 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
|
2125 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2126 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
|
2127 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2128 * 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
|
2129 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
|
2130 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2131 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
|
2132 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2133 * 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
|
2134 "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
|
2135 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2136 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
|
2137 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2138 * 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
|
2139 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
|
2140 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
|
2141 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
|
2142 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
|
2143 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
|
2144 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
|
2145 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
|
2146 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
|
2147 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
|
2148 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
|
2149 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
|
2150 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
|
2151 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2152 * 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
|
2153 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2154 * 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
|
2155 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2156 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
|
2157 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2158 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2159 |
7525 | 2160 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2161 | |
2162 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2163 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2164 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
|
2165 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2166 * 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
|
2167 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2168 |
7518 | 2169 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2170 | |
2171 * specfun/legendre.m: Doc fix. | |
2172 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2173 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
|
2174 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2175 * 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
|
2176 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2177 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2178 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
|
2179 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2180 * 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
|
2181 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2182 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2183 * 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
|
2184 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2185 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
|
2186 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2187 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2188 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2189 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2190 * 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
|
2191 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2192 * 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
|
2193 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2194 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2195 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
|
2196 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2197 * 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
|
2198 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2199 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2200 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
|
2201 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2202 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2203 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2204 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
|
2205 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2206 * 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
|
2207 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
|
2208 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
|
2209 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
|
2210 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2211 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
|
2212 |
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
|
2213 * 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
|
2214 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
|
2215 |
7501 | 2216 * polynomial/polyfit.m: Use QR decomposition. Handle |
2217 normalization option. | |
2218 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2219 generate 50% prediction intervals. | |
2220 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2221 * 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
|
2222 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2223 |
7498 | 2224 2008-02-19 John W. Eaton <jwe@octave.org> |
2225 | |
2226 * pkg/pkg.m: Style fixes. | |
2227 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2228 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2229 |
2230 * pkg/pkg.m: Handle 'describe' command. | |
2231 (parse_pkg_idx, print_package_description): New subfunctions. | |
2232 | |
7493 | 2233 2008-02-19 Bill Denney <bill@denney.ws> |
2234 | |
2235 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2236 elements wide. | |
2237 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2238 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
|
2239 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2240 * 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
|
2241 |
7485 | 2242 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2243 | |
2244 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2245 * general/runlength.m: New function from Paul Kienzle. | |
2246 | |
7484 | 2247 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2248 | |
2249 * linear-algebra/cond.m: New optional second argument to | |
2250 specify 1-norm, inf-norm, or frobenius-norm. | |
2251 | |
7475 | 2252 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2253 | |
2254 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2255 body. Allow the linespec to specify the arrow color. | |
2256 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2257 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
|
2258 |
7474 | 2259 * miscellaneous/cast.m: Also treat the logical type. |
2260 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2261 * 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
|
2262 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2263 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2264 * 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
|
2265 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2266 * 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
|
2267 * 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
|
2268 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2269 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
|
2270 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2271 * 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
|
2272 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2273 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2274 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2275 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2276 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2277 * 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
|
2278 |
7436 | 2279 2008-02-01 Dave Goel <deego3@gmail.com> |
2280 | |
2281 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
2282 | |
7434 | 2283 2008-02-01 Bill Denney <bill@denney.ws> |
2284 | |
2285 * time/weekday.m: Allow vector inputs and speed up. | |
2286 * time/eomday.m: Return column vector for column vector inputs. | |
2287 | |
7429 | 2288 2008-01-30 John W. Eaton <jwe@octave.org> |
2289 | |
7434 | 2290 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
2291 revision". | |
2292 | |
7431 | 2293 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
2294 __plt2vs__.m in the list. | |
2295 | |
7430 | 2296 * miscellaneous/tempdir.m: Append filesep to name for |
2297 compatibility. Warn if not a directory or directory does not | |
2298 exist. | |
2299 | |
7429 | 2300 * strings/deblank.m: Improve compatibility. |
2301 | |
7428 | 2302 2008-01-29 John W. Eaton <jwe@octave.org> |
2303 | |
2304 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
2305 | |
2306 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 2307 |
2308 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
2309 Return the label handle, not the current axis handle. | |
2310 | |
7421 | 2311 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
2312 | |
2313 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
2314 abscissa. | |
2315 | |
2316 2008-01-25 David Bateman <dbateman@free.fr> | |
2317 | |
7423 | 2318 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 2319 * plot/__scatter__.m: Remove NaN values from data. |
2320 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2321 | |
7418 | 2322 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2323 | |
2324 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2325 | |
2326 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2327 | |
2328 * geometry/griddata3.m: Call griddata, not gridata. | |
2329 | |
7415 | 2330 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2331 | |
2332 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2333 | |
7411 | 2334 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2335 | |
2336 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2337 Move tests here from test/test_linalg.m. | |
2338 | |
2339 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2340 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2341 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2342 special-matrix/hankel.m, special-matrix/hilb.m, | |
2343 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2344 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2345 Move tests here from test/test_matrix.m. | |
2346 | |
2347 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2348 Move tests here from test/test_number.m. | |
2349 | |
2350 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2351 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2352 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2353 polynomial/polyvalm.m, polynomial/roots.m: | |
2354 Move tests here from test/test_poly.m. | |
2355 | |
2356 * signal/unwrap.m: | |
2357 Move tests here from test/test_signal.m. | |
2358 | |
2359 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
2360 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
2361 statistics/base/mean.m, statistics/base/median.m, | |
2362 statistics/base/skewness.m, statistics/base/std.m: | |
2363 Move tests here from test/test_stats.m. | |
2364 | |
2365 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
2366 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
2367 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
2368 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
2369 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
2370 strings/substr.m: | |
2371 Move tests here from test/test_string.m. | |
2372 | |
2373 * miscellaneous/computer.m, miscellaneous/ls.m, | |
2374 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
2375 time/date.m, time/etime.m, time/is_leap_year.m: | |
2376 Move tests here from test/test_system.m. | |
2377 | |
7410 | 2378 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2379 | |
2380 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
2381 Simplify initial checks on argument values. | |
2382 | |
7408 | 2383 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
2384 | |
2385 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2386 implementation of the gnuplot-based graphics backend (derived from | |
2387 drawnow.m). | |
2388 * plot/drawnow.m: Deleted (converted to C++). | |
2389 | |
7401 | 2390 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2391 | |
2392 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2393 New tests. | |
2394 | |
7399 | 2395 2008-01-18 John W. Eaton <jwe@octave.org> |
2396 | |
2397 * optimization/sqp.m: End each function with endfunction. | |
2398 | |
7398 | 2399 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2400 | |
2401 * polynomial/residue.m: For each group of pole multiplicity, set | |
2402 the poles of the group to the value of the group's average. | |
2403 | |
7396 | 2404 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2405 | |
2406 * plot/print.m: Handle PDF output. | |
2407 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2408 | |
7392 | 2409 2008-01-17 John W. Eaton <jwe@octave.org> |
2410 | |
7393 | 2411 * path/savepath.m: Print newline before initial comment line. |
2412 Double up single quote characters. | |
2413 * path/__extractpath__.m: Return just the path as a string. | |
2414 Undo single quote character doubling. | |
2415 | |
2416 * path/pathdef.m: Avoid eval. Simplify. | |
2417 | |
7392 | 2418 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2419 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2420 avoid possible file descriptor leak. | |
2421 | |
2422 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2423 | |
2424 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2425 * startup/main-rcfile: Call atexit ("__finish__"). | |
2426 | |
7388 | 2427 2008-01-16 John W. Eaton <jwe@octave.org> |
2428 | |
7390 | 2429 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2430 Use it to disable enhanced mode for individual labels and titles. | |
2431 | |
7392 | 2432 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2433 (install install-strip, uninstall): Handle function files. |
2434 | |
2435 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2436 | |
7392 | 2437 * startup/__finish__.m: New file. |
2438 * path/__extractpath__.m, path/matlabroot.m, | |
2439 path/pathdef.m: New files. | |
7388 | 2440 * path/Makefile.in (SOURCES): Add them to the list. |
2441 | |
7385 | 2442 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2443 | |
7387 | 2444 * special-matrix/vander.m: Vectorize. New test. |
2445 | |
7385 | 2446 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2447 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2448 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2449 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2450 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2451 Move tests here from test/test_arith.m. | |
2452 | |
7382 | 2453 2008-01-15 John W. Eaton <jwe@octave.org> |
2454 | |
2455 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2456 | |
7379 | 2457 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2458 | |
2459 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2460 Call __get__ instead of get. | |
2461 | |
2462 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2463 | |
2464 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2465 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2466 hermitian operator. | |
2467 | |
7376 | 2468 2008-01-14 Bill Denney <bill@denney.ws> |
2469 | |
2470 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2471 | |
8149 | 2472 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2473 |
2474 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2475 image/rgb2ntsc.m: Also accept images as input. | |
2476 | |
2477 * image/gray2ind.m: Handle image type other than double. | |
2478 Improve error checking and documentation. | |
2479 | |
7371 | 2480 2008-01-14 John W. Eaton <jwe@octave.org> |
2481 | |
7372 | 2482 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2483 instead of calling tolower on first arg. Default font name is | |
2484 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2485 (__maybe_munge_text__): Fix typo. | |
2486 | |
7371 | 2487 * optimization/sqp.m: Fix function definitions in test code. |
2488 | |
7361 | 2489 2008-01-12 John W. Eaton <jwe@octave.org> |
2490 | |
2491 * plot/gnuplot_binary.in: New file. | |
2492 * plot/gnuplot_binary.m: Delete. | |
2493 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2494 (SOURCES_IN, GEN_M): New macros. | |
2495 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2496 (FCN_FILES): Include $(GEN_M) in the list. | |
2497 (all): Depend on $(GEN_M). | |
2498 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2499 (distclean): Also remove $(GEN_M). |
7361 | 2500 |
2501 2008-01-11 John W. Eaton <jwe@octave.org> | |
2502 | |
2503 * optimization/sqp.m: New test from example in doc string. | |
2504 | |
7360 | 2505 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2506 | |
2507 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2508 to more than one multiplicity group. | |
2509 | |
7358 | 2510 2008-01-10 John W. Eaton <jwe@octave.org> |
2511 | |
2512 * plot/gnuplot_binary.m: New file. | |
2513 * plot/Makefile.in (SOURCES): Add it to the list. | |
2514 | |
7355 | 2515 2008-01-09 John W. Eaton <jwe@octave.org> |
2516 | |
2517 * plot/drawnow.m: Fail if filename includes a directory part that | |
2518 does not exist. | |
2519 | |
7352 | 2520 2008-01-07 John W. Eaton <jwe@octave.org> |
2521 | |
2522 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2523 Error if glob call fails to match any files. | |
2524 | |
7346 | 2525 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2526 | |
2527 * strings/strtrim.m: Doc fix. | |
2528 | |
7345 | 2529 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2530 | |
2531 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2532 | |
8149 | 2533 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2534 |
2535 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2536 | |
7341 | 2537 2008-01-02 John W. Eaton <jwe@octave.org> |
2538 | |
2539 * plot/print.m: Correctly handle pbm terminal. | |
2540 | |
7340 | 2541 2007-12-28 John W. Eaton <jwe@octave.org> |
2542 | |
2543 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2544 extensions. | |
2545 | |
7337 | 2546 2007-12-28 David Bateman <dbateman@free.fr> |
2547 | |
2548 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2549 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2550 * Makefile.in (SOURCES): Add to the sources. | |
2551 | |
2552 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2553 | |
2554 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2555 Remove unnecessary call of size function. | |
2556 | |
7334 | 2557 2007-12-21 John W. Eaton <jwe@octave.org> |
2558 | |
2559 Version 3.0.0 released. | |
2560 | |
8149 | 2561 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2562 |
2563 * image/imshow.m: Accept empty value for display_range. | |
2564 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2565 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2566 |
2567 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2568 | |
8149 | 2569 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2570 |
2571 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2572 display ranges correctly. | |
2573 | |
7327 | 2574 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2575 Peter A. Gustafson <petegus@umich.edu> | |
2576 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2577 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2578 |
7325 | 2579 2007-12-19 John W. Eaton <jwe@octave.org> |
2580 | |
2581 * miscellaneous/edit.m: New function. | |
2582 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2583 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2584 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2585 |
2586 * plot/__bar__.m: Handle "basevalue" option. | |
2587 * plot/__bars__.m: New arg, base_value. | |
2588 | |
7321 | 2589 2007-12-17 David Bateman <dbateman@free.fr> |
2590 | |
2591 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2592 * plot/Makefiles (SOURCES): Add them to the sources | |
2593 * plot/polar.m: Set the x and y limits to the maximum polar | |
2594 radius. Set the axes to be square. | |
2595 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2596 and print axis at zero if this is used. | |
2597 | |
2598 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2599 contours can overlay pcolor plots. Priveldge no hidden line | |
2600 removal when there are multiple objects in the plot. | |
2601 | |
7320 | 2602 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2603 | |
2604 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2605 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2606 | |
7319 | 2607 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2608 | |
2609 * miscellaneous/run.m: Replace script with f when looking for | |
2610 file to run. | |
2611 | |
7316 | 2612 2007-12-14 David Bateman <dbateman@free.fr> |
2613 | |
7317 | 2614 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2615 * plot/contour.m: Doc fix. | |
2616 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2617 Include linetype in withclause. | |
2618 | |
7316 | 2619 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2620 Use it to determine dimensions. Consolidate all 3-d settings. | |
2621 | |
7315 | 2622 2007-12-13 John W. Eaton <jwe@octave.org> |
2623 | |
2624 * image/imshow.m: Turn axis visibility off. | |
2625 Don't scale true color images. | |
2626 * image/image.m: Set axis layer property to "top". | |
2627 | |
7307 | 2628 2007-12-12 John W. Eaton <jwe@octave.org> |
2629 | |
7313 | 2630 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2631 | |
2632 * plot/pie.m: Avoid calling "exist". | |
2633 | |
7309 | 2634 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2635 Condense argument processing logic. Allow 6 arguments. |
2636 Use issquare. Avoid calling "exist". | |
7309 | 2637 |
7307 | 2638 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2639 | |
7305 | 2640 2007-12-12 David Bateman <dbateman@free.fr> |
2641 | |
2642 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2643 * plot/Makefile.in (SOURCES): Add to the sources. | |
2644 | |
7290 | 2645 2007-12-11 John W. Eaton <jwe@octave.org> |
2646 | |
7298 | 2647 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2648 * plot/surface.m: Not here. | |
2649 | |
7297 | 2650 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2651 subsequent "unset grid" if there is no grid. | |
2652 | |
7296 | 2653 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2654 | |
7293 | 2655 * plot/surface.m: Don't set facecolor property in call to |
2656 __go_surface__. | |
2657 | |
7290 | 2658 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2659 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2660 | |
7292 | 2661 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2662 | |
7295 | 2663 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2664 color string is not taken as z value. | |
2665 | |
7292 | 2666 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2667 zgrid to "on" and box to "off" for used axes. | |
2668 | |
2669 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2670 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2671 | |
7286 | 2672 2007-12-11 David Bateman <dbateman@free.fr> |
2673 | |
7288 | 2674 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2675 | |
7287 | 2676 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2677 * statistics/base/mode.m: Ditto. | |
2678 | |
7286 | 2679 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2680 object handles are all now non integer. | |
2681 | |
7278 | 2682 2007-12-10 John W. Eaton <jwe@octave.org> |
2683 | |
7282 | 2684 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2685 | |
7281 | 2686 * general/issymmetric.m: Use ' instead of .' for compatibility |
2687 with previous versions of Octave. | |
2688 * general/ishermitian.m: Delete. | |
7285 | 2689 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2690 |
7280 | 2691 * plot/fplot.m: In N is not specified, increase initial number of |
2692 points from 3 and 5 to 5 and 8. | |
2693 | |
7279 | 2694 * signal/detrend.m: Move tests here from test/test_signal.m. |
2695 Loosen tolerance on first test from 10*eps to 20*eps. | |
2696 | |
7278 | 2697 * finance/rate.m: Don't request info from fsolve. |
2698 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2699 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2700 |
2701 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2702 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2703 | |
7276 | 2704 2007-12-10 David Bateman <dbateman@free.fr> |
2705 | |
2706 * image/image.m: Rewritten to allow trailing properties to be | |
2707 passed to underlying image object. | |
2708 * image/__img__.m: Pass additional arguments to __go_image__. | |
2709 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2710 | |
7274 | 2711 2007-12-10 John W. Eaton <jwe@octave.org> |
2712 | |
2713 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2714 front" to gnuplot. | |
2715 | |
7271 | 2716 2007-12-10 David Bateman <dbateman@free.fr> |
2717 | |
7274 | 2718 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2719 border front" from images. |
7274 | 2720 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2721 * plot/pcolor.m: Set axis "box" property. | |
2722 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2723 Mark as commands. | |
7271 | 2724 |
7269 | 2725 2007-12-07 David Bateman <dbateman@free.fr> |
2726 | |
2727 * plot/surf.m: Don't set facecolor property. | |
2728 | |
7265 | 2729 2007-12-06 John W. Eaton <jwe@octave.org> |
2730 | |
7269 | 2731 * plot/print.m: Pass mono to drawnow. |
2732 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2733 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2734 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2735 disable color specifications. | |
2736 | |
7265 | 2737 * general/issymmetric.m: Move tests here from test/test_number.m |
2738 | |
2739 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2740 | |
2741 * general/issymmetric.m: To keep its argument sparse and the | |
2742 function quick, use the infinity norm rather than the 2-norm. | |
2743 Also measure the symmetric part rather than the Hermitian part. | |
2744 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2745 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2746 | |
7248 | 2747 2007-12-04 John W. Eaton <jwe@octave.org> |
2748 | |
7257 | 2749 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2750 text and label commands if font is "*". | |
2751 | |
7248 | 2752 * linear-algebra/krylov.m: Doc fixes. |
2753 From Marco Caliari <caliari@sci.univr.it>. | |
2754 | |
7250 | 2755 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2756 | |
2757 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2758 Add "## PKG_ADD: mark_as_command axis" line. | |
2759 | |
7245 | 2760 2007-12-03 John W. Eaton <jwe@octave.org> |
2761 | |
2762 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2763 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2764 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2765 Generate demos from examples. | |
2766 | |
7240 | 2767 2007-12-03 David Bateman <dbateman@free.fr> |
2768 | |
7243 | 2769 * testfun/test.m: Disable "testif" test block to avoid spurious |
2770 skipped test for "make check". Avoid printing variables for | |
2771 skipped tests. | |
2772 | |
7242 | 2773 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2774 | |
7240 | 2775 * plot/plotyy.m: Use activepositionproperty property of axes |
2776 object. Set second axis color to "none". | |
2777 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2778 property of the axis objects. | |
2779 | |
7239 | 2780 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2781 | |
2782 * linear-algebra/condest.m: Loosen tolerance in test. | |
2783 | |
7236 | 2784 2007-12-02 John W. Eaton <jwe@octave.org> |
2785 | |
2786 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2787 get_data_limits. | |
2788 | |
7222 | 2789 2007-11-30 John W. Eaton <jwe@octave.org> |
2790 | |
2791 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2792 (get_data_limits, get_axis_limits): Delete. | |
2793 | |
7228 | 2794 2007-11-30 David Bateman <dbateman@free.fr> |
2795 | |
7235 | 2796 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2797 | |
7228 | 2798 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2799 tick labels rather than one by one on the labels themselves. | |
2800 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2801 95% crossing fixed. | |
2802 | |
7217 | 2803 2007-11-29 David Bateman <dbateman@free.fr> |
2804 | |
7220 | 2805 * plot/pareto.m: New file. |
2806 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2807 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2808 marks to avoid gnuplot error about formating. More colorspec to | |
2809 after the tics. | |
2810 * plot/plotyy.m: More generic check for appropriate axis color. | |
2811 | |
7217 | 2812 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2813 2- and 3-D. | |
2814 * plot/stem3.m: New function. | |
2815 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2816 * plot/stem.m: Adapt to use __stem__. | |
2817 | |
7216 | 2818 2007-11-29 John W. Eaton <jwe@octave.org> |
2819 | |
2820 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2821 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2822 requested. | |
2823 | |
2824 * plot/patch.m: Omit isnan check on handle returned from | |
2825 __plt_get_axis_arg__. | |
2826 | |
2827 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2828 but has no axes. | |
2829 | |
7215 | 2830 2007-11-28 David Bateman <dbateman@free.fr> |
2831 | |
2832 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2833 ancestor. If leading argument is logical set variable nogca to see | |
2834 if gca() should be called if there is no active handle found. | |
2835 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2836 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2837 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2838 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2839 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2840 __plt__get_axis_arg__ to find axis handle. | |
2841 * polar.m: Typo. | |
2842 | |
7213 | 2843 2007-11-28 John W. Eaton <jwe@octave.org> |
2844 | |
2845 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2846 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2847 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2848 |
2849 * plot/drawnow.m: Fix typo. | |
2850 | |
7206 | 2851 2007-11-27 David Bateman <dbateman@free.fr> |
2852 | |
7207 | 2853 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2854 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2855 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2856 | |
2857 * plot/meshz.m: New function. | |
2858 * plot/Makefile.in (SOURCES): Add it to the list. | |
2859 * plot/surface.m: Allow surface to accept an axis handle as the | |
2860 first argument. | |
2861 * plot/meshc.m: Extract z from the the surface object rather than | |
2862 varargin so that we can rely on code in surface to treat leading | |
2863 axis handles. | |
2864 | |
7206 | 2865 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2866 y2tics" in the case of a plotyy plot. | |
2867 * plot/plotyy.m: ensure the position property is set correct for | |
2868 the second axis, by setting it after the plot itself. In the case | |
2869 of a plot that returns multiple handles, base the color selection | |
2870 on the first. | |
2871 | |
7204 | 2872 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2873 | |
2874 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2875 z-value of vertex 'c3'. | |
2876 | |
7203 | 2877 2007-11-27 John W. Eaton <jwe@octave.org> |
2878 | |
2879 * image/image.m: Allow nargin == 0 case to work again. | |
2880 | |
7202 | 2881 2007-11-27 David Bateman <dbateman@free.fr> |
2882 | |
2883 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2884 colorbar, to ensure that the colorbar is on the canvas for png and | |
2885 postscipt outputs. | |
2886 | |
7189 | 2887 2007-11-26 David Bateman <dbateman@free.fr> |
2888 | |
7197 | 2889 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2890 return values. | |
2891 | |
7194 | 2892 * plot/plotyy.m: New function |
2893 * plot/Makefile.in (SOURCES): Add it here. | |
2894 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2895 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2896 {x|y}label to respect the axis position. | |
2897 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2898 handle as the first argument. | |
2899 | |
7192 | 2900 * pkg/pkg.m (pkg:install): When loading the installed packages |
2901 index into installed_pkgs_lst and not descriptions.. | |
2902 | |
7189 | 2903 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2904 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2905 * plot/quiver.m: Modify to use __quiver__.m. | |
2906 | |
2907 * plot/hist.m: Avoid saturation when the x values are in an | |
2908 inetger type. | |
2909 | |
2910 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2911 | |
2912 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2913 functions. | |
2914 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2915 | |
2916 2007-11-26 David Bateman <dbateman@free.fr> | |
2917 | |
2918 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2919 extent. | |
2920 | |
2921 * plot/colorbar.m: New function. | |
2922 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2923 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2924 precalculate the clim, set pm3d except for mesh. | |
2925 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2926 save the real values so that colorbar corresponds to the contour | |
2927 levels. | |
2928 | |
2929 * plot/stem.m: Set marker color the same as the line color. Draw | |
2930 a single discontinous line object for the stems. | |
2931 | |
2932 * plot/sphere.m: New function ported from JHandles. | |
2933 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2934 | |
2935 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2936 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2937 to get enhanced mode to work correctly for the X11 terminal. | |
2938 | |
2939 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2940 the reverse. Allow an axes handle to be passed and/or returned. | |
2941 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2942 | |
2943 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2944 sort surface patches by their depth and not the order they are | |
2945 rendered in. | |
2946 | |
2947 * plot/__patch__.m: Set clim correctly. | |
2948 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2949 the marker color is determined by the cmap. | |
2950 * plot/scatter.m: New function to 2D scatter plots. | |
2951 * plot/scatter3.m: New function to 3D scatter plots. | |
2952 * plot/__scatter__.m: Support function for scatter plots | |
2953 * Makefile.in (SOURCES): Ad dnew functions here. | |
2954 | |
2955 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2956 Return whether the terminal supports enhanced text or not. | |
2957 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2958 supports enhanced mode. | |
2959 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2960 __go_draw_axes__. | |
2961 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2962 needed to support the enhanced mode. | |
2963 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2964 drawnow.m. | |
2965 | |
2966 | |
2967 * plot/caxis.m: New function to control the color axis limits. | |
2968 * plot/Makefile.in (SOURCES): Include it. | |
2969 * plot/axis.m: Allow the first argument to be an axes handle. | |
2970 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2971 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2972 caxis limits. | |
2973 | |
2974 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2975 * image/Makefile.in (SOURCES): Include it. | |
2976 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2977 of the bars for the colormap. | |
2978 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2979 passed. | |
2980 * plot/__contour.m: Avoid possible divide by zero error. | |
2981 * plot/contour.m: Missing semicolon. | |
2982 * plot/surface.m: Don't attempt to set additional arguments if | |
2983 there are none. | |
2984 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2985 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2986 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2987 |
2988 * plot/__bar__.m: put bar creation code into separate function | |
2989 to allow easy hook up from other graphic backends | |
2990 | |
2991 * plot/__bars__.m: new function containing bar creation code | |
2992 | |
7186 | 2993 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2994 | |
2995 * general/accumarray.m: Correct dimension check. | |
2996 | |
7183 | 2997 2007-11-26 John W. Eaton <jwe@octave.org> |
2998 | |
2999 * polynomial/residue.m: Prepad along second dimension. | |
3000 From Doug Stewart <dastew@sympatico.ca>. | |
3001 | |
7181 | 3002 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3003 | |
7183 | 3004 * plot/cylinder.m, plot/slice.m: New functions. |
3005 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3006 |
7177 | 3007 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3008 | |
3009 * plot/patch.m: Handle arg may also be hggroup object. | |
3010 Use ancestor to find parent axes object. | |
3011 | |
7175 | 3012 2007-11-14 David Bateman <dbateman@free.fr> |
3013 | |
3014 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3015 flag to patch that it is not closed. Allow z to take string | |
3016 arguments and use it to flag that the contours are placed at the | |
3017 z level of the contour itself. | |
3018 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3019 objects as well. Let hidden removal take precedence in case of a | |
3020 conflict. | |
3021 * plot/surface.m: Allow surface to treat handles being passed or | |
3022 returned. Any additional arguments arr used to set the surface | |
3023 handle. | |
3024 * plot/contour3.m: New function | |
3025 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3026 | |
7173 | 3027 2007-11-14 John W. Eaton <jwe@octave.org> |
3028 | |
3029 * specfun/bessel.m: Update doc string from | |
3030 src/DLD-FUNCTIONS/besselj.cc. | |
3031 | |
7170 | 3032 2007-11-12 David Bateman <dbateman@free.fr> |
3033 | |
3034 * plot/contour.m: Allow handles to be passed and returned. Split | |
3035 the countour function itself into __contour__.m to be shared with | |
3036 surfc and meshc. | |
3037 * plot/__contour__.m: New file | |
3038 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3039 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3040 the face or edge if the facecolor or edge color are marked as | |
3041 "none". Allow the edgecolor to be determined by the cdata in the | |
3042 same manner as the facecolor. Fail if facecolor is not "none" and | |
3043 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3044 storage of 3D/4D data consistent between line, surface and patch | |
3045 objects. | |
3046 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3047 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3048 |
3049 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3050 Handle fontweight and fontangle properties. | |
3051 | |
7163 | 3052 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3053 | |
3054 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3055 * plot/Makefile.in (SOURCES): Add them to the list. | |
3056 | |
3057 2007-11-12 John W. Eaton <jwe@octave.org> | |
3058 | |
3059 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3060 Use it to avoid duplicated code. | |
3061 | |
7161 | 3062 2007-11-12 David Bateman <dbateman@free.fr> |
3063 | |
7162 | 3064 * plot/title.m: Fix return value for nargout > 0. |
3065 | |
3066 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3067 specified for the title, xlabel, ylabel and text objects. | |
3068 | |
7161 | 3069 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3070 4.0 and surface plots. | |
3071 | |
7160 | 3072 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3073 | |
3074 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3075 with X/Y/Z data. | |
3076 | |
7146 | 3077 2007-11-09 John W. Eaton <jwe@octave.org> |
3078 | |
7152 | 3079 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3080 Correct logic in setting palette data. |
7152 | 3081 |
7151 | 3082 * audio/wavread.m, control/base/__bodquist__.m, |
3083 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3084 control/system/c2d.m, control/system/is_detectable.m, | |
3085 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3086 control/system/tfout.m, general/isdefinite.m, | |
3087 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3088 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3089 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3090 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3091 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3092 testfun/test.m: Use specific end keywords. | |
3093 | |
7146 | 3094 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3095 | |
3096 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3097 | |
3098 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3099 Don't change view if hold is on. | |
3100 | |
7142 | 3101 2007-11-09 David Bateman <dbateman@free.fr> |
3102 | |
7149 | 3103 * plot/hidden.m: New function. |
3104 * plot/Makefile.in (SOURCES): Add it here. | |
3105 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3106 line removal. | |
3107 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3108 removal and if it is "none" don't do hidden line removal. | |
3109 | |
7148 | 3110 * plot/legend.m: Also allow labels for surface and patch types. |
3111 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3112 setting of the legend. | |
3113 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3114 objects as well. | |
3115 | |
7146 | 3116 * plot/area.m, plot/__area__.m: New functions |
3117 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3118 | |
7142 | 3119 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3120 | |
7144 | 3121 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3122 | |
3123 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3124 | |
7131 | 3125 2007-11-08 John W. Eaton <jwe@octave.org> |
3126 | |
7133 | 3127 * control/base/dcgain.m, control/base/dre.m, |
3128 control/base/impulse.m, control/base/step.m, | |
3129 control/system/dmr2d.m, control/system/ord2.m, | |
3130 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3131 control/system/sysgetsignals.m, control/system/sysout.m, | |
3132 control/system/tfout.m, control/system/ugain.m, | |
3133 control/system/zpout.m, control/util/strappend.m: | |
3134 Don't fail with usage message if nargout is too large. | |
3135 | |
7131 | 3136 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3137 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3138 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3139 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3140 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3141 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3142 control/obsolete/rotg.m, control/obsolete/series.m, | |
3143 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3144 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3145 control/system/__syschnamesl__.m, |
3146 control/system/__syscont_disc__.m, | |
3147 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3148 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3149 control/system/abcddim.m, control/system/buildssic.m, | |
3150 control/system/c2d.m, control/system/cellidx.m, | |
3151 control/system/d2c.m, control/system/dmr2d.m, | |
3152 control/system/fir2sys.m, control/system/is_abcd.m, | |
3153 control/system/is_controllable.m, control/system/is_detectable.m, | |
3154 control/system/is_digital.m, control/system/is_observable.m, | |
3155 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3156 control/system/jet707.m, control/system/listidx.m, | |
3157 control/system/parallel.m, control/system/ss.m, | |
3158 control/system/ss2sys.m, control/system/ss2zp.m, | |
3159 control/system/starp.m, control/system/sys2ss.m, | |
3160 control/system/sys2tf.m, control/system/sys2zp.m, | |
3161 control/system/sysadd.m, control/system/sysappend.m, | |
3162 control/system/sysconnect.m, control/system/syscont.m, | |
3163 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3164 control/system/sysdup.m, control/system/sysgetsignals.m, |
3165 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3166 control/system/sysmult.m, control/system/sysout.m, |
3167 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3168 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3169 control/system/syssub.m, control/system/sysupdate.m, |
3170 control/system/tf.m, control/system/tf2ss.m, | |
3171 control/system/tf2sys.m, control/system/tfout.m, | |
3172 control/system/zp.m, control/system/zp2ss.m, | |
3173 control/system/zp2sys.m, control/system/zp2tf.m, | |
3174 control/system/zpout.m, control/util/__outlist__.m, | |
3175 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3176 control/util/prompt.m, control/util/sortcom.m, | |
3177 control/util/zgfmul.m, control/util/zgfslv.m, | |
3178 control/util/zginit.m, control/util/zgreduce.m, | |
3179 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3180 |
7130 | 3181 2007-11-08 David Bateman <dbateman@free.fr> |
3182 | |
3183 * plot/quiver.m: Fix arrowheads. | |
3184 | |
7128 | 3185 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3186 | |
3187 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3188 Handle "rows" argument. New tests. |
7128 | 3189 (cell_ismember): New function. |
3190 | |
7127 | 3191 2007-11-07 John W. Eaton <jwe@octave.org> |
3192 | |
3193 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3194 control/base/__stepimp__.m, control/base/are.m, | |
3195 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3196 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3197 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3198 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3199 control/base/ltifr.m, control/base/nichols.m, | |
3200 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3201 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3202 Style fixes. | |
3203 | |
7125 | 3204 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3205 | |
3206 * control/base/bode_bounds.m, control/base/dgram.m, | |
3207 control/base/dlyap.m, control/base/freqchkw.m, | |
3208 control/base/gram.m, control/base/place.m, | |
3209 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3210 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3211 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3212 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3213 control/system/sysgettype.m, control/system/sysreorder.m, | |
3214 control/system/tf2sys.m, control/system/zp2tf.m, | |
3215 control/util/axis2dlim.m, control/util/swap.m, | |
3216 control/util/zgfmul.m, control/util/zgfslv.m, | |
3217 control/util/zginit.m, control/util/zgreduce.m, | |
3218 control/util/zgrownorm.m, control/util/zgscal.m, | |
3219 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3220 geometry/inpolygon.m, linear-algebra/housh.m, | |
3221 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3222 miscellaneous/run.m, quaternion/qconj.m, | |
3223 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3224 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3225 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3226 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3227 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3228 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3229 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3230 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3231 statistics/distributions/empirical_cdf.m, | |
3232 statistics/distributions/empirical_inv.m, | |
3233 statistics/distributions/empirical_pdf.m, | |
3234 statistics/models/logistic_regression_derivatives.m, | |
3235 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3236 | |
7118 | 3237 2007-11-07 David Bateman <dbateman@free.fr> |
3238 | |
7120 | 3239 * general/gradient.m: Correctly convert deltax and deltay scalar |
3240 values are scalars to vectors. | |
3241 | |
7119 | 3242 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3243 the meshc.m function. | |
3244 * plot/meshc.m: Also use the surface function. | |
3245 | |
7120 | 3246 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3247 * plot/Makefile.in (SOURCES): Add them to the list. |
3248 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3249 | |
7117 | 3250 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3251 | |
3252 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3253 | |
7115 | 3254 2007-11-07 John W. Eaton <jwe@octave.org> |
3255 | |
3256 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
3257 the data limits are infinite. | |
3258 (get_data_limits): Don't do anything if xdat or tx are empty. | |
3259 (get_axis_limits): Don't do anything if min_val or max_val are | |
3260 infinite. | |
3261 | |
7112 | 3262 2007-11-06 David Bateman <dbateman@free.fr> |
3263 | |
3264 * plot/hist.m: Pass any additional arguments to bar for | |
3265 treatment. Create a default x value that is always a vector. | |
3266 | |
7111 | 3267 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
3268 | |
3269 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
3270 when calling ./configure and add quotes to preserve spaces. | |
7109 | 3271 |
3272 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
3273 | |
3274 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
3275 New files. | |
3276 * plot/mesh.m: Call surface to do the real work. | |
3277 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
3278 properties. | |
3279 | |
3280 * image/colormap.m: Also return current colormap if nargout and | |
3281 nargin are both 0. | |
3282 | |
7106 | 3283 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
3284 | |
3285 * startup/inputrc: Delete key bindings starting with \340 code. | |
3286 | |
7112 | 3287 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 3288 |
3289 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
3290 to avoid issues of over- and underflow. From Rolf Fabian | |
3291 <Rolf.Fabian@gmx.de>. | |
3292 | |
7097 | 3293 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
3294 | |
3295 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
3296 help texts. | |
3297 | |
7096 | 3298 2007-11-02 Kai Habel <kai.habel@gmx.de> |
3299 | |
3300 * plot/bar.m, plot/barh.m: Doc fix. | |
3301 | |
7094 | 3302 2007-10-31 John W. Eaton <jwe@octave.org> |
3303 | |
3304 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
3305 | |
7086 | 3306 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
3307 | |
3308 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
3309 objects and legend objects are implemented with a separate axes | |
3310 object. | |
3311 | |
7078 | 3312 2007-10-30 David Bateman <dbateman@free.fr> |
3313 | |
7081 | 3314 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
3315 | |
7078 | 3316 * plot/__go_draw_axes__.m (do_linestyle_command): |
3317 Use point type 0 for ".". | |
3318 | |
7073 | 3319 2007-10-26 John W. Eaton <jwe@octave.org> |
3320 | |
7074 | 3321 * image/imshow.m: Improve compatibility. |
3322 * image/image.m: Return handle if nargou > 0. | |
3323 | |
7073 | 3324 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3325 | |
7069 | 3326 2007-10-25 John W. Eaton <jwe@octave.org> |
3327 | |
3328 * miscellaneous/compare_versions.m: Style fixes. | |
3329 | |
7060 | 3330 2007-10-24 John W. Eaton <jwe@octave.org> |
3331 | |
7061 | 3332 * image/saveimage.m: Use functional form of save instead of eval. |
3333 Use -text instead of -ascii. | |
3334 | |
7060 | 3335 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3336 | |
7054 | 3337 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3338 | |
3339 * plot/legend.m: Also extract location string from varargin (lost | |
3340 when 2007-10-08 patch was applied). | |
3341 | |
7049 | 3342 2007-10-23 David Bateman <dbateman@free.fr> |
3343 | |
3344 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3345 miscellaneous/what.m: New functions | |
3346 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3347 functions. | |
3348 | |
7045 | 3349 2007-10-22 David Bateman <dbateman@free.fr> |
3350 | |
3351 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3352 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3353 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3354 | |
7042 | 3355 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3356 | |
3357 * plot/contourf.m: New function. | |
3358 * plot/Makefile.in (SOURCES): Add it to the list. | |
3359 | |
7040 | 3360 2007-10-19 John W. Eaton <jwe@octave.org> |
3361 | |
3362 * plot/subplot.m: Doc fix. | |
3363 | |
7039 | 3364 2007-10-19 David Bateman <dbateman@free.fr> |
3365 | |
7041 | 3366 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 3367 |
7037 | 3368 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
3369 | |
3370 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
3371 output. | |
3372 | |
7031 | 3373 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
3374 | |
3375 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
3376 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
3377 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
3378 control/system/syssetsignals.m, control/base/lqg.m, | |
3379 strings/str2double.m, control/system/sysscale.m, | |
3380 control/hinf/hinfdemo.m, general/cplxpair.m: | |
3381 Make help text fit on pages when using smallbook. | |
3382 | |
7028 | 3383 2007-10-15 David Bateman <dbateman@free.fr> |
3384 | |
7032 | 3385 * plot/print.m: Call drawnow before printing to ensure the plot is |
3386 on the screen. | |
3387 | |
7028 | 3388 * testfun/test.m: In error/warning blocks test for an error before |
3389 a warning to avoid unexpected failures. | |
3390 | |
7027 | 3391 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3392 | |
3393 * testfun/assert.m: Correct documentation of absolution versus | |
3394 relative error tolerance and add tests. | |
3395 | |
7024 | 3396 2007-10-14 David Bateman <dbateman@free.fr> |
3397 | |
3398 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3399 src directory. | |
3400 * plot/Makefile.in (SOURCES): Add fill.m. | |
3401 | |
7020 | 3402 2007-10-13 David Bateman <dbateman@free.fr> |
3403 | |
3404 * plot/__patch__.m: Allow multiple patches to be defined and | |
3405 return a single patch object. Allow Faces/Vertices form of | |
3406 patch. Flag failure so the patch can call print_usage. | |
3407 * plot/patch.m: Update help string for Faces/Vertices | |
3408 call. Respect the fail flag returned by __patch__. Add demo code | |
3409 that tests the functionality of patch. | |
3410 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3411 patch object. | |
3412 * plot/fill.m: New function. | |
3413 | |
7016 | 3414 2007-10-12 John W. Eaton <jwe@octave.org> |
3415 | |
3416 * Change copyright notices in all files that are part of Octave to | |
3417 GPLv3 or any later version. | |
3418 | |
7012 | 3419 2007-10-11 John W. Eaton <jwe@octave.org> |
3420 | |
3421 * plot/__go_draw_axes__.m (get_axis_limits): | |
3422 Return lim = [] if logscale and no positive values. | |
3423 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3424 Set initial min and min positive values to Inf, max values to -Inf. | |
3425 (get_data_limits): Correctly handle xminp when no positive values | |
3426 are found. | |
3427 | |
7011 | 3428 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3429 | |
3430 * polynomial/residue.m: New optional input for pole multiplicity. | |
3431 Doc fix. Fix tests. | |
3432 | |
7010 | 3433 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3434 | |
3435 * toplev.cc (Foctave_config_info): Add field "mac". | |
3436 | |
3437 * miscellaneous/ismac.m: New function. | |
3438 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3439 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3440 | |
7009 | 3441 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3442 | |
3443 * statistics/distributions/hygernd.m: Allow size to be specified | |
3444 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3445 scalars or matrices of a common size. | |
3446 | |
7007 | 3447 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3448 | |
3449 * control/csrefcard.lt, control/system/is_detectable.m, | |
3450 control/system/sysgroup.m, geometry/voronoin.m, | |
3451 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3452 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3453 statistics/distributions/binornd.m, | |
3454 statistics/distributions/cauchy_rnd.m, | |
3455 statistics/distributions/chi2rnd.m, | |
3456 statistics/distributions/discrete_rnd.m, | |
3457 statistics/distributions/exprnd.m, | |
3458 statistics/distributions/frnd.m, | |
3459 statistics/distributions/gamrnd.m, | |
3460 statistics/distributions/geornd.m, | |
3461 statistics/distributions/laplace_rnd.m, | |
3462 statistics/distributions/logistic_rnd.m, | |
3463 statistics/distributions/lognrnd.m, | |
3464 statistics/distributions/nbinrnd.m, | |
3465 statistics/distributions/normrnd.m, | |
3466 statistics/distributions/poissrnd.m, | |
3467 statistics/distributions/stdnormal_rnd.m, | |
3468 statistics/distributions/trnd.m, | |
3469 statistics/distributions/unifrnd.m, | |
3470 statistics/distributions/wblrnd.m: Spelling fixes. | |
3471 | |
7005 | 3472 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3473 | |
3474 * time/tic.m: New optional output value. | |
3475 | |
3476 * general/int2str.m: Doc fix. | |
3477 | |
7002 | 3478 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3479 | |
3480 * statistics/distributions/hygecdf.m, | |
3481 statistics/distributions/hygeinv.m, | |
3482 statistics/distributions/hygepdf.m, | |
3483 statistics/distributions/hygernd.m: | |
3484 Swap order of T and M args for compatibility. | |
3485 | |
7001 | 3486 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3487 | |
3488 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3489 control/system/buildssic.m, control/system/c2d.m, | |
3490 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3491 control/system/ss2sys.m, control/system/ss2tf.m, | |
3492 control/system/syscont.m, control/system/sysdimensions.m, | |
3493 control/system/sysdisc.m, control/system/sysmult.m, | |
3494 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3495 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3496 general/interp1.m, general/interp2.m, general/interp3.m, | |
3497 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3498 general/rat.m, general/structfun.m, general/trapz.m, | |
3499 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3500 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3501 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3502 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3503 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3504 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3505 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3506 statistics/base/meansq.m, statistics/base/var.m, | |
3507 statistics/tests/chisquare_test_independence.m, | |
3508 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3509 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3510 testfun/test.m: Spelling fixes. | |
3511 | |
6998 | 3512 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3513 | |
3514 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3515 | |
6997 | 3516 2007-10-10 John W. Eaton <jwe@octave.org> |
3517 | |
3518 * general/num2str.m: Always allow for sign for automatically | |
3519 computed format widths. | |
3520 | |
6988 | 3521 2007-10-09 David Bateman <dbateman@free.fr> |
3522 | |
3523 * plot/patch.m: Accept a handle as the first argument. | |
3524 | |
6987 | 3525 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3526 | |
7010 | 3527 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3528 |
6985 | 3529 2007-10-09 John W. Eaton <jwe@octave.org> |
3530 | |
3531 * audio/wavwrite.m: Accept arguments in compatible order. | |
3532 | |
6979 | 3533 2007-10-08 David Bateman <dbateman@free.fr> |
3534 | |
3535 * general/interp2.m: Relax test for values outside the grid to | |
3536 allow monotonically decreasing abscissa as well. | |
3537 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3538 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3539 |
3540 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3541 as output parameter. | |
3542 | |
6977 | 3543 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3544 | |
3545 * plot/__go_draw_axes__.m, plot/legend.m: | |
3546 Handle compatible position specifiers as strings. | |
3547 | |
6975 | 3548 2007-10-08 John Swensen <jpswensen@comcast.net> |
3549 | |
3550 * general/num2str.m: Eliminate extra whitespace in output. | |
3551 * strings/strtrim.m: New function. | |
3552 * strings/Makefile.in (SOURCES): Add it to the list. | |
3553 | |
6968 | 3554 2007-10-06 John W. Eaton <jwe@octave.org> |
3555 | |
3556 * polynomial/residue.m: New test from test/test_poly.m. | |
3557 | |
6967 | 3558 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3559 | |
3560 * image/saveimage.m: Handle saving color images without a colormap. | |
3561 * image/__img_via_file__.m: Add missing semicolon. | |
3562 | |
3563 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3564 | |
7010 | 3565 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3566 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3567 | |
6965 | 3568 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3569 | |
3570 * plot/print.m: Handle svg output type. Accept new -S option to | |
3571 specify size for PNG and SVG output types. | |
3572 | |
3573 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3574 |
3575 * polynomial/mpoles.m: New function. | |
3576 * polynomial/residue.m: Modified to behave in reciprocal | |
3577 manner. No longer compute 4th output, "e". No longer accept | |
3578 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3579 Respect maximum relative difference in poles when determining | |
3580 their multiplicity. Use mpoles to determine the multiplicity of | |
3581 poles. | |
3582 | |
6963 | 3583 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3584 | |
3585 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3586 for surface plots. | |
3587 | |
6962 | 3588 2007-10-05 John W. Eaton <jwe@octave.org> |
3589 | |
3590 * plot/__next_line_color__.m: Get color_rotation from axes | |
3591 colororder property. | |
3592 | |
6953 | 3593 2007-10-03 John W. Eaton <jwe@octave.org> |
3594 | |
6955 | 3595 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3596 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3597 | |
6953 | 3598 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3599 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3600 special for __vnorm__. | |
3601 | |
6951 | 3602 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3603 | |
6952 | 3604 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3605 |
6950 | 3606 2007-10-03 David Bateman <dbateman@free.fr> |
3607 | |
3608 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3609 if a file is architecture dependent based on a list of file | |
3610 extensions. | |
3611 (configure_make): Simplify the search for architecture dependent | |
3612 files based on this function. | |
3613 (load_pakages_and_dependencies): Also look for bin directory in | |
3614 the architecture dependent directory. | |
3615 | |
6947 | 3616 2007-10-03 John W. Eaton <jwe@octave.org> |
3617 | |
3618 * miscellaneous/dir.m: Create empty struct with field names. | |
3619 Include datenum in struct. | |
3620 | |
6943 | 3621 2007-10-02 David Bateman <dbateman@free.fr> |
3622 | |
3623 * miscellaneous/ls.m: If nargout return string array of files | |
3624 returned by ls. | |
3625 | |
6942 | 3626 2007-10-01 John W. Eaton <jwe@octave.org> |
3627 | |
3628 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3629 range values. | |
3630 | |
6937 | 3631 2007-10-01 David Bateman <dbateman@free.fr> |
3632 | |
7010 | 3633 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3634 speed with small vectors. |
6937 | 3635 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3636 rather than OCTAVE_HOME(). | |
3637 | |
6935 | 3638 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3639 | |
3640 * plot/findobj.m: New function. | |
3641 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3642 | |
6925 | 3643 2007-09-26 David Bateman <dbateman@free.fr> |
3644 | |
3645 * pkg/pkg.m: Add second argument to setting for prefix for | |
3646 architecture dependent files. Use throughout. | |
3647 (pkg:issuperuser): New function, use through to check for | |
3648 root user. | |
3649 (pkg:getarchprefix): function to give the archiecture dependent | |
3650 prefix for a package. | |
3651 (pkg:getarchdir): New function giving location of architetcure | |
3652 dependent directory. Use through out. | |
3653 (pkg:install): Treat architecture dependent directory separately | |
3654 as in might not be a sub-directory of the package directory. | |
3655 (pkg:uninstall): ditto. | |
3656 (pkg:create_pkgadddel): Check for global or local install for | |
3657 architecture dependent directory. | |
3658 (pkg:finish_installation): ditto. | |
3659 (pkg:write_INDEX): ditto. | |
3660 (pkg:load_packages_and_dependencies): ditto. | |
3661 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3662 files to a new location if user is root. | |
3663 (pkg:rm_rf): Check if file or directory exists before removing. | |
3664 (pkg:dirempty): Check if directory exists before checking. | |
3665 | |
3666 * plot/___patch__.m: Allow face colors to be passed as strings | |
3667 | |
3668 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3669 needed for calls to "hold" without an argument. | |
3670 | |
6920 | 3671 2007-09-21 John W. Eaton <jwe@octave.org> |
3672 | |
6921 | 3673 * optimization/sqp.m: Fix typo. |
3674 | |
6920 | 3675 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3676 | |
6919 | 3677 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3678 | |
3679 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3680 | |
6918 | 3681 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3682 | |
3683 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3684 unidpdf.m and unidinv.m | |
3685 | |
6914 | 3686 2007-09-18 John W. Eaton <jwe@octave.org> |
3687 | |
3688 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3689 (do_tics_1): Set numeric axes formats to "%.15g". | |
3690 | |
6912 | 3691 2007-09-18 David Bateman <dbateman@free.fr> |
3692 | |
3693 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3694 of %g when writing data. | |
3695 | |
6908 | 3696 2007-09-17 John W. Eaton <jwe@octave.org> |
3697 | |
3698 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3699 | |
6903 | 3700 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3701 | |
3702 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3703 noninteger N with N-K < 1. | |
3704 | |
6901 | 3705 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3706 | |
3707 * strings/index.m: Correct for strings differing after the third | |
3708 position (bug reported by Maude Martin). | |
3709 | |
6895 | 3710 2007-09-13 John W. Eaton <jwe@octave.org> |
3711 | |
3712 * plot/__default_colormap__.m: Delete. | |
3713 * plot/Makefile (SOURCES): Remove from the list. | |
3714 | |
6898 | 3715 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3716 | |
3717 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3718 | |
6885 | 3719 2007-09-10 David Bateman <dbateman@free.fr> |
3720 | |
3721 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3722 limit the selection of colors in the same way as for lines. | |
3723 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3724 column. | |
3725 * plot/__bar__.m: Adapt to use "patch". | |
3726 | |
6870 | 3727 2007-09-06 John W. Eaton <jwe@octave.org> |
3728 | |
3729 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3730 (init_plot_stream): Split from open_plot_stream. | |
3731 * plot/print.m: Accept -debug=FILE argument. | |
3732 | |
6868 | 3733 2007-09-06 David Bateman <dbateman@free.fr> |
3734 | |
7010 | 3735 * general/celldisp.m: New function. |
3736 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3737 * miscellaneous/swapbytes.m: New function. | |
3738 * miscellaneous/gzip.m: New function. | |
3739 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3740 |
6863 | 3741 2007-09-05 David Bateman <dbateman@free.fr> |
3742 | |
7010 | 3743 * general/structfun.m: New function. |
3744 * general/Makefile.in (SOURCES): Add it to sources. | |
3745 * miscellaneous/run.m: New function. | |
3746 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3747 * statistics/base/mode.m: New function. | |
3748 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3749 |
6862 | 3750 2007-09-05 John W. Eaton <jwe@octave.org> |
3751 | |
3752 * miscellaneous/orderfields.m: Use numel instead of length. | |
3753 | |
3754 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3755 | |
3756 * miscellaneous/orderfields.m: Handle empty structs. | |
3757 | |
6861 | 3758 2007-09-05 John W. Eaton <jwe@octave.org> |
3759 | |
3760 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3761 DATA_IDX. | |
3762 | |
3763 2007-09-04 David Bateman <dbateman@free.fr> | |
3764 | |
3765 * general/isdir.m: Return a logical value. | |
3766 | |
6859 | 3767 2007-09-04 David Bateman <dbateman@free.fr> |
3768 | |
3769 * statistics/distributions/chi2pdf.m, | |
3770 statistics/distributions/chi2cdf.m, | |
3771 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3772 distribution functions to account for inverse of scale factor in | |
3773 gamma functions. | |
3774 | |
6857 | 3775 2007-09-01 John W. Eaton <jwe@octave.org> |
3776 | |
3777 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3778 | |
6853 | 3779 2007-09-01 David Bateman <dbateman@free.fr> |
3780 | |
3781 * polynomial/polyint.m: New function like polyinteg but with | |
3782 explicit integration constant. | |
3783 * polynomial/polyinteg.m: Remove. | |
3784 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3785 polyinteg.m. | |
3786 * deprecated/polyinteg.m: Move version here. | |
3787 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3788 | |
6852 | 3789 * geometry/voronoi.m: Add large box around data to get a good |
3790 approximation of the rays to infinity. | |
3791 | |
6851 | 3792 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3793 | |
3794 * plot/axes.m: Allow parent to be specified when creating axes | |
3795 objects. Support non-figure parents. | |
3796 | |
3797 2007-08-31 John W. Eaton <jwe@octave.org> | |
3798 | |
3799 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3800 | |
6850 | 3801 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3802 | |
7010 | 3803 * polynomial/polygcd.m: Better layout of example. |
3804 * polynomial/compan.m: Remove unnecessary check. | |
3805 * polynomial/roots.m: Added example to help text. | |
3806 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3807 * polynomial/poly.m: Added example to help text. | |
6850 | 3808 |
6848 | 3809 2007-08-30 John W. Eaton <jwe@octave.org> |
3810 | |
3811 * optimization/qp.m: Increase maxit to 200. | |
3812 | |
6847 | 3813 2007-08-30 David Bateman <dbateman@free.fr> |
3814 | |
3815 * geometry/inpolygon.m: New file. | |
3816 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3817 | |
6843 | 3818 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3819 | |
3820 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3821 | |
6829 | 3822 2007-08-24 David Bateman <dbateman@free.fr> |
3823 | |
3824 * plot/__go_draw_axes__.m: Treat text color property. | |
3825 | |
6828 | 3826 2007-08-24 John W. Eaton <jwe@octave.org> |
3827 | |
3828 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3829 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3830 | |
3831 * miscellaneous/movefile.m: Separate second and third args and | |
3832 use p1 and p2, not f1 and f2 when constructing arguments for | |
3833 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3834 | |
6825 | 3835 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3836 | |
3837 * set/intersect.m: Make it work with cell arrays of strings. | |
3838 | |
6823 | 3839 2007-08-24 David Bateman <dbateman@free.fr> |
3840 | |
7010 | 3841 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3842 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3843 functions ported from octave-forge. | |
7010 | 3844 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3845 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3846 geometry/triplot.m, geometry/tsearchn.m: | |
3847 New functions. | |
7010 | 3848 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3849 * geometry/Makefile.in (SOURCES): Add functions above. | |
3850 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3851 |
6820 | 3852 2007-08-23 John W. Eaton <jwe@octave.org> |
3853 | |
3854 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3855 variable name. | |
3856 | |
3857 2007-08-23 David Bateman <dbateman@free.fr> | |
3858 | |
3859 * plot/plot.m: Allow first arg to be axes handle. | |
3860 | |
6818 | 3861 2007-08-22 David Bateman <dbateman@free.fr> |
3862 | |
3863 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3864 outputs are returned only if requested. | |
3865 | |
3866 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3867 | |
3868 * control/base/nichols.m: Fix typo. | |
3869 | |
6813 | 3870 2007-08-13 John W. Eaton <jwe@octave.org> |
3871 | |
3872 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3873 | |
6809 | 3874 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3875 | |
3876 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3877 use axes position in each appropriate gnuplot set statement. | |
3878 | |
6808 | 3879 2007-08-10 John W. Eaton <jwe@octave.org> |
3880 | |
3881 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3882 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3883 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3884 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3885 | |
6807 | 3886 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3887 | |
3888 * plot/patch.m, plot/__patch__.m: New files. | |
3889 * plot/Makefile.in (SOURCES): Add them to the list. | |
3890 | |
3891 2007-08-07 John W. Eaton <jwe@octave.org> | |
3892 | |
3893 * path/savepath.m: Use single quotes for argument to PATH command | |
3894 that is inserted in file. | |
3895 | |
6805 | 3896 2007-07-27 John W. Eaton <jwe@octave.org> |
3897 | |
3898 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3899 not set in the environment. | |
3900 | |
6796 | 3901 2007-07-25 David Bateman <dbateman@free.fr> |
3902 | |
3903 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3904 control/base/Makefile.in, control/hinf/Makefile.in, | |
3905 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3906 control/util/Makefile.in, deprecated/Makefile.in, | |
3907 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3908 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3909 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3910 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3911 polynomial/Makefile.in, quaternion/Makefile.in, | |
3912 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3913 specfun/Makefile.in, special-matrix/Makefile.in, | |
3914 startup/Makefile.in, statistics/Makefile.in, | |
3915 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3916 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3917 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3918 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3919 | |
6795 | 3920 2007-07-25 John W. Eaton <jwe@octave.org> |
3921 | |
3922 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3923 | |
6793 | 3924 2007-07-24 David Bateman <dbateman@free.fr> |
3925 | |
3926 * image/flag.m: New colormap function. | |
3927 * images/Makefile.in: Include it in SOURCES. | |
3928 | |
3929 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3930 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3931 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3932 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3933 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3934 number of colormap elements as the other colormap functions. | |
3935 | |
6790 | 3936 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3937 | |
3938 * plot/__go_draw_axes__.m: Handle patch. | |
3939 | |
6788 | 3940 2007-07-23 David Bateman <dbateman@free.fr> |
3941 | |
3942 * general/rat.m: New function for ration approximation imported | |
3943 from octave-forge. | |
3944 * general/del2.m: New function for discrete laplacian operator. | |
3945 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3946 | |
3947 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3948 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3949 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3950 image/winter.m, image/brighten.m: Port image functions from | |
3951 octave-forge. | |
3952 * image/Makefile.in: Add ported functions to SOURCES. | |
3953 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3954 compatibility with matlab. | |
3955 | |
3956 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3957 octave-forge | |
3958 * plot/Makefile.in: Add ported functions to SOURCES. | |
3959 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3960 using gnuplot 4.2 or greater. | |
3961 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3962 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3963 |
3964 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3965 | |
6781 | 3966 2007-07-19 David Bateman <dbateman@free.fr> |
3967 | |
3968 * plot/fplot.m: More compatible version. | |
3969 | |
6780 | 3970 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3971 | |
3972 * plot/clf.m: Check for valid handle before deleting. | |
3973 | |
3974 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3975 __go_figure__ instead of using regular "set" call. | |
3976 | |
6779 | 3977 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3978 | |
3979 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3980 type for gnuplot. | |
3981 | |
6778 | 3982 2007-07-18 John W. Eaton <jwe@octave.org> |
3983 | |
3984 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3985 gnuplot for each set of axes. | |
3986 | |
6777 | 3987 2007-07-18 David Bateman <dbateman@free.fr> |
3988 | |
6778 | 3989 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3990 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3991 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3992 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3993 Use standard scale factor rather than one on the scale factor for | |
3994 compatibility. | |
3995 | |
3996 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3997 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3998 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3999 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4000 Preserve backward compatibility. | |
6777 | 4001 |
6776 | 4002 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4003 | |
4004 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4005 to avoid issues with regexp special characters in the path strings. | |
4006 | |
6770 | 4007 2007-07-06 David Bateman <dbateman@free.fr> |
4008 | |
6778 | 4009 * general/accumarray.m: New function to create an array by |
4010 accumulating the elements. | |
6770 | 4011 |
6768 | 4012 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4013 | |
4014 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4015 (fdjac): Set nx outside of if block. | |
4016 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4017 | |
6765 | 4018 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4019 | |
4020 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4021 | |
4022 * plot/axis.m: Also set "visible" property when setting axes to | |
4023 on/off. | |
4024 | |
6762 | 4025 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4026 | |
4027 * image/colormap.m: Only return colormap if nargout > 0. | |
4028 Mark as command. | |
4029 | |
6758 | 4030 2007-06-25 John W. Eaton <jwe@octave.org> |
4031 | |
4032 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4033 strcmp for selected property comparisons. | |
4034 | |
6756 | 4035 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
4036 | |
6778 | 4037 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4038 |
6754 | 4039 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4040 | |
4041 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4042 | |
6756 | 4043 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4044 |
6778 | 4045 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4046 argument, and note that the data should be sorted for the |
4047 definition of the median to be correct. | |
4048 | |
6778 | 4049 * statistics/base/std.m: Add missing square to definition of |
6754 | 4050 standard deviation. |
4051 | |
6778 | 4052 * statistics/base/cov.m: Add definition of covariance to the help text. |
4053 | |
4054 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4055 statistics/base/std.m: |
4056 Note that \bar{x} is the mean value of x in the help text. | |
4057 | |
6778 | 4058 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4059 coefficient to the help text. |
4060 | |
6778 | 4061 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4062 | |
4063 * statistics/base/var.m: Put N in @math in help text. | |
4064 | |
4065 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4066 statistics/tests/kolmogorov_smirnov_test.m: |
4067 Write about possible values of 'dist' in help text. | |
4068 | |
6778 | 4069 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4070 Add definition of correlation to the help text. |
4071 | |
6778 | 4072 * statistics/base/logit.m, statistics/base/kendall.m, |
4073 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4074 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4075 TeXification of help text. | |
4076 | |
4077 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4078 | |
4079 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4080 Add missing @var's to help text. | |
4081 | |
4082 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4083 | |
4084 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4085 of help text. | |
4086 | |
4087 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4088 help text. | |
4089 | |
4090 * statistics/distributions/unidpdf.m, | |
4091 statistics/distributions/discrete_pdf.m: | |
4092 Replace 'pDF' with 'PDF' in help text. | |
4093 | |
6753 | 4094 2007-06-25 John W. Eaton <jwe@octave.org> |
4095 | |
4096 * strings/substr.m: Use offset consistently in code and doc string. | |
4097 From Rafael Laboissiere <rafael@debian.org>. | |
4098 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4099 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4100 |
6778 | 4101 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4102 |
6751 | 4103 2007-06-25 John W. Eaton <jwe@octave.org> |
4104 | |
4105 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4106 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4107 <juhani@cs.joensuu.fi>. | |
4108 | |
6748 | 4109 2007-06-20 John W. Eaton <jwe@octave.org> |
4110 | |
6749 | 4111 * strings/index.m: Allow strings to be empty. |
4112 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4113 | |
6748 | 4114 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4115 | |
6747 | 4116 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4117 | |
4118 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4119 separate matrices. | |
4120 | |
6746 | 4121 2007-06-19 David Bateman <dbateman@free.fr> |
4122 | |
4123 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4124 only ";;" legend syntax. | |
4125 * polynomial/mkpp.m: ditto. | |
4126 * polynomial/pchip.m: ditto. | |
4127 * signal/freqz_plot.m: ditto. | |
4128 * sparse/gplot.m: ditto. | |
4129 * sparse/treeplot.m: ditto. | |
4130 | |
6745 | 4131 2007-06-19 John W. Eaton <jwe@octave.org> |
4132 | |
4133 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4134 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4135 | |
6742 | 4136 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4137 | |
6778 | 4138 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4139 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4140 to check for NA. | |
4141 | |
6741 | 4142 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4143 | |
6778 | 4144 * optimization/glpk.m: TeXified the help text. |
4145 * optimization/qp.m: TeXified the help text. | |
4146 * optimization/sqp.m: TeXified the help text. | |
6741 | 4147 |
6740 | 4148 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
4149 | |
6778 | 4150 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4151 |
6738 | 4152 2007-06-15 John W. Eaton <jwe@octave.org> |
4153 | |
4154 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4155 have_newer_gnuplot is true. | |
4156 | |
6736 | 4157 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4158 | |
6778 | 4159 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4160 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4161 to 90, all others 0. |
4162 | |
6778 | 4163 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4164 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4165 get_data_limits. |
6778 | 4166 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4167 called by __errplot__. |
4168 | |
6730 | 4169 2007-06-15 John W. Eaton <jwe@octave.org> |
4170 | |
4171 * testfun/test.m: Also return number of expected failures. | |
4172 | |
6724 | 4173 2007-06-14 John W. Eaton <jwe@octave.org> |
4174 | |
6730 | 4175 * set/ismember.m: Mark two tests known to fail with xtest. |
4176 | |
6724 | 4177 * plot/__go_draw_axes__.m: Handle text rotation property. |
4178 | |
6728 | 4179 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4180 | |
4181 * testfun/test.m: Add xtest support for tests known to fail. | |
4182 | |
6727 | 4183 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4184 | |
4185 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4186 epslatexstandalone terminals. | |
4187 | |
6721 | 4188 2007-06-14 David Bateman <dbateman@free.fr> |
4189 | |
4190 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4191 as permutation of results was incorrect. | |
4192 * general/interp1.m: Add demo on second derivative | |
4193 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4194 call. Add 3D demo. Fix typos |
4195 * general/interp3.m: Fix typos. Correct permutation for use of | |
4196 interpn. | |
6721 | 4197 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4198 | |
6717 | 4199 2007-06-13 John W. Eaton <jwe@octave.org> |
4200 | |
4201 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4202 |
6706 | 4203 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4204 | |
4205 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4206 | |
6704 | 4207 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4208 | |
4209 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4210 Set have_linestyle to true if two character linestyle is found. | |
4211 | |
6702 | 4212 2007-06-12 David Bateman <dbateman@free.fr> |
4213 | |
6717 | 4214 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4215 and interpn.m. | |
4216 | |
4217 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4218 structure before using it. | |
4219 | |
4220 2007-06-12 David Bateman <dbateman@free.fr> | |
4221 | |
6704 | 4222 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4223 * general/__splinen__.m: New support function for N-dimensional |
4224 spline interpolation. | |
4225 * general/bicubic.m: Allow definition of extrapolation | |
4226 value. Adapt tests to use new graphics interface | |
4227 * general/interp2.m: Call __splinen__ for 2-D spline | |
4228 interpolation. Make the lookup table code only be called for | |
4229 linear and nearest methods. | |
4230 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4231 and spline interpolation. | |
4232 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4233 and spline interpolation. | |
6704 | 4234 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4235 |
6701 | 4236 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4237 | |
4238 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4239 | |
6699 | 4240 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
4241 | |
4242 * plot/fplot.m: If function is inline, vectorize it. | |
4243 | |
6698 | 4244 2007-06-10 David Bateman <dbateman@free.fr> |
4245 | |
4246 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4247 directory if need to, so that it fits on a line. | |
4248 | |
6695 | 4249 2007-06-07 David Bateman <dbateman@free.fr> |
4250 | |
4251 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4252 saved file so that dependent packages are loaded first, and if | |
4253 nargout==0 don't return any arguments. | |
4254 (pkg:install): Only load packages that are marked autoload after | |
4255 install. Various fixes. Save in order. | |
4256 (pkg:uninstall): Save in order | |
4257 (pkg:load_packages): Use load_package_and_dependencies to load | |
4258 packages. | |
4259 (pkg:save_order): New function to sort package list with dependent | |
4260 packages first. | |
4261 (pkg:load_packages_and_dependencies): New function to load both a | |
4262 list of packages and their dependencies. | |
4263 (pkg:load_package_dirs): New function that returns a vector of the | |
4264 indexes into the installed package list indicating the packages to | |
4265 load and the order to load them in to respect the dependencies. | |
4266 | |
6688 | 4267 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
4268 | |
4269 * plot/axes.m: Eliminate redundant else clause. | |
4270 | |
6686 | 4271 2007-06-03 David Bateman <dbateman@free.fr> |
4272 | |
4273 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 4274 * pkg/pkg.m: Protect against multiple actions being define. |
4275 | |
6683 | 4276 2007-06-01 David Bateman <dbateman@free.fr> |
4277 | |
4278 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
4279 incorporate into main pkg function. | |
4280 (pkg:install): Check for existence of files to install before | |
4281 globbing and warn the user if they don't exist. | |
4282 | |
6675 | 4283 2007-05-31 David Bateman <dbateman@free.fr> |
4284 | |
6679 | 4285 * miscellaneous/copyfile.m: Split copying of multiple files to a |
4286 directory over several copy command to limit the line length. | |
4287 * miscellaneous/movefile.m: Ditto. | |
4288 | |
6675 | 4289 * pkg.m: Add build option to allow binary Octave packages to be |
4290 built from source packages. Probe absolute path of prefix, global | |
4291 and local lists. Use strcat, rather that [] for strings. | |
4292 (pkg:build): New function to binary binary package. | |
4293 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
4294 (pkg:repackage): Package binary Octave package from installation. | |
4295 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
4296 from m-files into main installation directory. | |
4297 (pkg:shell): Suppress verbose messages from shell and only display | |
4298 them with the verbose flag. | |
4299 (pkg:installed_packages): Also include the loaded flag in the | |
4300 local and global packages. | |
4301 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
4302 flagged as loaded. | |
4303 | |
4304 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
4305 | |
4306 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
4307 with and without architecture dependent directories. | |
4308 (pkg:installed_packages): Probe the global_list file even if it is | |
4309 the same as the local_list. | |
4310 | |
6669 | 4311 2007-05-29 John W. Eaton <jwe@octave.org> |
4312 | |
4313 * sparse/spy.m: Set axis to "ij" mode. | |
4314 | |
6664 | 4315 2007-05-24 John W. Eaton <jwe@octave.org> |
4316 | |
4317 * set/ismember.m: Quote first arg of "fail" tests. | |
4318 | |
6663 | 4319 2007-05-24 David Bateman <dbateman@free.fr> |
4320 | |
6778 | 4321 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4322 |
6655 | 4323 2007-05-22 David Bateman <dbateman@free.fr> |
4324 | |
4325 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4326 error(lasterr()(8:end)). | |
4327 (pkg:install): Warning for empty packages being removed. Suppress | |
4328 spurious output. Warning rather than error for uninstalling a | |
4329 package that is not installed to avoid RPM issue. | |
4330 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4331 inst or architecture dependent directory if it exists. | |
4332 | |
6653 | 4333 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4334 | |
4335 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4336 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4337 signal/freqz.m: Fix typos. | |
4338 | |
6645 | 4339 2007-05-21 David Bateman <dbateman@free.fr> |
4340 | |
4341 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4342 force installation location. | |
4343 (rebuild): New subfunction to rebuild package database from | |
4344 installed packages. Also allows changing of autoload status | |
4345 (install): Warn use if attempting to install from non existent | |
4346 file. | |
4347 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4348 "USER", "root"))' for root test. | |
4349 | |
4350 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4351 | |
4352 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4353 and replace "\" characters with "/". | |
4354 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4355 characters with "/" throughout. | |
4356 (shell): New subfunction that wraps system and is careful with the | |
4357 shell on windows platforms. | |
4358 (configure_make): Explictly pass complier etc to configure | |
4359 process. | |
4360 (issuperuser): Force default to global install for Windows machines. | |
4361 | |
6636 | 4362 2007-05-19 Kristan Onu |
4363 | |
4364 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
4365 | |
6634 | 4366 2007-05-18 David Bateman <dbateman@free.fr> |
4367 | |
4368 * pkg/pkg.m (install): More verbosity. | |
4369 (configure_make): Ditto. | |
4370 (create_pkgadddel): Install in architecture dependent directory if | |
4371 it exists to address issues with autoload/mfilename. | |
4372 (write_INDEX): Check in archiecture dependent directories as well. | |
4373 | |
6633 | 4374 2007-05-17 David Bateman <dbateman@free.fr> |
4375 | |
4376 * plot/hbar.m: Remove. | |
4377 * plot/barh.m: and move it here. | |
4378 | |
6631 | 4379 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
4380 | |
4381 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4382 | |
6629 | 4383 2007-05-16 John W. Eaton <jwe@octave.org> |
4384 | |
4385 * general/logspace.m: Return second arg if fewer than two values | |
4386 are requested. | |
4387 | |
6619 | 4388 2007-05-14 John W. Eaton <jwe@octave.org> |
4389 | |
4390 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4391 on a new line. | |
4392 | |
6617 | 4393 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4394 | |
4395 * statistics/distributions/norminv.m, | |
4396 statistics/distributions/norminv.m, | |
4397 statistics/distributions/normpdf.m, | |
4398 statistics/distributions/normrnd.m: | |
4399 Use standard deviation, not variance. | |
4400 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4401 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4402 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4403 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4404 backward compatibility. | |
4405 | |
6616 | 4406 2007-05-14 David Bateman <dbateman@free.fr> |
4407 | |
4408 * pkg/pkg.m: Mark loaded packages with "*". | |
4409 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4410 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4411 |
4412 * miscellaneous/single.m: Doc fix. | |
4413 Convert to double instead of returning argument unchanged. | |
4414 | |
4415 * miscellaneous/doc.m: Doc fix. | |
4416 | |
4417 * miscellaneous/ver.m: Doc fix. | |
4418 Don't display information about Octave Forge. | |
4419 | |
6614 | 4420 2007-05-12 David Bateman <dbateman@free.fr> |
4421 | |
4422 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4423 install to be printed. An error in the on_uninstall script causes | |
4424 a failure to uninstall. Place oct- and mex-files in an | |
4425 architecture dependent directory. | |
4426 | |
6611 | 4427 2007-05-09 John W. Eaton <jwe@octave.org> |
4428 | |
4429 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4430 | |
6609 | 4431 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4432 | |
4433 * statistics/distributions/normcdf.m: Use standard deviation | |
4434 instead of variance for compatibility. | |
4435 | |
4436 2007-05-08 John W. Eaton <jwe@octave.org> | |
4437 | |
4438 | |
4439 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4440 | |
4441 * set/ismember.m: Always return logical values. | |
4442 | |
4443 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4444 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4445 |
4446 * general/__isequal__.m: Allow numeric values of different classes | |
4447 to compare equal. | |
4448 | |
6606 | 4449 2007-05-07 David Bateman <dbateman@free.fr> |
4450 | |
6607 | 4451 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4452 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4453 |
6605 | 4454 2007-05-02 John W. Eaton <jwe@octave.org> |
4455 | |
4456 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4457 | |
6604 | 4458 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4459 | |
4460 * contour.m: Rewrite help string. | |
4461 | |
6599 | 4462 2007-04-28 John W. Eaton <jwe@octave.org> |
4463 | |
4464 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4465 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4466 Special case nargout == 0. | |
4467 | |
6597 | 4468 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4469 | |
4470 * general/sub2ind.m: Handle empty input, add tests. | |
4471 | |
6590 | 4472 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4473 | |
4474 * plot/contourc.m: Doc fix. | |
4475 | |
6586 | 4476 2007-04-26 David Bateman <dbateman@free.fr> |
4477 | |
4478 * plot/hist.m: Partially remove previous patch. | |
4479 | |
6582 | 4480 2007-04-26 David Bateman <dbateman@free.fr> |
4481 | |
4482 * plot/hist.m: Support returning of handle | |
4483 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4484 cells. | |
4485 | |
6575 | 4486 2007-04-25 John W. Eaton <jwe@octave.org> |
4487 | |
6579 | 4488 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4489 "title \"\"", not "". | |
4490 | |
6575 | 4491 * plot/legend.m: Initialize WARNED to false. |
4492 | |
6567 | 4493 2007-04-24 John W. Eaton <jwe@octave.org> |
4494 | |
4495 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4496 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4497 |
4498 2007-04-23 John W. Eaton <jwe@octave.org> | |
4499 | |
4500 * plot/box.m: Delete extra endfunction keyword. | |
4501 | |
6560 | 4502 2007-04-23 David Bateman <dbateman@free.fr> |
4503 | |
4504 * plot/plot3.m: Call newplot. | |
4505 | |
6553 | 4506 2007-04-20 John W. Eaton <jwe@octave.org> |
4507 | |
4508 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4509 | |
6546 | 4510 2007-04-19 John W. Eaton <jwe@octave.org> |
4511 | |
4512 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4513 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4514 | |
6544 | 4515 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4516 | |
4517 * control/util/axis2dlim.m: Delete extraneous line. | |
4518 | |
6542 | 4519 2007-04-18 John W. Eaton <jwe@octave.org> |
4520 | |
4521 * specfun/factorial.m: Increase tolerance in large value test. | |
4522 | |
6540 | 4523 2007-04-18 David Bateman <dbateman@free.fr> |
4524 | |
4525 * __bar__.m: New support function for bar/hbar to support graphic | |
4526 handles, and additional arguments. | |
4527 * bar.m: Convert to use __bar__. | |
4528 * hbar.m: New function | |
4529 * hist.m: Explicitly set the width of the bar plot. | |
4530 | |
6533 | 4531 2007-04-17 John W. Eaton <jwe@octave.org> |
4532 | |
6534 | 4533 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4534 | |
6533 | 4535 * set/ismember.m: New tests. |
4536 From David Grohmann <grohmann@arlut.utexas.edu> | |
4537 | |
6532 | 4538 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4539 | |
4540 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4541 Add tests. | |
4542 | |
6527 | 4543 2007-04-16 John W. Eaton <jwe@octave.org> |
4544 | |
6528 | 4545 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4546 looks_like_copyright in src/help.cc. | |
4547 From S�ren Hauberg <soren@hauberg.org>. | |
4548 | |
6527 | 4549 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4550 | |
6526 | 4551 2007-04-13 John W. Eaton <jwe@octave.org> |
4552 | |
6527 | 4553 * optimization/sqp.m: Initialize info to 0. |
4554 | |
6526 | 4555 * optimization/qp.m: Undo previous change. |
4556 | |
6524 | 4557 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4558 | |
4559 * spdiags.m: Fixed the four-argument case to work for columns of | |
4560 length one. | |
4561 | |
6523 | 4562 2007-04-12 John W. Eaton <jwe@octave.org> |
4563 | |
4564 * optimization/qp.m: Avoid Octave indexing bug. | |
4565 | |
6521 | 4566 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4567 | |
6522 | 4568 * miscellaneous/menu.m, control/base/bddemo.m, |
4569 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4570 control/system/sysrepdemo.m: | |
4571 Adapt to page_screen_output as a function. | |
6521 | 4572 |
6518 | 4573 2007-04-11 John W. Eaton <jwe@octave.org> |
4574 | |
4575 * miscellaneous/not.m: Delete. | |
4576 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4577 | |
4578 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4579 | |
4580 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4581 that are close but not exactly equal. | |
4582 | |
6515 | 4583 2007-04-11 David Bateman <dbateman@free.fr> |
4584 | |
4585 * general/bitcmp.m: Make it work again. | |
4586 | |
6512 | 4587 2007-04-10 John W. Eaton <jwe@octave.org> |
4588 | |
4589 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4590 that are close but not exactly equal. | |
4591 | |
6511 | 4592 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4593 | |
4594 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4595 in response to a change in x limits for now. | |
4596 | |
6510 | 4597 2007-04-09 John W. Eaton <jwe@octave.org> |
4598 | |
4599 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4600 (__go_draw_axes__): Use it to write data to plot stream. | |
4601 | |
6509 | 4602 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4603 | |
4604 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4605 zeros. Set markerfacecolor property in call to plot. | |
4606 | |
6508 | 4607 2007-04-06 John W. Eaton <jwe@octave.org> |
4608 | |
4609 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4610 | |
4611 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4612 | |
4613 * plot/stem.m: Use plot instead of a series of calls to line. | |
4614 | |
6494 | 4615 2007-04-05 John W. Eaton <jwe@octave.org> |
4616 | |
6499 | 4617 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4618 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4619 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4620 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4621 | |
6496 | 4622 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4623 Use strcmpi instead of strcmp+tolower. |
6496 | 4624 Style fixes. |
4625 | |
6494 | 4626 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4627 Plotting fixes. Style fixes. | |
4628 | |
4629 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4630 Style fixes. | |
4631 | |
4632 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4633 Style fixes. | |
4634 | |
4635 * testfun/demo.m, testfun/example.m: Style fixes. | |
4636 Use "strcat (...)" instead of "[...]". | |
4637 Use format specifiers in calls to warning. | |
4638 | |
4639 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4640 Use "strcat (...)" instead of "[...]". | |
4641 Use "x(end)" instead of "x(length (x))". | |
4642 Check NA before NaN. | |
4643 Style fixes. | |
4644 | |
6473 | 4645 2007-03-29 John W. Eaton <jwe@octave.org> |
4646 | |
6474 | 4647 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4648 |
6467 | 4649 2007-03-27 John W. Eaton <jwe@octave.org> |
4650 | |
4651 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4652 control/base/Makefile.in, control/hinf/Makefile.in, | |
4653 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4654 control/util/Makefile.in, deprecated/Makefile.in, | |
4655 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4656 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4657 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4658 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4659 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4660 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4661 special-matrix/Makefile.in, startup/Makefile.in, | |
4662 statistics/Makefile.in, statistics/base/Makefile.in, | |
4663 statistics/distributions/Makefile.in, | |
4664 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4665 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4666 Use ln instead of $(LN_S) in dist target. | |
4667 | |
6465 | 4668 2007-03-27 David Bateman <dbateman@free.fr> |
4669 | |
4670 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4671 gnuplot 4.0. | |
4672 | |
6464 | 4673 2007-03-26 John W. Eaton <jwe@octave.org> |
4674 | |
4675 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4676 | |
6461 | 4677 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4678 | |
4679 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4680 plot stream and using binary data. | |
4681 | |
6459 | 4682 2007-03-26 John W. Eaton <jwe@octave.org> |
4683 | |
4684 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4685 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4686 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4687 | |
4688 2007-03-26 David Bateman <dbateman@free.fr> | |
4689 | |
6461 | 4690 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4691 | |
6459 | 4692 * plot/plot3.m: Handle line properties. |
4693 * plot/plot.m: Update docstring. | |
4694 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4695 * plot/__plt__.m: Also gather properties. | |
4696 | |
6455 | 4697 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4698 | |
4699 * testfun/assert.m: Delete special check for empty objects. | |
4700 Add test. | |
4701 | |
6453 | 4702 2007-03-26 John W. Eaton <jwe@octave.org> |
4703 | |
6454 | 4704 * plot/drawnow.m: Exit early if call is recursive. |
4705 | |
6453 | 4706 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4707 Check for Inf too. | |
4708 (__go_draw_axes__): Use get_data_limits. | |
4709 | |
6450 | 4710 2007-03-24 John W. Eaton <jwe@octave.org> |
4711 | |
6451 | 4712 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4713 send terminal setting command with title option to plot stream. | |
4714 | |
6450 | 4715 * plot/legend.m: Correctly increment index into list of children.. |
4716 | |
6434 | 4717 2007-03-23 John W. Eaton <jwe@octave.org> |
4718 | |
6448 | 4719 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4720 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4721 control/base/nyquist.m, control/base/nichols.m, | |
4722 control/base/frdemo.m, signal/freqz_plot.m, | |
4723 control/base/__stepimp__.m, control/base/bode.m, | |
4724 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4725 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4726 Update plotting code. |
4727 | |
4728 * control/base/bode.m: Unwrap phase angle. | |
4729 | |
4730 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4731 | |
4732 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4733 | |
4734 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4735 commands. | |
6446 | 4736 |
6442 | 4737 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4738 Handle numeric color specs. |
6442 | 4739 * plot/plot.m: Remove "-@" and "@" from docstring. |
4740 | |
6441 | 4741 * plot/orient.m: Fix tests to avoid creating a plot window. |
4742 | |
6440 | 4743 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4744 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4745 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4746 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4747 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4748 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4749 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4750 | |
6438 | 4751 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4752 plot, not just multiplots. | |
4753 | |
6436 | 4754 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4755 | |
6434 | 4756 * plot/contour.m: Don't call drawnow. |
4757 | |
6431 | 4758 2007-03-22 John W. Eaton <jwe@octave.org> |
4759 | |
6432 | 4760 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4761 property of each figure. | |
4762 | |
6431 | 4763 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4764 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4765 | |
4766 2007-03-21 John W. Eaton <jwe@octave.org> | |
4767 | |
4768 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4769 less than eps to 0. | |
4770 | |
6429 | 4771 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4772 |
4773 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4774 * testfun/speed.m: Documentation and example fix. |
4775 | |
6424 | 4776 2007-03-21 John W. Eaton <jwe@octave.org> |
4777 | |
4778 * plot/subplot.m: If we find an existing subplot region, set | |
4779 it to be the "currentaxes" property for the current figure. | |
6425 | 4780 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4781 |
6422 | 4782 2007-03-20 David Bateman <dbateman@free.fr> |
4783 | |
4784 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4785 | |
4786 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4787 | |
4788 * general/arrayfun.m: New function. | |
4789 | |
6418 | 4790 2007-03-20 John W. Eaton <jwe@octave.org> |
4791 | |
6419 | 4792 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4793 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4794 | |
4795 * plot/clf.m: Don't call drawnow. | |
4796 | |
6431 | 4797 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4798 |
6420 | 4799 * image/__img__.m: Maybe set yaxis to reverse for images. |
4800 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4801 images. | |
4802 | |
6418 | 4803 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4804 instead of global. Only register __go_close_all__ with atexit if |
4805 the plot stream is successfully opened. | |
6418 | 4806 |
6413 | 4807 2007-03-15 John W. Eaton <jwe@octave.org> |
4808 | |
6418 | 4809 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4810 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4811 | |
4812 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4813 | |
4814 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4815 Use numeric line types. |
6413 | 4816 |
4817 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4818 lines and larger markers. Remove key titles from line type |
4819 properties. | |
6413 | 4820 |
6405 | 4821 2007-03-14 John W. Eaton <jwe@octave.org> |
4822 | |
6412 | 4823 * plot/__axis_label__.m: Accept additional property-value pairs |
4824 and pass them to __go_text__. Simply return the handle obtained | |
4825 from __go_text__ instead of calling get on the current axis. | |
4826 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4827 Allow for extra property value pairs to be passed along. | |
4828 * plot/title.m: Implement with __axis_label__ since it does all | |
4829 that title needs to do. | |
4830 | |
6410 | 4831 * plot/clf.m: Set currentaxes property for current figure to []. |
4832 | |
6405 | 4833 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4834 | |
4835 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4836 and __plt2__, not just the last. | |
4837 | |
4838 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4839 (SOURCES_IN, GEN_M): Delete. | |
4840 (FCN_FILES): Don't include $(GEN_M). | |
4841 (all): Don't depend on $(GEN_M). | |
4842 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4843 | |
4844 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4845 | |
4846 * plot/newplot.m: Call __go_axes_init__ instead of | |
4847 __uiobject_axes_init__. | |
4848 | |
4849 * plot/mesh.m: Use __go_surface__ instead of | |
4850 __uiobject_surface_ctor__. Don't access object fields directly. | |
4851 | |
4852 * plot/line.m: Use __line__ to do actual work. | |
4853 * plot/__line__.m: New function. | |
4854 | |
4855 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4856 Use get and set instead of accessing object fields directly. | |
4857 | |
4858 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4859 handle. | |
4860 | |
4861 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4862 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4863 __uiobject_draw_figure__. | |
4864 | |
4865 * plot/clf.m: Use get instead of accessing object fields | |
4866 directly. Simply delete children. Don't set currentaxes. | |
4867 | |
4868 * plot/close.m (close_all_figures): New subfunction. | |
4869 Use it instead of getting list of figures to close from | |
4870 __uiobject_figures__. | |
4871 | |
4872 * plot/closereq.m: Simply delete the current figure. Don't set | |
4873 currentfigure. | |
4874 | |
4875 * plot/__errplot__.m: Call __line__ instead of | |
4876 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4877 directly. Don't call __uiobject_adopt__. | |
4878 | |
4879 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4880 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4881 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4882 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4883 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4884 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4885 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4886 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4887 plot/__uiobject_init_root_figure__.in, | |
4888 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4889 plot/__uiobject_root_figure_ctor__.m, | |
4890 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4891 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4892 plot/set.in: Delete. | |
6408 | 4893 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4894 |
4895 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4896 Pass "hidden" as second arg to close. | |
4897 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4898 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4899 * plot/Makefile.in (SOURCES_M): Rename in list. |
4900 | |
6405 | 4901 * image/__img__.m: Use __go_image__ to create image graphics |
4902 handle. | |
4903 | |
4904 * miscellaneous/delete.m: Call __go_delete__, not | |
4905 __uiobject_delete__. Check that arg is a graphics handle before | |
4906 calling __go_delete__. | |
4907 | |
6403 | 4908 2007-03-13 John W. Eaton <jwe@octave.org> |
4909 | |
4910 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4911 arg instead of switch statement. | |
6528 | 4912 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4913 |
4914 2007-03-12 John W. Eaton <jwe@octave.org> | |
4915 | |
4916 * miscellaneous/cast.m: New function. | |
4917 | |
4918 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4919 | |
6398 | 4920 2007-03-08 John W. Eaton <jwe@octave.org> |
4921 | |
4922 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4923 tilde expansion on target filename before passing it to the shell. | |
4924 | |
4925 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4926 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4927 | |
6396 | 4928 2007-03-08 David Bateman <dbateman@free.fr> |
4929 | |
4930 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4931 replacing slower version based on dicrete_rnd. | |
4932 | |
6392 | 4933 2007-03-07 John W. Eaton <jwe@octave.org> |
4934 | |
6395 | 4935 * control/base/rlocus.m: Update for current plotting functions. |
4936 | |
4937 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4938 | |
4939 * control/base/rlocus.m: Improve display. | |
4940 | |
4941 2007-03-07 John W. Eaton <jwe@octave.org> | |
4942 | |
4943 * plot/legend.m: Only handle positions -1:4. | |
4944 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4945 found in option string | |
4946 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4947 | |
6394 | 4948 * plot/newplot.m: Always reset next line color. |
4949 | |
6392 | 4950 * testfun/assert.m: Check that number of dimensions match before |
4951 checking dimensions. | |
4952 | |
6391 | 4953 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4954 | |
4955 * specfun/perms.m, specfun/factorial.m: Check args. | |
4956 | |
6387 | 4957 2007-03-07 John W. Eaton <jwe@octave.org> |
4958 | |
6390 | 4959 * plot/mesh.m: Call newplot before doing anything. |
4960 | |
4961 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4962 just "e". Only flush plot stream once. | |
4963 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4964 | |
6387 | 4965 * strings/blanks.m: Omit first index in assignment. |
4966 | |
6386 | 4967 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4968 | |
4969 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4970 | |
6385 | 4971 2007-03-06 David Bateman <dbateman@free.fr> |
4972 John W. Eaton <jwe@octave.org> | |
4973 | |
4974 * set/setdiff.m: Ignore "rows" for cell array args. | |
4975 Handle cellstr args. | |
4976 | |
6382 | 4977 2007-03-05 John W. Eaton <jwe@octave.org> |
4978 | |
4979 * optimization/sqp.m: Defer first call to obj_hess until after | |
4980 calling obj_fun. | |
4981 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4982 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4983 |
4984 * specfun/nchoosek.m: Fix nargin check. | |
4985 | |
6376 | 4986 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4987 | |
4988 * image/__img__.m: Don't set xlim and ylim properties. | |
4989 | |
6374 | 4990 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4991 | |
4992 * general/interp1.m: Fix *style cases for decreasing x. | |
4993 | |
6372 | 4994 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4995 | |
4996 * polynomial/roots.m: Check nargin before accessing arg. | |
4997 | |
6369 | 4998 2007-02-28 John W. Eaton <jwe@octave.org> |
4999 | |
5000 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5001 increment data_idx unless using gnuplot for display. | |
5002 | |
6368 | 5003 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5004 | |
5005 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5006 plots with images. | |
5007 * image/image.m, image/imagesc.m, image/imshow.m: | |
5008 Deprecate zoom argument. | |
5009 | |
6366 | 5010 2007-02-28 John W. Eaton <jwe@octave.org> |
5011 | |
5012 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5013 temporary file names. Keep image and colormap file ids separate. | |
5014 | |
5015 * general/interp1.m: Correctly compute min and max values when | |
5016 values are decreasing and not evenly spaced. | |
5017 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5018 | |
6365 | 5019 2007-02-27 John W. Eaton <jwe@octave.org> |
5020 | |
5021 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5022 returning an empty cell array. | |
5023 | |
6546 | 5024 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5025 |
5026 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5027 | |
6546 | 5028 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5029 |
5030 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5031 control/base/Makefile.in, control/hinf/Makefile.in, | |
5032 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5033 control/util/Makefile.in, deprecated/Makefile.in, | |
5034 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5035 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5036 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5037 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5038 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5039 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5040 special-matrix/Makefile.in, startup/Makefile.in, | |
5041 statistics/Makefile.in, statistics/base/Makefile.in, | |
5042 statistics/distributions/Makefile.in, | |
5043 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5044 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5045 Use $(LN_S) instead of ln or ln -s. | |
5046 | |
6356 | 5047 2007-02-24 David Bateman <dbateman@free.fr> |
5048 | |
5049 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5050 '\n' in FILES file. | |
6357 | 5051 (configure_make): Also install any mex files. |
6356 | 5052 |
6353 | 5053 2007-02-24 David Bateman <dbateman@free.fr> |
5054 | |
5055 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5056 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5057 | |
6351 | 5058 2007-02-23 John W. Eaton <jwe@octave.org> |
5059 | |
5060 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5061 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5062 | |
5063 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5064 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5065 | |
6349 | 5066 2007-02-23 David Bateman <dbateman@free.fr> |
5067 | |
5068 * statistics/distributions/discrete_rnd.m, | |
5069 statistics/distributions/geornd.m, | |
5070 statistics/distributions/lognnd.m, | |
5071 statistics/distributions/nbinrnd.m, | |
5072 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5073 | |
5074 * statistics/distributions/unidcdf.m, | |
5075 statistics/distributions/unidinv.m, | |
5076 statistics/distributions/unidpdf.m, | |
5077 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5078 discrete_cdf, etc. |
6349 | 5079 |
5080 * statistics/distributions/pascal_cdf.m, | |
5081 statistics/distributions/pascal_inv.m, | |
5082 statistics/distributions/pascal_pdf.m, | |
5083 statistics/distributions/pascal_rnd.m: Remove. | |
5084 * statistics/distributions/nbincdf.m, | |
5085 statistics/distributions/nbininv.m, | |
5086 statistics/distributions/nbinpdf.m, | |
5087 statistics/distributions/nbinrnd.m: Replace with matlab | |
5088 compatible functions. | |
5089 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5090 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5091 nbincdf, etc functions to implement these. | |
5092 | |
6344 | 5093 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5094 | |
5095 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5096 command and data. | |
5097 | |
5098 2007-02-22 John W. Eaton <jwe@octave.org> | |
5099 | |
5100 * miscellaneous/doc.m: If index search fails, try again without | |
5101 the index search option. | |
5102 | |
6339 | 5103 2007-02-22 David Bateman <dbateman@free.fr> |
5104 | |
6341 | 5105 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5106 | |
6340 | 5107 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5108 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5109 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5110 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5111 and randp to accelerate. | |
5112 | |
6339 | 5113 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5114 | |
6338 | 5115 2007-02-22 John W. Eaton <jwe@octave.org> |
5116 | |
5117 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5118 cache data and display after xlim and ylim have been determined. | |
5119 | |
6337 | 5120 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5121 | |
5122 * plot/__uiobject_draw_axes__.m: | |
5123 Allow multiple images to be displayed with gnuplot. | |
5124 | |
6333 | 5125 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5126 | |
5127 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5128 for versions of GLPK 4.15 and later. | |
5129 | |
6328 | 5130 2007-02-19 John W. Eaton <jwe@octave.org> |
5131 | |
5132 * plot/__uiobject_alloc__.in: If next available element in | |
5133 __uiobject_list__ is 0, grow list before doing anything else. | |
5134 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5135 first call when size of __uiobject_list__ is 0. | |
5136 | |
6323 | 5137 2007-02-16 John W. Eaton <jwe@octave.org> |
5138 | |
5139 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5140 | |
6321 | 5141 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5142 | |
5143 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5144 | |
6316 | 5145 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5146 | |
5147 * specfun/nchoosek.m: Check nargin. | |
5148 | |
6314 | 5149 2007-02-15 John W. Eaton <jwe@octave.org> |
5150 | |
6315 | 5151 * path/addpath.m, path/rmpath.m: Delete |
5152 * path/Makefile.in (SOURCES): Remove them from the list. | |
5153 | |
6314 | 5154 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5155 Delete title, xlabel, ylabel, and zlabel properties before | |
5156 reassigning. | |
5157 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5158 Don't init outerposition if "mode" is "replace". | |
5159 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5160 If axes nextplot property is replace, pass "replace" as mode arg | |
5161 to __uiobject_axes_init__. | |
5162 | |
6308 | 5163 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5164 | |
6310 | 5165 * image/imshow.m: Don't restore old colormap. |
5166 | |
6309 | 5167 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5168 * image/__img__.m: New file containing common parts of image.m and | |
5169 imshow.m. | |
6312 | 5170 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5171 * image/image.m, image/imshow.m: Call __img__. |
5172 * plot/__uiobject_draw_axes__.m: | |
5173 Handle rgb imaged data stored in 3-d arrays. | |
5174 | |
6308 | 5175 * plot/figure.m: Doc fix. |
5176 | |
6304 | 5177 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5178 | |
5179 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5180 for reading and writing data. New tests. Improve rounding. | |
5181 | |
6302 | 5182 2007-02-13 John W. Eaton <jwe@octave.org> |
5183 | |
6303 | 5184 * plot/stem.m: New file, adapted from OctPlot. |
5185 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5186 | |
6302 | 5187 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5188 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5189 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5190 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5191 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5192 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5193 plot/semilogyerr.m: Return handles to line objects. | |
5194 | |
6301 | 5195 2007-02-11 John W. Eaton <jwe@octave.org> |
5196 | |
5197 * plot/__uiobject_close_all.m: New file. | |
5198 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5199 | |
6298 | 5200 2007-02-10 John W. Eaton <jwe@octave.org> |
5201 | |
5202 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5203 * plot/__uiobject_globals__.m: Don't call mlock. | |
5204 | |
5205 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5206 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5207 before calling pclose. | |
5208 | |
6291 | 5209 2007-02-09 John W. Eaton <jwe@octave.org> |
5210 | |
6295 | 5211 * plot/subplot.m: Delete spurious call to axes. |
5212 | |
6293 | 5213 * plot/figure.m: Call drawnow for current figure before creating |
5214 or switching to a new figure. | |
5215 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5216 nargin == 0 case. | |
5217 | |
6291 | 5218 * testfun/assert.m: Try to avoid problems when comparisons involve |
5219 strange values like Inf+NaNi. | |
5220 | |
6283 | 5221 2007-02-08 John W. Eaton <jwe@octave.org> |
5222 | |
6286 | 5223 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5224 and check gnuplot_use_title_option instead of just assuming -title | |
5225 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5226 | |
6285 | 5227 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5228 | |
6284 | 5229 * audio/Makefile.in, control/base/Makefile.in, |
5230 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5231 control/system/Makefile.in, control/util/Makefile.in, | |
5232 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5233 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5234 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5235 optimization/Makefile.in, plot/Makefile.in, | |
5236 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5237 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5238 special-matrix/Makefile.in, startup/Makefile.in, | |
5239 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5240 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5241 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5242 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5243 | |
6283 | 5244 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5245 only given property list. | |
5246 | |
6278 | 5247 2007-02-07 John W. Eaton <jwe@octave.org> |
5248 | |
6280 | 5249 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5250 properties. | |
5251 | |
6278 | 5252 * plot/sombrero.m: Call box ("off") after mesh. |
5253 | |
5254 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5255 line default" commands with older versions of gnuplot. | |
5256 | |
5257 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
5258 | |
6273 | 5259 2007-02-06 John W. Eaton <jwe@octave.org> |
5260 | |
5261 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
5262 * sparse/gplot.m: Use line style - instead of 1. | |
5263 | |
6272 | 5264 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
5265 | |
5266 * plot/print.m: Avoid error message from cellidx. | |
5267 | |
5268 2007-02-05 John W. Eaton <jwe@octave.org> | |
5269 | |
5270 * plot/legend.m: Fix check for data. | |
5271 | |
6270 | 5272 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5273 | |
5274 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
5275 Always set lt and pt. | |
5276 | |
6269 | 5277 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
5278 | |
5279 * plot/contourc.m: Correctly compute X and Y. | |
5280 | |
6268 | 5281 2007-02-05 John W. Eaton <jwe@octave.org> |
5282 | |
5283 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
5284 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
5285 | |
6264 | 5286 2007-02-01 John W. Eaton <jwe@octave.org> |
5287 | |
6266 | 5288 * plot/__uiobject_draw_axes__.m: |
5289 Don't try to set axis limits unless we have data. | |
5290 | |
6264 | 5291 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
5292 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5293 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5294 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
5295 instead of of key and fmt strings. | |
5296 | |
5297 * plot/__pltopt1__.m: Greatly simplify. | |
5298 | |
5299 * plot/__next_line_color__.m: New file. | |
5300 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5301 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
5302 | |
5303 * plot/__default_plot_options__.m: New file. | |
5304 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5305 | |
5306 * plot/__plt3__.m: Delete. | |
5307 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
5308 | |
6259 | 5309 2007-01-31 John W. Eaton <jwe@octave.org> |
5310 | |
6263 | 5311 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
5312 linestyle, linewidth, marker, and markersize properties. | |
5313 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
5314 colors and widths, and line styles. | |
5315 | |
5316 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 5317 |
6261 | 5318 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
5319 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5320 | |
5321 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5322 __gnuplot_save_data__. | |
5323 | |
6259 | 5324 * image/image.m: Accept 2 args, but ignore the second for now. |
5325 | |
6258 | 5326 2007-01-30 David Bateman <dbateman@free.fr> |
5327 | |
5328 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5329 to flag a package as to be autoloaded. Add install flags -noauto, | |
5330 -auto to force autoload behavior. | |
5331 (installed_packages): Make list of installed packages unique. | |
5332 | |
6259 | 5333 2007-01-30 John W. Eaton <jwe@octave.org> |
5334 | |
5335 * Merge of changes from graphics-branch: | |
5336 | |
5337 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5338 |
5339 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5340 | |
5341 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5342 property if it exists. | |
5343 | |
6259 | 5344 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5345 |
5346 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5347 min values outside of loop over child objects. | |
5348 | |
5349 * plot/contour.m, plot/contourc.m: New files. | |
5350 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5351 | |
5352 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5353 find a gnuplot version newer than 4.0. | |
5354 * image/__img_gnuplot__.m: Delete. | |
5355 * image/image.m: Create image graphics object. | |
5356 Call newplot to setup and drawnow to finish. | |
5357 Eliminate ZOOM arg. | |
5358 | |
5359 * plot/__uiobject_draw_axes__.m: Handle image data. | |
5360 | |
5361 * plot/legend.m: Eliminate useless variable "warned". | |
5362 | |
5363 * plot/__uiobject_image_ctor__.m: New file. | |
5364 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5365 | |
5366 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
5367 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
5368 | |
5369 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
5370 | |
5371 * plot/__default_colormap__.m: New file. | |
5372 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5373 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
5374 property. | |
5375 * image/colormap.m: Use colormap property of current figure | |
5376 to store colormap instead of using persistent variable. | |
5377 Call __default_colormap__ to get default map value. | |
5378 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
5379 | |
5380 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
5381 Handle some tick mark options. | |
5382 | |
5383 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
5384 set corresponding *mode to "manual". If we set dataaspectratio, | |
5385 set dataaspectratiomode to "manual". | |
5386 | |
5387 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5388 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5389 | |
5390 * plot/axis.m: New file. | |
5391 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5392 | |
5393 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5394 set corresponding *limmode to "manual". | |
5395 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5396 Use it to compute autosclaled limits. | |
5397 Arg is now handle, not object. Change all callers. | |
5398 Compute data limits. | |
5399 | |
6259 | 5400 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5401 |
5402 * plot/drawnow: Fix visibility check for zero args. | |
5403 | |
5404 * plot/text.m: New file. | |
5405 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5406 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5407 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5408 horizontalalignment properties. | |
5409 | |
5410 * plot/figure.m: Set options for f we just constructed or were | |
5411 given as an argument, not gcf. Only return handle if nargout > 0. | |
5412 | |
5413 * plot/drawnow.m: Handle visible field for figure here. | |
5414 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5415 | |
5416 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5417 title and axis labels. | |
5418 | |
5419 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5420 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5421 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5422 * plot/view.m: New file. | |
5423 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5424 | |
5425 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5426 Call __request_drawnow__. | |
5427 | |
5428 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5429 | |
5430 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5431 Call set to set properties. Return handle instead of structure. | |
5432 Change all callers. | |
5433 | |
5434 * plot/__uiobject_axes_setr__.m: New file. | |
5435 * plot/set.in: Check for __setter__ field. | |
5436 | |
5437 * plot/__uiobject_axes_init__.in: | |
5438 Rename from plot/__uiobject_axes_init__.m. | |
5439 Include __uiobject_globals__. | |
5440 Accept handle as arg instead of structure | |
5441 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5442 from the list. | |
5443 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5444 | |
6259 | 5445 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5446 |
5447 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5448 | |
5449 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5450 initializing each global variable. | |
5451 | |
6259 | 5452 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5453 |
5454 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5455 __uiobject_figure_handles_free_list__): New global variables. | |
5456 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5457 Place unused handles on the free list. | |
5458 | |
5459 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5460 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5461 | |
5462 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5463 handles here. Return figure handle. | |
5464 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5465 | |
6259 | 5466 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5467 |
5468 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5469 data for gnuplot. | |
5470 | |
5471 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5472 files. | |
5473 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5474 (DISTFILES): Include include-globals.awk in the list. | |
5475 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5476 ($(GEN_M) : %.m : %.in): New rule. | |
5477 | |
5478 * include-globals.awk: New file. | |
5479 | |
5480 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5481 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5482 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5483 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5484 plot/__uiobject_init_root_figure__.in, | |
5485 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5486 Rename from corresponding .m files. | |
5487 | |
5488 * move-if-change: New file. | |
5489 | |
5490 * plot/__uiobject_delete__.m: New file. | |
5491 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5492 plot/__uiobject_delete_child__.m: Delete. | |
5493 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5494 not a character string. | |
5495 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5496 Fix assignment to tmp key value in loop. | |
5497 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5498 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5499 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5500 Inline code to delete children. | |
5501 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5502 __uiobject_list__. | |
5503 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5504 and free child. | |
5505 | |
6259 | 5506 2006-12-08 John W. Eaton <jwe@octave.org> |
5507 | |
5508 * plot/gcf.m: Check if the root figure object's currentfigure | |
5509 handle is empty, not 0. | |
5510 * plot/__uiobject_root_figure_ctor__.m: | |
5511 Set currentfigure to [], not 0. | |
5512 | |
5513 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5514 | |
5515 2006-12-07 John W. Eaton <jwe@octave.org> | |
5516 | |
5517 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5518 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5519 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5520 plot/__uiobject_delete_children__.m, | |
5521 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5522 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5523 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5524 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5525 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5526 plot/__uiobject_init_figure__.m, | |
5527 plot/__uiobject_init_root_figure__.m, | |
5528 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5529 plot/__uiobject_remove_child__.m, | |
5530 plot/__uiobject_root_figure_ctor__.m, | |
5531 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5532 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5533 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5534 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5535 plot/set.m: New files. | |
5536 | |
5537 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5538 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5539 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5540 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5541 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5542 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5543 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5544 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5545 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5546 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5547 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5548 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5549 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5550 plot/semilogyerr.m, plot/replot.m: | |
5551 Adapt to new graphics data structure. | |
5552 | |
5553 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5554 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5555 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5556 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5557 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5558 plot/plot_border.m, plot/subwindow.m: Delete. | |
5559 | |
5560 2007-01-24 David Bateman <dbateman@free.fr> | |
5561 | |
5562 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5563 Delete bare newline in string passed to write_INDEX. | |
5564 | |
5565 * sparse/sprandsym.m: Make work for even values of N. | |
5566 | |
5567 2007-01-24 John W. Eaton <jwe@octave.org> | |
5568 | |
5569 * miscellaneous/news.m: New file. | |
5570 | |
5571 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5572 | |
5573 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5574 | |
5575 * strings/strncmp.m: Delete (we now have a built-in version). | |
5576 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5577 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5578 |
5579 * testfun/test.m: Check for all files in path, use first found. | |
5580 | |
5581 2007-01-22 David Bateman <dbateman@free.fr> | |
5582 | |
5583 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5584 | |
5585 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5586 | |
5587 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5588 file name. | |
5589 | |
5590 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5591 nargout is 1. Handle colormaps that have too few colors. | |
5592 | |
5593 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5594 (configure_make): Use fullfile instead of concatenating with "/". | |
5595 | |
6258 | 5596 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5597 | |
5598 * set/ismember.m: Handle N-d arrays. | |
5599 | |
5600 2007-01-10 David Bateman <dbateman@free.fr> | |
5601 | |
5602 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5603 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5604 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5605 New files. | |
5606 | |
5607 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5608 | |
6778 | 5609 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5610 |
5611 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5612 | |
5613 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5614 instead of concatenating with "/". Use mlock to ensure that | |
5615 persistent variables are not clobbered if user types clear all. | |
5616 | |
5617 2007-01-08 John W. Eaton <jwe@octave.org> | |
5618 | |
5619 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5620 Improve handling of file names containing globbing characters. | |
5621 From S�ren Hauberg <hauberg@gmail.com>. | |
5622 | |
5623 2007-01-05 John W. Eaton <jwe@octave.org> | |
5624 | |
5625 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5626 New files. | |
5627 | |
5628 2006-12-30 John W. Eaton <jwe@octave.org> | |
5629 | |
5630 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5631 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5632 | |
5633 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5634 | |
5635 * image/imshow.m: Strip NaNs from image. | |
5636 | |
5637 2006-12-08 David Bateman <dbateman@free.fr> | |
5638 | |
5639 * sparse/normest.m: New file. | |
5640 | |
6286 | 5641 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5642 |
6210 | 5643 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5644 Work on Windows systems without cp or mv. | |
5645 | |
6209 | 5646 * startup/inputrc: Include sequences for Windows. |
5647 | |
6203 | 5648 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5649 | |
5650 * pkg/pkg.m (unload_packages): New function. | |
5651 (pkg): Handle unload action. | |
5652 | |
5653 * __errplot__.m: Add missing semicolon. | |
5654 | |
6193 | 5655 2006-11-30 John W. Eaton <jwe@octave.org> |
5656 | |
5657 * miscellaneous/mexext.m: New file. | |
5658 | |
6189 | 5659 2006-11-29 David Bateman <dbateman@free.fr> |
5660 | |
5661 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5662 location of package lists to be probed and set. | |
5663 | |
6179 | 5664 2006-11-17 John W. Eaton <jwe@octave.org> |
5665 | |
6181 | 5666 * plot/__render_plot1__.m: Reverse y axis for images. |
5667 | |
6179 | 5668 * plot/__render_plot__.m: New args, terminal and output. |
5669 * plot/print.m: Don't set output and term here. Instead, call | |
5670 __render_plot__ with terminal and output. | |
5671 | |
6178 | 5672 2006-11-16 John W. Eaton <jwe@octave.org> |
5673 | |
5674 * plot/__render_plot1__.m: New file. | |
5675 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5676 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5677 gnuplot. Let __render_plot__ do that. | |
5678 | |
6177 | 5679 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5680 | |
5681 * plot/plot.m: Fix doc string. | |
5682 | |
6173 | 5683 2006-11-16 John W. Eaton <jwe@octave.org> |
5684 | |
5685 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5686 before sending anything to the plotter. | |
5687 | |
6172 | 5688 2006-11-15 John W. Eaton <jwe@octave.org> |
5689 | |
5690 * image/__img_gnuplot__.m: Store more info in global plot | |
5691 structures and use __render_plot__ to build plot command to | |
5692 display image. | |
5693 | |
5694 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5695 | |
5696 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5697 __plot_command_sep__): Delete. | |
5698 (__plot_data_type__, __plot_data_parametric__, | |
5699 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5700 __plot_usingstr__, __plot_withstr__): New variables. | |
5701 * plot/__init_plot_vars__.m: Initialize them. | |
5702 | |
5703 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5704 Don't handle sep or cmd. | |
5705 | |
5706 * plot/__render_plot__.m: New function. | |
5707 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5708 Store more info in global plot structures and use __render_plot__ | |
5709 to build plot command. | |
5710 * plot/replot.m: Simply call __render_plot__. | |
5711 | |
5712 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5713 Set __plot_data_parametric__ here. | |
5714 | |
6164 | 5715 2006-11-14 John W. Eaton <jwe@octave.org> |
5716 | |
6166 | 5717 * plot/bottom_title.m, plot/top_title.m: Delete. |
5718 | |
6164 | 5719 * image/image_viewer.m: Set default values here. |
5720 * image/image.m: Not here. | |
5721 | |
5722 * image/image_viewer.m: Always return old values. Check arguments. | |
5723 * image/__img_gnuplot__.m: Rename from __img__m. | |
5724 | |
5725 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5726 | |
5727 * image/image_viewer.m: New function. | |
5728 * image/__img_via_file__.m: New function. | |
5729 * image/image.m: Use image_viewer to determine which program to | |
5730 use for image viewing. | |
6754 | 5731 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5732 |
6163 | 5733 2006-11-14 John W. Eaton <jwe@octave.org> |
5734 | |
5735 * plot/__do_legend__.m, plot/__errplot__.m, | |
5736 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5737 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5738 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5739 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5740 Use __plot_globals__ for multiplot variables. Keep track of | |
5741 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5742 | |
6157 | 5743 2006-11-13 John W. Eaton <jwe@octave.org> |
5744 | |
6158 | 5745 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5746 | |
6157 | 5747 * miscellaneous/substruct.m: New function. |
5748 | |
5749 * testfun/assert.m: Force orientation to match when comparing | |
5750 struct elements. | |
5751 | |
5752 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5753 when comparing structs. | |
5754 | |
5755 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5756 | |
6754 | 5757 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5758 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5759 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5760 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5761 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5762 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5763 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5764 |
6156 | 5765 2006-11-13 John W. Eaton <jwe@octave.org> |
5766 | |
5767 * plot/mesh.m: Use size_equal to compare dimensions. | |
5768 | |
6154 | 5769 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5770 | |
5771 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5772 | |
6152 | 5773 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5774 | |
5775 * miscellaneous/copyfile.m: Fix docs to match function. | |
5776 | |
6145 | 5777 2006-11-08 John W. Eaton <jwe@octave.org> |
5778 | |
6146 | 5779 * plot/legend.m: New function, adapted from Octave Forge. |
5780 | |
5781 * plot/__do_legend__.m: New function. | |
5782 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5783 plot/replot.m: Call it before plotting. | |
5784 | |
5785 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5786 noparametric" to gnuplot.. | |
5787 | |
5788 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5789 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5790 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5791 and return key title separate from line format. Accept format and | |
5792 key as cellstr. Always return data as cell array. Return format | |
5793 and key title as cellstr. | |
5794 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5795 Handle line format and key titles separately. | |
5796 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5797 | |
5798 * plot/__plot_globals__.m (__plot_line_offset__, | |
5799 __plot_key_labels__, __plot_key_properties__): New global | |
5800 variables. Initialize them. | |
5801 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5802 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5803 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5804 (__plot_line_offset__, __plot_key_labels__, | |
5805 __plot_key_properties__): Store information about plot key titles. | |
5806 | |
5807 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5808 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5809 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5810 respectively. | |
5811 | |
5812 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5813 | |
6145 | 5814 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5815 whle concatenating args. | |
5816 | |
6144 | 5817 2006-11-07 John W. Eaton <jwe@octave.org> |
5818 | |
5819 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5820 | |
6142 | 5821 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5822 | |
6143 | 5823 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5824 option to regexp. | |
5825 | |
6142 | 5826 * image/__img__.m: Send "set size ratio -1" before plotting. |
5827 | |
6138 | 5828 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5829 | |
6139 | 5830 * strings/index.m: New arg, direction. Simplify and speed up. |
5831 * strings/rindex.m: Implement using index (..., "last"); | |
5832 | |
6754 | 5833 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5834 |
6130 | 5835 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5836 | |
5837 * general/__isequal__.m: Test size and class more consistently. | |
5838 | |
6116 | 5839 2006-10-27 John W. Eaton <jwe@octave.org> |
5840 | |
6117 | 5841 * miscellaneous/ls_command.m: Use /D instead of /w. |
5842 From Michael Goffioul <michael.goffioul@swing.be>. | |
5843 | |
6116 | 5844 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5845 * miscellaneous/dir.m: Mark as a command. | |
5846 | |
6112 | 5847 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5848 | |
5849 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5850 | |
6088 | 5851 2006-10-25 John W. Eaton <jwe@octave.org> |
5852 | |
5853 * image/image.m: Set x = y = [] when nargin == 0; | |
5854 | |
5855 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5856 | |
5857 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5858 * image/__img__.m: New file, originally from | |
5859 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5860 | |
6087 | 5861 2006-10-25 John W. Eaton <jwe@octave.org> |
5862 | |
5863 * plot/__gnuplot_version__.m: New function, originally from | |
5864 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5865 Quentin Spencer <qspencer@ieee.org>. | |
5866 | |
6085 | 5867 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5868 | |
5869 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5870 | |
6081 | 5871 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5872 | |
5873 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5874 miscellaneous/gunzip.m: New files. | |
5875 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5876 Call unpack to do the real work. | |
5877 | |
6075 | 5878 2006-10-24 John W. Eaton <jwe@octave.org> |
5879 | |
6078 | 5880 * plot/plot3.m: If we have a format string, then also pass using |
5881 string to __plt3__. | |
5882 | |
6077 | 5883 * plot/sombrero.m: Don't return anything if nargout == 0. |
5884 | |
6075 | 5885 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5886 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5887 |
6069 | 5888 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5889 | |
5890 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5891 Quote filenames in shell commands. | |
5892 | |
6055 | 5893 2006-10-17 David Bateman <dbateman@free.fr> |
5894 | |
5895 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5896 the package directory is missing. | |
5897 | |
6052 | 5898 2006-10-13 John W. Eaton <jwe@octave.org> |
5899 | |
5900 * plot/box.m: New function. | |
5901 | |
6050 | 5902 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5903 | |
5904 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5905 | |
6049 | 5906 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5907 | |
5908 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5909 | |
6047 | 5910 2006-10-10 John W. Eaton <jwe@octave.org> |
5911 | |
5912 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5913 | |
6046 | 5914 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5915 | |
5916 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5917 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5918 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5919 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5920 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5921 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5922 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5923 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5924 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5925 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5926 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5927 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5928 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5929 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5930 control/system/buildssic.m, control/system/c2d.m, | |
5931 control/system/cellidx.m, control/system/d2c.m, | |
5932 control/system/dmr2d.m, control/system/fir2sys.m, | |
5933 control/system/is_abcd.m, control/system/is_controllable.m, | |
5934 control/system/is_detectable.m, control/system/is_digital.m, | |
5935 control/system/is_observable.m, control/system/is_siso.m, | |
5936 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5937 control/system/jet707.m, control/system/listidx.m, | |
5938 control/system/ord2.m, control/system/parallel.m, | |
5939 control/system/ss.m, control/system/ss2zp.m, | |
5940 control/system/starp.m, control/system/sys2ss.m, | |
5941 control/system/sys2tf.m, control/system/sys2zp.m, | |
5942 control/system/sysadd.m, control/system/sysappend.m, | |
5943 control/system/syschtsam.m, control/system/sysconnect.m, | |
5944 control/system/syscont.m, control/system/sysdimensions.m, | |
5945 control/system/sysdisc.m, control/system/sysdup.m, | |
5946 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5947 control/system/sysgroup.m, control/system/sysidx.m, | |
5948 control/system/sysmin.m, control/system/sysmult.m, | |
5949 control/system/sysout.m, control/system/sysprune.m, | |
5950 control/system/sysscale.m, control/system/syssetsignals.m, | |
5951 control/system/syssub.m, control/system/sysupdate.m, | |
5952 control/system/tf.m, control/system/tfout.m, | |
5953 control/system/ugain.m, control/system/zp.m, | |
5954 control/system/zpout.m, control/util/__outlist__.m, | |
5955 control/util/__zgpbal__.m, control/util/prompt.m, | |
5956 control/util/sortcom.m, control/util/strappend.m, | |
5957 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5958 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5959 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5960 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5961 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5962 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5963 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5964 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5965 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5966 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5967 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5968 general/ind2sub.m, general/int2str.m, | |
5969 general/is_duplicate_entry.m, general/isdefinite.m, | |
5970 general/isequal.m, general/isequalwithequalnans.m, | |
5971 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5972 general/isvector.m, general/logical.m, general/logspace.m, | |
5973 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5974 general/perror.m, general/postpad.m, general/prepad.m, | |
5975 general/randperm.m, general/rem.m, general/repmat.m, | |
5976 general/rot90.m, general/rotdim.m, general/shift.m, | |
5977 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5978 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5979 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5980 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5981 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5982 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5983 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5984 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5985 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5986 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5987 linear-algebra/logm.m, linear-algebra/norm.m, | |
5988 linear-algebra/null.m, linear-algebra/orth.m, | |
5989 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5990 linear-algebra/trace.m, linear-algebra/vec.m, | |
5991 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5992 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5993 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5994 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5995 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5996 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5997 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5998 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5999 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6000 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6001 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6002 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6003 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6004 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6005 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6006 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6007 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6008 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6009 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6010 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6011 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6012 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6013 polynomial/polyder.m, polynomial/polyderiv.m, | |
6014 polynomial/polyfit.m, polynomial/polygcd.m, | |
6015 polynomial/polyinteg.m, polynomial/polyout.m, | |
6016 polynomial/polyreduce.m, polynomial/polyval.m, | |
6017 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6018 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6019 set/complement.m, set/create_set.m, set/intersect.m, | |
6020 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6021 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6022 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6023 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6024 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6025 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6026 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6027 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6028 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6029 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6030 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6031 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6032 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6033 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6034 special-matrix/hankel.m, special-matrix/hilb.m, | |
6035 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6036 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6037 statistics/base/center.m, statistics/base/cloglog.m, | |
6038 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6039 statistics/base/cov.m, statistics/base/cut.m, | |
6040 statistics/base/gls.m, statistics/base/iqr.m, | |
6041 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6042 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6043 statistics/base/mean.m, statistics/base/meansq.m, | |
6044 statistics/base/median.m, statistics/base/moment.m, | |
6045 statistics/base/ols.m, statistics/base/ppplot.m, | |
6046 statistics/base/probit.m, statistics/base/qqplot.m, | |
6047 statistics/base/range.m, statistics/base/ranks.m, | |
6048 statistics/base/run_count.m, statistics/base/skewness.m, | |
6049 statistics/base/spearman.m, statistics/base/statistics.m, | |
6050 statistics/base/std.m, statistics/base/studentize.m, | |
6051 statistics/base/table.m, statistics/base/values.m, | |
6052 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6053 statistics/distributions/betainv.m, | |
6054 statistics/distributions/betapdf.m, | |
6055 statistics/distributions/betarnd.m, | |
6056 statistics/distributions/binocdf.m, | |
6057 statistics/distributions/binoinv.m, | |
6058 statistics/distributions/binopdf.m, | |
6059 statistics/distributions/binornd.m, | |
6060 statistics/distributions/cauchy_cdf.m, | |
6061 statistics/distributions/cauchy_inv.m, | |
6062 statistics/distributions/cauchy_pdf.m, | |
6063 statistics/distributions/cauchy_rnd.m, | |
6064 statistics/distributions/chi2cdf.m, | |
6065 statistics/distributions/chi2inv.m, | |
6066 statistics/distributions/chi2pdf.m, | |
6067 statistics/distributions/chi2rnd.m, | |
6068 statistics/distributions/discrete_cdf.m, | |
6069 statistics/distributions/discrete_inv.m, | |
6070 statistics/distributions/discrete_pdf.m, | |
6071 statistics/distributions/discrete_rnd.m, | |
6072 statistics/distributions/empirical_rnd.m, | |
6073 statistics/distributions/expcdf.m, | |
6074 statistics/distributions/expinv.m, | |
6075 statistics/distributions/exppdf.m, | |
6076 statistics/distributions/exprnd.m, | |
6077 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6078 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6079 statistics/distributions/gamcdf.m, | |
6080 statistics/distributions/gaminv.m, | |
6081 statistics/distributions/gampdf.m, | |
6082 statistics/distributions/gamrnd.m, | |
6083 statistics/distributions/geocdf.m, | |
6084 statistics/distributions/geoinv.m, | |
6085 statistics/distributions/geopdf.m, | |
6086 statistics/distributions/geornd.m, | |
6087 statistics/distributions/hygecdf.m, | |
6088 statistics/distributions/hygeinv.m, | |
6089 statistics/distributions/hygepdf.m, | |
6090 statistics/distributions/hygernd.m, | |
6091 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6092 statistics/distributions/laplace_cdf.m, | |
6093 statistics/distributions/laplace_inv.m, | |
6094 statistics/distributions/laplace_pdf.m, | |
6095 statistics/distributions/laplace_rnd.m, | |
6096 statistics/distributions/logistic_cdf.m, | |
6097 statistics/distributions/logistic_inv.m, | |
6098 statistics/distributions/logistic_pdf.m, | |
6099 statistics/distributions/logistic_rnd.m, | |
6100 statistics/distributions/logncdf.m, | |
6101 statistics/distributions/logninv.m, | |
6102 statistics/distributions/lognpdf.m, | |
6103 statistics/distributions/lognrnd.m, | |
6104 statistics/distributions/normcdf.m, | |
6105 statistics/distributions/norminv.m, | |
6106 statistics/distributions/normpdf.m, | |
6107 statistics/distributions/normrnd.m, | |
6108 statistics/distributions/pascal_cdf.m, | |
6109 statistics/distributions/pascal_inv.m, | |
6110 statistics/distributions/pascal_pdf.m, | |
6111 statistics/distributions/pascal_rnd.m, | |
6112 statistics/distributions/poisscdf.m, | |
6113 statistics/distributions/poissinv.m, | |
6114 statistics/distributions/poisspdf.m, | |
6115 statistics/distributions/poissrnd.m, | |
6116 statistics/distributions/stdnormal_cdf.m, | |
6117 statistics/distributions/stdnormal_inv.m, | |
6118 statistics/distributions/stdnormal_pdf.m, | |
6119 statistics/distributions/stdnormal_rnd.m, | |
6120 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6121 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6122 statistics/distributions/unifcdf.m, | |
6123 statistics/distributions/unifinv.m, | |
6124 statistics/distributions/unifpdf.m, | |
6125 statistics/distributions/unifrnd.m, | |
6126 statistics/distributions/wblcdf.m, | |
6127 statistics/distributions/wblinv.m, | |
6128 statistics/distributions/wblpdf.m, | |
6129 statistics/distributions/wblrnd.m, | |
6130 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6131 statistics/tests/bartlett_test.m, | |
6132 statistics/tests/chisquare_test_homogeneity.m, | |
6133 statistics/tests/chisquare_test_independence.m, | |
6134 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6135 statistics/tests/hotelling_test.m, | |
6136 statistics/tests/hotelling_test_2.m, | |
6137 statistics/tests/kolmogorov_smirnov_test.m, | |
6138 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6139 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6140 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6141 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6142 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6143 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6144 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6145 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6146 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6147 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6148 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6149 strings/index.m, strings/isletter.m, strings/lower.m, | |
6150 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6151 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6152 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6153 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6154 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6155 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6156 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6157 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6158 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6159 time/etime.m, time/is_leap_year.m: | |
6160 Use print_usage instead of usage. | |
6161 | |
6044 | 6162 2006-10-09 David Bateman <dbateman@free.fr> |
6163 | |
6164 * time/datevec.m: Add additional compatible default parsing strings. | |
6165 | |
6395 | 6166 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6167 |
6042 | 6168 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6169 Remove compare_versions subfunction. | |
6170 | |
6171 * miscellaneous/compare_versions.m: New function to compare | |
6172 version numbers as strings with any boolean operators. | |
6173 | |
6041 | 6174 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6175 file exists. | |
6176 | |
6036 | 6177 2006-10-04 John W. Eaton <jwe@octave.org> |
6178 | |
6179 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6180 | |
6032 | 6181 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6182 | |
6037 | 6183 * pkg/pkg.m: Update docs. Handle prefix option. |
6184 Handle dependencies for load option. | |
6032 | 6185 |
6029 | 6186 2006-10-04 John W. Eaton <jwe@octave.org> |
6187 | |
6030 | 6188 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6189 | |
6190 * plot/clg.m: Delete. | |
6191 * plot/__init_plot_vars__.m: New function. | |
6192 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6193 |
6025 | 6194 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6195 | |
6196 * pkg/pkg.m: Avoid calling addpath with no args. | |
6197 | |
6024 | 6198 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6199 | |
6200 * audio/loadaudio.m, control/base/nyquist.m, | |
6201 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6202 linear-algebra/krylov.m, statistics/base/center.m, | |
6203 statistics/base/median.m, statistics/base/std.m, | |
6204 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6205 find first or last element matching a condition. | |
6206 | |
6023 | 6207 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6208 | |
6209 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6210 general/__isequal__.m: Minimize looping using cellfun. | |
6211 | |
6020 | 6212 2006-10-02 David Bateman <dbateman@free.fr> |
6213 | |
6214 * pkg/pkg.m (copy_files): always create installation directory. | |
6215 | |
6016 | 6216 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6217 | |
6218 * miscellaneous/doc.m: Swap file and directory args to info. | |
6219 | |
6220 2006-10-01 Arno Onken <whyly@gmx.net> | |
6221 | |
6222 * statistics/distributions/exprnd.m: Fix typo. | |
6223 | |
6014 | 6224 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6225 | |
6226 * polynomial/ppval.m: Use .' instead of '. | |
6227 * polynomial/spline.m: Likewise. New tests. | |
6228 | |
6004 | 6229 2006-09-26 David Bateman <dbateman@free.fr> |
6230 | |
6231 * __plt3__.m: Using global variables __plot_data__, | |
6232 __plot_data_offset__ and __plot_command__ to store plots and | |
6233 correctly handle multiplots, and hold state. Only accept a single | |
6234 data parameter plus, using, format and with strings. Remove | |
6235 setting of gnuplot parameters. | |
6236 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6237 * __setup_plot__.m: Convert to a function and pass the plotting | |
6238 command to use. | |
6239 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6240 * contour.m: Use unwind protect on the parametric state of plot | |
6241 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6242 * mesh.m: ditto. | |
6243 * plot3.m: Error checking, setting of parametric state and | |
6244 formation of matrix to plot moved from old __plt3__. | |
6245 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6246 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6247 |
5997 | 6248 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6249 |
6250 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
6251 | |
6252 * signal/filter2.m: Correct texinfo doc. | |
6253 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6254 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6255 |
6256 * miscellaneous/parseparams.m: Correct texinfo doc. | |
6257 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6258 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 6259 |
6260 * pkg/pkg.m (prepare_installation): Don't create package | |
6261 installation directory here. | |
6262 (copy_files): Create it here instead, to avoid issues with | |
6263 upgrades. Also install the COPYING file in packinfo. | |
6264 | |
5989 | 6265 2006-09-13 John W. Eaton <jwe@octave.org> |
6266 | |
6267 * general/blkdiag.m: Adjust to new cellfun rules. | |
6268 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6269 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 6270 |
6271 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
6272 error message for archive name not matching package name. | |
6273 (installed_packages): Size header of printed results to | |
6274 arguments. Sort the list of installed packages before printing | |
6275 them. | |
6276 | |
5986 | 6277 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
6278 | |
6279 * signal/freqz.m: Update tests. | |
6280 | |
6281 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
6282 | |
6283 * signal/freqz.m: Corretly postpad arrays. | |
6284 Don't call fliplr on a column vector. | |
6285 | |
5984 | 6286 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
6287 | |
6288 * general/shiftdim.m: Use permute instead of reshape. | |
6289 | |
5981 | 6290 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
6291 | |
6292 * miscellaneous/parseparams.m: New function. | |
6293 | |
5980 | 6294 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
6295 | |
6296 * miscellaneous/doc.m: Swap order of --file and --directory | |
6297 options for info program invocation. | |
6298 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6299 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 6300 |
5987 | 6301 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 6302 previous change. |
6303 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6304 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 6305 |
6306 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
6307 absence of trailing "/" in OCTAVE_HOME. | |
6308 | |
5973 | 6309 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
6310 | |
6311 * time/datenum.m: Allow arg to be character string. | |
6312 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6313 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 6314 |
6315 * pkg/pkg.m (install): Verify that package name correponds to the | |
6316 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
6317 they are empty. If package directory is empty, remove it to fail | |
6318 gracefully for system specific packages. | |
6319 (extract_pkgadd, create_pkgadd): delete. | |
6320 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6321 (copy_files): Install both bin/ and doc/ directories, adding the | |
6322 bin/ to the EXEC_PATH when the package is loaded. | |
6323 | |
5962 | 6324 2006-08-24 John W. Eaton <jwe@octave.org> |
6325 | |
6326 * image/saveimage.m: Use logical indexing instead of | |
6327 indices computed by calling find on the logical index. | |
6328 | |
5961 | 6329 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
6330 | |
5967 | 6331 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6332 Use logical indexing instead of indices computed by calling find |
6333 on the logical index. | |
6334 | |
6335 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6336 |
5959 | 6337 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6338 | |
6339 * control/system/tf2zp.m: Simplify gain calculation. | |
6340 | |
5958 | 6341 2006-08-23 John W. Eaton <jwe@octave.org> |
6342 | |
6343 * plot/__plt__.m: Insert using clauses for all plots. | |
6344 | |
5957 | 6345 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6346 | |
6347 * control/system/sysscale.m: Call tf and zp with correct number of | |
6348 args. | |
6349 | |
5955 | 6350 2006-08-22 David Bateman <dbateman@free.fr> |
6351 | |
6352 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6353 Search inst/*.m and src/*.m files in the package for | |
6354 PKG_ADD directives and append user supplied PKG_ADD. | |
6355 (pkg): Call create_pkgadd after copying files. | |
6356 | |
5947 | 6357 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
6358 | |
6359 * pkg/pkg.m: Handle multiple packages in a single file. | |
6360 Insert directory separator between OCTAVE_HOME and rest of package | |
6361 installation directory. | |
6362 | |
6363 2006-08-21 John W. Eaton <jwe@octave.org> | |
6364 | |
6365 * general/num2str.m: Early return if arg is empty. | |
6366 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
6367 | |
5946 | 6368 2006-08-21 David Bateman <dbateman@free.fr> |
6369 | |
6370 * strings/mat2str.m: Compute NC before using. | |
6371 | |
5937 | 6372 2006-08-17 John W. Eaton <jwe@octave.org> |
6373 | |
6374 * audio/wavread.m: Fix calculation of sample count. | |
6375 | |
5934 | 6376 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6377 | |
6378 * image/imshow.m: New Matlab-compatible version. | |
6379 | |
5930 | 6380 2006-08-15 John W. Eaton <jwe@octave.org> |
6381 | |
6382 * deprecated/is_global.m: Delete. | |
6383 | |
5928 | 6384 2006-08-14 John W. Eaton <jwe@octave.org> |
6385 | |
6386 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6387 | |
5926 | 6388 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6389 | |
6390 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6391 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6392 | |
5928 | 6393 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6394 | |
6778 | 6395 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6396 Use addpath and rmpath instead of manipulating LOADPATH. |
6397 Handle changes to system function. | |
6398 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6399 recursive directory removal. | |
5922 | 6400 |
5924 | 6401 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6402 | |
6778 | 6403 * colormap.m: Change global variable to persistent. |
5923 | 6404 |
5922 | 6405 * rgb2ind.m: Handle single 3-d array as rgb image. |
6406 | |
5920 | 6407 2006-08-14 John W. Eaton <jwe@octave.org> |
6408 | |
6409 * strings/str2double.m: Fix missing semicolon. | |
6410 | |
5910 | 6411 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6412 | |
6413 * plot/plot3.m: Accept one complex or one real and one complex | |
6414 argument and plot real and imaginary components for y and z. | |
6415 | |
5908 | 6416 2006-07-27 John W. Eaton <jwe@octave.org> |
6417 | |
6418 * testfun/test.m: Call fflush after each block of calls to | |
6419 fprintf, fputs, or fdisp. | |
6420 | |
5904 | 6421 2006-07-26 John W. Eaton <jwe@octave.org> |
6422 | |
6423 * miscellaneous/mex.m: New function. | |
6424 | |
5901 | 6425 2006-07-22 John W. Eaton <jwe@octave.org> |
6426 | |
6427 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6428 | |
5881 | 6429 2006-07-07 John W. Eaton <jwe@octave.org> |
6430 | |
6431 * miscellaneous/orderfields.m: New file. | |
6432 | |
5873 | 6433 2006-06-30 John W. Eaton <jwe@octave.org> |
6434 | |
6435 * time/datevec.m: Make another attempt to account for precision of | |
6436 datenum format. | |
6437 | |
5868 | 6438 2006-06-29 John W. Eaton <jwe@octave.org> |
6439 | |
6440 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6441 Use feval instead of "type -q" to get values now that all the | |
6442 symbols are functions. | |
6443 | |
5860 | 6444 2006-06-16 John W. Eaton <jwe@octave.org> |
6445 | |
6446 * time/datevec.m: Avoid computing log of non-positive values. | |
6447 | |
5859 | 6448 2006-06-14 John W. Eaton <jwe@octave.org> |
6449 | |
6450 * time/datevec.m: Attempt to account for precision of datenum format. | |
6451 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6452 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6453 |
6454 * audio/wavread.m: Fix file range error and add read support for | |
6455 24-bit WAV files. | |
6456 | |
5837 | 6457 2006-06-01 David Bateman <dbateman@free.fr> |
6458 | |
6459 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6460 general/interp1.m, general/gradient.m, general/interp2.m, | |
6461 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6462 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6463 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6464 | |
5835 | 6465 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6466 | |
6467 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6468 * miscellaneous/texas_lotto.m: Fix warning message. | |
6469 | |
5830 | 6470 2006-05-26 John W. Eaton <jwe@octave.org> |
6471 | |
6472 * miscellaneous/doc.m: Also handle nargin == 0. | |
6473 | |
5829 | 6474 2006-05-23 John W. Eaton <jwe@octave.org> |
6475 | |
6476 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6477 really needed. | |
6478 | |
5827 | 6479 2006-05-22 John W. Eaton <jwe@octave.org> |
6480 | |
6754 | 6481 * general/lookup.m: New file from Octave Forge. |
5827 | 6482 |
6483 2006-05-22 David Bateman <dbateman@free.fr> | |
6484 | |
6754 | 6485 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6486 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6487 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6488 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6489 special-matrix/magic.m, special-matrix/hadamard.m, | |
6490 strings/strtok.m: New files from Octave Forge. | |
5827 | 6491 |
5824 | 6492 2006-05-19 David Bateman <dbateman@free.fr> |
6493 | |
6494 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6495 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6496 |
5821 | 6497 2006-05-17 John W. Eaton <jwe@octave.org> |
6498 | |
6499 * set/intersection.m: Delete | |
6500 * deprecated/intersection.m: New file. | |
6501 | |
5820 | 6502 2006-05-17 David Bateman <dbateman@free.fr> |
6503 | |
6504 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6505 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6506 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6507 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6508 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6509 Forge. | |
6510 | |
5809 | 6511 2006-05-11 John W. Eaton <jwe@octave.org> |
6512 | |
5815 | 6513 * path/path.m: Delete (now a built-in function). |
6514 | |
5811 | 6515 * pkg/Makefile.in: New file. |
6516 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6517 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6518 |
5808 | 6519 2006-05-10 John W. Eaton <jwe@octave.org> |
6520 | |
6521 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6522 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6523 | |
8149 | 6524 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6525 |
6526 * tar.m, untar.m, unzip.m: New files. | |
6527 | |
5801 | 6528 2006-05-10 John W. Eaton <jwe@octave.org> |
6529 | |
5804 | 6530 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6531 * path/setpath.m: Delete. | |
6532 | |
5801 | 6533 * pkg/pkg.m: New file. |
6534 | |
5798 | 6535 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6536 | |
6537 * plot/plot.m: Doc string fix. | |
6538 | |
6539 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6540 | |
6541 * testfun/speeed.m: Use new interface to unique and assert. | |
6542 Improve documentation. Approximate time complexity from log-log | |
6543 plot. Return time complexity and raw times if requested. The | |
6544 mean ratio is no longer returned. Provide complete control over | |
6545 which n are computed. | |
6546 | |
6547 2006-05-09 John W. Eaton <jwe@octave.org> | |
6548 | |
6549 * path/path.m: Move here from miscellaneous. | |
6550 Adapt to new LOADPATH definition. | |
6551 | |
5789 | 6552 2006-05-03 David Bateman <dbateman@free.fr> |
6553 | |
6554 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6555 explicit uses of a path seperation character with pathsep(). | |
6556 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6557 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6558 |
6778 | 6559 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6560 |
5781 | 6561 2006-04-29 John W. Eaton <jwe@octave.org> |
6562 | |
6563 * startup/main-rcfile: Disable some warnings. | |
6564 | |
5762 | 6565 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6566 | |
6567 * strings/strcmpi.m: Return false instead of error if args are not | |
6568 char or cellstr. | |
6569 | |
5750 | 6570 2006-04-10 John W. Eaton <jwe@octave.org> |
6571 | |
6572 * miscellaneous/dir.m: Ensure that returned structure array is | |
6573 Nx1, not 1xN. | |
6574 | |
5746 | 6575 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6576 | |
6577 * plot/hist.m: Ignore NaN in inputs. | |
6578 | |
5745 | 6579 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6580 | |
6581 * miscellaneous/mkoctfile.m: Doc string fix. | |
6582 | |
5741 | 6583 2006-04-05 John W. Eaton <jwe@octave.org> |
6584 | |
6585 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6586 are both empty. | |
6587 * plot/__plt__.m: Ignore empty data and format strings returned | |
6588 from __plt1__ or __plt2__. | |
6589 | |
5737 | 6590 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6591 | |
6778 | 6592 * set/unique.m: Properly handle single column input when |
5737 | 6593 "rows" is specified. |
6594 | |
5732 | 6595 2006-04-04 John W. Eaton <jwe@octave.org> |
6596 | |
5736 | 6597 * path/setpath.m: New file. |
6598 * path/savepath.m: Use setpath to set path instead of assigning | |
6599 directly to LOADPATH. | |
6600 | |
5732 | 6601 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6602 New files, adapted from Octave Forge by Keith Goodman | |
6603 <kwgoodman@gmail.com>. | |
6604 * path: New directory. | |
6605 * Makefile.in (SUBDIRS): Add it to the list. | |
6606 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6607 | |
5731 | 6608 2006-04-02 David Bateman <dbateman@free.fr> |
6609 | |
6610 * general/tril.m, general.triu.m: | |
6611 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6612 to allow user types to work correctly. | |
6613 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6614 | |
5727 | 6615 2006-04-03 David Bateman <dbateman@free.fr> |
6616 | |
6617 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6618 Accept keyword "minor" for minor grid. | |
6619 | |
5721 | 6620 2006-03-28 John W. Eaton <jwe@octave.org> |
6621 | |
6622 * general/isscalar.m: Only require that all dimensions are 1 for | |
6623 compatiblity. | |
6624 | |
6625 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6626 | |
6627 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6628 compatibility. | |
6629 | |
5720 | 6630 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6631 | |
6632 * plot/__errplot__.m: Doc string fix. | |
6633 | |
6634 * miscellaneous/doc.m: Mark as command. | |
6635 | |
6636 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6637 general/isequalwithequalnans.m, general/blkdiag.m, | |
6638 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6639 | |
5717 | 6640 2006-03-27 Don Bindner <dbindner@truman.edu> |
6641 | |
6642 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6643 return 3d matrices. | |
6644 | |
6645 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6646 | |
6647 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6648 | |
5708 | 6649 2006-03-22 John W. Eaton <jwe@octave.org> |
6650 | |
6651 * plot/print.m: Don't replot after popping terminal setting. | |
6652 | |
5696 | 6653 2006-03-20 John W. Eaton <jwe@octave.org> |
6654 | |
6655 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6656 mkoctfile. Use fullfile to construct file name. | |
6657 | |
5695 | 6658 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6659 | |
6660 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6661 shell script from Octave prompt. | |
6662 | |
5690 | 6663 2006-03-17 John W. Eaton <jwe@octave.org> |
6664 | |
5693 | 6665 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6666 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6667 | |
6668 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6669 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6670 Call new wbl functions to do the real work. | |
6671 Swap args and provide default values as necessary to preserve | |
6672 compatibility with old version of Octave. | |
6673 | |
6674 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6675 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6676 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6677 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6678 Swap scale and shape args for compatibility. | |
6679 | |
5692 | 6680 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6681 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6682 Preserve compatibility with old versions of Octave given new | |
6683 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6684 |
5692 | 6685 * statistics/distributions/logncdf.m, |
6686 statistics/distributions/logninv.m, | |
6687 statistics/distributions/lognpdf.m, | |
6688 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6689 From Ben Barrowes <barrowes@alum.mit.edu> | |
6690 | |
5691 | 6691 * deprecated/hypergeometric_rnd.m: Update interface to match |
6692 current 2.1.x version. | |
6693 | |
6694 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6695 | |
5690 | 6696 * miscellaneous/dir.m: Use readdir instead of glob. |
6697 Special case for "." to avoid globbing. Use list_in_columns. | |
6698 Eliminate unused variables len and finfo. | |
6699 | |
5689 | 6700 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6701 | |
6702 * miscellaneous/dir.m: Improve compatibility. | |
6703 | |
5687 | 6704 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6705 | |
6706 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6707 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6708 | |
5686 | 6709 2006-03-16 John W. Eaton <jwe@octave.org> |
6710 | |
6711 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6712 of looking at sum of max dimensions. | |
6713 | |
5681 | 6714 2006-03-16 David Bateman <dbateman@free.fr> |
6715 | |
6716 * testfun/test.m: Clear last warning before warning test to avoid | |
6717 issues with previously set warnings. | |
6718 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6719 sparse matrices. Force matrix type from spqr solution to be | |
6720 singular to force QR solvers to be used for assert. | |
6721 | |
5678 | 6722 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6723 | |
6724 * strings/strfind.m: New file. | |
6725 | |
5677 | 6726 2006-03-16 John W. Eaton <jwe@octave.org> |
6727 | |
6728 * general/rows.m, general/columns.m: Delete. | |
6729 | |
5674 | 6730 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6731 | |
6732 * strings/strcmpi.m: Simplify. | |
6733 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6734 * strings/strtrunc.m: New file. |
5674 | 6735 |
5676 | 6736 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6737 | |
5672 | 6738 2006-03-15 John W. Eaton <jwe@octave.org> |
6739 | |
6740 * miscellaneous/doc.m: New file. | |
8149 | 6741 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6742 |
5671 | 6743 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6744 | |
6745 * miscellaneous/mkoctfile.m: New file. | |
6746 | |
5670 | 6747 2006-03-15 John W. Eaton <jwe@octave.org> |
6748 | |
6749 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6750 | |
5666 | 6751 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6752 | |
6753 * strings/bin2dec.m: Doc fix. | |
6754 | |
5661 | 6755 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6756 | |
6757 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6758 * time/datenum.m: New function to compute day number from time. | |
6759 | |
5659 | 6760 2006-03-09 John W. Eaton <jwe@octave.org> |
6761 | |
6762 * miscellaneous/unix.m, plot/print.m: | |
6763 Swap order of outputs from system. | |
6764 | |
5642 | 6765 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6766 | |
6767 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6768 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6769 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6770 control/base/__stepimp__.m, control/base/are.m, | |
6771 control/base/controldemo.m, control/base/damp.m, | |
6772 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6773 control/base/step.m, control/system/abcddim.m, | |
6774 control/system/is_abcd.m, control/system/is_controllable.m, | |
6775 control/system/is_detectable.m, control/system/is_observable.m, | |
6776 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6777 control/system/jet707.m, control/system/sys2fir.m, | |
6778 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6779 control/system/tfout.m, control/system/ugain.m, | |
6780 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6781 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6782 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6783 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6784 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6785 general/circshift.m, general/columns.m, general/flipdim.m, | |
6786 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6787 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6788 general/isequalwithequalnans.m, general/isscalar.m, | |
6789 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6790 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6791 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6792 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6793 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6794 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6795 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6796 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6797 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6798 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6799 miscellaneous/license.m, miscellaneous/menu.m, | |
6800 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6801 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6802 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6803 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6804 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6805 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6806 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6807 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6808 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6809 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6810 polynomial/polyinteg.m, polynomial/polyout.m, | |
6811 polynomial/polyreduce.m, polynomial/polyval.m, | |
6812 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6813 set/create_set.m, set/intersection.m, set/ismember.m, | |
6814 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6815 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6816 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6817 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6818 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6819 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6820 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6821 special-matrix/vander.m, statistics/base/median.m, | |
6822 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6823 statistics/distributions/gaminv.m, | |
6824 statistics/distributions/gampdf.m, | |
6825 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6826 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6827 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6828 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6829 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6830 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6831 | |
5633 | 6832 2006-02-27 John W. Eaton <jwe@octave.org> |
6833 | |
6834 * time/tic.m: Move here from miscellaneous/tic.m. | |
6835 * time/toc.m: Move here from miscellaneous/toc.m. | |
6836 | |
6837 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6838 | |
6839 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6840 does not assign output of toc to a variable. | |
6841 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6842 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6843 |
6844 * axis.m: Catch limits that are the same and return an error. | |
6845 | |
5625 | 6846 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6847 | |
6848 * plot/print.m: Accept emf device option to support Enhanced | |
6849 Metafile format. | |
6850 | |
6851 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6852 | |
6853 * control/base/lqe.m: Doc fix. | |
6854 | |
5623 | 6855 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6856 | |
6857 * statistics/distributions/gamcdf.m: Doc fix. | |
6858 * statistics/distributions/gaminv.m: Doc fix. | |
6859 * statistics/distributions/gampdf.m: Doc fix. | |
6860 * statistics/distributions/gamrnd.m: Doc fix. | |
6861 | |
5610 | 6862 2006-02-09 David Bateman <dbateman@free.fr> |
6863 | |
6778 | 6864 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6865 for arbitrary user type. | |
6866 * general/tril.m: ditto. | |
6867 * sparse/sprand.m: Doc fix. | |
6868 * sparse/sprandn.m: Ditto. | |
6869 * sparse/sprandsym.m: New function. | |
6870 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6871 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6872 Update for syntax error for latest texinfo.tex file. | |
5610 | 6873 |
5605 | 6874 2006-02-02 John W. Eaton <jwe@octave.org> |
6875 | |
6876 * plot/grid.m: Append ";\n" to "set grid" command. | |
6877 | |
6878 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6879 | |
6880 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6881 | |
5597 | 6882 2006-01-13 John W. Eaton <jwe@octave.org> |
6883 | |
6884 * audio/Makefile.in, control/base/Makefile.in, | |
6885 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6886 control/system/Makefile.in, control/util/Makefile.in, | |
6887 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6888 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6889 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6890 optimization/Makefile.in, plot/Makefile.in, | |
6891 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6892 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6893 special-matrix/Makefile.in, startup/Makefile.in, | |
6894 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6895 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6896 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6897 (all): Depend on PKG_ADD. | |
6898 (PKG_ADD): New target. | |
6899 | |
6900 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6901 | |
6902 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6903 | |
5596 | 6904 2006-01-13 John W. Eaton <jwe@octave.org> |
6905 | |
6906 * time/etime.m: Move here from miscellaneous/etime.m. | |
6907 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6908 | |
5595 | 6909 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6910 | |
6778 | 6911 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6912 * miscellaneous/fullfile.m: Likewise. |
6913 | |
5592 | 6914 2006-01-12 David Bateman <dbateman@free.fr> |
6915 | |
6916 * general/blkdiag.m: Compatible behavior for empty matrices | |
6917 * statistics/base/unidrnd.m: Documentation buglet. | |
6918 | |
5583 | 6919 2005-12-14 David Bateman <dbateman@free.fr> |
6920 | |
5589 | 6921 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6922 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6923 | |
6924 * Makefile.in (SUBDIRS): Include testfun. | |
6925 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6926 | |
5583 | 6927 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6928 | |
6929 * general/__isequal__.m: Remove reference to getfield. | |
6930 | |
6931 * plot/hist.m: Update test code for row/column discrepencies. | |
6932 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6933 Update the test code for this. | |
6934 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6935 | |
5579 | 6936 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6937 | |
6938 * cell/cell2mat.m: New file, from octave-forge. | |
6939 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6940 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6941 |
6942 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6943 New graph theory functions. | |
6944 | |
5574 | 6945 2005-12-13 John W. Eaton <jwe@octave.org> |
6946 | |
6947 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6948 | |
6949 * control/system/ss.m: Doc fix. | |
6950 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6951 | |
5572 | 6952 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6953 | |
6954 * audio/wavread.m, audio/wavwrite.m: | |
6955 Correct scaling for 8-bit linear pcm samples. | |
6956 Improve scaling for all other linear pcm resolutions. | |
6957 | |
5568 | 6958 2005-12-07 John W. Eaton <jwe@octave.org> |
6959 | |
6960 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6961 | |
6962 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6963 * strings/strjust.m: Likewise. | |
6964 | |
6965 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6966 * signal/arma_rnd.m: Likewise. | |
6967 * strings/strcat.m: Likewise. | |
6968 * control/base/__freqresp__.m: Likewise. | |
6969 * control/base/place.m: Likewise. | |
6970 * control/base/pzmap.m: Likewise. | |
6971 * control/base/pzmap.m: Likewise. | |
6972 * control/system/sysappend.m: Likewise. | |
6973 * control/system/syscont.m: Likewise. | |
6974 * control/system/sysdisc.m: Likewise. | |
6975 * control/system/sysgroup.m: Likewise. | |
6976 * control/system/tfout.m: Likewise. | |
6977 * control/system/zpout.m: Likewise. | |
6978 * control/util/__outlist__.m: Likewise. | |
6979 | |
5567 | 6980 2005-12-06 John W. Eaton <jwe@octave.org> |
6981 | |
6982 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6983 Avoid for loop in interleave/deinterleave steps. | |
6984 | |
5565 | 6985 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6986 | |
6987 * audio/wavread.m, audio/wavwrite.m: New files. | |
6988 | |
5563 | 6989 2005-12-06 John W. Eaton <jwe@octave.org> |
6990 | |
6991 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6992 | |
5560 | 6993 2005-12-05 John W. Eaton <jwe@octave.org> |
6994 | |
5561 | 6995 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6996 |
5558 | 6997 2005-12-02 John W. Eaton <jwe@octave.org> |
6998 | |
6999 * miscellaneous/fileattrib.m: New function. | |
7000 | |
5556 | 7001 2005-12-01 John W. Eaton <jwe@octave.org> |
7002 | |
7003 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7004 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7005 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7006 | |
5555 | 7007 2005-11-30 John W. Eaton <jwe@octave.org> |
7008 | |
7009 * linear-algebra/krylov.m: Format doc string. | |
7010 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7011 | |
5551 | 7012 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7013 | |
7014 * general/blkdiag.m: Import from octave-forge. | |
7015 Ignore empty matrices in the input. Add tests. | |
5549 | 7016 |
7017 * general/isequal.m, general/isequalwithequalnans.m: | |
7018 New wrapper scripts for general/__isequal__.m. | |
7019 * general/__isequal__.m: Rename from general/isequal.m. | |
7020 New arg, nans_compare_equal. | |
7021 | |
5548 | 7022 2005-11-29 John W. Eaton <jwe@octave.org> |
7023 | |
7024 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7025 calling system. Only append octave_forge_string if | |
7026 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7027 Call license instead of hard-coding license info here. | |
7028 | |
7029 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7030 __octave_licenses__. Use puts instead of disp. |
5548 | 7031 Use getuid and getpwuid instead of calling unix ("id -un"). |
7032 If nargout = 1, return license info instead of printing usage message. | |
7033 | |
5546 | 7034 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7035 | |
7036 * miscellaneous/ver.m: New file. | |
7037 * miscellaneous/license.m: New file. | |
7038 | |
5545 | 7039 2005-11-22 John W. Eaton <jwe@octave.org> |
7040 | |
7041 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7042 gnuplot set command. | |
7043 | |
5539 | 7044 2005-11-15 John W. Eaton <jwe@octave.org> |
7045 | |
7046 * general/shiftdim.m: Doc fix. | |
7047 | |
5532 | 7048 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7049 | |
7050 * set/unique.m: Doc string fix. | |
7051 | |
5527 | 7052 2005-11-01 John W. Eaton <jwe@octave.org> |
7053 | |
7054 * Makefile.in (distclean, maintainer-clean): | |
7055 Also remove autom4te.cache directory. | |
7056 From Quentin Spencer <qspencer@ieee.org>. | |
7057 | |
5518 | 7058 2005-10-28 John W. Eaton <jwe@octave.org> |
7059 | |
7060 * general/shiftdim.m: Compatibility fix for row vectors. | |
7061 Correct check for non-scalar non-integer shift. For positive | |
7062 N, shift is remainder of N and number of dims. Always return NS. | |
7063 Simplify. | |
7064 | |
5500 | 7065 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7066 | |
7067 * general/randperm.m: Improve compatibility by allowing input | |
7068 value of zero. | |
7069 | |
5493 | 7070 2005-10-13 John W. Eaton <jwe@octave.org> |
7071 | |
7072 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7073 If in multiplot mode, clear plot before issuing new plot command. | |
7074 | |
7075 * plot/__setup_plot__.m: New function. | |
7076 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7077 Handle multiplot data and offsets here. | |
7078 | |
7079 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7080 Move initialization to __setup_plot__.m. | |
7081 | |
7082 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7083 Don't reset gnuplot_command_replot. | |
7084 | |
7085 * plot/replot.m: Handle multiplot data and offsets here. | |
7086 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7087 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7088 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7089 | |
5489 | 7090 2005-10-12 John W. Eaton <jwe@octave.org> |
7091 | |
7092 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7093 | |
5482 | 7094 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7095 | |
7096 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7097 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7098 _inv functions. | |
7099 * chi2pdf.m: Fixed typos in the documentation. | |
7100 | |
5475 | 7101 2005-09-28 John W. Eaton <jwe@octave.org> |
7102 | |
5476 | 7103 * miscellaneous/single.m: New function. |
7104 | |
5475 | 7105 * statistics/base/unidrnd.m: New function. |
7106 | |
5474 | 7107 2005-09-27 John W. Eaton <jwe@octave.org> |
7108 | |
7109 * miscellaneous/dir.m: Filename never includes directory part. | |
7110 | |
5464 | 7111 2005-09-22 John W. Eaton <jwe@octave.org> |
7112 | |
7113 * polynomial/residue.m: Use logical indexing instead of find.. | |
7114 | |
7115 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7116 | |
7117 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7118 and zero poles. | |
7119 | |
5462 | 7120 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7121 | |
7122 * strings/deblank.m: Handle cell arrays. | |
7123 * strings/split.m: New argument, N, to limit number of splits. | |
7124 | |
7125 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7126 | |
7127 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7128 | |
5460 | 7129 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7130 | |
7131 * control/base/rlocus.m: Doc fix. | |
7132 | |
5459 | 7133 2005-09-20 John W. Eaton <jwe@octave.org> |
7134 | |
7135 * general/isvector.m: Improve compatibility. | |
7136 | |
7137 * general/postpad.m: Allow first argument to be a scalar. | |
7138 Allow padding to extend dimensionality. | |
7139 * general/prepad.m: Likewise. | |
7140 | |
5448 | 7141 2005-09-14 Daniel <durbano@shbano.com> |
7142 | |
7143 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7144 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7145 /control/base/dgram.m: Doc string fixes. | |
5448 | 7146 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7147 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7148 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7149 |
7150 * saveimage.m: Do not ignore most significant bit when writing | |
7151 black and white images to file. | |
7152 | |
5443 | 7153 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7154 | |
7155 * audio/playaudio.m, control/base/__bodquist__.m, | |
7156 control/base/lqg.m, control/obsolete/dezero.m, | |
7157 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7158 control/system/c2d.m, control/system/cellidx.m, | |
7159 control/system/d2c.m, control/system/dmr2d.m, | |
7160 control/system/is_signal_list.m, control/system/listidx.m, | |
7161 control/system/ss.m, control/system/sysappend.m, | |
7162 control/system/sysconnect.m, control/system/sysdup.m, | |
7163 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7164 control/system/sysprune.m, control/system/syssetsignals.m, | |
7165 control/system/tfout.m, control/system/zpout.m, | |
7166 control/util/prompt.m, control/util/sortcom.m, | |
7167 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7168 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7169 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7170 general/strerror.m, image/colormap.m, image/imshow.m, | |
7171 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7172 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7173 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7174 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7175 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7176 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7177 plot/print.m, plot/title.m, plot/top_title.m, | |
7178 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7179 statistics/base/mean.m, statistics/base/moment.m, | |
7180 statistics/tests/cor_test.m, | |
7181 statistics/tests/kolmogorov_smirnov_test.m, | |
7182 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7183 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7184 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7185 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7186 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7187 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7188 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7189 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7190 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7191 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7192 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7193 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7194 isvector instead of is_vector. Use isstruct instead of | |
7195 is_struct. Use char instead of setstr. | |
7196 | |
5435 | 7197 2005-08-31 Daniel <durbano@shbano.com> |
7198 | |
7199 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7200 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7201 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7202 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7203 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7204 |
7205 * image/saveimage.m: Open output file in binary mode. | |
7206 | |
7207 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7208 | |
5427 | 7209 2005-08-16 John W. Eaton <jwe@octave.org> |
7210 | |
7211 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7212 outputs. | |
7213 | |
5426 | 7214 2005-08-15 John W. Eaton <jwe@octave.org> |
7215 | |
7216 * strings/strcat.m: Allow single argument. | |
7217 | |
5416 | 7218 2005-07-18 John W. Eaton <jwe@octave.org> |
7219 | |
7220 * strings/strcmp.m: Delete. | |
7221 | |
5413 | 7222 2005-07-13 John W. Eaton <jwe@octave.org> |
7223 | |
7224 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7225 versions of Octave. | |
7226 | |
7227 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7228 | |
7229 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7230 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7231 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7232 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7233 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7234 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7235 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7236 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7237 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7238 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7239 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7240 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7241 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7242 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7243 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7244 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7245 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7246 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7247 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7248 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7249 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7250 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7251 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7252 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7253 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7254 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7255 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7256 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
7257 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
7258 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
7259 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
7260 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
7261 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
7262 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
7263 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
7264 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
7265 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
7266 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
7267 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
7268 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
7269 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
7270 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
7271 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
7272 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
7273 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
7274 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
7275 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
7276 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 7277 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 7278 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
7279 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
7280 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
7281 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
7282 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
7283 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
7284 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
7285 | |
7286 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
7287 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
7288 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
7289 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
7290 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
7291 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
7292 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
7293 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
7294 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
7295 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
7296 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
7297 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
7298 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
7299 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
7300 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
7301 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
7302 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
7303 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
7304 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
7305 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
7306 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
7307 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
7308 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
7309 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
7310 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
7311 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
7312 deprecated/wiener_rnd.m: New files. | |
7313 | |
5408 | 7314 2005-07-08 John W. Eaton <jwe@octave.org> |
7315 | |
7316 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
7317 * deprecated/weibull_rnd.m: New file. | |
7318 | |
5407 | 7319 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
7320 | |
7321 * strings/dec2base.m: Allow matrix arguments. | |
7322 | |
5406 | 7323 2005-07-08 John W. Eaton <jwe@octave.org> |
7324 | |
7325 * plot/__errplot__.m: Use __plot_globals__. | |
7326 * plot/__plt__.m: Likewise. | |
7327 * plot/figure.m: Likewise. | |
7328 | |
7329 * plot/hold.m: New file. | |
7330 * plot/ishold.m: New file. | |
7331 * plot/__plot_globals__.m: New file. | |
7332 | |
5400 | 7333 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7334 | |
7335 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7336 | |
7337 2005-07-05 John W. Eaton <jwe@octave.org> | |
7338 | |
7339 * strings/findstr.m: Return [] for no matches. | |
7340 | |
5399 | 7341 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7342 | |
7343 * miscellaneous/tic.m: Fix doc string. | |
7344 | |
5395 | 7345 2005-06-15 John W. Eaton <jwe@octave.org> |
7346 | |
7347 * polynomial/polyfit.m: Force return value to be a row vector. | |
7348 | |
5393 | 7349 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7350 | |
7351 * general/isequal.m: Correct nargin check. | |
7352 | |
5388 | 7353 2005-06-14 John W. Eaton <jwe@octave.org> |
7354 | |
7355 * general/isvector.m: Handle N-d arrays. | |
7356 From Bill Denney <denney@seas.upenn.edu>. | |
7357 | |
5381 | 7358 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
7359 | |
7360 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 7361 |
5377 | 7362 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
7363 | |
7364 * signal/freqz.m: Use correct calculations when given a vector of | |
7365 frequencies. Improve accuracy of returned frequency vector. | |
7366 Improve speed for medium length filters (at a slight cost for slow | |
7367 filters). Add test cases. | |
7368 | |
5373 | 7369 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
7370 | |
7371 * plot/loglog.m: Fix set commands. | |
7372 | |
5381 | 7373 2005-05-25 John W. Eaton <jwe@octave.org> |
7374 | |
7375 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
7376 | |
5371 | 7377 2005-05-24 John W. Eaton <jwe@octave.org> |
7378 | |
5373 | 7379 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
7380 | |
5372 | 7381 * strings/strncmp.m: New file, from Tom Holroyd |
7382 <tomh@kurage.nimh.nih.gov>. | |
7383 | |
5371 | 7384 * strings/strcmp.m: Return logical values in all cases. |
7385 | |
5366 | 7386 2005-05-23 John W. Eaton <jwe@octave.org> |
7387 | |
7388 * plot/orient.m: New file. Adapt to Octave coding style. | |
7389 Texinfoize doc string. | |
7390 | |
7391 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7392 PKG_ADD command. Use set terminal consistently throughout. Use | |
7393 set terminal push/pop and unconditionally set output to screen | |
7394 when done to avoid requiring gget. Use a cell array for dev_list | |
7395 and cellidx to search for items in the list. Delete local | |
7396 variable endl. Don't set and restore automatic_replot. Use {} | |
7397 instead of nth to index varargin. Delete local variable | |
7398 va_arg_cnt. | |
7399 | |
5355 | 7400 2005-05-18 John W. Eaton <jwe@octave.org> |
7401 | |
7402 * general/num2str.m: Return early if X is a character string. | |
7403 | |
5347 | 7404 2005-05-11 John W. Eaton <jwe@octave.org> |
7405 | |
5348 | 7406 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7407 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7408 | |
5347 | 7409 * plot/polar.m: Don't call __pltopt__ here. |
7410 | |
5333 | 7411 2005-05-02 John W. Eaton <jwe@octave.org> |
7412 | |
7413 * mkdoc: Print header message. | |
7414 | |
5319 | 7415 2005-04-28 John W. Eaton <jwe@octave.org> |
7416 | |
7417 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7418 startup/octaverc. | |
7419 | |
5318 | 7420 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7421 | |
7422 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7423 (__im_numeric_limits__): New internal function. | |
7424 | |
5317 | 7425 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7426 | |
7427 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7428 data, not mean of group_mean. | |
7429 | |
7430 2005-04-28 John W. Eaton <jwe@octave.org> | |
7431 | |
7432 * startup/local-rcfile: New file. | |
7433 * startup/main-rcfile: Rename from startup/octaverc. | |
7434 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7435 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7436 Install local-rcfile in $(localfcnfiledir)/startup. | |
7437 | |
7438 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7439 | |
7440 * startup/inputrc: New file. | |
7441 * startup/octaverc: Configure readline using inputrc from | |
7442 startupfiledir. | |
7443 * startup/Makefile.in (install, install-strip): Install octaverc | |
7444 in $(fcnfiledir)/startup. | |
7445 | |
5310 | 7446 2005-04-27 John W. Eaton <jwe@octave.org> |
7447 | |
7448 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7449 | |
5289 | 7450 2005-04-21 John W. Eaton <jwe@octave.org> |
7451 | |
7452 * optimization/glpk.m: Handle SENSE argument. | |
7453 | |
7454 * optimization/qp.m, optimization/sqp.m: New files. | |
7455 | |
5276 | 7456 2005-04-08 John W. Eaton <jwe@octave.org> |
7457 | |
7458 * Makefile.in (clean, distclean, maintainer-clean): | |
7459 Avoid duplication in rules. | |
7460 | |
5252 | 7461 2005-03-28 John W. Eaton <jwe@octave.org> |
7462 | |
7463 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7464 setting {no,}parametric. | |
7465 * plot/figure.m: Likewise, for setting terminal type. | |
7466 | |
7467 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7468 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7469 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7470 plot/title.m, plot/top_title.m: Avoid eval. | |
7471 | |
5251 | 7472 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7473 | |
5253 | 7474 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7475 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7476 Use __gnuplot_replot__ instead of replot. | |
7477 | |
5252 | 7478 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7479 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7480 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7481 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7482 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7483 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7484 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7485 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7486 |
5251 | 7487 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7488 | |
5244 | 7489 2005-03-24 John W. Eaton <jwe@octave.org> |
7490 | |
7491 * optimization/glpkmex.m: Texinfoize Doc string. | |
7492 * optimization/glpk.m: Likewise. | |
7493 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7494 (row vectors are orginary character strings). | |
7495 * optimization/glpkparam.m: Delete. | |
7496 | |
5243 | 7497 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7498 | |
7499 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7500 of dimensions of X. | |
7501 | |
5237 | 7502 2005-03-23 John W. Eaton <jwe@octave.org> |
7503 | |
5239 | 7504 * general/tril.m, general/triu.m: Return value of same class as |
7505 argument. | |
7506 | |
5237 | 7507 * optimization/glpk.m: Simplify interface. By default, solve |
7508 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7509 * optimization/glpkmex.m: New file. | |
7510 | |
5232 | 7511 2005-03-22 John W. Eaton <jwe@octave.org> |
7512 | |
5237 | 7513 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7514 list. | |
7515 | |
5233 | 7516 * optimization/glpk.m: Adapt to Octave coding style. |
7517 No need for varargout or varargin. | |
7518 Print usage message if nargin > 11. | |
7519 Allow any value of nargout. | |
7520 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7521 Avoid looping when checking character classes. | |
7522 | |
5232 | 7523 * optimization: New directory. |
7524 * Makefile.in (SUBDIRS): Add it to the list. | |
7525 * optimization/Makefile.in: New file. | |
7526 * optimization/glpk.m, optimization/glpkparams.m, | |
7527 optimization/glpktest1, optimization/glpktest2: New files. | |
7528 | |
8149 | 7529 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7530 |
7531 * strings/split.m: Quick return for empty second arg. | |
7532 Improve warning for multi-line strings. | |
7533 Speed up by avoiding sprintf in loop and eval. | |
7534 | |
5217 | 7535 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7536 | |
7537 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7538 * polynomial/polyder.m: Ditto. | |
6778 | 7539 * polynomial/polygcd.m: New function. |
5217 | 7540 |
5214 | 7541 2005-03-16 John W. Eaton <jwe@octave.org> |
7542 | |
5215 | 7543 * control/base/__stepimp__.m, control/base/bode.m, |
7544 control/base/frdemo.m, control/base/nichols.m, | |
7545 control/base/nyquist.m, control/base/pzmap.m, | |
7546 control/base/rldemo.m, control/base/rlocus.m, | |
7547 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7548 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7549 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7550 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7551 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7552 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7553 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7554 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7555 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7556 plot/xlabel.m, quaternion/demoquat.m, | |
7557 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7558 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7559 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7560 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7561 gsplot from @seealso docs. | |
5214 | 7562 |
7563 * plot/replot.m: New file. | |
7564 | |
5205 | 7565 2005-03-15 David Bateman <dbateman@free.fr> |
7566 | |
7567 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7568 | |
5196 | 7569 2005-03-09 John W. Eaton <jwe@octave.org> |
7570 | |
7571 * statistics/Makefile.in (bin-dist): Delete target. | |
7572 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7573 * control/Makefile.in: Likewise. |
5196 | 7574 |
5378 | 7575 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7576 (BINDISTFILES): Delete variable. |
5378 | 7577 * control/base/Makefile.in: Likewise. |
7578 * control/hinf/Makefile.in: Likewise. | |
7579 * control/obsolete/Makefile.in: Likewise. | |
7580 * control/system/Makefile.in: Likewise. | |
7581 * control/util/Makefile.in: Likewise. | |
7582 * deprecated/Makefile.in: Likewise. | |
7583 * elfun/Makefile.in: Likewise. | |
7584 * finance/Makefile.in: Likewise. | |
7585 * general/Makefile.in: Likewise. | |
7586 * image/Makefile.in: Likewise. | |
7587 * sparse/Makefile.in: Likewise. | |
7588 * io/Makefile.in: Likewise. | |
7589 * plot/Makefile.in: Likewise. | |
7590 * Makefile.in: Likewise. | |
7591 * miscellaneous/Makefile.in: Likewise. | |
7592 * linear-algebra/Makefile.in: Likewise. | |
7593 * polynomial/Makefile.in: Likewise. | |
7594 * quaternion/Makefile.in: Likewise. | |
7595 * set/Makefile.in: Likewise. | |
7596 * signal/Makefile.in: Likewise. | |
7597 * specfun/Makefile.in: Likewise. | |
7598 * special-matrix/Makefile.in: Likewise. | |
7599 * startup/Makefile.in: Likewise. | |
7600 * statistics/base/Makefile.in: Likewise. | |
7601 * statistics/distributions/Makefile.in: Likewise. | |
7602 * statistics/models/Makefile.in: Likewise. | |
7603 * statistics/tests/Makefile.in: Likewise. | |
7604 * strings/Makefile.in: Likewise. | |
7605 * time/Makefile.in: Likewise. | |
5196 | 7606 |
5195 | 7607 2005-03-08 John W. Eaton <jwe@octave.org> |
7608 | |
7609 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7610 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7611 | |
5192 | 7612 2005-03-04 John W. Eaton <jwe@octave.org> |
7613 | |
7614 * plot/clg.m: New file. | |
7615 | |
5193 | 7616 2005-03-03 John W. Eaton <jwe@octave.org> |
7617 | |
7618 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7619 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7620 strings/strcmpi.m: | |
7621 New files from Octave-forge. Adapt to Octave coding standards. | |
7622 | |
5181 | 7623 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7624 | |
7625 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7626 computation range. | |
7627 | |
5164 | 7628 2005-02-25 John W. Eaton <jwe@octave.org> |
7629 | |
7630 Sparse merge. | |
7631 | |
7632 2005-01-23 David Bateman <dbateman@free.fr> | |
7633 | |
7634 * sparse/randperm.m: Delete duplicate randperm.m. | |
7635 | |
7636 2005-01-10 John W. Eaton <jwe@octave.org> | |
7637 | |
7638 * sparse/Makefile.in: New file. | |
7639 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7640 | |
7641 2005-01-07 David Bateman <dbateman@free.fr> | |
7642 | |
7643 * set/unique.m: import file from octave-forge. | |
7644 | |
7645 2005-01-05 David Bateman <dbateman@free.fr> | |
7646 | |
7647 * Makefile.in: include sparse directory in SUBDIRS. | |
7648 | |
7649 2004-12-30 John W. Eaton <jwe@octave.org> | |
7650 | |
7651 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7652 src/DLD-FUNCTIONS/sparse.cc). | |
7653 | |
7654 2004-12-28 John W. Eaton <jwe@octave.org> | |
7655 | |
7656 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7657 Andy Adler <adler@site.uottawa.ca>. | |
7658 | |
7659 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7660 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7661 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7662 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7663 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7664 | |
7665 * sparse: New directory. | |
7666 | |
5158 | 7667 2005-02-22 John W. Eaton <jwe@octave.org> |
7668 | |
7669 * polynomial/residue.m: Force prepad to always create row vectors. | |
7670 | |
7671 * polynomial/poly.m: Quick return if m is 0. | |
7672 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7673 | |
5154 | 7674 2005-02-21 David Bateman <dbateman@free.fr> |
7675 | |
7676 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7677 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7678 Fix for row vectors with at least one element of lambda not in | |
7679 (0, Inf). | |
7680 | |
5152 | 7681 2005-02-21 John W. Eaton <jwe@octave.org> |
7682 | |
5153 | 7683 * statistics/base/qqplot.m: Use feval instead of eval. |
7684 | |
5152 | 7685 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7686 plot/__axis_label__.m: Issue replot command. | |
7687 | |
5135 | 7688 2005-02-09 John W. Eaton <jwe@octave.org> |
7689 | |
7690 * polynomial/polyderiv.m: Force P to be a row vector. | |
7691 | |
5133 | 7692 2005-02-08 John W. Eaton <jwe@octave.org> |
7693 | |
7694 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7695 provided and len <= computed max_len. | |
7696 | |
5125 | 7697 2005-01-27 David Bateman <dbateman@free.fr> |
7698 | |
7699 * strings/dec2base.m: Be even more careful about handling all digits. | |
7700 | |
7701 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7702 | |
7703 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7704 | |
5123 | 7705 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7706 | |
7707 * statistics/base/median.m: Make it work for the scalar case too. | |
7708 | |
6308 | 7709 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7710 |
7711 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7712 Simplify logic for decoding args. |
5117 | 7713 |
5115 | 7714 2005-01-24 John W. Eaton <jwe@octave.org> |
7715 | |
5116 | 7716 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7717 | |
7718 * plot/__plt__.m: No need to save and reset hold state now. | |
7719 (first_plot): Delete unused variable. | |
7720 | |
5115 | 7721 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7722 | |
7723 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7724 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7725 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7726 plot/__plt2vv__.m: | |
7727 Return data and gnuplot commands instead of evaluating them. | |
7728 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7729 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7730 | |
5108 | 7731 2005-01-18 John W. Eaton <jwe@octave.org> |
7732 | |
7733 * linear-algebra/cross.m: Allocate idx1 before use. | |
7734 | |
5096 | 7735 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7736 | |
7737 * statistics/base/range.m: Fix varargin usage. | |
7738 | |
5091 | 7739 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7740 | |
7741 * strings/deblank.m: Remove all trailing whitespace (check with | |
7742 isspace), not just SPC. | |
7743 | |
5090 | 7744 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7745 | |
7746 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7747 | |
5073 | 7748 2004-11-09 John W. Eaton <jwe@octave.org> |
7749 | |
7750 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7751 From Julius Smith <jos@ccrma.stanford.edu>. | |
7752 | |
5072 | 7753 2004-11-08 John W. Eaton <jwe@octave.org> |
7754 | |
7755 * plot/__plt2vm__.m: Delete debugging statement. | |
7756 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7757 | |
5065 | 7758 2004-11-04 John W. Eaton <jwe@octave.org> |
7759 | |
7760 * plot/hist.m: Always return row vectors for vector args. | |
7761 | |
5031 | 7762 2004-09-23 John W. Eaton <jwe@octave.org> |
7763 | |
7764 * strings/strcmp.m: If args are not strings or cell arrays of | |
7765 strings, return zero instead of reporting an error. | |
7766 | |
5021 | 7767 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7768 | |
7769 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7770 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7771 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7772 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7773 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7774 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7775 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7776 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7777 control/system/is_detectable.m, control/system/is_sample.m, | |
7778 control/system/is_siso.m, control/system/is_stable.m, | |
7779 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7780 control/system/sys2tf.m, control/system/sys2zp.m, | |
7781 control/system/sysappend.m, control/system/sysconnect.m, | |
7782 control/system/sysdisc.m, control/system/sysdup.m, | |
7783 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7784 control/system/syssetsignals.m, control/system/syssub.m, | |
7785 control/system/tf2sys.m, control/system/ugain.m, | |
7786 control/system/zp2ss.m, control/system/zp2sys.m, | |
7787 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7788 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7789 | |
7790 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7791 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7792 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7793 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7794 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7795 control/system/sysappend.m, control/system/sysconnect.m, | |
7796 control/system/sysdup.m, control/system/sysgroup.m, | |
7797 control/system/sysprune.m, control/system/sysreorder.m, | |
7798 control/system/sysscale.m, control/system/syssub.m, | |
7799 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7800 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7801 polynomial/polyout.m, specfun/log2.m: | |
7802 Add output arguments in doc strings. | |
7803 | |
7804 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7805 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7806 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7807 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7808 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7809 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7810 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7811 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7812 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7813 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7814 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7815 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7816 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7817 control/system/c2d.m, control/system/is_abcd.m, | |
7818 control/system/is_controllable.m, control/system/is_detectable.m, | |
7819 control/system/is_observable.m, control/system/is_stable.m, | |
7820 control/system/jet707.m, control/system/ord2.m, | |
7821 control/system/starp.m, control/system/sys2fir.m, | |
7822 control/system/sys2ss.m, control/system/sys2tf.m, | |
7823 control/system/sys2zp.m, control/system/syscont.m, | |
7824 control/system/sysdisc.m, control/system/sysdup.m, | |
7825 control/system/sysgettype.m, control/system/sysgroup.m, | |
7826 control/system/sysmult.m, control/system/sysprune.m, | |
7827 control/system/sysreorder.m, control/system/sysscale.m, | |
7828 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7829 control/system/tf2ss.m, control/system/tf2sys.m, | |
7830 control/system/zp2ss.m, control/system/zp2sys.m, | |
7831 control/util/axis2dlim.m, control/util/prompt.m, | |
7832 control/util/zgfmul.m, control/util/zginit.m, | |
7833 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7834 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7835 in doc strings. | |
7836 | |
7837 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7838 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7839 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7840 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7841 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7842 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7843 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7844 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7845 control/system/c2d.m, control/system/fir2sys.m, | |
7846 control/system/is_stabilizable.m, control/system/jet707.m, | |
7847 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7848 control/util/zgshsr.m, polynomial/polyout.m: | |
7849 New @tex section(s) in doc strings for better formating of printed | |
7850 output. | |
7851 | |
7852 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7853 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7854 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7855 Use proper double quote marks for TeX. | |
7856 | |
7857 * control/base/DEMOcontrol.m: Add missing ; | |
7858 | |
7859 * control/base/nichols.m, control/base/rlocus.m, | |
7860 control/obsolete/minfo.m, control/system/is_digital.m, | |
7861 control/system/ss2zp.m, control/system/sysmin.m, | |
7862 control/system/tf2zp.m, control/util/sortcom.m: | |
7863 Convert documentation to use or more completely use Texinfo. | |
7864 | |
7865 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7866 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7867 control/system/parallel.m, control/system/ss2tf.m, | |
7868 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7869 art splitting over a page boundary. | |
7870 | |
7871 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7872 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7873 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7874 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7875 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7876 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7877 the TeX documentation. | |
7878 | |
7879 * control/system/is_stabilizable.m: | |
7880 Add Copyright so that help is displayed correctly. | |
7881 | |
7882 * special-matrix/vander.m: Octave indexes start at 1. | |
7883 | |
5011 | 7884 2004-09-21 David Bateman <dbateman@free.fr> |
7885 | |
7886 * general/rotdim.m: New function for rotation of an N-d array in an | |
7887 arbitrary plane. | |
7888 | |
7889 * general/flipdim.m: New function to flip an N-d array about an | |
7890 arbitrary axis. | |
7891 | |
5003 | 7892 2004-09-15 David Bateman <dbateman@free.fr> |
7893 | |
7894 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7895 | |
4992 | 7896 2004-09-15 John W. Eaton <jwe@octave.org> |
7897 | |
7898 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7899 Use iscellstr to check for cells rather than iscell. |
7900 Improve diagnostics for invalid args. | |
4992 | 7901 |
4983 | 7902 2004-09-10 David Bateman <dbateman@free.fr> |
7903 | |
7904 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7905 and p with n > 1, and fix for matrix n and p with n == 1. | |
7906 | |
7907 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7908 due to row vs. column vector operations. | |
7909 | |
4964 | 7910 2004-09-03 David Bateman <dbateman@free.fr> |
7911 | |
7912 * general/repmat.m: Fix to allow logical classes. | |
7913 | |
4950 | 7914 2004-08-31 John W. Eaton <jwe@octave.org> |
7915 | |
7916 * general/isa.m: New function, from Octave-forge. | |
7917 | |
7918 2004-08-31 David Bateman <dbateman@free.fr> | |
7919 | |
7920 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7921 limitation on the use of int64 and uint64 types, and the use | |
7922 of the eval. | |
7923 | |
7924 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7925 in .^ with integer types is fixed. | |
7926 | |
7927 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7928 |
7929 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7930 | |
7931 * plot/axis.m: Don't reset axes when querying them. | |
7932 | |
4942 | 7933 2004-08-27 David Bateman <dbateman@free.fr> |
7934 | |
7935 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7936 Eliminate loop. | |
7937 | |
4918 | 7938 2004-07-27 David Bateman <dbateman@free.fr> |
7939 | |
7940 * general/num2str.m: Also insert spaces in output when precision | |
7941 argument is supplied. | |
7942 | |
4915 | 7943 2004-07-23 David Bateman <dbateman@free.fr> |
7944 | |
7945 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7946 | |
4911 | 7947 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7948 | |
7949 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7950 | |
7951 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7952 | |
7953 * miscellaneous/unix.m: Fix doc string. | |
7954 | |
7955 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7956 | |
7957 * plot/figure.m: Clarification of documentation. | |
7958 | |
7959 * image/imshow.m: Warn for complex images. | |
7960 Only estimate colourmap for images in [0, 65536]. | |
7961 | |
7962 2004-07-22 David Bateman <dbateman@free.fr> | |
7963 | |
7964 * general/num2str.m: Fix the case of an all zero input. | |
7965 | |
4906 | 7966 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7967 | |
7968 * general/ind2sub.m: Doc fix. | |
7969 | |
4900 | 7970 2004-06-08 John W. Eaton <jwe@octave.org> |
7971 | |
7972 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7973 convert function handle to string for eval. | |
7974 | |
4898 | 7975 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7976 | |
7977 * plot/errorbar.m: Remove debugging output. | |
7978 | |
7979 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7980 | |
7981 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7982 | |
4897 | 7983 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7984 | |
4898 | 7985 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7986 | |
7987 * polynomial/polyout.m: Use parenthesis if necessary around | |
7988 complex polynomial coefficient. | |
7989 | |
4897 | 7990 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7991 the bug which causes __errplot__ to ignore the last argument. | |
7992 | |
4894 | 7993 2004-06-03 David Bateman <dbateman@free.fr> |
7994 | |
7995 * general/shiftdim.m: New function based on JWE code snippet. | |
7996 | |
7997 * general/circdim.m: New function. | |
7998 | |
4890 | 7999 2004-05-06 David Bateman <dbateman@free.fr> |
8000 | |
8001 * general/issquare.m: Fail if ndim(x) > 2. | |
8002 | |
8003 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8004 | |
8005 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8006 N-d array arguments. Add optional dim argument to define | |
8007 dimension along which to operate. | |
8008 | |
8009 * linear-algebra/dmult.m: Allow N-d arrays. | |
8010 | |
8011 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8012 | |
4885 | 8013 2004-04-29 David Bateman <dbateman@free.fr> |
8014 | |
8015 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8016 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8017 statistics/base/statistics.m, statistics/base/skewness.m | |
8018 statistics/base/iqr.m: | |
8019 Make N-d array aware. Allow optional argument to define the | |
8020 dimension along which to operate. Update the documentation. | |
8021 | |
8022 * statistics/base/ranks.m: Change algorithm to use sort, | |
8023 and adjust for the ties after. | |
8024 | |
8025 * statistics/base/run_counts.m: Change algorithm to use | |
8026 the a combination of diff and find, rather than a for-loop. | |
8027 | |
4881 | 8028 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8029 | |
8030 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8031 | |
4878 | 8032 2004-04-23 David Bateman <dbateman@free.fr> |
8033 | |
8034 * general/int2str.m: Treat only real part of argument, and treat | |
8035 NDArrays by stacking the slices through the matrix vertically. | |
8036 | |
8037 * general/num2str.m: Improve format of integer matrices, and the | |
8038 conversion of complex matrices added. Treat NDArrays by stacking | |
8039 the slices through the matrix vertically. | |
8040 | |
8041 * deprecated/com2str.m: Moved here from general subdirectory. | |
8042 | |
4877 | 8043 2004-04-22 John W. Eaton <jwe@octave.org> |
8044 | |
8045 * quaternion/qtransvmat.m: Use continuation characters to make | |
8046 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8047 | |
4869 | 8048 2004-04-21 David Bateman <dbateman@free.fr> |
8049 | |
5378 | 8050 * elfun/lcm.m: Make N-d aware. |
4870 | 8051 |
4869 | 8052 * general/diff.m: Make the code N-d array aware. Allow an |
8053 optional argument to define the dimension along which to perform | |
8054 the differences and allow the order of the differences to be larger | |
8055 than the dimension itself. | |
8056 | |
8057 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8058 use of these functions to 1- and 2-d arrays. | |
8059 | |
4863 | 8060 2004-04-16 John W. Eaton <jwe@octave.org> |
8061 | |
8062 * elfun/gcd.m: Delete. | |
8063 | |
4862 | 8064 2004-04-15 David Bateman <dbateman@free.fr> |
8065 | |
8066 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8067 | |
8068 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8069 array aware and and optional argument for the dimension along | |
8070 which to operate. | |
8071 | |
5378 | 8072 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8073 argument for the dimension to be consistent with other N-d array |
8074 functions. | |
8075 | |
4860 | 8076 2004-04-08 David Bateman <dbateman@free.fr> |
8077 | |
8078 * statistics/distributions/discrete_cdf.m, | |
8079 statistics/distributions/discrete_inv.m, | |
8080 statistics/distributions/discrete_pdf.m, | |
8081 statistics/distributions/discrete_rnd.m, | |
8082 statistics/distributions/exponential_cdf.m, | |
8083 statistics/distributions/exponential_inv.m, | |
8084 statistics/distributions/exponential_pdf.m, | |
8085 statistics/distributions/exponential_rnd.m, | |
8086 statistics/distributions/f_cdf.m, | |
8087 statistics/distributions/f_inv.m, | |
8088 statistics/distributions/f_pdf.m, | |
8089 statistics/distributions/f_rnd.m, | |
8090 statistics/distributions/geometric_cdf.m, | |
8091 statistics/distributions/geometric_inv.m, | |
8092 statistics/distributions/geometric_pdf.m, | |
8093 statistics/distributions/geometric_rnd.m, | |
8094 statistics/distributions/hypergeometric_rnd.m, | |
8095 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8096 statistics/distributions/laplace_cdf.m, | |
8097 statistics/distributions/laplace_inv.m, | |
8098 statistics/distributions/laplace_pdf.m, | |
8099 statistics/distributions/laplace_rnd.m, | |
8100 statistics/distributions/logistic_inv.m, | |
8101 statistics/distributions/logistic_rnd.m, | |
8102 statistics/distributions/lognormal_cdf.m, | |
8103 statistics/distributions/lognormal_inv.m, | |
8104 statistics/distributions/lognormal_pdf.m, | |
8105 statistics/distributions/lognormal_rnd.m, | |
8106 statistics/distributions/pascal_cdf.m, | |
8107 statistics/distributions/pascal_inv.m, | |
8108 statistics/distributions/pascal_pdf.m, | |
8109 statistics/distributions/pascal_rnd.m, | |
8110 statistics/distributions/poisson_cdf.m, | |
8111 statistics/distributions/poisson_inv.m, | |
8112 statistics/distributions/poisson_pdf.m, | |
8113 statistics/distributions/poisson_rnd.m, | |
8114 statistics/distributions/t_cdf.m, | |
8115 statistics/distributions/t_inv.m, | |
8116 statistics/distributions/t_pdf.m, | |
8117 statistics/distributions/t_rnd.m, | |
8118 statistics/distributions/weibull_cdf.m, | |
8119 statistics/distributions/weibull_inv.m, | |
8120 statistics/distributions/weibull_pdf.m, | |
8121 statistics/distributions/weibull_rnd.m: | |
8122 Allow N-d arrays. | |
8123 | |
8124 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8125 that results in NaN in places where it should not have had. | |
8126 | |
8127 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8128 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8129 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8130 |
8131 * statistics/distributions/empirical_rnd.m: New argument formats | |
8132 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8133 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8134 format. Allow N-d arrays. |
8135 | |
8136 * statistics/distributions/hypergeometric_cdf.m, | |
8137 statistics/distributions/hypergeometric_inv.m, | |
8138 statistics/distributions/hypergeometric_pdf.m, | |
8139 statistics/distributions/wiener_rnd.m: | |
8140 Error for non-scalar arguments. | |
8141 | |
8142 * statistics/distributions/pascal_rnd.m: | |
8143 Correct for n = 1 bug, where all elements were equal. | |
8144 | |
4849 | 8145 2004-04-06 David Bateman <dbateman@free.fr> |
8146 | |
4854 | 8147 * general/common_size.m, miscellaneous/bincoeff.m, |
8148 statistics/distributions/beta_cdf.m, | |
8149 statistics/distributions/beta_inv.m, | |
8150 statistics/distributions/beta_pdf.m, | |
8151 statistics/distributions/beta_rnd.m, | |
8152 statistics/distributions/binomial_cdf.m, | |
8153 statistics/distributions/binomial_inv.m, | |
8154 statistics/distributions/binomial_pdf.m, | |
8155 statistics/distributions/binomial_rnd.m, | |
8156 statistics/distributions/cauchy_cdf.m, | |
8157 statistics/distributions/cauchy_inv.m, | |
8158 statistics/distributions/cauchy_pdf.m, | |
8159 statistics/distributions/cauchy_rnd.m, | |
8160 statistics/distributions/chisquare_cdf.m, | |
8161 statistics/distributions/chisquare_inv.m, | |
8162 statistics/distributions/chisquare_pdf.m, | |
8163 statistics/distributions/chisquare_rnd.m, | |
8164 statistics/distributions/gamma_cdf.m, | |
8165 statistics/distributions/gamma_inv.m, | |
8166 statistics/distributions/gamma_pdf.m, | |
8167 statistics/distributions/gamma_rnd.m, | |
8168 statistics/distributions/normal_cdf.m, | |
8169 statistics/distributions/normal_inv.m, | |
8170 statistics/distributions/normal_pdf.m, | |
8171 statistics/distributions/normal_rnd.m, | |
8172 statistics/distributions/stdnormal_cdf.m, | |
8173 statistics/distributions/stdnormal_pdf.m, | |
8174 statistics/distributions/stdnormal_rnd.m, | |
8175 statistics/distributions/uniform_cdf.m, | |
8176 statistics/distributions/uniform_inv.m, | |
8177 statistics/distributions/uniform_pdf.m, | |
8178 statistics/distributions/uniform_rnd.m: | |
8179 Allow the inputs to be N-d arrays. | |
8180 | |
4852 | 8181 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8182 * statistics/base/median.m: Likewise. | |
4849 | 8183 |
4844 | 8184 2004-04-02 David Bateman <dbateman@free.fr> |
8185 | |
8186 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8187 * statistics/base/center.m, statistics/base/meansq.m, |
8188 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8189 Update for N-d arrays. |
4844 | 8190 * signal/fftshift.m: Fix dimensioning error. |
8191 | |
8192 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8193 N-d arrays. |
4844 | 8194 |
4852 | 8195 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8196 | |
8197 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8198 |
4852 | 8199 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8200 |
8201 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8202 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8203 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8204 | |
8205 * control/system/sysidx.m: Use cellidx and not listidx. | |
8206 | |
4841 | 8207 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8208 | |
8209 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8210 default of "" (so it is off unless explicitly set by the user). | |
8211 | |
4836 | 8212 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8213 | |
8214 * image/imshow.m: Accept "truesize" argument. | |
8215 Ignore current colormap. New tests and demos. | |
8216 | |
4834 | 8217 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8218 | |
8219 * signal/sinewave.m: Allow N to default to M. | |
8220 | |
4826 | 8221 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8222 | |
8223 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8224 | |
4818 | 8225 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8226 | |
8227 * general/deal.m: New function. | |
4819 | 8228 Add tests from Paul Kienzle. |
4818 | 8229 |
4811 | 8230 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8231 | |
8232 * plot/hist.m: Compute histogram correctly for n>=30. | |
8233 | |
5095 | 8234 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8235 |
8236 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8237 | |
4806 | 8238 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8239 | |
8240 * miscellaneous/horzcat.m: Delete. | |
8241 * miscellaneous/vertcat.m: Delete. | |
8242 | |
4790 | 8243 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8244 | |
8245 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8246 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8247 | |
4789 | 8248 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8249 | |
8250 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8251 doing multiple plots in the same gnuplot frame. | |
8252 | |
4780 | 8253 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8254 | |
8255 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8256 control/system/cellidx.m, control/system/ss.m, | |
8257 control/system/tf.m, control/system/zp.m: New functions. | |
8258 | |
4778 | 8259 2004-02-16 Glenn Golden <gdg@zplane.com> |
8260 | |
8261 * statistics/distributions/discrete_inv.m: | |
8262 Reduce memory requirements. | |
8263 | |
4772 | 8264 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8265 | |
8266 * plot/__errcomm__.m: Fix thinko in previous change. | |
8267 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
8268 | |
4771 | 8269 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
8270 | |
8271 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
8272 control/base/analdemo.m, control/base/bddemo.m, | |
8273 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
8274 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
8275 control/base/rldemo.m, control/base/rlocus.m, | |
8276 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
8277 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
8278 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
8279 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
8280 control/obsolete/packsys.m, control/obsolete/series.m, | |
8281 control/system/__sysdefioname__.m, | |
8282 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
8283 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
8284 control/system/c2d.m, control/system/d2c.m, | |
8285 control/system/dmr2d.m, control/system/fir2sys.m, | |
8286 control/system/is_signal_list.m, control/system/is_siso.m, | |
8287 control/system/jet707.m, control/system/listidx.m, | |
8288 control/system/moddemo.m, control/system/ord2.m, | |
8289 control/system/packedform.m, control/system/parallel.m, | |
8290 control/system/ss2sys.m, control/system/sys2tf.m, | |
8291 control/system/sys2zp.m, control/system/sysadd.m, | |
8292 control/system/sysappend.m, control/system/sysconnect.m, | |
8293 control/system/syscont.m, control/system/sysdimensions.m, | |
8294 control/system/sysdisc.m, control/system/sysdup.m, | |
8295 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
8296 control/system/sysgroup.m, control/system/sysmin.m, | |
8297 control/system/sysmult.m, control/system/sysprune.m, | |
8298 control/system/sysrepdemo.m, control/system/sysscale.m, | |
8299 control/system/syssetsignals.m, control/system/syssub.m, | |
8300 control/system/sysupdate.m, control/system/tf2sys.m, | |
8301 control/system/ugain.m, control/system/zp2ss.m, | |
8302 control/system/zp2sys.m, control/util/__outlist__.m, | |
8303 control/util/__zgpbal__.m, control/util/strappend.m: | |
8304 Use cell arrays instead of lists. | |
8305 | |
4723 | 8306 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
8307 | |
8308 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
8309 so that bar (1, 1) will work. | |
8310 | |
4710 | 8311 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8312 | |
4717 | 8313 * plot/__errcomm__.m: Cope with nargin now being a function. |
8314 * plot/__errplot__.m: Likewise. | |
8315 * plot/__plt__.m: Likewise. | |
8316 * plot/plot_border.m: Likewise. | |
8317 | |
4710 | 8318 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
8319 not $(DOCSTRINGS). | |
8320 | |
4706 | 8321 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8322 | |
8323 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8324 rank ([], tol). | |
8325 | |
4691 | 8326 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8327 | |
4692 | 8328 * elfun/acot.m: Return atan (1./z). |
8329 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8330 | |
4691 | 8331 * miscellaneous/dir.m: New file. |
8332 | |
8333 * general/num2str.m: Use "%d" as format if values are ints with | |
8334 magnitude less than 1e10. | |
8335 | |
8336 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8337 | |
8338 * general/num2str.m: If single arg is string, return it. | |
8339 | |
8340 * miscellaneous/not.m: New file. | |
8341 | |
8342 * miscellaneous/unix.m: New file. | |
8343 | |
8344 * miscellaneous/isunix.m: New file. | |
8345 * miscellaneous/ispc.m: New file. | |
8346 | |
8347 * miscellaneous/computer.m: New file. | |
8348 | |
8349 * miscellaneous/delete.m: New file. | |
8350 | |
4689 | 8351 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8352 | |
8353 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8354 | |
8355 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8356 | |
8357 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
8358 Always return substituted version of LOADPATH if nargout != 0. | |
8359 | |
4685 | 8360 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
8361 | |
8362 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
8363 before continuing. | |
8364 | |
8365 * miscellaneous/fileparts.m: Allow name to start with ".". | |
8366 | |
4677 | 8367 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8368 | |
8369 * general/ind2sub.m: New file. | |
8370 * general/sub2ind.m: New file. | |
8371 | |
4675 | 8372 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8373 | |
8374 * control/system/zp2ss.m: Don't save and restore | |
8375 warn_empty_list_elements. | |
8376 | |
8377 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
8378 | |
6778 | 8379 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 8380 |
4673 | 8381 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
8382 | |
8383 * statistics/base/mean.m: Remove special case for row vectors. | |
8384 | |
4637 | 8385 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8386 | |
8387 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8388 | |
4631 | 8389 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8390 | |
8391 * statistics/base/iqr.m: Handle matrices. | |
8392 | |
4630 | 8393 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8394 | |
8395 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8396 | |
4629 | 8397 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8398 | |
8399 * miscellaneous/path.m: Fix thinko in previous change. | |
8400 | |
4609 | 8401 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8402 | |
4629 | 8403 * control/base/dare.m: Check positive (semi)definiteness and |
8404 dimensions of r (and q). | |
8405 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8406 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8407 near unit circle. | |
4611 | 8408 |
8409 * control/system/is_detectable.m: Use Hautus Lemma. | |
8410 Correct the behavior for discrete-time systems. | |
8411 * control/system/is_stabilizable.m: Likewise. | |
8412 | |
4609 | 8413 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8414 | |
8415 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8416 | |
4610 | 8417 * general/isdefinite.m: New function. |
8418 | |
4567 | 8419 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8420 | |
8421 * general/reshape: Delete. | |
8422 | |
4559 | 8423 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8424 | |
8425 * general/numel.m: Delete. | |
8426 | |
4535 | 8427 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8428 | |
4536 | 8429 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8430 | |
8431 * deprecated/isstr.m: New file. | |
4535 | 8432 |
4529 | 8433 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8434 | |
8435 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8436 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8437 | |
4525 | 8438 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8439 | |
8440 * statistics/base/mean.m: Fix missing semicolon problem. | |
8441 | |
4503 | 8442 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8443 | |
8444 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8445 | |
4492 | 8446 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8447 | |
8448 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8449 Allow optional length argument. | |
8450 | |
4491 | 8451 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8452 | |
8453 * polynomial/polyfit.m: Avoid calling flipud. | |
8454 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8455 Return structure as second output value for improved Matlab | |
8456 compatibility. | |
8457 | |
4476 | 8458 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8459 | |
4478 | 8460 * linear-algebra/cond.m: Behave as though old built-in variable |
8461 propagate_empty_matrices is always 1. Also handle empty matrices | |
8462 with one non-zero dimension. | |
8463 | |
4476 | 8464 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8465 warn_single_quote_string to the list. | |
4478 | 8466 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8467 from the list. | |
4476 | 8468 |
5095 | 8469 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8470 |
8471 * signal/autocov.m: Transpose result of conj because diag returns | |
8472 a column vector, not a row vector. | |
8473 | |
8474 * audio/playaudio.m, audio/record.m, image/image.m, | |
8475 miscellaneous/bug_report.m: Protect spaces in filenames | |
8476 with quotes. | |
8477 | |
4466 | 8478 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8479 | |
4468 | 8480 * io/printf.m, io/puts.m: Delete. |
8481 | |
4466 | 8482 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8483 default_return_value from the list. | |
8484 Add warn_undefined_return_values to the list. | |
8485 | |
8486 | |
4464 | 8487 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8488 | |
8489 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8490 and initialize_global_variables from the list. | |
8491 | |
4460 | 8492 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8493 | |
4463 | 8494 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8495 | |
8496 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8497 | |
8498 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8499 * control/system/sys2fir.m: Likewise. | |
8500 | |
8501 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8502 * control/system/__tf2sysl__.m: Likewise. | |
8503 | |
8504 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8505 | |
8506 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8507 and [] concatenation. | |
8508 * control/system/sys2fir.m: Likewise. | |
8509 | |
8510 * control/base/dgram.m, control/base/freqchkw.m, | |
8511 control/base/gram.m, control/system/__abcddims__.m, | |
8512 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8513 control/system/is_sample.m, control/system/is_signal_list.m, | |
8514 control/system/is_siso.m, control/system/sys2fir.m, | |
8515 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8516 control/system/sysgettype.m, control/system/tf2zp.m, | |
8517 control/system/ugain.m, control/util/prompt.m, | |
8518 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8519 control/util/zgshsr.m: | |
8520 Improve conformance to Octave coding style. | |
8521 | |
4461 | 8522 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8523 the list. | |
8524 Delete resize_on_range_error from the list. | |
8525 | |
4460 | 8526 * control/base/pzmap.m, control/base/place.m, |
8527 control/base/__freqresp__.m, control/system/sysappend.m, | |
8528 control/system/syscont.m, control/system/sysdisc.m, | |
8529 control/system/sysgroup.m, control/system/tfout.m, | |
8530 control/system/zp2ss.m, control/system/zpout.m, | |
8531 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8532 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8533 empty_list_elements_ok. | |
8534 | |
8535 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8536 Delete empty_list_elements_ok from the list. | |
8537 | |
4457 | 8538 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8539 | |
8540 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8541 list. | |
8542 Delete treat_neg_dim_as_zero from the list. | |
8543 | |
8544 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8545 | |
4451 | 8546 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8547 | |
4455 | 8548 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8549 was not used in the code in any case). | |
8550 | |
8551 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8552 do_fortran_indexing. | |
8553 | |
4452 | 8554 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8555 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8556 | |
4451 | 8557 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8558 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8559 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8560 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8561 warn_fortran_indexing in the list. | |
8562 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8563 implicit_str_to_num_ok, do_fortran_indexing, and | |
8564 prefer_column_vectors from list. | |
4451 | 8565 |
4440 | 8566 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8567 | |
8568 * Makefile.in (distclean, maintainer-clean): Also remove | |
8569 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8570 directory. | |
8571 | |
5095 | 8572 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8573 |
8574 * plot/hist.m: Don't forget to define n if x is a vector. | |
8575 | |
5095 | 8576 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8577 |
8578 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8579 return "." with extension. | |
8580 | |
4422 | 8581 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8582 | |
8583 * control/base/__stepimp__.m, control/base/nichols.m, | |
8584 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8585 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8586 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8587 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8588 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8589 | |
4413 | 8590 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8591 | |
8592 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8593 | |
5095 | 8594 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8595 |
8596 * plot/hist.m: Improve performance by using different algorithms | |
8597 depending on number of bins. | |
8598 | |
4404 | 8599 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8600 | |
8601 * control/system/sysadd.m: If systems are not "tf", convert before | |
8602 adding. | |
8603 | |
5095 | 8604 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8605 |
8606 * image/imagesc.m: Accept data limits parameter for colormap. | |
8607 | |
5095 | 8608 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8609 |
8610 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8611 the impulse by t_step. | |
8612 | |
4373 | 8613 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8614 | |
8615 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8616 column vectors. | |
8617 | |
5095 | 8618 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8619 |
8620 * linear-algebra/null.m: Handle empty matrix arg. | |
8621 | |
4369 | 8622 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8623 | |
8624 * general/shift.m: Force empty_list_elements_ok to 1. | |
8625 | |
4358 | 8626 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8627 | |
8628 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8629 New files. | |
8630 | |
4348 | 8631 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8632 | |
8633 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8634 function handle to pass to feval. | |
8635 * statistics/base/qqplot.m: Likewise. | |
8636 * statistics/base/ppplot.m: Likewise. | |
8637 * signal/spectral_xdf.m: Likewise. | |
8638 * signal/spectral_adf.m: Likewise. | |
8639 | |
4340 | 8640 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8641 | |
8642 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8643 | |
4334 | 8644 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8645 | |
8646 * linear-algebra/logm.m: New file. | |
8647 | |
5095 | 8648 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8649 |
8650 * mkpkgadd: Scan C++ files as well | |
8651 | |
5095 | 8652 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8653 |
8654 * strings/findstr.m: Return empty set for zero-length target. | |
8655 | |
5095 | 8656 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8657 |
8658 * set/union.m: Preserve the orientation of inputs. | |
8659 | |
4305 | 8660 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8661 | |
8662 * general/int2str.m: Eliminate leading spaces. | |
8663 | |
4303 | 8664 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8665 | |
8666 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8667 | |
5095 | 8668 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8669 |
8670 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8671 $(BUILD_LDFLAGS) to compiler. | |
8672 | |
4295 | 8673 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8674 | |
8675 * general/num2str.m: Don't specify field width for scalars. | |
8676 | |
4292 | 8677 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8678 | |
8679 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8680 | |
4265 | 8681 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8682 | |
4279 | 8683 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8684 | |
4266 | 8685 * miscellaneous/tempname.m: New file. |
8686 | |
8687 * miscellaneous/tempdir.m: New file. | |
8688 | |
4265 | 8689 * miscellaneous/fullfile.m: New file. |
8690 | |
4259 | 8691 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8692 | |
4264 | 8693 * miscellaneous/fileparts.m: New file. |
8694 | |
8695 * io/beep.m: New file. | |
8696 | |
4260 | 8697 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8698 format only. | |
4259 | 8699 |
4257 | 8700 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8701 | |
8702 * strings/strcmp.m: Handle cell arrays of strings. | |
8703 | |
4229 | 8704 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8705 | |
8706 * general/int2str.m: Handle matrices. | |
8707 * general/num2str.m: Likewise. | |
8708 Also handle optional precision, and format args. | |
8709 | |
4225 | 8710 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8711 | |
8712 * audio/Makefile.in, control/base/Makefile.in, | |
8713 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8714 control/system/Makefile.in, elfun/Makefile.in, | |
8715 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8716 io/Makefile.in, linear-algebra/Makefile.in, | |
8717 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8718 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8719 specfun/Makefile.in, special-matrix/Makefile.in, | |
8720 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8721 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8722 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8723 deprecated/Makefile.in: Use new do-script-install and | |
8724 do-script-uninstall macros. | |
8725 | |
8726 * mkpkgadd: New script. | |
8727 | |
8728 * plot/close.m: New file. | |
8729 | |
4184 | 8730 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8731 | |
8732 * image/image.m: Use -raw option for xv. | |
8733 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8734 | |
4172 | 8735 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8736 | |
4174 | 8737 * control/base/lsim.m: Use approximate test for step size change. |
8738 | |
4172 | 8739 * signal/bartlett.m: Avoid row/column mismatch error. |
8740 | |
5095 | 8741 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8742 |
8743 * statistics/base/var.m: Use better formula for improved accuracy. | |
8744 | |
5095 | 8745 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8746 |
8747 * control/base/lsim.m: Correct doc string. | |
8748 | |
5095 | 8749 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8750 |
8751 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8752 | |
4148 | 8753 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8754 | |
8755 * plot/contour.m: Handle x and y as matrices too. | |
8756 | |
5095 | 8757 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8758 |
8759 * plot/contour.m: Fix error and usage messages. | |
8760 | |
4146 | 8761 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8762 | |
8763 * plot/contour.m: Correct orientation of plot. | |
8764 | |
4139 | 8765 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8766 | |
8767 * control/base/analdemo.m: Fix typo. | |
8768 | |
5095 | 8769 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8770 |
8771 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8772 | |
4098 | 8773 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8774 | |
8775 * mkdoc: Exit immediately on errors. | |
8776 Exit with error if gethelp does not exist. | |
8777 | |
8778 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8779 | |
4093 | 8780 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8781 | |
8782 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8783 | |
5095 | 8784 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8785 |
8786 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8787 * statistics/distributions/normal_pdf.m: Likewise. | |
8788 * statistics/distributions/normal_inv.m: Likewise. | |
8789 | |
5095 | 8790 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8791 |
8792 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8793 | |
5095 | 8794 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8795 |
8796 * statistics/base/var.m: Handle complex values. | |
8797 | |
4031 | 8798 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8799 | |
8800 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8801 list. | |
8802 * deprecated/Makefile.in: New file. | |
8803 | |
5095 | 8804 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8805 |
8806 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8807 * statistics/distributions/binomial_cdf.m: Likewise. | |
8808 * statistics/distributions/f_cdf.m: Likewise. | |
8809 * statistics/distributions/t_cdf.m: Likewise. | |
8810 | |
8811 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8812 * specfun/beta.m: Likewise. | |
8813 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8814 * statistics/distributions/gamma_pdf.m: Likewise. | |
8815 * statistics/distributions/poisson_pdf.m: Likewise. | |
8816 | |
8817 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8818 * statistics/distributions/poisson_cdf.m: Likewise. | |
8819 | |
4026 | 8820 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8821 | |
4028 | 8822 * deprecated/is_bool.m: New file. |
8823 * deprecated/is_complex.m: New file. | |
8824 * deprecated/is_global.m: New file. | |
8825 * deprecated/is_list.m: New file. | |
8826 * deprecated/is_matrix.m: New file. | |
8827 * deprecated/is_scalar.m: New file. | |
8828 * deprecated/is_square.m: New file. | |
8829 * deprecated/is_stream.m: New file. | |
8830 * deprecated/is_struct.m: New file. | |
8831 * deprecated/is_symmetric.m: New file. | |
8832 * deprecated/is_vector.m: New file. | |
4030 | 8833 * Change all callers of these functions to use the new names. |
4028 | 8834 |
4029 | 8835 * deprecated: New directory. |
8836 * Makefile.in (SUBDIRS): Add it to the list. | |
8837 | |
4026 | 8838 * general/isscalar.m: Rename from is_scalar.m. |
8839 * general/issquare.m: Rename from is_square.m. | |
8840 * general/issymmetric.m: Rename from is_symmetric.m. | |
8841 * general/isvector.m: Rename from is_vector.m. | |
8842 | |
4022 | 8843 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8844 | |
8845 * statistics/base/mean.m: Allow empty matrices. | |
8846 Handle DIM arg. | |
8847 | |
5095 | 8848 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8849 |
8850 * plot/__errcomm__.m: If format is not specified, default to error | |
8851 bar format. | |
8852 | |
4011 | 8853 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8854 | |
8855 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8856 __F_SETFL__ and __O_NONBLOCK__. | |
8857 | |
8858 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8859 * miscellaneous/bug_report.m: Likewise. | |
8860 | |
4007 | 8861 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8862 | |
4008 | 8863 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8864 * general/rem.m: Likewise. | |
8865 | |
8866 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8867 * plot/semilogxerr.m: Likewise. | |
4007 | 8868 * plot/semilogyerr.m: Likewise. |
8869 | |
5095 | 8870 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8871 |
8872 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8873 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8874 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8875 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8876 | |
8877 * plot/errorbar.m: Use __errcomm__.m. | |
8878 * plot/__errplot__.m: Minor cleanups. | |
8879 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8880 * plot/__pltopt1__.m: Likewise. | |
8881 | |
3980 | 8882 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8883 | |
3981 | 8884 * general/rem.m: Delete redundant call to usage. |
8885 | |
3980 | 8886 * general/mod.m: Additional error checks, Texinfoize doc string. |
8887 | |
5095 | 8888 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8889 |
8890 * general/mod.m: New function. | |
8891 | |
3979 | 8892 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8893 | |
8894 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8895 * control/system/sysadd.m: Likewise. | |
8896 * control/system/sysgroup.m: Likewise. | |
8897 * control/system/syssub.m: Likewise. | |
8898 * elfun/gcd.m: Likewise. | |
8899 * elfun/lcm.m: Likewise. | |
8900 * general/common_size.m: Likewise. | |
8901 * io/printf.m: Likewise. | |
8902 * miscellaneous/menu.m: Likewise. | |
8903 * miscellaneous/path.m: Likewise. | |
8904 * plot/__errplot__.m: Likewise. | |
8905 * plot/__plt__.m: Likewise. | |
8906 * plot/axis.m: Likewise. | |
8907 * plot/errorbar.m: Likewise. | |
8908 * plot/mplot.m: Likewise. | |
8909 * plot/loglog.m: Likewise. | |
8910 * plot/plot.m: Likewise. | |
8911 * plot/plot_border.m: Likewise. | |
8912 * plot/semilogx.m: Likewise. | |
8913 * plot/semilogy.m: Likewise. | |
8914 * plot/xlabel.m: Likewise. | |
8915 * plot/ylabel.m: Likewise. | |
8916 * plot/zlabel.m: Likewise. | |
8917 * statistics/base/ppplot.m: Likewise. | |
8918 * statistics/base/qqplot.m: Likewise. | |
8919 * statistics/tests/bartlett_test.m: Likewise. | |
8920 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8921 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8922 * strings/str2mat.m: Likewise. | |
8923 * strings/strcat.m: Likewise. | |
8924 | |
5095 | 8925 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8926 |
8927 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8928 | |
3924 | 8929 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8930 | |
8931 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8932 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8933 |
5095 | 8934 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8935 |
8936 * general/repmat.m: New function. | |
8937 | |
5095 | 8938 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8939 |
8940 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8941 Use optional parameter to specify the number of bits in the input. | |
8942 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8943 floats in the range [-1,1], 2x speedup. | |
8944 | |
8945 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8946 | |
3910 | 8947 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8948 | |
8949 * linear-algebra/kron.m: Delete. | |
8950 | |
5095 | 8951 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8952 |
8953 * signal/freqz.m: If nargout is zero, plot results instead of | |
8954 returning them. | |
8955 * signal/freqz_plot.m: New file. | |
8956 | |
5095 | 8957 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8958 |
5378 | 8959 * signal/unwrap.m: New file. |
3906 | 8960 |
5095 | 8961 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8962 |
8963 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8964 divide by zero warning. | |
8965 | |
5095 | 8966 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8967 |
3894 | 8968 * strings/deblank.m: Trim \0 as well as blank. |
8969 | |
5378 | 8970 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8971 expressed in radians or Hz relative to a supplied sample rate. |
8972 | |
5095 | 8973 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8974 |
8975 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8976 | |
3891 | 8977 * strings/findstr.m: Vectorize as much as possible. |
8978 | |
5095 | 8979 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8980 |
8981 * special-matrix/invhilb.m: New version that is faster and more | |
8982 accurate. | |
8983 | |
5095 | 8984 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8985 |
8986 * configure.in: Update for autoconf 2.5x. | |
8987 | |
5095 | 8988 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8989 |
8990 * special-matrix/vander.m: Code tidy and vectorize. | |
8991 | |
5095 | 8992 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8993 |
3883 | 8994 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8995 to vectors. Issue a warning in the case x matches y' but return a | |
8996 column vector as Octave currently does. | |
8997 | |
3882 | 8998 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8999 | |
9000 * control/system/starp.m: Leave more of the documentation | |
9001 processing to texinfo and less to the @format block. | |
9002 | |
9003 * image/imagesc.m: Only display image if no output is requested. | |
9004 Code tidying. | |
9005 | |
3876 | 9006 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9007 | |
9008 * statistics/base/center.m: Accept and return empty matrix. | |
9009 | |
3872 | 9010 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9011 | |
9012 * specfun/erfinv.m: Fix usage message. | |
9013 | |
3869 | 9014 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9015 | |
9016 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9017 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9018 | |
3837 | 9019 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9020 | |
9021 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9022 capitalized variable names. | |
9023 | |
3836 | 9024 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9025 | |
9026 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9027 | |
5095 | 9028 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9029 |
9030 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9031 | |
3803 | 9032 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9033 | |
3833 | 9034 * general/cart2pol.m: New file. |
9035 * general/pol2cart.m: New file. | |
9036 * general/cart2sph.m: New file. | |
9037 * general/sph2cart.m: New file. | |
9038 * image/rgb2hsv.m: New file. | |
9039 * image/hsv2rgb.m: New file. | |
3803 | 9040 |
9041 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9042 | |
9043 * plot/meshgrid.m: Avoid for loops. | |
9044 * plot/meshdom.m: Likewise. | |
9045 | |
3801 | 9046 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9047 | |
9048 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9049 | |
9050 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9051 | |
9052 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9053 norm. | |
9054 | |
3792 | 9055 2001-02-09 David Livings <david.livings@asa.co.uk> |
9056 | |
9057 * statistics/tests/welch_test.m: Fix typo. | |
9058 | |
9059 * statistics/distributions/chisquare_cdf.m: | |
9060 Don't restrict inputs to be only positive integers. | |
9061 * statistics/distributions/chisquare_inv.m: Likewise. | |
9062 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9063 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9064 * statistics/distributions/f_cdf.m: Likewise. | |
9065 * statistics/distributions/f_inv.m: Likewise. | |
9066 * statistics/distributions/f_pdf.m: Likewise. | |
9067 * statistics/distributions/f_rnd.m: Likewise. | |
9068 * statistics/distributions/t_cdf.m: Likewise. | |
9069 * statistics/distributions/t_inv.m: Likewise. | |
9070 * statistics/distributions/t_pdf.m: Likewise. | |
9071 * statistics/distributions/t_rnd.m: Likewise. | |
9072 | |
3790 | 9073 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9074 | |
9075 * strings/dec2base.m: New file. | |
9076 * strings/base2dec.m: New file. | |
9077 * strings/strjust.m: New file. | |
9078 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9079 * strings/dec2bin.m: Likewise. | |
9080 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9081 * strings/bin2dec.m: Likewise. | |
9082 | |
5095 | 9083 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9084 |
9085 * statistics/base/ppplot.m: Use gset, not set. | |
9086 * statistics/base/qqplot.m: Likewise. | |
9087 | |
5095 | 9088 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9089 |
9090 * control/system/c2d.m: Add missing endif. | |
9091 | |
3759 | 9092 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9093 | |
9094 * strings/index.m: Return 0 if either string is empty. | |
9095 | |
9096 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9097 | |
9098 * control/system/c2d.m: Allow option of matched pole/zero | |
9099 equivalent for conversion. | |
9100 | |
9101 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9102 | |
9103 * strings/findstr.m: Return empty matrix if search string is empty. | |
9104 | |
3757 | 9105 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9106 | |
9107 * saveimage.m: Do create rawbit image for black and white images, | |
9108 but do it correctly. | |
9109 | |
3754 | 9110 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9111 | |
6778 | 9112 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9113 result polynomials. | |
3754 | 9114 |
3748 | 9115 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9116 | |
9117 * image/saveimage.m: Don't try to create rawbit image. | |
9118 | |
3740 | 9119 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9120 | |
9121 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9122 | |
5095 | 9123 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9124 |
9125 * plot/contour.m: Reorder args for Matlab compatibility. | |
9126 | |
3727 | 9127 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9128 | |
9129 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9130 | |
3717 | 9131 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9132 | |
3718 | 9133 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9134 | |
3717 | 9135 * plot/mesh.m: Also set nologscale before plotting. |
9136 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9137 xyerrorbars instead of just errorbars. | |
9138 | |
3714 | 9139 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9140 | |
9141 * image/image.m: Try display (from ImageMagick) first. | |
9142 | |
3709 | 9143 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9144 | |
9145 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9146 conjugate transpose. | |
9147 | |
3705 | 9148 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9149 | |
9150 * strings/str2mat.m: Apply setstr to each argument. | |
9151 | |
3696 | 9152 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9153 | |
9154 * control/base/dkalman.m: New file. | |
9155 * control/base/dlqe.m: Handle singular A matrix. | |
9156 * control/base/dlqr.m: Likewise. | |
9157 | |
3695 | 9158 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9159 | |
9160 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9161 dimensions don't match. | |
9162 | |
3690 | 9163 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9164 | |
9165 * plot/hist.m: Allow 3 argument form to work. | |
9166 | |
5095 | 9167 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9168 |
9169 * plot/plot.m: Add examples in doc string. | |
9170 | |
5095 | 9171 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9172 |
9173 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9174 Do the right thing even if automatic_replot is not zero. | |
9175 Avoid failure if system has pure imaginary poles. | |
9176 | |
3674 | 9177 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9178 | |
9179 * general/logical.m: Return arg if it is empty. Better error | |
9180 message for non-numeric types. | |
9181 | |
5095 | 9182 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9183 |
9184 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9185 about difference with Matlab dlqe function. | |
9186 | |
9187 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9188 | |
5095 | 9189 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9190 |
9191 * strings/strrep.m: Fix typo. | |
9192 | |
3666 | 9193 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9194 | |
9195 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9196 | |
5095 | 9197 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9198 |
9199 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9200 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9201 |
5095 | 9202 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9203 |
9204 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9205 guess for iteration. | |
9206 | |
3651 | 9207 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9208 | |
9209 * image/image.m: Allow image (A) or image (x, y, A). | |
9210 * image/imagesc.m: Likewise. | |
9211 | |
9212 * image/image.m: If zoom is not supplied, or if it is an empty | |
9213 matrix, autoscale the image. | |
9214 | |
3618 | 9215 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9216 | |
3619 | 9217 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9218 Undo string escapes in text twice(!) before sending to gnuplot. | |
9219 | |
3618 | 9220 * image/saveimage.m: Add comment to file saying who created it and |
9221 when it was created. Suggested by Stephen Eglen | |
9222 <stephen@cogsci.ed.ac.uk>. | |
9223 | |
5095 | 9224 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9225 |
9226 * polynomial/polyreduce.m: Simplify by looking for the first | |
9227 non-zero element rather than the last of the first set of zero | |
9228 elements. | |
9229 | |
9230 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9231 | |
5095 | 9232 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9233 |
9234 * image/saveimage.m: Swap black and white colormaps so zero is | |
9235 displayed as black and 1 is displayed as white. | |
9236 Fix indexing bug in ppm case. | |
9237 | |
3604 | 9238 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9239 | |
9240 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9241 between the two distributions (took same approach as ks.test() in R.) | |
9242 | |
3603 | 9243 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9244 | |
9245 * control/base/bode.m: Temporarily disable automatic_replot. | |
9246 | |
3599 | 9247 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9248 | |
3601 | 9249 * Makefile.in (clean): Also remove gethelp. |
9250 | |
3599 | 9251 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9252 | |
5095 | 9253 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9254 |
9255 * set/create_set.m: Use find to avoid while loop. | |
9256 | |
5095 | 9257 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 9258 |
9259 * plot/hist.m: New optional third argument. | |
9260 | |
9261 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9262 | |
9263 * miscellaneous/bug_report.m: Use octave-bug script with version | |
9264 number appended. | |
9265 | |
3575 | 9266 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9267 | |
9268 * gethelp.cc: Sprinkle with std:: qualifier. | |
9269 | |
3498 | 9270 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9271 | |
9272 * image/saveimage.m: Delete some debugging code. | |
9273 | |
3486 | 9274 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9275 | |
9276 * signal/sinc.m: Avoid reshaping. | |
9277 | |
9278 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
9279 * image/ind2rgb.m: Ditto. | |
9280 * image/ind2gray.m: Ditto. | |
9281 * general/reshape.m: Ditto. Also no longer needs to reset | |
9282 implicit_str_to_num_ok. | |
9283 | |
3483 | 9284 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9285 | |
9286 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
9287 a list of file structures, not a vector of numeric file ids. | |
9288 | |
3474 | 9289 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9290 | |
3476 | 9291 * plot/__axis_label__.m: New function. |
9292 Undo string escapes in text twice(!) before sending to gnuplot. | |
9293 * plot/xlabel.m: Use it. | |
9294 * plot/ylabel.m: Ditto. | |
9295 * plot/zlabel.m: Ditto. | |
9296 | |
3474 | 9297 * plot/mesh.m: Fix error message to reflect reality. |
9298 | |
5095 | 9299 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 9300 |
9301 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
9302 | |
5095 | 9303 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 9304 |
9305 * audio/saveaudio.m: Also accept files with .ul extension. | |
9306 * audio/loadaudio.m: Ditto. | |
9307 * audio/playaudio.m: Ditto. | |
9308 | |
3456 | 9309 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9310 | |
9311 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
9312 * statistics/distributions/beta_inv.m: Ditto. | |
9313 * statistics/distributions/beta_pdf.m: Ditto. | |
9314 * statistics/distributions/beta_rnd.m: Ditto. | |
9315 * statistics/distributions/binomial_cdf.m: Ditto. | |
9316 * statistics/distributions/binomial_inv.m: Ditto. | |
9317 * statistics/distributions/binomial_pdf.m: Ditto. | |
9318 * statistics/distributions/binomial_rnd.m: Ditto. | |
9319 * statistics/distributions/cauchy_cdf.m: Ditto. | |
9320 * statistics/distributions/cauchy_inv.m: Ditto. | |
9321 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9322 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9323 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9324 * statistics/distributions/chisquare_inv.m: Ditto. | |
9325 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9326 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9327 * statistics/distributions/discrete_cdf.m: Ditto. | |
9328 * statistics/distributions/discrete_inv.m: Ditto. | |
9329 * statistics/distributions/discrete_pdf.m: Ditto. | |
9330 * statistics/distributions/discrete_rnd.m: Ditto. | |
9331 * statistics/distributions/empirical_cdf.m: Ditto. | |
9332 * statistics/distributions/empirical_inv.m: Ditto. | |
9333 * statistics/distributions/empirical_pdf.m: Ditto. | |
9334 * statistics/distributions/empirical_rnd.m: Ditto. | |
9335 * statistics/distributions/exponential_cdf.m: Ditto. | |
9336 * statistics/distributions/exponential_inv.m: Ditto. | |
9337 * statistics/distributions/exponential_pdf.m: Ditto. | |
9338 * statistics/distributions/exponential_rnd.m: Ditto. | |
9339 * statistics/distributions/f_cdf.m: Ditto. | |
9340 * statistics/distributions/f_inv.m: Ditto. | |
9341 * statistics/distributions/f_pdf.m: Ditto. | |
9342 * statistics/distributions/f_rnd.m: Ditto. | |
9343 * statistics/distributions/gamma_cdf.m: Ditto. | |
9344 * statistics/distributions/gamma_inv.m: Ditto. | |
9345 * statistics/distributions/gamma_pdf.m: Ditto. | |
9346 * statistics/distributions/gamma_rnd.m: Ditto. | |
9347 * statistics/distributions/geometric_cdf.m: Ditto. | |
9348 * statistics/distributions/geometric_inv.m: Ditto. | |
9349 * statistics/distributions/geometric_pdf.m: Ditto. | |
9350 * statistics/distributions/geometric_rnd.m: Ditto. | |
9351 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9352 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9353 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9354 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9355 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9356 * statistics/distributions/laplace_cdf.m: Ditto. | |
9357 * statistics/distributions/laplace_inv.m: Ditto. | |
9358 * statistics/distributions/laplace_pdf.m: Ditto. | |
9359 * statistics/distributions/laplace_rnd.m: Ditto. | |
9360 * statistics/distributions/logistic_cdf.m: Ditto. | |
9361 * statistics/distributions/logistic_inv.m: Ditto. | |
9362 * statistics/distributions/logistic_pdf.m: Ditto. | |
9363 * statistics/distributions/logistic_rnd.m: Ditto. | |
9364 * statistics/distributions/lognormal_cdf.m: Ditto. | |
9365 * statistics/distributions/lognormal_inv.m: Ditto. | |
9366 * statistics/distributions/lognormal_pdf.m: Ditto. | |
9367 * statistics/distributions/lognormal_rnd.m: Ditto. | |
9368 * statistics/distributions/normal_cdf.m: Ditto. | |
9369 * statistics/distributions/normal_inv.m: Ditto. | |
9370 * statistics/distributions/normal_pdf.m: Ditto. | |
9371 * statistics/distributions/normal_rnd.m: Ditto. | |
9372 * statistics/distributions/pascal_cdf.m: Ditto. | |
9373 * statistics/distributions/pascal_inv.m: Ditto. | |
9374 * statistics/distributions/pascal_pdf.m: Ditto. | |
9375 * statistics/distributions/pascal_rnd.m: Ditto. | |
9376 * statistics/distributions/poisson_cdf.m: Ditto. | |
9377 * statistics/distributions/poisson_inv.m: Ditto. | |
9378 * statistics/distributions/poisson_pdf.m: Ditto. | |
9379 * statistics/distributions/poisson_rnd.m: Ditto. | |
9380 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
9381 * statistics/distributions/stdnormal_inv.m: Ditto. | |
9382 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
9383 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
9384 * statistics/distributions/t_cdf.m: Ditto. | |
9385 * statistics/distributions/t_inv.m: Ditto. | |
9386 * statistics/distributions/t_pdf.m: Ditto. | |
9387 * statistics/distributions/t_rnd.m: Ditto. | |
9388 * statistics/distributions/uniform_cdf.m: Ditto. | |
9389 * statistics/distributions/uniform_inv.m: Ditto. | |
9390 * statistics/distributions/uniform_pdf.m: Ditto. | |
9391 * statistics/distributions/uniform_rnd.m: Ditto. | |
9392 * statistics/distributions/weibull_cdf.m: Ditto. | |
9393 * statistics/distributions/weibull_inv.m: Ditto. | |
9394 * statistics/distributions/weibull_pdf.m: Ditto. | |
9395 * statistics/distributions/weibull_rnd.m: Ditto. | |
9396 * statistics/distributions/wiener_rnd.m: Ditto. | |
9397 | |
3453 | 9398 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9399 | |
9400 * statistics/base/values.m: Texinfoize doc string. | |
9401 * statistics/base/var.m: Ditto. | |
9402 * statistics/base/table.m: Ditto. | |
9403 * statistics/base/studentize.m: Ditto. | |
9404 * statistics/base/statistics.m: Ditto. | |
9405 * statistics/base/spearman.m: Ditto. | |
9406 * statistics/base/run_count.m: Ditto. | |
9407 * statistics/base/ranks.m: Ditto. | |
9408 * statistics/base/range.m: Ditto. | |
9409 * statistics/base/qqplot.m: Ditto. | |
9410 * statistics/base/probit.m: Ditto. | |
9411 * statistics/base/ppplot.m: Ditto. | |
9412 * statistics/base/moment.m: Ditto. | |
9413 * statistics/base/meansq.m: Ditto. | |
9414 * statistics/base/logit.m: Ditto. | |
9415 * statistics/base/kendall.m: Ditto. | |
9416 * statistics/base/iqr.m: Ditto. | |
9417 * statistics/base/cut.m: Ditto. | |
9418 * statistics/base/cor.m: Ditto. | |
9419 * statistics/base/cloglog.m: Ditto. | |
9420 * statistics/base/center.m: Ditto. | |
3454 | 9421 * statistics/models/logistic_regression.m: Ditto. |
9422 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9423 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9424 * statistics/tests/anova.m: Ditto. | |
9425 * statistics/tests/bartlett_test.m: Ditto. | |
9426 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9427 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9428 * statistics/tests/cor_test.m: Ditto. | |
9429 * statistics/tests/f_test_regression.m: Ditto. | |
9430 * statistics/tests/hotelling_test.m: Ditto. | |
9431 * statistics/tests/hotelling_test_2.m: Ditto. | |
9432 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9433 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9434 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9435 * statistics/tests/manova.m: Ditto. | |
9436 * statistics/tests/mcnemar_test.m: Ditto. | |
9437 * statistics/tests/prop_test_2.m: Ditto. | |
9438 * statistics/tests/run_test.m: Ditto. | |
9439 * statistics/tests/sign_test.m: Ditto. | |
9440 * statistics/tests/t_test.m: Ditto. | |
9441 * statistics/tests/t_test_2.m: Ditto. | |
9442 * statistics/tests/t_test_regression.m: Ditto. | |
9443 * statistics/tests/u_test.m: Ditto. | |
9444 * statistics/tests/var_test.m: Ditto. | |
9445 * statistics/tests/welch_test.m: Ditto. | |
9446 * statistics/tests/wilcoxon_test.m: Ditto. | |
9447 * statistics/tests/z_test.m: Ditto. | |
9448 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9449 |
3446 | 9450 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9451 | |
9452 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9453 * plot/__plr1__.m: Ditto. |
9454 * plot/__pltopt__.m: Ditto. | |
9455 * plot/__plt__.m: Ditto. | |
9456 * plot/__plt2vv__.m: Ditto. | |
9457 * plot/__plr2__.m: Ditto. | |
9458 * plot/__plr__.m: Ditto. | |
9459 * plot/__plt1__.m: Ditto. | |
9460 * plot/__plt2__.m: Ditto. | |
9461 * plot/__plt2mm__.m: Ditto. | |
9462 * plot/__plt2mv__.m: Ditto. | |
9463 * plot/__plt2ss__.m: Ditto. | |
9464 * miscellaneous/paren.m: Ditto. | |
9465 * miscellaneous/comma.m: Ditto. | |
9466 * miscellaneous/semicolon.m: Ditto. | |
9467 * miscellaneous/path.m: Ditto. | |
9468 * miscellaneous/list_primes.m: Ditto. | |
9469 * miscellaneous/flops.m: Ditto. | |
9470 * miscellaneous/dump_prefs.m: Ditto. | |
9471 * miscellaneous/bug_report.m: Ditto. | |
9472 * linear-algebra/dot.m: Ditto | |
9473 * linear-algebra/dmult.m: Ditto. | |
9474 * general/randperm.m: Ditto. | |
9475 * general/logical.m: Ditto. | |
9476 * general/is_duplicate_entry.m: Ditto. | |
9477 * signal/arch_fit.m: Ditto. | |
9478 * signal/arch_rnd.m: Ditto. | |
9479 * signal/arch_test.m: Ditto. | |
9480 * signal/arma_rnd.m: Ditto. | |
9481 * signal/autocor.m: Ditto. | |
9482 * signal/autocov.m: Ditto. | |
9483 * signal/autoreg_matrix.m: Ditto. | |
9484 * signal/bartlett.m: Ditto. | |
9485 * signal/blackman.m: Ditto. | |
9486 * signal/detrend.m: Ditto. | |
9487 * signal/diffpara.m: Ditto. | |
9488 * signal/durbinlevinson.m: Ditto. | |
9489 * signal/fftconv.m: Ditto. | |
9490 * signal/fftfilt.m: Ditto. | |
9491 * signal/fftshift.m: Ditto. | |
9492 * signal/fractdiff.m: Ditto. | |
9493 * signal/freqz.m: Ditto. | |
9494 * signal/hamming.m: Ditto. | |
9495 * signal/hanning.m: Ditto. | |
9496 * signal/hurst.m: Ditto. | |
9497 * signal/periodogram.m: Ditto. | |
9498 * signal/rectangle_lw.m: Ditto. | |
9499 * signal/rectangle_sw.m: Ditto. | |
9500 * signal/sinc.m: Ditto. | |
9501 * signal/sinetone.m: Ditto. | |
9502 * signal/sinewave.m: Ditto. | |
9503 * signal/spectral_adf.m: Ditto. | |
9504 * signal/spectral_xdf.m: Ditto. | |
9505 * signal/spencer.m: Ditto. | |
9506 * signal/stft.m: Ditto. | |
9507 * signal/synthesis.m: Ditto. | |
9508 * signal/triangle_lw.m: Ditto. | |
9509 * signal/triangle_sw.m: Ditto. | |
9510 * signal/yulewalker.m: Ditto. | |
3450 | 9511 * control/util/strappend.m: Ditto. |
3451 | 9512 * control/base/nichols.m: Ditto. |
3452 | 9513 * control/system/is_signal_list.m: Ditto. |
9514 * control/system/listidx.m: Ditto. | |
9515 * control/system/sysgettsam.m: Ditto. | |
9516 * control/system/sysidx.m: Ditto. | |
3446 | 9517 |
3438 | 9518 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9519 | |
9520 * control/system/__abcddims__.m: Rename from | |
9521 control/system/abcddims.m, change all callers. | |
9522 * control/base/__bodquist__.m: Likewise. | |
9523 * control/base/__freqresp__.m: Likewise. | |
9524 * control/util/__outlist__.m: Likewise. | |
9525 * control/base/__stepimp__.m: Likewise. | |
9526 * control/system/__syschnamesl__.m: Likewise. | |
9527 * control/system/__syscont_disc__.m: Likewise. | |
9528 * control/system/__sysdefioname__.m: Likewise. | |
9529 * control/system/__sysdefstname__.m: Likewise. | |
9530 * control/system/__sysgroupn__.m: Likewise. | |
9531 * control/system/__tf2sysl__.m: Likewise. | |
9532 * control/util/__zgpbal__.m: Likewise. | |
9533 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9534 |
9535 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9536 * quaternion/qconj.m: Ditto. |
9537 * quaternion/qcoordinate_plot.m: Ditto. | |
9538 * quaternion/qderiv.m: Ditto. | |
9539 * quaternion/qderivmat.m: Ditto. | |
9540 * quaternion/qinv.m: Ditto. | |
9541 * quaternion/qmult.m: Ditto. | |
9542 * quaternion/qtrans.m: Ditto. | |
9543 * quaternion/qtransv.m: Ditto. | |
9544 * quaternion/qtransvmat.m: Ditto. | |
9545 * quaternion/quaternion.m: Ditto. | |
3438 | 9546 |
3436 | 9547 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9548 | |
9549 * control/base/Makefile.in: Ditto. | |
9550 * control/hinf/Makefile.in: New file. | |
9551 * control/marsyas/Makefile.in: Ditto. | |
9552 * control/obsolete/Makefile.in: Ditto. | |
9553 * control/system/Makefile.in: Ditto. | |
9554 * control/util/Makefile.in: Ditto. | |
9555 | |
9556 * strings/com2str.m: Move here from control directory. | |
9557 | |
9558 * control/base: New directory. | |
9559 * control/base/DEMOcontrol.m: Move here from control directory. | |
9560 * control/base/analdemo.m: Ditto. | |
9561 * control/base/are.m: Ditto. | |
9562 * control/base/bddemo.m: Ditto. | |
9563 * control/base/bode.m: Ditto. | |
9564 * control/base/bode_bounds.m: Ditto. | |
9565 * control/base/bodquist.m: Ditto. | |
9566 * control/base/controldemo.m: Ditto. | |
9567 * control/base/ctrb.m: Ditto. | |
9568 * control/base/damp.m: Ditto. | |
9569 * control/base/dare.m: Ditto. | |
9570 * control/base/dcgain.m: Ditto. | |
9571 * control/base/dgram.m: Ditto. | |
9572 * control/base/dlqe.m: Ditto. | |
9573 * control/base/dlqr.m: Ditto. | |
9574 * control/base/dlyap.m: Ditto. | |
9575 * control/base/dre.m: Ditto. | |
9576 * control/base/frdemo.m: Ditto. | |
9577 * control/base/freqchkw.m: Ditto. | |
9578 * control/base/freqresp.m: Ditto. | |
9579 * control/base/gram.m: Ditto. | |
9580 * control/base/impulse.m: Ditto. | |
9581 * control/base/lqe.m: Ditto. | |
9582 * control/base/lqg.m: Ditto. | |
9583 * control/base/lqr.m: Ditto. | |
9584 * control/base/lsim.m: Ditto. | |
9585 * control/base/ltifr.m: Ditto. | |
9586 * control/base/lyap.m: Ditto. | |
9587 * control/base/nichols.m: Ditto. | |
9588 * control/base/nyquist.m: Ditto. | |
9589 * control/base/obsv.m: Ditto. | |
9590 * control/base/place.m: Ditto. | |
9591 * control/base/pzmap.m: Ditto. | |
9592 * control/base/rldemo.m: Ditto. | |
9593 * control/base/rlocus.m: Ditto. | |
9594 * control/base/step.m: Ditto. | |
9595 * control/base/stepimp.m: Ditto. | |
9596 * control/base/tzero.m: Ditto. | |
9597 * control/base/tzero2.m: Ditto. | |
9598 | |
9599 * control/hinf: New directory. | |
9600 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9601 * control/hinf/h2norm.m: Ditto. | |
9602 * control/hinf/h2syn.m: Ditto. | |
9603 * control/hinf/hinf_ctr.m: Ditto. | |
9604 * control/hinf/hinfdemo.m: Ditto. | |
9605 * control/hinf/hinfnorm.m: Ditto. | |
9606 * control/hinf/hinfsyn.m: Ditto. | |
9607 * control/hinf/hinfsyn_chk.m: Ditto. | |
9608 * control/hinf/hinfsyn_ric.m: Ditto. | |
9609 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9610 * control/hinf/dgkfdemo.m: Ditto. |
9611 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9612 |
9613 * control/marsyas: New directory. | |
9614 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9615 * control/marsyas/susball.m: Ditto. | |
9616 | |
9617 * control/obsolete/dezero.m: Move here from control directory. | |
9618 * control/obsolete/rotg.m: Ditto. | |
9619 | |
9620 * control/system: New directory. | |
9621 * control/system/abcddim.m: Move here from control directory. | |
9622 * control/system/abcddims.m: Ditto. | |
9623 * control/system/buildssic.m: Ditto. | |
9624 * control/system/c2d.m: Ditto. | |
9625 * control/system/d2c.m: Ditto. | |
9626 * control/system/dmr2d.m: Ditto. | |
9627 * control/system/fir2sys.m: Ditto. | |
9628 * control/system/is_abcd.m: Ditto. | |
9629 * control/system/is_digital.m: Ditto. | |
9630 * control/system/is_sample.m: Ditto. | |
9631 * control/system/is_signal_list.m: Ditto. | |
9632 * control/system/is_siso.m: Ditto. | |
3441 | 9633 * control/system/is_controllable.m: Ditto. |
9634 * control/system/is_detectable.m: Ditto. | |
9635 * control/system/is_observable.m: Ditto. | |
9636 * control/system/is_stabilizable.m: Ditto. | |
9637 * control/system/is_stable.m: Ditto. | |
3436 | 9638 * control/system/jet707.m: Ditto. |
9639 * control/system/listidx.m: Ditto. | |
9640 * control/system/moddemo.m: Ditto. | |
9641 * control/system/ord2.m: Ditto. | |
9642 * control/system/packedform.m: Ditto. | |
9643 * control/system/parallel.m: Ditto. | |
9644 * control/system/ss2sys.m: Ditto. | |
9645 * control/system/ss2tf.m: Ditto. | |
9646 * control/system/ss2zp.m: Ditto. | |
9647 * control/system/starp.m: Ditto. | |
9648 * control/system/sys2fir.m: Ditto. | |
9649 * control/system/sys2ss.m: Ditto. | |
9650 * control/system/sys2tf.m: Ditto. | |
9651 * control/system/sys2zp.m: Ditto. | |
9652 * control/system/sysadd.m: Ditto. | |
9653 * control/system/sysappend.m: Ditto. | |
9654 * control/system/syschnamesl.m: Ditto. | |
9655 * control/system/syschtsam.m: Ditto. | |
9656 * control/system/sysconnect.m: Ditto. | |
9657 * control/system/syscont.m: Ditto. | |
9658 * control/system/syscont_disc.m: Ditto. | |
9659 * control/system/sysdefioname.m: Ditto. | |
9660 * control/system/sysdefstname.m: Ditto. | |
9661 * control/system/sysdimensions.m: Ditto. | |
9662 * control/system/sysdisc.m: Ditto. | |
9663 * control/system/sysdup.m: Ditto. | |
9664 * control/system/sysgetsignals.m: Ditto. | |
9665 * control/system/sysgettsam.m: Ditto. | |
9666 * control/system/sysgettype.m: Ditto. | |
9667 * control/system/sysgroup.m: Ditto. | |
9668 * control/system/sysgroupn.m: Ditto. | |
9669 * control/system/sysidx.m: Ditto. | |
9670 * control/system/sysmin.m: Ditto. | |
9671 * control/system/sysmult.m: Ditto. | |
9672 * control/system/sysout.m: Ditto. | |
9673 * control/system/sysprune.m: Ditto. | |
9674 * control/system/sysreorder.m: Ditto. | |
9675 * control/system/sysrepdemo.m: Ditto. | |
9676 * control/system/sysscale.m: Ditto. | |
9677 * control/system/syssetsignals.m: Ditto. | |
9678 * control/system/syssub.m: Ditto. | |
9679 * control/system/sysupdate.m: Ditto. | |
9680 * control/system/tf2ss.m: Ditto. | |
9681 * control/system/tf2sys.m: Ditto. | |
9682 * control/system/tf2sysl.m: Ditto. | |
9683 * control/system/tf2zp.m: Ditto. | |
9684 * control/system/tfout.m: Ditto. | |
9685 * control/system/ugain.m: Ditto. | |
9686 * control/system/zp2ss.m: Ditto. | |
9687 * control/system/zp2ssg2.m: Ditto. | |
9688 * control/system/zp2sys.m: Ditto. | |
9689 * control/system/zp2tf.m: Ditto. | |
9690 * control/system/zpout.m: Ditto. | |
9691 | |
9692 * control/util: New directory. | |
9693 * control/util/axis2dlim.m: Move here from control directory. | |
9694 * control/util/outlist.m: Ditto. | |
9695 * control/util/prompt.m: Ditto. | |
9696 * control/util/run_cmd.m: Ditto. | |
9697 * control/util/sortcom.m: Ditto. | |
9698 * control/util/strappend.m: Ditto. | |
9699 * control/util/swap.m: Ditto. | |
9700 * control/util/zgfmul.m: Ditto. | |
9701 * control/util/zgfslv.m: Ditto. | |
9702 * control/util/zginit.m: Ditto. | |
9703 * control/util/zgpbal.m: Ditto. | |
9704 * control/util/zgreduce.m: Ditto. | |
9705 * control/util/zgrownorm.m: Ditto. | |
9706 * control/util/zgscal.m: Ditto. | |
9707 * control/util/zgsgiv.m: Ditto. | |
9708 * control/util/zgshsr.m: Ditto. | |
9709 | |
3427 | 9710 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9711 | |
9712 * gethelp.cc (extract_help_text): Discard first space character | |
9713 after consecutive comment characters. | |
9714 | |
3422 | 9715 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9716 | |
9717 * control/obsolete: New directory | |
9718 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9719 * control/obsolete/swapcols.m: Ditto. |
9720 * control/obsolete/dlqg.m: Ditto. | |
9721 * control/obsolete/minfo.m: Ditto. | |
9722 * control/obsolete/packsys.m: Ditto. | |
9723 * control/obsolete/qzval.m: Ditto. | |
9724 * control/obsolete/unpacksys.m: Ditto. | |
9725 * control/obsolete/series.m: Ditto. | |
9726 * control/obsolete/syschnames.m: Ditto. | |
9727 * polynomial/polyout.m: Ditto. | |
3422 | 9728 |
3420 | 9729 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9730 | |
9731 * general/fliplr.m: Eliminate useless copy of arg. | |
9732 * general/flipud.m: Ditto. | |
9733 | |
3418 | 9734 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9735 | |
9736 * linear-algebra/cross.m: Only return a row vector if both args | |
9737 are row vectors. | |
9738 * polynomial/polyfit.m: Likewise. | |
9739 | |
9740 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9741 | |
9742 * statistics/distributions/discrete_rnd.m: | |
9743 Always generate a row vector. | |
9744 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9745 | |
5095 | 9746 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9747 |
9748 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9749 | |
9750 * audio/setaudio.m: Texinfoize doc string. | |
9751 * control/com2str.m: Likewise. | |
9752 * control/controldemo.m: Likewise. | |
9753 * control/DEMOcontrol.m: Likewise. | |
9754 * control/dezero.m: Likewise. | |
9755 * control/dre.m: Likewise. | |
9756 * control/hinfsyn_ric.m: Likewise. | |
9757 | |
5095 | 9758 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9759 |
9760 * io/printf.m: Add @seealso{...} to doc string. | |
9761 * io/puts.m: Likewise. | |
9762 * plot/semilogx.m: Likewise. | |
9763 * plot/semilogy.m: Likewise. | |
9764 * plot/__pltopt__.m: Likewise. | |
9765 * plot/bar.m: Likewise. | |
9766 * plot/xlabel.m: Likewise. | |
9767 * plot/grid.m: Likewise. | |
9768 * plot/shg.m: Likewise. | |
9769 * plot/title.m: Likewise. | |
9770 * plot/mesh.m: Likewise. | |
9771 * plot/__pltopt1__.m: Likewise. | |
9772 * plot/contour.m: Likewise. | |
9773 * plot/hist.m: Likewise. | |
9774 * plot/stairs.m: Likewise. | |
9775 * plot/meshgrid.m: Likewise. | |
9776 * plot/polar.m: Likewise. | |
9777 * plot/loglog.m: Likewise. | |
9778 * plot/plot.m: Likewise. | |
9779 * miscellaneous/semicolon.m: Likewise. | |
9780 * miscellaneous/menu.m: Likewise. | |
9781 * miscellaneous/etime.m: Likewise. | |
9782 * miscellaneous/texas_lotto.m: Likewise. | |
9783 * miscellaneous/comma.m: Likewise. | |
9784 * audio/lin2mu.m: Likewise. | |
9785 * audio/playaudio.m: Likewise. | |
9786 * audio/loadaudio.m: Likewise. | |
9787 * audio/saveaudio.m: Likewise. | |
9788 * audio/mu2lin.m: Likewise. | |
9789 * audio/record.m: Likewise. | |
9790 * strings/isletter.m: Likewise. | |
9791 * strings/lower.m: Likewise. | |
9792 * strings/lower.m: Likewise. | |
9793 * strings/upper.m: Likewise. | |
9794 * specfun/erfinv.m: Likewise. | |
9795 * specfun/gammai.m: Likewise. | |
9796 * specfun/log2.m: Likewise. | |
9797 * specfun/pow2.m: Likewise. | |
9798 * elfun/gcd.m: Likewise. | |
9799 * elfun/lcm.m: Likewise. | |
9800 * special-matrix/vander.m: Likewise. | |
9801 * special-matrix/sylvester_matrix.m: Likewise. | |
9802 * special-matrix/hilb.m: Likewise. | |
9803 * special-matrix/hankel.m: Likewise. | |
9804 * special-matrix/toeplitz.m: Likewise. | |
9805 * special-matrix/invhilb.m: Likewise. | |
9806 * statistics/base/std.m: Likewise. | |
9807 * statistics/base/median.m: Likewise. | |
9808 * linear-algebra/cond.m: Likewise. | |
9809 * linear-algebra/norm.m: Likewise. | |
9810 * finance/nper.m: Likewise. | |
9811 * finance/pmt.m: Likewise. | |
9812 * finance/pv.m: Likewise. | |
9813 * finance/rate.m: Likewise. | |
9814 * finance/npv.m: Likewise. | |
9815 * general/fliplr.m: Likewise. | |
9816 * general/flipud.m: Likewise. | |
9817 * general/is_scalar.m: Likewise. | |
9818 * general/rem.m: Likewise. | |
9819 * general/perror.m: Likewise. | |
9820 * general/tril.m: Likewise. | |
9821 * general/rot90.m: Likewise. | |
9822 * general/num2str.m: Likewise. | |
9823 * general/int2str.m: Likewise. | |
9824 * general/reshape.m: Likewise. | |
9825 * general/logspace.m: Likewise. | |
9826 * general/is_symmetric.m: Likewise. | |
9827 * general/is_vector.m: Likewise. | |
9828 * general/nextpow2.m: Likewise. | |
9829 * general/columns.m: Likewise. | |
9830 * general/is_square.m: Likewise. | |
9831 * general/rows.m: Likewise. | |
9832 * control/ugain.m: Likewise. | |
9833 * control/damp.m: Likewise. | |
9834 * control/dare.m: Likewise. | |
9835 * control/are.m: Likewise. | |
9836 * control/sys2fir.m: Likewise. | |
9837 * control/abcddim.m: Likewise. | |
9838 * control/is_abcd.m: Likewise. | |
9839 * control/step.m: Likewise. | |
9840 * control/is_observable.m: Likewise. | |
9841 * control/is_controllable.m: Likewise. | |
9842 * control/jet707.m: Likewise. | |
9843 * control/polyout.m: Likewise. | |
9844 * control/impulse.m: Likewise. | |
9845 * control/lqg.m: Likewise. | |
9846 * control/is_detectable.m: Likewise. | |
9847 * control/sysdimensions.m: Likewise. | |
9848 * control/sysupdate.m: Likewise. | |
9849 * control/stepimp.m: Likewise. | |
9850 * control/is_stable.m: Likewise. | |
9851 * control/tfout.m: Likewise. | |
9852 * control/zpout.m: Likewise. | |
9853 | |
3405 | 9854 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9855 | |
9856 * set/complement.m: Add @seealso{} stuff. | |
9857 * set/create_set.m: Likewise. | |
9858 * set/intersection.m: Likewise. | |
9859 * set/union.m: Likewise. | |
9860 | |
3399 | 9861 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9862 | |
3400 | 9863 * control/d2c.m: Use double quotes instead of single quotes for |
9864 string constants. | |
9865 * control/dgkfdemo.m: Likewise. | |
9866 * control/fir2sys.m: Likewise. | |
9867 * control/frdemo.m: Likewise. | |
9868 * control/moddemo.m: Likewise. | |
9869 * control/minfo.m: Likewise. | |
9870 * control/is_stabilizable.m: Likewise. | |
9871 * control/is_dgkf.m: Likewise. | |
9872 * control/polyout.m: Likewise. | |
9873 * control/sysconnect.m: Likewise. | |
9874 * control/sysrepdemo.m: Likewise. | |
9875 * control/tf2sys.m: Likewise. | |
9876 * control/tfout.m: Likewise. | |
9877 * control/zp2sys.m: Likewise. | |
9878 * control/zpout.m: Likewise. | |
9879 * control/tzero.m: Likewise. | |
9880 | |
9881 * control/DEMOcontrol.m: Handle moddemo case too. | |
9882 | |
9883 * image/loadimage.m: Use double quotes instead of single quotes | |
9884 for string constants. Use sprintf instead of square brackets to | |
9885 construct string. | |
9886 | |
3399 | 9887 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9888 * control/fir2sys.m: Likewise. |
3399 | 9889 |
3390 | 9890 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9891 | |
9892 * mkdoc: Only delete spaces before @ characters at the beginning | |
9893 of a line. | |
9894 | |
3383 | 9895 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9896 | |
3388 | 9897 * control/bddemo.m: Make it more likely to work with any value of |
9898 whitespace_in_literal_matrix. | |
3386 | 9899 * control/analdemo.m: Ditto. |
9900 * control/dgkfdemo.m: Ditto. | |
9901 * control/frdemo.m: Ditto. | |
9902 * control/sysrepdemo.m: Ditto. | |
9903 * control/moddemo.m: Ditto. | |
3388 | 9904 * control/zp2ss.m: Ditto. |
3387 | 9905 * control/zp2tf.m: Ditto. |
3388 | 9906 * control/syssub.m: Ditto. |
9907 * finance/npv.m: Ditto. | |
9908 * statistics/base/studentize.m: Ditto. | |
9909 * statistics/base/values.m: Ditto. | |
9910 * statistics/distributions/exponential_cdf.m: Ditto. | |
9911 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9912 |
3384 | 9913 * control/dezero.m: Use toascii to convert string to ASCII value |
9914 instead of multiplying it by 1. | |
9915 | |
3383 | 9916 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9917 * control/zpout.m: Ditto. | |
9918 * control/tfout.m: Ditto. | |
9919 * control/tf2sys.m: Ditto. | |
9920 * control/syssub.m: Ditto. | |
9921 * control/syssetsignals.m: Ditto. | |
9922 * control/sysout.m: Ditto. | |
9923 * control/sysmult.m: Ditto. | |
9924 * control/sysgroup.m: Ditto. | |
9925 * control/sysdup.m: Ditto. | |
9926 * control/sysdisc.m: Ditto. | |
9927 * control/syscont.m: Ditto. | |
9928 * control/sysconnect.m: Ditto. | |
9929 * control/sysappend.m: Ditto. | |
9930 * control/sysadd.m: Ditto. | |
9931 * control/ss2sys.m: Ditto. | |
9932 * control/nyquist.m: Ditto. | |
9933 * control/lqg.m: Ditto. | |
9934 * control/fir2sys.m: Ditto. | |
9935 * control/dmr2d.m: Ditto. | |
9936 * control/dezero.m: Ditto. | |
9937 * control/d2c.m: Ditto. | |
9938 * control/c2d.m: Ditto. | |
9939 * control/bddemo.m: Ditto. | |
9940 * control/pzmap.m: Ditto. | |
9941 | |
5095 | 9942 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9943 |
9944 * signal/spectral_adf.m: Fix typo. | |
9945 | |
3372 | 9946 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9947 | |
9948 * linear-algebra/cond.m: Texinfoize doc string. | |
9949 * linear-algebra/kron.m: Ditto. | |
9950 * linear-algebra/norm.m: Ditto. | |
9951 * linear-algebra/null.m: Ditto. | |
9952 * linear-algebra/orth.m: Ditto. | |
9953 * linear-algebra/rank.m: Ditto. | |
9954 * linear-algebra/trace.m: Ditto. | |
9955 * linear-algebra/qzhess.m: Ditto. | |
9956 * miscellaneous/menu.m: Ditto. | |
3373 | 9957 * general/perror.m: Ditto. |
9958 * general/strerror.m: Ditto. | |
9959 * general/columns.m: Ditto. | |
9960 * general/rows.m: Ditto. | |
9961 * image/colormap.m: Ditto. | |
9962 * image/gray.m: Ditto. | |
9963 * image/gray2ind.m: Ditto. | |
9964 * image/image.m: Ditto. | |
9965 * image/imagesc.m: Ditto. | |
9966 * image/imshow.m: Ditto. | |
9967 * image/ind2gray.m: Ditto. | |
9968 * image/ind2rgb.m: Ditto. | |
9969 * image/loadimage.m: Ditto. | |
9970 * image/rgb2ntsc.m: Ditto. | |
9971 * image/ntsc2rgb.m: Ditto. | |
9972 * image/ocean.m: Ditto. | |
9973 * image/rgb2ind.m: Ditto. | |
9974 * image/saveimage.m: Ditto. | |
3372 | 9975 * io/printf.m: Ditto. |
9976 * io/puts.m: Ditto. | |
9977 | |
3369 | 9978 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9979 | |
9980 * special-matrix/hankel.m: Texinfoize doc string. | |
9981 * special-matrix/hilb.m: Ditto. | |
9982 * special-matrix/invhilb.m: Ditto. | |
9983 * special-matrix/sylvester_matrix.m: Ditto. | |
9984 * special-matrix/toeplitz.m: Ditto. | |
9985 * special-matrix/vander.m: Ditto. | |
9986 * linear-algebra/vec.m: Ditto. | |
9987 * linear-algebra/vech.m: Ditto. | |
9988 * general/common_size.m: Ditto. | |
9989 * general/diff.m: Ditto. | |
9990 * general/fliplr.m: Ditto. | |
9991 * general/flipud.m: Ditto. | |
9992 * general/rot90.m: Ditto. | |
9993 * general/reshape.m: Ditto. | |
9994 * general/shift.m: Ditto. | |
9995 * general/tril.m: Ditto. | |
9996 * general/triu.m: Ditto. | |
9997 * general/logspace.m: Ditto. | |
3371 | 9998 * general/nargchk.m: Ditto. |
3369 | 9999 |
3367 | 10000 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10001 | |
10002 * statistics/base/mean: Texinfoize doc string. | |
10003 * statistics/base/median: Ditto. | |
10004 * statistics/base/std: Ditto. | |
10005 * statistics/base/cov: Ditto. | |
10006 * statistics/base/corrcoef: Ditto. | |
10007 * statistics/base/kurtosis: Ditto. | |
10008 * statistics/base/mahalanobis: Ditto. | |
10009 * statistics/base/skewness: Ditto. | |
3368 | 10010 * statistics/base/gls.m: Ditto. |
10011 * statistics/base/ols.m: Ditto. | |
3367 | 10012 * signal/detrend.m: Ditto. |
10013 * signal/freqz.m: Ditto. | |
10014 * signal/sinc.m: Ditto. | |
10015 * signal/fftconv.m: Ditto. | |
10016 * signal/fftfilt.m: Ditto. | |
3368 | 10017 * set/create_set.m: Ditto. |
10018 * set/union.m: Ditto. | |
10019 * set/intersection.m: Ditto. | |
10020 * set/complement.m: Ditto. | |
10021 * poly/compan.m: Ditto. | |
10022 * poly/conv: Ditto. | |
10023 * poly/deconv: Ditto. | |
10024 * poly/poly: Ditto. | |
10025 * poly/polyderiv: Ditto. | |
10026 * poly/polyfit: Ditto. | |
10027 * poly/polyinteg: Ditto. | |
10028 * poly/polyreduce: Ditto. | |
10029 * poly/polyval: Ditto. | |
10030 * poly/polyvalm: Ditto. | |
10031 * poly/residue: Ditto. | |
10032 * poly/roots: Ditto. | |
10033 * plot/top_title.m: Ditto | |
10034 * plot/subwindow.m: Ditto | |
10035 * plot/subplot.m: Ditto | |
10036 * plot/plot_border.m: Ditto | |
10037 * plot/oneplot.m: Ditto | |
10038 * plot/multiplot.m: Ditto | |
10039 * plot/mplot.m: Ditto | |
10040 * plot/xlabel.m: Ditto | |
10041 * plot/figure.m: Ditto | |
10042 * plot/meshdom.m: Ditto | |
10043 * plot/mesh.m: Ditto | |
10044 * plot/stairs.m: Ditto | |
10045 * plot/polar.m: Ditto | |
10046 * plot/loglog.m: Ditto | |
10047 * plot/hist.m: Ditto | |
10048 * plot/contour.m: Ditto | |
10049 * plot/bar.m: Ditto | |
10050 * plot/axis.m: Ditto | |
10051 * plot/plot.m: Ditto. | |
3367 | 10052 |
3361 | 10053 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10054 | |
3365 | 10055 * control/pinv.m: Delete. |
10056 | |
3364 | 10057 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10058 | |
3361 | 10059 * strings/blanks.m: Texinfoize doc string. |
10060 * strings/strcat.m: Ditto. | |
10061 * strings/str2mat.m: Ditto. | |
10062 * strings/deblank.m: Ditto. | |
10063 * strings/findstr.m: Ditto. | |
10064 * strings/index.m: Ditto. | |
10065 * strings/rindex.m: Ditto. | |
10066 * strings/split.m: Ditto. | |
10067 * strings/strcmp.m: Ditto. | |
10068 * strings/strrep.m: Ditto. | |
10069 * strings/substr.m: Ditto. | |
10070 * general/int2str.m: Ditto. | |
10071 * general/num2str.m: Ditto. | |
10072 * strings/dec2bin.m: Ditto. | |
10073 * strings/bin2dec: Ditto. | |
10074 * strings/dec2bin: Ditto. | |
10075 * strings/dec2hex: Ditto. | |
10076 * strings/hex2dec: Ditto. | |
10077 * strings/str2num: Ditto. | |
10078 | |
3347 | 10079 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10080 | |
10081 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10082 | |
5095 | 10083 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10084 |
10085 * control/DEMOcontrol.m: Texinfoize doc string. | |
10086 * control/abcddim.m: Ditto. | |
10087 * control/abcddims.m: Ditto. | |
10088 * control/analdemo.m: Ditto. | |
10089 * control/are.m: Ditto. | |
10090 * control/axis2dlim.m: Ditto. | |
10091 * control/bddemo.m: Ditto. | |
10092 * control/bode.m: Ditto. | |
10093 * control/bode_bounds.m: Ditto. | |
10094 * control/bodquist.m: Ditto. | |
10095 * control/buildssic.m: Ditto. | |
10096 * control/c2d.m: Ditto. | |
10097 * control/ctrb.m: Ditto. | |
10098 * control/d2c.m: Ditto. | |
10099 * control/damp.m: Ditto. | |
10100 * control/dare.m: Ditto. | |
10101 * control/dcgain.m: Ditto. | |
10102 * control/dgkfdemo.m: Ditto. | |
10103 * control/dgram.m: Ditto. | |
10104 * control/dlqe.m: Ditto. | |
10105 * control/dlqr.m: Ditto. | |
10106 * control/dlyap.m: Ditto. | |
10107 * control/dmr2d.m: Ditto. | |
10108 * control/fir2sys.m: Ditto. | |
10109 * control/frdemo.m: Ditto. | |
10110 * control/freqchkw.m: Ditto. | |
10111 * control/freqresp.m: Ditto. | |
10112 * control/gram.m: Ditto. | |
10113 * control/h2norm.m: Ditto. | |
10114 * control/h2syn.m: Ditto. | |
10115 * control/hinf_ctr.m: Ditto. | |
10116 * control/hinfdemo.m: Ditto. | |
10117 * control/hinfnorm.m: Ditto. | |
10118 * control/hinfsyn.m: Ditto. | |
10119 * control/hinfsyn_chk.m: Ditto. | |
10120 * control/impulse.m: Ditto. | |
10121 * control/is_abcd.m: Ditto. | |
10122 * control/is_controllable.m: Ditto. | |
10123 * control/is_detectable.m: Ditto. | |
10124 * control/is_dgkf.m: Ditto. | |
10125 * control/is_digital.m: Ditto. | |
10126 * control/is_observable.m: Ditto. | |
10127 * control/is_sample.m: Ditto. | |
10128 * control/is_signal_list.m: Ditto. | |
10129 * control/is_siso.m: Ditto. | |
10130 * control/is_stabilizable.m: Ditto. | |
10131 * control/is_stable.m: Ditto. | |
10132 * control/jet707.m: Ditto. | |
10133 * control/lqe.m: Ditto. | |
10134 * control/lqg.m: Ditto. | |
10135 * control/lqr.m: Ditto. | |
10136 * control/lsim.m: Ditto. | |
10137 * control/ltifr.m: Ditto. | |
10138 * control/lyap.m: Ditto. | |
10139 * control/moddemo.m: Ditto. | |
10140 * control/nyquist.m: Ditto. | |
10141 * control/obsv.m: Ditto. | |
10142 * control/ord2.m: Ditto. | |
10143 * control/outlist.m: Ditto. | |
10144 * control/pinv.m: Ditto. | |
10145 * control/place.m: Ditto. | |
10146 * control/polyout.m: Ditto. | |
10147 * control/prompt.m: Ditto. | |
10148 * control/pzmap.m: Ditto. | |
10149 * control/qzval.m: Ditto. | |
10150 * control/rldemo.m: Ditto. | |
10151 * control/rlocus.m: Ditto. | |
10152 * control/sortcom.m: Ditto. | |
10153 * control/ss2sys.m: Ditto. | |
10154 * control/ss2tf.m: Ditto. | |
10155 * control/ss2zp.m: Ditto. | |
10156 * control/starp.m: Ditto. | |
10157 * control/step.m: Ditto. | |
10158 * control/stepimp.m: Ditto. | |
10159 * control/susball.m: Ditto. | |
10160 * control/sys2fir.m: Ditto. | |
10161 * control/sys2ss.m: Ditto. | |
10162 * control/sys2tf.m: Ditto. | |
10163 * control/sys2zp.m: Ditto. | |
10164 * control/sysadd.m: Ditto. | |
10165 * control/sysappend.m: Ditto. | |
10166 * control/syschnames.m: Ditto. | |
10167 * control/syschnamesl.m: Ditto. | |
10168 * control/syschtsam.m: Ditto. | |
10169 * control/sysconnect.m: Ditto. | |
10170 * control/syscont.m: Ditto. | |
10171 * control/syscont_disc.m: Ditto. | |
10172 * control/sysdefioname.m: Ditto. | |
10173 * control/sysdefstname.m: Ditto. | |
10174 * control/sysdimensions.m: Ditto. | |
10175 * control/sysdisc.m: Ditto. | |
10176 * control/sysdup.m: Ditto. | |
10177 * control/sysgetsignals.m: Ditto. | |
10178 * control/sysgettype.m: Ditto. | |
10179 * control/sysgroup.m: Ditto. | |
10180 * control/sysgroupn.m: Ditto. | |
10181 * control/sysmult.m: Ditto. | |
10182 * control/sysout.m: Ditto. | |
10183 * control/sysprune.m: Ditto. | |
10184 * control/sysreorder.m: Ditto. | |
10185 * control/sysrepdemo.m: Ditto. | |
10186 * control/sysscale.m: Ditto. | |
10187 * control/syssetsignals.m: Ditto. | |
10188 * control/syssub.m: Ditto. | |
10189 * control/sysupdate.m: Ditto. | |
10190 * control/tf2ss.m: Ditto. | |
10191 * control/tf2sys.m: Ditto. | |
10192 * control/tf2sysl.m: Ditto. | |
10193 * control/tf2zp.m: Ditto. | |
10194 * control/tfout.m: Ditto. | |
10195 * control/tzero.m: Ditto. | |
10196 * control/tzero2.m: Ditto. | |
10197 * control/ugain.m: Ditto. | |
10198 * control/wgt1o.m: Ditto. | |
10199 * control/zgfmul.m: Ditto. | |
10200 * control/zgfslv.m: Ditto. | |
10201 * control/zginit.m: Ditto. | |
10202 * control/zgpbal.m: Ditto. | |
10203 * control/zgreduce.m: Ditto. | |
10204 * control/zgrownorm.m: Ditto. | |
10205 * control/zgscal.m: Ditto. | |
10206 * control/zgsgiv.m: Ditto. | |
10207 * control/zgshsr.m: Ditto. | |
10208 * control/zp2ss.m: Ditto. | |
10209 * control/zp2ssg2.m: Ditto. | |
10210 * control/zp2sys.m: Ditto. | |
10211 * control/zp2tf.m: Ditto. | |
10212 * control/zpout.m: Ditto. | |
10213 | |
5095 | 10214 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10215 |
5378 | 10216 * audio/lin2mu.m: Texinfoize doc string. |
10217 * audio/loadaudio.m: Ditto. | |
10218 * audio/mu2lin.m: Ditto. | |
10219 * audio/playaudio.m: Ditto. | |
10220 * audio/record.m: Ditto. | |
10221 * audio/saveaudio.m: Ditto. | |
3332 | 10222 |
5095 | 10223 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10224 |
10225 * elfun/acot.m: Texinfoize doc string. | |
10226 * elfun/acsc.m: Ditto. | |
10227 * elfun/acsch.m: Ditto. | |
10228 * elfun/asec.m: Ditto. | |
10229 * elfun/asech.m: Ditto. | |
10230 * elfun/cot.m: Ditto. | |
10231 * elfun/coth.m: Ditto. | |
10232 * elfun/csc.m: Ditto. | |
10233 * elfun/csch.m: Ditto. | |
10234 * elfun/gcd.m: Ditto. | |
10235 * elfun/lcm.m: Ditto. | |
10236 * elfun/sec.m: Ditto. | |
10237 * elfun/sech.m: Ditto. | |
10238 * general/nextpow2.m: Ditto. | |
10239 * general/rem.m: Ditto. | |
10240 * linear-algebra/commutation_matrix.m: Ditto. | |
10241 * linear-algebra/cross.m: Ditto. | |
10242 * linear-algebra/duplication_matrix.m: Ditto. | |
10243 * miscellaneous/bincoeff.m: Ditto. | |
10244 * miscellaneous/xor.m: Ditto. | |
10245 * specfun/bessel.m: Ditto. | |
10246 * specfun/beta.m: Ditto. | |
10247 * specfun/betai.m: Ditto. | |
10248 * specfun/erfinv.m: Ditto. | |
10249 * specfun/gammai.m: Ditto. | |
10250 * specfun/log2.m: Ditto. | |
10251 * specfun/pow2.m: Ditto. | |
10252 | |
5095 | 10253 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10254 |
10255 * general/is_scalar.m: Texinfoize help text. | |
10256 * general/is_square.m: Ditto. | |
10257 * general/is_symmetric.m: Ditto. | |
10258 | |
3320 | 10259 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10260 | |
10261 * strings/split.m: If the string to be split is empty, just return | |
10262 an empty string. | |
10263 | |
3319 | 10264 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10265 | |
10266 * Makefile.in (ALL_M_FILES): New macro. | |
10267 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
10268 | |
3306 | 10269 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10270 | |
10271 * control/bode.m: Don't return anything if nargout == 0. | |
10272 | |
10273 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
10274 | |
10275 * control/bode.m: Don't do axis scaling for magnitude plots. | |
10276 | |
3305 | 10277 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10278 | |
10279 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
10280 gethelp.cc to the list. | |
10281 | |
3296 | 10282 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10283 | |
3301 | 10284 * time/asctime.m: Texinfoize help text. |
10285 * time/clock.m: Ditto. | |
10286 * time/date.m: Ditto. | |
10287 * miscellaneous/cputime.m: Ditto. | |
10288 * miscellaneous/etime.m: Ditto. | |
10289 * miscellaneous/is_leap_year.m: Ditto. | |
10290 * miscellaneous/popen2.m: Ditto. | |
10291 * miscellaneous/version.m: Ditto. | |
10292 * miscellaneous/tic.m: Ditto. | |
10293 * miscellaneous/toc.m: Just refer to tic.m. | |
10294 | |
3297 | 10295 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
10296 `cd dir; $(MAKE); cd ..'. | |
10297 ($(SUBDIRS)): Likewise. | |
10298 | |
10299 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
10300 | |
10301 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10302 of `cd dir; $(MAKE)'. | |
10303 | |
3296 | 10304 * gethelp.cc, mkdoc: New files. |
10305 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
10306 sources. | |
10307 | |
3291 | 10308 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10309 | |
10310 * linear-algebra/kron.m: Fix typo in previous change | |
10311 | |
3282 | 10312 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10313 | |
10314 * control/bode.m: Allow optional 5th arg to specify plot style. | |
10315 | |
5095 | 10316 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 10317 |
10318 * linear-algebra/krylov.m: Correctly handle case of V having full | |
10319 rank when V has more columns than rows. | |
10320 | |
10321 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10322 | |
10323 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10324 | |
10325 * statistics/tests/manova.m: Avoid problems if | |
10326 whitespace_in_literal_matrix is set to "traditional". | |
10327 * statistics/tests/t_test_regression.m: Likewise. | |
10328 * statistics/tests/u_test.m: Likewise. | |
10329 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10330 * statistics/tests/anova.m: Likewise. | |
10331 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10332 * statistics/base/statistics.m: Likewise. | |
10333 * image/saveimage.m: Likewise. | |
10334 * signal/arch_fit.m: Likewise. | |
10335 * signal/autoreg_matrix.m: Likewise. | |
10336 * signal/triangle_lw.m: Likewise. | |
10337 * strings/dec2hex.m: Likewise. | |
10338 | |
3268 | 10339 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10340 | |
10341 * image/saveimage.m: Initialize scale. | |
10342 | |
10343 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10344 | |
10345 * general/reshape.m: Allow reshape (a, size (b)). | |
10346 | |
3266 | 10347 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10348 | |
10349 * specfun/erfinv.m: Improve stopping criterion. | |
10350 Add iteration count as second return value. | |
10351 | |
3265 | 10352 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10353 | |
10354 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10355 | |
3263 | 10356 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10357 | |
10358 * miscellaneous/pack.m: New function. | |
10359 | |
10360 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10361 | |
10362 * plot/figure.m: Always return figure number. With no args, | |
10363 figure now creates a new figure window and returns its number. | |
10364 Accept figure (property, value) syntax, but do nothing. | |
10365 | |
5095 | 10366 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 10367 |
10368 * general/shift.m: Avoid printing temporary value for backward shift. | |
10369 | |
3260 | 10370 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10371 | |
10372 * plot/bar.m: Compute bar widths correctly when x-values are not | |
10373 evenly spaced. | |
10374 | |
3250 | 10375 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10376 | |
10377 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
10378 contain only zeros. | |
10379 | |
5095 | 10380 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 10381 |
10382 * linear-algebra/kron.m: Create result matrix and insert blocks | |
10383 instead of appending them. | |
10384 | |
10385 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10386 | |
10387 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10388 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10389 Update from A. S. Hodel. | |
10390 | |
3246 | 10391 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10392 | |
10393 * polynomial/polyfit.m: Correct previous change. | |
10394 | |
3243 | 10395 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10396 | |
10397 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10398 | |
5095 | 10399 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10400 |
10401 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10402 version of krylov and krylovb. | |
10403 | |
10404 * control/outlist.m, control/sysout.m: Fix typos. | |
10405 | |
10406 * control/sysdimensions.m: Add option for total number of states. | |
10407 | |
10408 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10409 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10410 arguments. | |
10411 | |
10412 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10413 | |
10414 * strings/index.m: Fail with meaningful error message if either | |
10415 arg is a string array. | |
10416 | |
3238 | 10417 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10418 | |
10419 * linear-algebra/norm.m: Do the right thing for 1- and | |
10420 infinity-norms of complex matrices. From Sven Khatri | |
10421 <khatri@saturn.vocalpoint.com>. | |
10422 | |
5095 | 10423 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10424 |
10425 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10426 | |
10427 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10428 | |
10429 * strings/split.m: Avoid problems when splitting strings that have | |
10430 \ in them. | |
10431 | |
5095 | 10432 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10433 |
10434 * image/colormap.m: Do better arg checking, handle string args | |
10435 that name the colormap function to call (e.g., colormap ("ocean")). | |
10436 | |
5095 | 10437 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10438 |
10439 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10440 * linear-algebra/dot.m: Likewise. | |
10441 * linear-algebra/cross.m: Likewise. | |
10442 * general/rot90.m: Likewise. | |
10443 | |
5095 | 10444 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10445 |
10446 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10447 that the leading column is not all zeros. | |
10448 | |
10449 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10450 | |
10451 * general/shift.m: Fix potential problems with | |
10452 whitespace_in_literal_matrix. | |
10453 * signal/arch_rnd.m: Ditto. | |
10454 * signal/autocov.m: Ditto. | |
10455 * signal/diffpara.m: Ditto. | |
10456 * signal/hurst.m: Ditto. | |
10457 * signal/periodogram.m: Ditto. | |
10458 * signal/spectral_adf.m: Ditto. | |
10459 * signal/spectral_xdf.m: Ditto. | |
10460 * signal/spencer.m: Ditto. | |
10461 * signal/synthesis.m: Ditto. | |
10462 * statistics/distributions/wiener_rnd.m: Ditto. | |
10463 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10464 * statistics/models/logistic_regression.m: Ditto. | |
10465 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10466 * statistics/tests/run_test.m: Ditto. | |
10467 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10468 | |
5095 | 10469 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10470 |
10471 * plot/__plr2__.m: Fix typo. | |
10472 | |
3233 | 10473 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10474 | |
10475 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10476 | |
5095 | 10477 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10478 |
10479 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10480 function. | |
10481 | |
5095 | 10482 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10483 |
10484 * control/ss2sys.m: Fix typo. | |
10485 | |
10486 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10487 | |
10488 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10489 | |
10490 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10491 signal names as lists of strings instead of string arrays. | |
10492 | |
3225 | 10493 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10494 | |
3233 | 10495 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10496 <a.s.hodel@eng.auburn.edu>. |
10497 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10498 * quaternion/Makefile.in: New file. |
10499 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10500 |
10501 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10502 | |
10503 * image/saveimage.m: Make it work again for black and white colormaps. | |
10504 | |
10505 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10506 since there can be fewer rows than columns. Round values to | |
10507 nearest position in colormap instead of truncating. Correct usage | |
10508 message. | |
10509 | |
5095 | 10510 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10511 |
10512 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10513 zero rows of [A,v] as householder pivots; this avoids spurious | |
10514 non-zero entries in returned orthogonal matrix U, but destroys the | |
10515 Householder matrix structure of H. | |
10516 | |
10517 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10518 | |
10519 * general/logical.m: Just copy input to output if argument is | |
10520 already a logical object. | |
10521 | |
3215 | 10522 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10523 | |
10524 * New files from OCST, in control subdiretory: | |
10525 | |
10526 DEMOcontrol.m is_siso.m syschnames.m | |
10527 abcddim.m is_stabilizable.m syschnamesl.m | |
10528 abcddims.m is_stable.m syschtsam.m | |
10529 analdemo.m jet707.m sysconnect.m | |
10530 are.m lqe.m syscont.m | |
10531 axis2dlim.m lqg.m syscont_disc.m | |
10532 bddemo.m lqr.m sysdefioname.m | |
10533 bode.m lsim.m sysdefstname.m | |
10534 bode_bounds.m ltifr.m sysdimensions.m | |
10535 bodquist.m lyap.m sysdisc.m | |
10536 buildssic.m mb.m sysdup.m | |
10537 c2d.m minfo.m sysgetsignals.m | |
6302 | 10538 com2str.m moddemo.m sysgettsam.m |
3215 | 10539 controldemo.m nichols.m sysgettype.m |
10540 ctrb.m nyquist.m sysgroup.m | |
10541 d2c.m obsv.m sysgroupn.m | |
10542 damp.m ord2.m sysmult.m | |
10543 dare.m outlist.m sysout.m | |
10544 dcgain.m packedform.m sysprune.m | |
10545 demomarsyas.m packsys.m sysreorder.m | |
10546 dezero.m; parallel.m sysrepdemo.m | |
10547 dgkfdemo.m place.m sysscale.m | |
10548 dgram.m polyout.m syssub.m | |
10549 dhinfdemo.m prompt.m sysupdate.m | |
10550 dlqe.m pzmap.m tf2ss.m | |
10551 dlqg.m qzval.m tf2sys.m | |
10552 dlqr.m rldemo.m tf2sysl.m | |
10553 dlyap.m rlocus.m tf2zp.m | |
10554 dmr2d.m rotg.m tfout.m | |
10555 fir2sys.m run_cmd.m; tzero.m | |
10556 frdemo.m series.m tzero2.m | |
10557 freqchkw.m sortcom.m ugain.m | |
10558 freqresp.m ss2sys.m unpacksys.m | |
10559 gram.m ss2tf.m wgt1o.m | |
10560 h2norm.m ss2zp.m zgfmul.m | |
10561 h2syn.m starp.m zgfslv.m | |
10562 hinf_ctr.m step.m zginit.m | |
10563 hinfdemo.m stepimp.m zgpbal.m | |
10564 hinfnorm.m strappend.m; zgreduce.m | |
10565 hinfsyn.m susball.m zgrownorm.m | |
10566 hinfsyn_chk.m swap.m zgscal.m | |
10567 impulse.m swapcols.m zgsgiv.m | |
10568 is_abcd.m swaprows.m zgshsr.m | |
10569 is_controllable.m sys2fir.m zp2ss.m | |
10570 is_detectable.m sys2ss.m zp2ssg2.m | |
10571 is_dgkf.m sys2tf.m zp2sys.m | |
10572 is_digital.m sys2zp.m zp2tf.m | |
10573 is_observable.m sysadd.m zpout.m | |
10574 is_sample.m sysappend.m | |
10575 | |
10576 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10577 | |
10578 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10579 | |
10580 * strings/deblank.m: Make it work for string arrays too. | |
10581 | |
3211 | 10582 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10583 | |
10584 * linear-algebra/housh.m: New file from the OCST. | |
10585 * linear-algebra/krygetq.m: Ditto. | |
10586 * linear-algebra/krylov.m: Ditto. | |
10587 * linear-algebra/krylovb.m: Ditto. | |
10588 * linear-algebra/qrhouse.m: Ditto. | |
10589 * general/is_duplicate_entry.m: Ditto. | |
10590 | |
10591 * general/is_symmetric.m: Call is_square instead of doing that | |
10592 check in line. | |
10593 | |
3196 | 10594 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10595 | |
3202 | 10596 * general/is_square.m: |
10597 | |
10598 * general/isempty.m, general/is_matrix.m: Delete. | |
10599 | |
10600 * general/is_symmetric: Delete special case for strings. Whether | |
10601 the conversion is valid should depend on implicit_str_to_num_ok. | |
10602 | |
10603 * general/is_square.m: If arg is not a matrix, don't check size, | |
10604 just return 0. | |
10605 * general/is_symmetric: Likewise. | |
10606 * general/is_vector.m: Likewise. | |
10607 * general/is_scalar.m: Likewise. | |
10608 | |
3196 | 10609 * general/length.m: Delete. |
10610 | |
3191 | 10611 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10612 | |
10613 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10614 statistics/distributions/Makefile, statistics/models/Makefile, | |
10615 and statistics/tests/Makefile to the list of files to create. | |
10616 | |
10617 * finance/Makefile.in, statistics/base/Makefile.in, | |
10618 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10619 statistics/tests/Makefile.in: New files. | |
10620 * statistics/Makefile.in: Delete file lists. Now only handle | |
10621 subdirectories. | |
10622 * Makefile.in (SUBDIRS): Add finance. | |
10623 | |
10624 * Move the following files from statistics to statistics/base: | |
10625 | |
10626 corrcoef.m | |
10627 kurtosis.m | |
10628 mahalanobis.m | |
10629 median.m | |
10630 ols.m | |
10631 skewness.m | |
10632 std.m | |
10633 | |
10634 New files, from Kurt Hornik's octave-ci package: | |
10635 | |
10636 * finance (new directory): | |
10637 | |
10638 fv.m | |
10639 fvl.m | |
10640 irr.m | |
10641 nper.m | |
10642 npv.m | |
10643 pmt.m | |
10644 pv.m | |
10645 pvl.m | |
10646 rate.m | |
10647 vol.m | |
10648 | |
10649 * linear-algebra/dmult.m | |
10650 | |
10651 * signal: | |
10652 | |
10653 arch_fit.m | |
10654 arch_rnd.m | |
10655 arch_test.m | |
10656 arma_rnd.m | |
10657 autocor.m | |
10658 autocov.m | |
10659 autoreg_matrix.m | |
10660 bartlett.m | |
10661 blackman.m | |
10662 diffpara.m | |
10663 durbinlevinson.m | |
10664 fractdiff.m | |
10665 hamming.m | |
10666 hanning.m | |
10667 hurst.m | |
10668 periodogram.m | |
10669 rectangle_lw.m | |
10670 rectangle_sw.m | |
10671 sinetone.m | |
10672 sinewave.m | |
10673 spectral_adf.m | |
10674 spectral_xdf.m | |
10675 spencer.m | |
10676 stft.m | |
10677 synthesis.m | |
10678 triangle_lw.m | |
10679 triangle_sw.m | |
10680 yulewalker.m | |
10681 | |
10682 * statistics/base (new directory): | |
10683 | |
10684 center.m | |
10685 cloglog.m | |
10686 cor.m | |
10687 cov.m | |
10688 cut.m | |
10689 iqr.m | |
10690 kendall.m | |
10691 logit.m | |
10692 mean.m | |
10693 meansq.m | |
10694 moment.m | |
10695 ppplot.m | |
10696 probit.m | |
10697 qqplot.m | |
10698 range.m | |
10699 ranks.m | |
10700 run_count.m | |
10701 spearman.m | |
10702 statistics.m | |
10703 studentize.m | |
10704 table.m | |
10705 values.m | |
10706 var.m | |
10707 | |
10708 (Replaces cov.m and mean.m with new versions.) | |
10709 | |
10710 * statistics/distributions (new directory): | |
10711 | |
10712 beta_cdf.m | |
10713 beta_inv.m | |
10714 beta_pdf.m | |
10715 beta_rnd.m | |
10716 binomial_cdf.m | |
10717 binomial_inv.m | |
10718 binomial_pdf.m | |
10719 binomial_rnd.m | |
10720 cauchy_cdf.m | |
10721 cauchy_inv.m | |
10722 cauchy_pdf.m | |
10723 cauchy_rnd.m | |
10724 chisquare_cdf.m | |
10725 chisquare_inv.m | |
10726 chisquare_pdf.m | |
10727 chisquare_rnd.m | |
10728 discrete_cdf.m | |
10729 discrete_inv.m | |
10730 discrete_pdf.m | |
10731 discrete_rnd.m | |
10732 empirical_cdf.m | |
10733 empirical_inv.m | |
10734 empirical_pdf.m | |
10735 empirical_rnd.m | |
10736 exponential_cdf.m | |
10737 exponential_inv.m | |
10738 exponential_pdf.m | |
10739 exponential_rnd.m | |
10740 f_cdf.m | |
10741 f_inv.m | |
10742 f_pdf.m | |
10743 f_rnd.m | |
10744 gamma_cdf.m | |
10745 gamma_inv.m | |
10746 gamma_pdf.m | |
10747 gamma_rnd.m | |
10748 geometric_cdf.m | |
10749 geometric_inv.m | |
10750 geometric_pdf.m | |
10751 geometric_rnd.m | |
10752 hypergeometric_cdf.m | |
10753 hypergeometric_inv.m | |
10754 hypergeometric_pdf.m | |
10755 hypergeometric_rnd.m | |
10756 kolmogorov_smirnov_cdf.m | |
10757 laplace_cdf.m | |
10758 laplace_inv.m | |
10759 laplace_pdf.m | |
10760 laplace_rnd.m | |
10761 logistic_cdf.m | |
10762 logistic_inv.m | |
10763 logistic_pdf.m | |
10764 logistic_rnd.m | |
10765 lognormal_cdf.m | |
10766 lognormal_inv.m | |
10767 lognormal_pdf.m | |
10768 lognormal_rnd.m | |
10769 normal_cdf.m | |
10770 normal_inv.m | |
10771 normal_pdf.m | |
10772 normal_rnd.m | |
10773 pascal_cdf.m | |
10774 pascal_inv.m | |
10775 pascal_pdf.m | |
10776 pascal_rnd.m | |
10777 poisson_cdf.m | |
10778 poisson_inv.m | |
10779 poisson_pdf.m | |
10780 poisson_rnd.m | |
10781 stdnormal_cdf.m | |
10782 stdnormal_inv.m | |
10783 stdnormal_pdf.m | |
10784 stdnormal_rnd.m | |
10785 t_cdf.m | |
10786 t_inv.m | |
10787 t_pdf.m | |
10788 t_rnd.m | |
10789 uniform_cdf.m | |
10790 uniform_inv.m | |
10791 uniform_pdf.m | |
10792 uniform_rnd.m | |
10793 weibull_cdf.m | |
10794 weibull_inv.m | |
10795 weibull_pdf.m | |
10796 weibull_rnd.m | |
10797 wiener_rnd.m | |
10798 | |
10799 * statistics/models (new directory): | |
10800 | |
10801 logistic_regression.m | |
10802 logistic_regression_derivatives.m | |
10803 logistic_regression_likelihood.m | |
10804 | |
10805 * statistics/tests (new directory): | |
10806 | |
10807 anova.m | |
10808 bartlett_test.m | |
10809 chisquare_test_homogeneity.m | |
10810 chisquare_test_independence.m | |
10811 cor_test.m | |
10812 f_test_regression.m | |
10813 hotelling_test.m | |
10814 hotelling_test_2.m | |
10815 kolmogorov_smirnov_test.m | |
10816 kolmogorov_smirnov_test_2.m | |
10817 kruskal_wallis_test.m | |
10818 manova.m | |
10819 mcnemar_test.m | |
10820 prop_test_2.m | |
10821 run_test.m | |
10822 sign_test.m | |
10823 t_test.m | |
10824 t_test_2.m | |
10825 t_test_regression.m | |
10826 u_test.m | |
10827 var_test.m | |
10828 welch_test.m | |
10829 wilcoxon_test.m | |
10830 z_test.m | |
10831 z_test_2.m | |
10832 | |
10833 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10834 | |
10835 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10836 compatibility and to avoid Y2K problems. | |
10837 | |
3190 | 10838 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10839 | |
10840 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10841 least-squares solution. | |
10842 | |
3180 | 10843 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10844 | |
10845 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10846 | |
10847 * strings/strrep.m: Don't convert args to numeric values. | |
10848 Prevent warnings for empty string args. | |
10849 From Georg Thimm <thimm@idiap.ch>. | |
10850 | |
10851 * strings/strcat.m: Prevent warnings for empty string args. | |
10852 | |
10853 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10854 | |
10855 * miscellaneous/menu.m: Remove special case for empty string | |
10856 returned from input(). Add second arg to eval() to catch errors. | |
10857 | |
3178 | 10858 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10859 | |
10860 * plot/__plt__.m: Don't call usleep. | |
10861 | |
3175 | 10862 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10863 | |
10864 * linear-algebra/dot.m: New function. | |
10865 | |
10866 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10867 compatibility. | |
10868 | |
10869 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10870 | |
10871 * plot/hist.m: Also allow just one output argument. | |
10872 | |
10873 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10874 | |
10875 * strings/deblank.m: Make it work if the string is only blanks. | |
10876 | |
10877 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10878 | |
10879 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10880 | |
10881 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10882 | |
10883 * plot/oneplot.m: Fix typo. | |
10884 | |
3174 | 10885 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10886 | |
10887 * miscellaneous/flops.m: Allow a single argument too. | |
10888 | |
10889 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10890 | |
10891 * strings/str2mat.m: Also handle case when there are no empty | |
10892 strings correctly. | |
10893 | |
10894 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10895 | |
10896 * strings/isletter.m: New function, for Matlab compatibility. | |
10897 | |
3168 | 10898 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10899 | |
10900 * strings/str2mat.m: Handle string matrices too. | |
10901 | |
3167 | 10902 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10903 | |
10904 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10905 linear encoding. | |
10906 | |
10907 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10908 audio/record.m: Open files in binary mode. | |
10909 | |
3164 | 10910 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10911 | |
10912 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10913 Move functionality of dump_1_pref here, but use built-in function | |
10914 type to extract value, and put it inside try/catch block. | |
10915 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10916 | |
3162 | 10917 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10918 | |
10919 * plot/__pltopt1.m__: New file. | |
10920 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10921 __pltopt1__ multiple times and returning a string array with rows | |
10922 corresponding to the rows of opt. | |
10923 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10924 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10925 array. | |
10926 | |
10927 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10928 | |
10929 * plot/mplot.m: Fix misspellings of global variables. | |
10930 Don't call clearplot. | |
10931 | |
10932 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10933 | |
10934 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10935 "cle;rep" when going in ot multiplot mode. | |
10936 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10937 switching out of multiplot mode. | |
10938 | |
3156 | 10939 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10940 |
3156 | 10941 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10942 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10943 |
3141 | 10944 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10945 | |
10946 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10947 | |
10948 * miscellaneous/bug_report.m: Don't try to get smart with | |
10949 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10950 | |
10951 * Makefile.in (install): Create separate ls-R files for | |
10952 $(datadir) and $(libexecdir). | |
10953 (uninstall): Remove both ls-R files. | |
10954 | |
3136 | 10955 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10956 | |
10957 * signal/fftshift.m: New file. | |
10958 | |
10959 * plot/contour.m: Fix for non-square case. | |
10960 | |
10961 * general/randperm.m: New file. | |
10962 | |
10963 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10964 | |
10965 * specfun/betai.m: Restore file for compatibility with previous | |
10966 versions. Call betainc with reordered args. | |
10967 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10968 | |
3131 | 10969 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10970 | |
10971 * plot/contour.m: Handle discrete contour levels. | |
10972 | |
10973 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10974 | |
10975 * control/lyap.m: For compatibility with Matlab, solve | |
10976 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10977 | |
3124 | 10978 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10979 | |
10980 * specfun/bessel.m: New file. | |
10981 | |
10982 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10983 specfun/gammainc.m: Delete. | |
10984 | |
3106 | 10985 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10986 | |
10987 * image/colormap.m: Initialize __current_color_map__ in global | |
10988 statement. | |
10989 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10990 statement. | |
10991 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10992 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10993 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10994 | |
3103 | 10995 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10996 | |
10997 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10998 * time/toc.m: Likewise. | |
10999 | |
11000 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11001 | |
11002 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11003 anything special for automatic_replot when in multiplot mode -- | |
11004 recent 3.6beta releases handle this correctly. | |
11005 | |
11006 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11007 setting the terminal type. | |
11008 | |
11009 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11010 plot/subwindow.m: Use leading and trailing underscores for | |
11011 `private' globals. | |
11012 | |
11013 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11014 | |
3101 | 11015 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11016 | |
11017 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11018 | |
3091 | 11019 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11020 | |
3092 | 11021 * specfun/gammai.m: Avoid problems with whitespace when |
11022 constructing matrices. | |
11023 | |
3091 | 11024 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11025 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11026 original y vector. | |
11027 | |
3085 | 11028 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11029 | |
11030 * linear-algebra/cross.m: Use direct formula instead of calling | |
11031 det three times in a loop. If both args are column (row) vectors, | |
11032 return a column (row) vector. If they don't match, pay attention | |
11033 to the value of prefer_column_vectors. | |
11034 | |
5095 | 11035 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11036 |
11037 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11038 nonsymmetric matrices. | |
11039 | |
11040 * general/tril.m: Fix usage message. | |
11041 | |
11042 * polynomial/polyvalm.m: Fix error messages. | |
11043 * polynomial/polyderiv.m: Likewise. | |
11044 * polynomial/polyval.m: Likewise. | |
11045 | |
3081 | 11046 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11047 | |
11048 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11049 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11050 | |
3063 | 11051 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11052 | |
11053 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11054 | |
5095 | 11055 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11056 |
11057 * plot/__pltopt__.m: Handle key/legend names. | |
11058 Correctly set colors, line styles, and point styles. | |
11059 | |
3061 | 11060 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11061 | |
11062 * polynomial/polyfit.m: Return fit y values as second output. | |
11063 Don't use QR factorization to solve least squares problem. | |
11064 | |
11065 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11066 | |
11067 * control/dlqr.m: Use ao, not a, to compute k. | |
11068 | |
3024 | 11069 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11070 | |
11071 * miscellaneous/path.m: New file. | |
11072 | |
2993 | 11073 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11074 | |
11075 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11076 name. | |
11077 | |
2968 | 11078 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11079 | |
11080 * specfun/erfinv.m: Add missing semicolon. | |
11081 | |
2870 | 11082 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11083 | |
11084 * miscellaneous/xor.m: Make type of return value logical. | |
11085 | |
2853 | 11086 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11087 | |
11088 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11089 warn_comma_in_global_decl. | |
11090 | |
2831 | 11091 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11092 | |
11093 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11094 octave-bug script. | |
11095 | |
2823 | 11096 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11097 | |
2824 | 11098 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11099 prefer_zero_one_indexing. | |
11100 | |
2823 | 11101 * general/logical.m: New file. |
11102 | |
2816 | 11103 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11104 | |
11105 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11106 and is_vector(). | |
11107 | |
5095 | 11108 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11109 |
11110 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11111 Use tolerance of 2 * eps. | |
11112 | |
2811 | 11113 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11114 | |
11115 * Makefile.in (install-strip): New target. | |
11116 * audio/Makefile.in: Ditto. | |
11117 * control/Makefile.in: Ditto. | |
11118 * elfun/Makefile.in: Ditto. | |
11119 * general/Makefile.in: Ditto. | |
11120 * image/Makefile.in: Ditto. | |
11121 * io/Makefile.in: Ditto. | |
11122 * linear-algebra/Makefile.in: Ditto. | |
11123 * miscellaneous/Makefile.in: Ditto. | |
11124 * plot/Makefile.in: Ditto. | |
11125 * polynomial/Makefile.in: Ditto. | |
11126 * set/Makefile.in: Ditto. | |
11127 * signal/Makefile.in: Ditto. | |
11128 * specfun/Makefile.in: Ditto. | |
11129 * special-matrix/Makefile.in: Ditto. | |
11130 * startup/Makefile.in: Ditto. | |
11131 * statistics/Makefile.in: Ditto. | |
11132 * strings/Makefile.in: Ditto. | |
11133 | |
2809 | 11134 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11135 | |
11136 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11137 | |
2798 | 11138 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11139 | |
11140 * statistics/corrcoef.m: Make it actually work. | |
11141 | |
2795 | 11142 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11143 | |
2798 | 11144 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11145 |
2779 | 11146 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11147 |
11148 * Version 2.0.5 released. | |
11149 | |
2745 | 11150 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11151 | |
2749 | 11152 * Makefile.in (maintainer-clean): Also remove configure. |
11153 | |
2746 | 11154 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11155 | |
2745 | 11156 * general/is_matrix.m: Return zero for empty matrices. |
11157 | |
11158 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11159 | |
11160 * linear-algebra/vech.m: Size result just once. | |
11161 | |
2726 | 11162 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11163 | |
11164 * general/is_square.m: Handle empty matrices correctly. | |
11165 * general/is_symmetric.m: Handle empty matrices and strings. | |
11166 | |
2716 | 11167 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11168 | |
11169 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11170 * polynomial/deconv.m: Likewise. | |
11171 * polynomial/polyderiv.m: Likewise. | |
11172 * polynomial/polyinteg.m: Likewise. | |
11173 * polynomial/polyreduce.m: Likewise. | |
11174 * polynomial/polyval.m: Likewise. | |
11175 * polynomial/polyvalm.m: Likewise. | |
11176 * general/postpad.m: Likewise. | |
11177 * general/prepad.m: Likewise. | |
11178 | |
11179 * polynomial/compan.m: Check input with is_vector(), not | |
11180 is_matrix(). Handle scalar case. | |
11181 | |
2711 | 11182 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11183 | |
2715 | 11184 * plot/contour.m: Order data so that it is consistent with |
11185 meshgrid and mesh. | |
11186 | |
2711 | 11187 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11188 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11189 | |
2709 | 11190 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11191 |
11192 * Version 2.0.4 released. | |
11193 | |
2706 | 11194 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11195 | |
2702 | 11196 * miscellaneous/paren.m: New file. |
11197 | |
2693 | 11198 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11199 |
11200 * Version 2.0.3 released. | |
11201 | |
2676 | 11202 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11203 | |
11204 * image/saveimage.m: Only clip image data that is actually out of | |
11205 range. | |
11206 | |
2667 | 11207 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11208 | |
11209 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11210 also be considered to be matrices. | |
11211 | |
11212 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11213 | |
11214 * general/isempty.m: Use size(), not rows() and columns(). | |
11215 | |
11216 * plot/contour.m: Convert set to gset. | |
11217 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11218 | |
2663 | 11219 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11220 | |
11221 * specfun/erfinv.m: Fix typo in last change. | |
11222 | |
2650 | 11223 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11224 | |
11225 * image/loadimage.m: Make it possible to load files with image | |
11226 data named X or img. | |
11227 | |
11228 * image/default.img: Change name of image from X to img to match | |
11229 what saveimage does now. | |
11230 | |
11231 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11232 does now. | |
11233 | |
2632 | 11234 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11235 | |
2634 | 11236 * Version 2.0.2 released. |
11237 | |
2632 | 11238 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11239 weird missing-lines bug without creating extra plots unecessarily. | |
11240 | |
2624 | 11241 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11242 | |
11243 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11244 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11245 io/Makefile.in, linear-algebra/Makefile.in, | |
11246 miscellaneous/Makefile.in, plot/Makefile.in, | |
11247 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11248 specfun/Makefile.in, special-matrix/Makefile.in, | |
11249 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11250 time/Makefile.in (bin-dist): New target. | |
11251 | |
2621 | 11252 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11253 | |
11254 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11255 | |
11256 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11257 | |
11258 * miscellaneous/xor.m: Make it work. | |
11259 | |
2613 | 11260 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11261 | |
11262 * plot/sombrero.m: Doc fix. | |
11263 | |
2602 | 11264 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11265 | |
11266 * Version 2.0.1 released. | |
11267 | |
2601 | 11268 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11269 | |
11270 * elfun/lcm.m: Replace missing if statement. | |
11271 | |
11272 * elfun/gcd.m: Report error if no input args. | |
11273 * elfun/lcm.m: Likewise. | |
11274 | |
2597 | 11275 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11276 | |
11277 * Makefile.in (install): Use ls -LR to create ls-R database. | |
11278 Also list contents of $libexecdir/octave in ls-R database. | |
11279 | |
2583 | 11280 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11281 | |
11282 * Version 2.0 released. | |
11283 | |
2575 | 11284 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11285 | |
11286 * Version 1.94. | |
11287 | |
2558 | 11288 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11289 | |
11290 * strings/str2num.m: New file. | |
11291 | |
2554 | 11292 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11293 | |
11294 * Version 1.93. | |
11295 | |
2540 | 11296 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11297 | |
11298 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
11299 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
11300 linear-algebra/vech.m: New files from Kurt Hornik. | |
11301 | |
11302 * general/nextpow2.m, general/shift.m, general/diff.m, | |
11303 general/common_size.m: New files from Kurt Hornik. | |
11304 | |
11305 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
11306 New files from Kurt Hornik. | |
11307 | |
11308 * signal/detrend.m: New file from Kurt Hornik. | |
11309 | |
11310 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
11311 specfun/pow2.m, specfun/log2.m: | |
11312 New files and updates from Kurt Hornik. | |
11313 | |
2523 | 11314 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11315 | |
11316 * plot/__plt__.m: Add explicit replot after last command is | |
11317 issued, to force all lines to be displayed. Hmm. | |
11318 | |
2512 | 11319 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11320 | |
2520 | 11321 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11322 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11323 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11324 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11325 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11326 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11327 Uset gset, not set. | |
11328 | |
2512 | 11329 * Version 1.92. |
11330 | |
2482 | 11331 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11332 | |
2486 | 11333 * image/saveimage.m: When writing PostScript, name Octave as the |
11334 almighty Creator. Use single call to fprintf instead of looping. | |
11335 | |
11336 * image/Makefile.in: Delete references to octtopnm. | |
11337 | |
11338 * general/logspace.m: Doc fix. | |
11339 | |
2482 | 11340 * Version 1.91. |
11341 | |
2458 | 11342 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11343 | |
11344 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11345 | |
11346 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11347 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11348 deleted. | |
11349 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11350 of a system() command to delete the tmp file. | |
11351 | |
2452 | 11352 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11353 | |
11354 * Version 1.90. | |
11355 | |
11356 * Makefile.in (DISTFILES): Add ChangeLog. | |
11357 | |
2360 | 11358 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11359 | |
11360 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
11361 Don't check for string value of automatic_replot. | |
11362 | |
11363 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
11364 Temporarily set do_fortran_indexing to 1, not "true". | |
11365 | |
11366 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
11367 not "false". | |
11368 | |
11369 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
11370 "false". | |
11371 | |
2355 | 11372 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
11373 | |
11374 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
11375 | |
2330 | 11376 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11377 | |
11378 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
11379 system command. | |
11380 | |
11381 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11382 | |
11383 * __plr1__.m: Renamed from polar_int_1.m. | |
11384 * __plr2__.m: Renamed from polar_int_2.m. | |
11385 * __plr__.m: Renamed from polar_int.m. | |
11386 * __plt1__.m: Renamed from plot_int_1.m. | |
11387 * __plt2__.m: Renamed from plot_int_2.m. | |
11388 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11389 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11390 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11391 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11392 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11393 * __plt__.m: Renamed from plot_int.m. | |
11394 * __pltopt__.m: Renamed from plot_opt.m. | |
11395 Change all callers. | |
11396 | |
11397 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11398 | |
11399 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11400 comments like those found in Emacs lisp files. | |
11401 | |
11402 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11403 | |
11404 * All .m files: Change comment style. | |
11405 | |
11406 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11407 | |
11408 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11409 subplot.m, subwindow.m, top_title.m: | |
11410 Print error message if gnuplot_has_multiplot is not true. | |
11411 | |
11412 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11413 | |
11414 * plot/figure.m: New function. | |
11415 | |
11416 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11417 | |
11418 * strings/strrep.m: New function. | |
11419 | |
11420 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11421 | |
11422 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11423 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11424 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11425 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11426 New functions from Kurt Hornik, heavily modified by jwe. | |
11427 | |
11428 * general/reshape.m: Allow strings to be reshaped too. | |
11429 | |
11430 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11431 Always return a scalar. | |
11432 | |
11433 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11434 | |
11435 * polynomial/polyfit.m: Make orientation of result compatible with | |
11436 Matlab. | |
11437 | |
11438 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11439 | |
11440 * polynomial/polyfit.m: Add missing close paren. | |
11441 | |
11442 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11443 | |
11444 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11445 | |
11446 * io/scanf.m: Delete. | |
11447 | |
11448 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11449 | |
11450 * statistics/median.m: Fix typo in usage message. | |
11451 | |
11452 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11453 | |
11454 * miscellaneous/popen2.m: New file. | |
11455 | |
11456 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11457 | |
11458 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11459 | |
11460 * io: New directory. | |
11461 * Makefile.in (SUBDIRS): Add it to the list. | |
11462 | |
11463 * miscellaneous/flops.m: New file. | |
11464 | |
11465 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11466 | |
11467 * miscellaneous/cputime.m: Return three arguments instead of a | |
11468 vector, for compatibility with previous versions and with Matlab | |
11469 (which only returns one scalar value). | |
11470 | |
11471 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11472 | |
11473 * general/triu.m: Compute lower bound on loop index correctly. | |
11474 * general/tril.m: Likewise, for upper bound. | |
11475 | |
11476 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11477 | |
11478 * image/saveimage.m: For color images, make sure indices into | |
11479 temporary colormap and result matrix have proper orientation. | |
11480 Set grey flag correctly. | |
11481 | |
11482 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11483 | |
11484 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11485 jrv@vanzandt.mv.com). | |
11486 | |
11487 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11488 | |
11489 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11490 * mesh.m: Transpose Z if only one arg. | |
11491 Handle case of all three args being matrices (from Jim Van Zandt | |
11492 jrv@vanzandt.mv.com). | |
11493 * meshdom.m: Undo previous change. | |
11494 | |
11495 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11496 | |
11497 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11498 | |
11499 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11500 | |
11501 * audio: New directory of files from Kurt Hornik and Andreas | |
11502 Weingessel. | |
11503 * audio/Makefile.in: New file. | |
11504 * Makefile.in (SUBDIRS): Add audio to the list. | |
11505 | |
11506 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11507 | |
11508 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11509 | |
11510 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11511 | |
11512 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11513 columns (z), not the other way around. | |
11514 * plot/meshdom.m: Don't reverse order of elements in y. | |
11515 | |
11516 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11517 | |
11518 * plot/axis.m: Return current axis if nargin == 0. | |
11519 | |
11520 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11521 | |
11522 * polynomial/roots.m: Updates from Kurt Hornik. | |
11523 | |
11524 * polynomial/polyder.m: New file. | |
11525 | |
11526 * polynomial/polyderiv.m: Give return value and arg different names. | |
11527 | |
11528 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11529 | |
11530 * specfun/betainc.m: New file. | |
11531 * specfun/gammainc.m: New file. | |
11532 | |
11533 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11534 | |
11535 * general/strerror.m: New file. | |
11536 * general/perror.m: Implement using strerror(). | |
11537 | |
11538 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11539 | |
11540 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11541 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11542 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11543 | |
11544 * image/saveimage.m: Round img values first. | |
11545 | |
11546 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11547 | |
11548 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11549 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11550 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11551 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11552 special-matrix/hankel.m special-matrix/toeplitz.m | |
11553 tuwien/strfun/split.m: Add missing semicolons. | |
11554 | |
11555 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11556 | |
11557 * image/Makefile.in: Don't build or install octtoppm. | |
11558 | |
11559 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11560 routines so that people who don't have the pbm stuff installed |
2330 | 11561 can still use this function. |
11562 | |
11563 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11564 | |
11565 * image/saveimage.m: Better error checking, clean up a bit. | |
11566 | |
11567 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11568 | |
11569 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11570 avoid conflict with new built-in text-style function more. | |
11571 | |
11572 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11573 | |
11574 * startup/Makefile.in (install): Also install octaverc in | |
11575 $localfcnfiledir/startup/octavrc. | |
11576 | |
11577 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11578 | |
11579 * mkinstalldirs: New file. | |
11580 * Makefile.in (DISTFILES): Add it to the list. | |
11581 | |
11582 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11583 | |
11584 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11585 | |
11586 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11587 r(1) != c(nr), not if r(1) != c(1). | |
11588 | |
11589 * signal/filter.m: Doc fix. | |
11590 | |
11591 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11592 | |
11593 * miscellaneous/cputime.m: Use new resource structure names (no | |
11594 ru_ or tv_ prefixes). | |
11595 | |
11596 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11597 | |
11598 * time/ctime.m: Fix doc string and usage message. | |
11599 | |
11600 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11601 | |
11602 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11603 | |
11604 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11605 | |
11606 * control/c2d.m: Make function work for any value of | |
11607 whitespace_in_literal_matrix. | |
11608 * control/dare.m: Likewise. | |
11609 * control/tzero.m: Likewise. | |
11610 * elfun/gcd.m: Likewise. | |
11611 * elfun/lcm.m: Likewise. | |
11612 * general/postpad.m: Likewise. | |
11613 * general/prepad.m: Likewise. | |
11614 * linear-algebra/kron.m: Likewise. | |
11615 * miscellaneous/etime.m: Likewise. | |
11616 * polynomial/conv.m: Likewise. | |
11617 * polynomial/deconv.m: Likewise. | |
11618 * polynomial/poly.m: Likewise. | |
11619 * polynomial/roots.m: Likewise. | |
11620 * signal/filter.m: Likewise. | |
11621 * signal/freqz.m: Likewise. | |
11622 * signal/fftfilt.m: Likewise. | |
11623 | |
11624 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11625 | |
11626 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11627 | |
11628 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11629 | |
11630 * plot/polar_int_2.m: Add missing semicolons. | |
11631 Set theta = theta', not rho'. | |
11632 | |
11633 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11634 | |
11635 * polynomial/roots.m: Make it work for any value of | |
11636 whitespace_in_literal_matrix. | |
11637 | |
11638 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11639 | |
11640 * configure.in: New file. | |
11641 | |
11642 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11643 | |
11644 * control/lyap.m: Add missing semicolon. | |
11645 | |
11646 * miscellaneous/cputime.m: New function file. | |
11647 | |
11648 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11649 | |
11650 * time: New directory. | |
11651 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11652 New function files. | |
11653 * time/Makefile.in: New file. | |
11654 * Makefile.in (SUBDIRS): Add time. | |
11655 | |
11656 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11657 | |
11658 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11659 | |
11660 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11661 | |
11662 * plot/plot_int_1.m: Transpose data with .', not '. | |
11663 | |
11664 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11665 | |
11666 * Makefile.in (install uninstall clean mostlyclean distclean | |
11667 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11668 | |
11669 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11670 | |
11671 * Makefile.in (install): Create ls-R database file. | |
11672 (uninstall): Delete it. | |
11673 | |
11674 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11675 | |
5378 | 11676 * image/saveimage.m: Fix typo. |
2330 | 11677 |
11678 See ChangeLog.1 in the top level directory for earlier changes. |