Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8661:9c092b111b1d
small fix in fsolve
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 04 Feb 2009 10:18:25 +0100 |
parents | 102e05821f93 |
children | e07e93c04080 |
rev | line source |
---|---|
8661 | 1 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
2 | |
3 * optimization/fsolve.m: remove redundant line. | |
4 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
5 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
6 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
7 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
8 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
9 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
10 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
11 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
12 |
8652 | 13 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
14 | |
15 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
16 mlock to avoid unloading. | |
17 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
18 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
|
19 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
20 * 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
|
21 * 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
|
22 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
|
23 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
24 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
25 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
26 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
27 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
28 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
29 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
30 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
31 |
8645 | 32 2009-01-30 Kai Habel <kai.habel@gmx.de> |
33 | |
34 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
35 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
36 Require gnuplot 4.3 for transparent patches and surfaces. | |
37 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
38 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
|
39 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
40 * 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
|
41 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
|
42 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
43 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
|
44 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
45 * 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
|
46 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
47 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
48 * 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
|
49 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
50 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
|
51 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
52 * 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
|
53 |
8633 | 54 2009-01-29 Kai Habel <kai.habel@gmx.de> |
55 | |
56 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
57 | |
8632 | 58 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
59 | |
60 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
61 print sensible error message when function is found but not documented. | |
62 | |
63 * help/help.m: Allow displaying 'Contents.m' files. | |
64 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
65 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
|
66 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
67 * 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
|
68 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
69 |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
70 2009-01-28 Ben Abbott <bpabbott@mac.com> |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
71 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
72 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 73 |
74 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
75 feature. | |
76 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
77 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
|
78 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
79 * 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
|
80 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
81 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
82 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
|
83 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
84 * 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
|
85 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
|
86 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
|
87 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
88 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
89 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
90 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
91 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
92 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
93 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
94 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
|
95 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
96 * 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
|
97 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
|
98 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
|
99 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
100 * 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
|
101 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
102 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
103 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
104 * 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
|
105 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
106 |
8602 | 107 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
108 | |
109 * polynomial/spline.m: Doc fix. | |
110 | |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
111 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
|
112 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
113 * 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
|
114 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
115 |
8600 | 116 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
117 | |
118 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
119 square and overdetermined systems. | |
120 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
121 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
|
122 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
123 * 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
|
124 Adjust some defaults. |
8628 | 125 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
126 * 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
|
127 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
128 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
|
129 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
130 * 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
|
131 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
132 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
133 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
134 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
135 |
8591 | 136 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
137 | |
138 * optimization/__fsolve_defopts__.m: Remove. | |
139 * optimization/Makefile.in: Reflect change. | |
140 | |
8590 | 141 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
142 | |
143 * optimization/__fdjac__.m: Fix setting up h. | |
144 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
145 large enough square and overdetermined systems, with pivoting in the | |
146 first step. Simplify options. Adjust defaults - make TR radius | |
147 tolerance less stringent. Support DisplayFcn. | |
148 | |
8586
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
149 2008-12-24 Ben Abbott <bpabbott@mac.com> |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
150 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
151 * 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
|
152 |
8585
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
153 2009-01-24 Ben Abbott <bpabbott@mac.com> |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
154 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
155 * 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
|
156 |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
157 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 158 |
159 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
160 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
161 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
|
162 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
163 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
164 * 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
|
165 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
166 * 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
|
167 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
168 * 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
|
169 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
170 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
171 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
|
172 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
173 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
174 * 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
|
175 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
176 * 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
|
177 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
|
178 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
|
179 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
180 * 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
|
181 * 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
|
182 * 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
|
183 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
184 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
185 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
|
186 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
187 * 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
|
188 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
189 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
|
190 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
191 * 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
|
192 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
193 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
|
194 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
195 * 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
|
196 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
|
197 * 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
|
198 * 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
|
199 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
200 * 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
|
201 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
|
202 * 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
|
203 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
204 * 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
|
205 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
206 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
207 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
208 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
209 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
210 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
211 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
212 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
213 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
214 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
215 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
216 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
|
217 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
218 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
219 * general/prepad.m: Doc fix. |
8544 | 220 * image/pink.m: Spelling fix. |
221 * image/hsv.m: Doc fix. | |
222 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 223 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
224 * 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
|
225 |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
226 2009-01-17 Ben Abbott <bpabbott@mac.com> |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
227 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
228 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
229 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
230 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
231 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
|
232 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
233 * 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
|
234 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
235 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
|
236 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
237 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
238 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
239 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
|
240 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
241 * 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
|
242 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
|
243 |
8528 | 244 2008-01-15 Ben Abbott <bpabbott@mac.com> |
245 | |
246 * plot/grid.m: Document handle argument. | |
247 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
248 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
|
249 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
250 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
251 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
252 |
8521 | 253 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
254 | |
255 * gethelp.cc: Include <cstdio>. | |
256 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
257 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
|
258 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
259 * 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
|
260 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
|
261 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
262 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
|
263 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
264 * 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
|
265 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
266 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
|
267 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
|
268 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
|
269 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
|
270 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
|
271 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
|
272 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
|
273 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
|
274 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
|
275 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
|
276 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
|
277 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
|
278 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
|
279 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
280 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
281 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
|
282 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
283 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
284 |
8513 | 285 * optimization/fsolve.m: Doc fix. |
286 | |
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
|
287 * 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
|
288 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
289 * 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
|
290 |
8506 | 291 2009-01-13 John W. Eaton <jwe@octave.org> |
292 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
293 * 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
|
294 |
8507 | 295 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
296 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
297 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
298 general/quadgk.m, general/quadv.m, general/repmat.m, | |
299 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
300 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
301 image/imwrite.m, linear-algebra/dmult.m, | |
302 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
303 miscellaneous/setfield.m, miscellaneous/what.m, | |
304 optimization/fsolve.m, optimization/fzero.m, | |
305 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
306 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
307 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
308 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
309 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
310 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
311 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
312 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
313 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
314 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
315 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
316 statistics/base/center.m, statistics/base/quantile.m, | |
317 statistics/base/ranks.m, statistics/base/std.m, | |
318 statistics/distributions/hygepdf.m, | |
319 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
320 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
321 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
322 testfun/speed.m, testfun/test.m: Style fixes. | |
323 | |
8506 | 324 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
325 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
326 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
327 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
328 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
329 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
330 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
331 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
332 statistics/base/quantile.m, statistics/base/values.m, | |
333 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
334 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
335 time/datestr.m, time/datevec.m: Comment style fixes. | |
336 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
337 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
|
338 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
339 * 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
|
340 |
8466 | 341 2009-01-12 John W. Eaton <jwe@octave.org> |
342 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
343 * 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
|
344 Use strcmpi to compare options. |
8466 | 345 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
346 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
|
347 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
348 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
349 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
350 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
351 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
|
352 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
353 * 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
|
354 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
355 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
356 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
357 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 358 * miscellaneous/orderfields.m: Ditto. |
359 * miscellaneous/what.m: Ditto. | |
360 * pkg/pkg.m: Ditto. | |
361 * plot/ndgrid.m: Ditto. | |
362 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
363 |
8451 | 364 2009-01-09 Kai Habel <kai.habel@gmx.de> |
365 | |
366 * plot/surfl.m: New function | |
8628 | 367 * plot/diffuse.m: Ditto. |
368 * plot/specular.m: Ditto. | |
8451 | 369 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
370 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
|
371 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
372 * 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
|
373 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
374 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
|
375 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
376 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
377 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
378 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
|
379 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
380 * 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
|
381 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
|
382 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
|
383 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
|
384 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
|
385 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
|
386 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
|
387 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
|
388 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
|
389 * 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
|
390 * 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
|
391 * 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
|
392 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
393 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
|
394 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
395 * 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
|
396 |
8438 | 397 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
398 | |
399 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
400 operation fails. | |
401 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
402 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
|
403 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
404 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
405 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
406 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
407 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
408 * 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
|
409 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
410 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
411 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
412 * 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
|
413 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
414 |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
415 2008-12-30 Ben Abbott <bpabbott@mac.com> |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
416 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
417 * 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
|
418 |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
419 2008-12-30 Ben Abbott <bpabbott@mac.com> |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
420 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
421 * 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
|
422 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
423 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
424 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
425 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
426 |
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
|
427 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
|
428 |
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
|
429 * 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
|
430 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
|
431 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
432 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
433 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
434 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
435 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
436 |
8416 | 437 2008-11-21 Radek Salac <salac.r@gmail.com> |
438 | |
439 * sparse/bicgstab.m: New function. | |
440 * sparse/Makefile.in (SOURCES): Add it here. | |
441 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
442 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
|
443 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
444 * 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
|
445 (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
|
446 * 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
|
447 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
448 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
449 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
450 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
451 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
452 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
453 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
454 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
|
455 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
456 * 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
|
457 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
|
458 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
459 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
460 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
461 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
462 |
8393 | 463 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
464 | |
8394 | 465 * linear-algebra/expm.m: New source. |
8393 | 466 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
467 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
468 |
8394 | 469 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
470 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
471 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
472 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
473 * 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
|
474 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
475 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
|
476 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
477 * 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
|
478 * 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
|
479 * 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
|
480 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
481 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
|
482 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
483 * 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
|
484 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
|
485 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
|
486 * 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
|
487 * 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
|
488 * 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
|
489 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
490 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
491 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
492 * 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
|
493 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
494 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
|
495 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
496 * 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
|
497 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
498 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
|
499 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
500 * 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
|
501 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
502 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
|
503 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
504 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
|
505 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
506 |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
507 2008-11-24 Ben Abbott <bpabbott@mac.com> |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
508 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
509 * 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
|
510 |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
511 2008-11-24 Ben Abbott <bpabbott@mac.com> |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
512 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
513 * 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
|
514 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
515 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
|
516 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
517 * 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
|
518 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
519 |
8324 | 520 2008-11-14 David Bateman <dbateman@free.fr> |
521 | |
522 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
523 of the axis object. | |
524 | |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
525 2008-11-14 Ben Abbott <bpabbott@mac.com> |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
526 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
527 * 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
|
528 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
529 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
|
530 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
531 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
532 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
533 |
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
|
534 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
|
535 |
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
|
536 * 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
|
537 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
|
538 * 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
|
539 |
8316 | 540 2008-11-10 John W. Eaton <jwe@octave.org> |
541 | |
542 * polynomial/spline.m: Delete debugging statements. From | |
543 Sebastian Sch�ps <sebastian@schoeps.org>. | |
544 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
545 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
|
546 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
547 * 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
|
548 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
549 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
550 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
|
551 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
552 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
553 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
554 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
|
555 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
556 * 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
|
557 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
558 |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
559 2008-11-03 Ben Abbott <bpabbott@mac.com> |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
560 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
561 * 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
|
562 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
563 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
564 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
565 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
566 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
567 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
568 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
569 |
8305 | 570 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
571 | |
572 * optimization/fzero.m: Replace tabs by spaces. | |
573 | |
574 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
575 | |
576 * optimization/fzero.m: Simplify exception handling. | |
577 | |
578 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
579 | |
580 * optimization/fzero.m: New function file. | |
581 * optimization/Makefile.in: Add it. | |
582 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
583 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
584 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
585 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
586 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
587 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
588 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
589 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
590 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
591 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
592 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
593 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
594 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
595 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
596 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
597 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
598 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
599 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
600 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
601 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
|
602 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
603 * 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
|
604 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
605 * 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
|
606 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
|
607 * 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
|
608 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
609 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
|
610 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
611 * 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
|
612 * 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
|
613 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
|
614 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
615 * 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
|
616 * 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
|
617 * 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
|
618 * 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
|
619 * 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
|
620 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
621 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
622 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
|
623 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
624 * 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
|
625 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
|
626 * 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
|
627 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
|
628 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
|
629 * 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
|
630 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
631 * 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
|
632 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
|
633 * 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
|
634 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
|
635 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
636 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
637 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
|
638 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
639 * 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
|
640 |
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
|
641 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
|
642 |
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
|
643 * 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
|
644 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
|
645 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
646 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
|
647 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
648 * 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
|
649 |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
650 2008-10-22 Ben Abbott <bpabbott@mac.com> |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
651 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
652 * 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
|
653 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
654 * 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
|
655 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
656 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
|
657 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
658 * 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
|
659 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
660 |
8257 | 661 2008-10-22 David Bateman <dbateman@free.fr> |
662 | |
8260 | 663 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
664 "caller" workspace. | |
665 | |
8258 | 666 * plot/__errplot__.m: Add errorbar series objects. |
667 * plot/errbar.m: Add some demos. | |
668 | |
8257 | 669 * plot/__add_line_series__.m: Remove |
670 * plot/Makefile.in (SOURCES): Remove it here too. | |
671 * plot/__add_datasource__.m: Allow for more than one character in | |
672 source name. | |
673 * plot/refreshdata.m: Ditto. | |
674 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
675 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
676 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
677 * plot/__scatter__.m: Add scatter series objects and data sources. | |
678 * plot/legend.m: Update type in loop and remove debugging messages. | |
679 | |
8251 | 680 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
681 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
682 * 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
|
683 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
684 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
685 |
8249 | 686 2008-10-21 John W. Eaton <jwe@octave.org> |
687 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
688 * 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
|
689 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
690 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
691 |
8249 | 692 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
693 struct. Use get instead of examining struct fields directly. | |
694 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
695 object struct. Use get instead of examining struct elements | |
696 directly. Use allhild instead of looking at children field of | |
697 figure object struct. | |
698 | |
8251 | 699 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 700 |
701 * plot/orient.m: Fix syntax error. | |
702 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
703 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
704 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
705 * 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
|
706 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
707 * 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
|
708 * 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
|
709 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
710 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
|
711 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
712 * 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
|
713 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
|
714 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
715 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
716 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
|
717 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
718 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
719 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
720 * 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
|
721 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
722 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
723 * 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
|
724 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
725 * 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
|
726 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
727 * 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
|
728 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
729 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
|
730 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
731 * 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
|
732 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
|
733 |
8236 | 734 2008-10-17 David Bateman <dbateman@free.fr> |
735 | |
736 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
737 from potential axis handles. | |
738 * plot/colorbar.m: Remove debug output. | |
739 * plot/comet.m: Close plot before demo | |
740 * plot/contourc.m: No output if nargout == 0. | |
741 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
742 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
|
743 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
744 * 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
|
745 |
8229 | 746 2008-10-16 John W. Eaton <jwe@octave.org> |
747 | |
748 * testfun/rundemos.m: New function. | |
749 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
750 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
|
751 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
752 * 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
|
753 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
754 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
|
755 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
756 * 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
|
757 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
|
758 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
759 * 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
|
760 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
|
761 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
|
762 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
763 * 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
|
764 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
|
765 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
766 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
767 * 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
|
768 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
|
769 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
770 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
|
771 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
772 * 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
|
773 (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
|
774 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
775 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
|
776 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
777 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
778 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
779 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
780 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
|
781 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
782 * 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
|
783 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
|
784 (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
|
785 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
786 * 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
|
787 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
788 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
789 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
790 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
|
791 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
792 * 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
|
793 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
794 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
795 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
|
796 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
797 * 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
|
798 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
799 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
|
800 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
801 * 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
|
802 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
803 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
804 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
805 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
806 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
807 |
8208 | 808 2008-10-10 David Bateman <dbateman@free.fr> |
809 | |
810 * image/__img__.m: Manually set the limits of th eimage | |
811 * plot/__go_draw_axes__.m: Base window position in the axis | |
812 position property and not the outerposition property. Remove | |
813 colorbar code based on the gnuplot colorbox. Allow images to be a | |
814 vector to support image based colorbars. Also check labelmode for | |
815 manual tics. | |
816 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
817 colorbar code. | |
818 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
819 it to the principal axis. | |
820 * plot/legend.m: Support an axis handle as the first | |
821 argument. Support hggroups. | |
822 * plot/pareto.m: Don't support an axis handle as the first | |
823 argument as the plotyy command in fact needs two axis handles. | |
824 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
825 synchronize the two axes. | |
826 * plot/subplot.m: Also skip axes that are tagged as being a | |
827 colorbar. Don't break in search of overlapping axes to delete. Set | |
828 both the position and the outerposition. | |
829 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
830 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
|
831 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
832 * 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
|
833 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
834 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
|
835 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
836 * 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
|
837 * 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
|
838 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
839 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
|
840 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
841 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
842 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
843 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
844 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
845 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
846 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
847 * 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
|
848 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
849 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
|
850 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
851 * 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
|
852 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
853 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
|
854 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
855 * 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
|
856 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
|
857 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
|
858 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
|
859 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
|
860 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
|
861 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
|
862 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
|
863 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
|
864 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
|
865 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
866 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
|
867 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
868 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
869 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
870 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
871 * 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
|
872 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
873 * 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
|
874 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
875 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
|
876 |
8182 | 877 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
878 | |
879 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
|
880 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
881 * 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
|
882 |
8182 | 883 2008-10-02 Ben Abbott <bpabbott@mac.com> |
884 | |
885 * 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
|
886 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
887 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
888 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
889 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
890 |
8182 | 891 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
|
892 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
893 * 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
|
894 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
895 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
896 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
897 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
|
898 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
899 * 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
|
900 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
901 * 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
|
902 |
8182 | 903 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
|
904 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
905 * 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
|
906 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
907 * 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
|
908 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
909 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
|
910 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
911 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
912 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
913 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
914 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
915 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
916 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
|
917 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
918 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
919 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
|
920 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
921 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
922 |
8148 | 923 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
924 | |
925 * image/imread.m, image/imwrite.m: Doc fix. | |
926 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
927 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
|
928 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
929 * 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
|
930 |
8149 | 931 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
|
932 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
933 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
934 * 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
|
935 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
936 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
|
937 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
938 * 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
|
939 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
940 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
941 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
942 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
943 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
944 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
945 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
946 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
947 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
948 |
8182 | 949 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 950 |
951 * plot/comet.m: New file. | |
952 * plot/Makefile.in (SOURCES): Add it here. | |
953 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
954 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
|
955 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
956 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
957 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
958 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
959 * 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
|
960 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
|
961 |
8182 | 962 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
|
963 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
964 * 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
|
965 |
8116 | 966 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
967 | |
8117 | 968 * image/imshow.m: Fix for display_range. |
969 | |
8116 | 970 * general/interpn.m: Fixe for extrapval and documentation of |
971 extrapval. | |
972 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
973 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
|
974 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
975 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
976 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
977 * 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
|
978 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
979 * 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
|
980 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
981 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
982 * 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
|
983 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
|
984 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
985 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
986 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
987 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
988 |
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
|
989 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
|
990 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
991 * 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
|
992 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
|
993 |
8088 | 994 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
995 | |
996 * plot/plot.m: Doc fix. | |
997 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
998 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
|
999 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1000 * 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
|
1001 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1002 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1003 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
|
1004 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1005 * 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
|
1006 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1007 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1008 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1009 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1010 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1011 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1012 * 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
|
1013 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1014 |
8076 | 1015 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1016 | |
1017 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1018 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1019 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1020 | |
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
|
1021 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
|
1022 |
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
|
1023 * 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
|
1024 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
|
1025 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
|
1026 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
|
1027 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
|
1028 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
|
1029 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
|
1030 '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
|
1031 * 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
|
1032 |
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
|
1033 * 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
|
1034 * 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
|
1035 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1036 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1037 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1038 * 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
|
1039 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1040 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1041 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1042 * 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
|
1043 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
|
1044 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1045 * 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
|
1046 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
|
1047 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
|
1048 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1049 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1050 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1051 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1052 |
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
|
1053 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
|
1054 |
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
|
1055 * 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
|
1056 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
|
1057 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1058 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
|
1059 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1060 * 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
|
1061 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1062 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1063 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
|
1064 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1065 * 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
|
1066 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
|
1067 * 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
|
1068 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
|
1069 * 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
|
1070 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1071 * 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
|
1072 * 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
|
1073 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
|
1074 * 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
|
1075 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
|
1076 * 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
|
1077 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
|
1078 * 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
|
1079 * 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
|
1080 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
|
1081 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1082 |
8054 | 1083 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
1084 | |
1085 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
1086 Handle parameter-value options. Untabify. | |
1087 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1088 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
|
1089 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1090 * 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
|
1091 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1092 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1093 * 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
|
1094 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
|
1095 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1096 * 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
|
1097 * 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
|
1098 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1099 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1100 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
|
1101 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1102 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1103 |
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
|
1104 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
|
1105 |
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
|
1106 * 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
|
1107 (__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
|
1108 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
|
1109 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1110 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1111 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1112 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1113 |
8046 | 1114 2008-08-21 David Bateman <dbateman@free.fr> |
1115 | |
1116 * plot/ezplot.m : New function. | |
1117 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
1118 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
1119 | |
8182 | 1120 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
|
1121 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1122 * 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
|
1123 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1124 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1125 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
|
1126 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1127 * 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
|
1128 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
|
1129 |
8040 | 1130 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
|
1131 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1132 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1133 |
8035 | 1134 2008-08-19 David Bateman <dbateman@free.fr> |
1135 | |
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
|
1136 * 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
|
1137 * 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
|
1138 |
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
|
1139 * statistics/base/ranks.m: Doc fix. |
8035 | 1140 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1141 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
|
1142 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1143 * 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
|
1144 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1145 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
|
1146 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1147 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1148 |
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
|
1149 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
|
1150 |
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
|
1151 * 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
|
1152 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
|
1153 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1154 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
|
1155 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1156 * 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
|
1157 |
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
|
1158 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
|
1159 |
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
|
1160 * 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
|
1161 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
|
1162 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1163 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
|
1164 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1165 * 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
|
1166 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1167 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1168 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1169 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1170 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1171 * 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
|
1172 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1173 * 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
|
1174 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1175 |
8182 | 1176 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
|
1177 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1178 * plot/hold.m: Clarify help text. |
7986 | 1179 |
1180 * specfun/reallog.m: Fix help string. | |
1181 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1182 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 1183 |
1184 * strings/regexptranslate.m: Add real documentation. | |
1185 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
1186 * 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
|
1187 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1188 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1189 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1190 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1191 |
7974 | 1192 2008-07-28 John W. Eaton <jwe@octave.org> |
1193 | |
1194 * image/imwrite.m: New function. | |
1195 * image/Makefile.in (SOURCES): Add it to the list. | |
1196 | |
7969 | 1197 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1198 | |
1199 * time/datestr.m: New xtest. | |
1200 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1201 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
|
1202 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1203 * 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
|
1204 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1205 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1206 |
7940 | 1207 2008-07-17 John W. Eaton <jwe@octave.org> |
1208 | |
1209 * general/fliplr.m: Fix usage test. | |
1210 * testfun/test.m: Fix usage tests. | |
1211 | |
8040 | 1212 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1213 |
1214 * statistics/base/cov.m: Fix test that should no longer work. | |
1215 | |
7935 | 1216 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1217 | |
1218 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1219 * plot/Makefile.in (SOURCES): Add them to the list. | |
1220 | |
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
|
1221 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
|
1222 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1223 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1224 * 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
|
1225 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1226 * 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
|
1227 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1228 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1229 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1230 |
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
|
1231 * 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
|
1232 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1233 * 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
|
1234 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1235 * 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
|
1236 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1237 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
|
1238 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1239 * 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
|
1240 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1241 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
|
1242 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1243 * 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
|
1244 |
8040 | 1245 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
|
1246 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1247 * 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
|
1248 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1249 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1250 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1251 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1252 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
|
1253 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1254 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
|
1255 |
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
|
1256 * 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
|
1257 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1258 * 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
|
1259 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
|
1260 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1261 |
8040 | 1262 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
|
1263 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1264 * 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
|
1265 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1266 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1267 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1268 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1269 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1270 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1271 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1272 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
|
1273 |
7817 | 1274 * miscellaneous/debug.m: New file.. |
1275 * Makefile.in (SOURCES): Add it to the list. | |
1276 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1277 * 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
|
1278 []. 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
|
1279 |
8040 | 1280 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1281 |
1282 * strings/strcat.m: Add tests. | |
1283 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1284 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
|
1285 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1286 * 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
|
1287 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1288 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1289 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1290 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1291 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1292 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1293 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1294 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1295 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1296 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1297 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1298 |
7783 | 1299 2008-05-20 Bill Denney <bill@denney.ws> |
1300 | |
1301 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1302 New tests. | |
1303 | |
7777 | 1304 2008-05-19 John W. Eaton <jwe@octave.org> |
1305 | |
1306 * general/isa.m: Fix tests. | |
1307 | |
7773 | 1308 2008-05-13 Bill Denney <bill@denney.ws> |
1309 | |
1310 * general/isa.m: Use persistent cell arrays to hold class names | |
1311 instead of multiple strcmp calls. | |
1312 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1313 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1314 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1315 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1316 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
|
1317 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1318 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1319 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
|
1320 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
|
1321 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1322 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1323 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1324 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1325 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1326 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1327 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
|
1328 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1329 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1330 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1331 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1332 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
|
1333 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1334 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1335 * 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
|
1336 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1337 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1338 * 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
|
1339 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1340 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1341 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1342 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1343 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1344 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
|
1345 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1346 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1347 |
7765 | 1348 2008-05-06 David Bateman <dbateman@free.fr> |
1349 | |
1350 * miscellaneous/symvar.m: New function. | |
1351 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1352 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1353 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
|
1354 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1355 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1356 * 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
|
1357 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1358 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1359 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1360 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1361 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
|
1362 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
|
1363 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1364 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1365 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1366 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1367 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1368 * 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
|
1369 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1370 |
7747 | 1371 2008-04-30 John W. Eaton <jwe@octave.org> |
1372 | |
1373 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1374 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1375 | |
8040 | 1376 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1377 |
1378 * specfun/log2.m: Delete. | |
1379 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1380 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1381 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
|
1382 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1383 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
|
1384 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1385 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1386 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1387 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1388 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1389 |
7736 | 1390 2008-04-25 John W. Eaton <jwe@octave.org> |
1391 | |
1392 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1393 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1394 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1395 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
|
1396 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1397 * 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
|
1398 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
|
1399 * 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
|
1400 |
8149 | 1401 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
|
1402 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1403 * 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
|
1404 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1405 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
|
1406 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1407 * 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
|
1408 |
7713 | 1409 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
|
1410 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1411 * 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
|
1412 |
7710 | 1413 2008-04-14 David Bateman <dbateman@free.fr> |
1414 | |
1415 * plot/rose.m: Add missing comment mark that causes issues with | |
1416 octave-forge function referencing. | |
1417 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1418 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1419 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
|
1420 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1421 * 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
|
1422 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
|
1423 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
|
1424 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
|
1425 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
|
1426 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
|
1427 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
|
1428 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
|
1429 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
|
1430 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
|
1431 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
|
1432 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
|
1433 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
|
1434 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
|
1435 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
|
1436 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
|
1437 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
|
1438 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
|
1439 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
|
1440 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
|
1441 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
|
1442 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
|
1443 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
|
1444 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
|
1445 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
|
1446 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
|
1447 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
|
1448 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
|
1449 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
|
1450 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
|
1451 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
|
1452 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
|
1453 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
|
1454 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
|
1455 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
|
1456 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
|
1457 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
|
1458 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
|
1459 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
|
1460 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
|
1461 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
|
1462 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
|
1463 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
|
1464 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
|
1465 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
|
1466 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
|
1467 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
|
1468 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
|
1469 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1470 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
|
1471 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1472 * 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
|
1473 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1474 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
|
1475 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1476 * 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
|
1477 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1478 * 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
|
1479 * 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
|
1480 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1481 * 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
|
1482 * 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
|
1483 * 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
|
1484 * 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
|
1485 * 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
|
1486 * 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
|
1487 * 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
|
1488 * 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
|
1489 * 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
|
1490 * 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
|
1491 * 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
|
1492 * 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
|
1493 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1494 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1495 * 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
|
1496 * 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
|
1497 * 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
|
1498 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1499 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
|
1500 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1501 * 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
|
1502 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
|
1503 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1504 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
|
1505 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1506 * 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
|
1507 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
|
1508 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
|
1509 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
|
1510 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
|
1511 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
|
1512 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
|
1513 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
|
1514 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
|
1515 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
|
1516 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
|
1517 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
|
1518 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
|
1519 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
|
1520 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
|
1521 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
|
1522 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1523 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
|
1524 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
|
1525 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
|
1526 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
|
1527 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
|
1528 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
|
1529 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1530 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
|
1531 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
|
1532 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
|
1533 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
|
1534 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
|
1535 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
|
1536 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1537 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
|
1538 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
|
1539 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
|
1540 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
|
1541 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
|
1542 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
|
1543 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
|
1544 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
|
1545 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
|
1546 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1547 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
|
1548 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1549 * 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
|
1550 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
|
1551 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
|
1552 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
|
1553 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
|
1554 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
|
1555 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
|
1556 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
|
1557 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
|
1558 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
|
1559 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
|
1560 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
|
1561 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
|
1562 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
|
1563 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
|
1564 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
|
1565 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1566 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
|
1567 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
|
1568 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
|
1569 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
|
1570 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
|
1571 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1572 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
|
1573 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
|
1574 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1575 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
|
1576 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
|
1577 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
|
1578 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
|
1579 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
|
1580 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1581 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
|
1582 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1583 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
|
1584 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
|
1585 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
|
1586 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
|
1587 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
|
1588 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
|
1589 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
|
1590 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
|
1591 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
|
1592 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1593 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
|
1594 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
|
1595 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
|
1596 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1597 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1598 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1599 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1600 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1601 * 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
|
1602 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1603 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1604 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1605 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1606 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1607 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1608 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1609 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1610 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1611 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1612 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1613 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1614 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1615 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1616 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1617 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
|
1618 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1619 * 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
|
1620 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1621 * 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
|
1622 |
7682 | 1623 2008-04-02 Bill Denney <bill@denney.ws> |
1624 | |
1625 * optimization/lsqnonneg.m: New function. | |
1626 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1627 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1628 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1629 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1630 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1631 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1632 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1633 * 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
|
1634 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
|
1635 * 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
|
1636 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1637 |
7678 | 1638 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1639 | |
1640 * general/sortrows.m: Handle negative column arguments. | |
1641 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1642 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1643 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1644 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1645 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1646 |
7673 | 1647 2008-03-31 David Bateman <dbateman@free.fr> |
1648 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1649 * 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
|
1650 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
|
1651 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1652 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1653 * 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
|
1654 * 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
|
1655 * 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
|
1656 * 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
|
1657 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1658 * 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
|
1659 |
7673 | 1660 * plot/ginput.m: New function. |
1661 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1662 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1663 * plot/Makefile.in (SOURCES): Add them to the list. | |
1664 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1665 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
|
1666 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1667 * 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
|
1668 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1669 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1670 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1671 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1672 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1673 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1674 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1675 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1676 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1677 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
|
1678 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1679 * 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
|
1680 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1681 |
7669 | 1682 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1683 | |
1684 * general/del2.m: Missing semicolon. | |
1685 | |
7668 | 1686 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1687 | |
1688 * miscellaneous/info.m: New function. | |
1689 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1690 | |
8149 | 1691 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
|
1692 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1693 * 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
|
1694 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1695 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1696 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
|
1697 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1698 * 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
|
1699 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
|
1700 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1701 * 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
|
1702 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
|
1703 |
7655 | 1704 2008-03-27 Bill Denney <bill@denney.ws> |
1705 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1706 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1707 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1708 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1709 * 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
|
1710 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1711 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1712 * 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
|
1713 |
7657 | 1714 * general/genvarname.m: New function. |
1715 * general/Makefile.in (SOURCES): Add it to the list. | |
1716 | |
7656 | 1717 * time/addtodate.m: New function. |
7657 | 1718 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1719 |
7655 | 1720 * geometry/rectint.m: Vectorize and add more tests. |
1721 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1722 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
|
1723 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1724 * 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
|
1725 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1726 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1727 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1728 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1729 |
7650 | 1730 2008-03-26 John W. Eaton <jwe@octave.org> |
1731 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1732 * 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
|
1733 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1734 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1735 * 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
|
1736 |
7650 | 1737 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1738 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1739 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1740 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1741 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1742 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1743 Texinfo fixes. | |
1744 | |
8040 | 1745 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
|
1746 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1747 * 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
|
1748 |
8149 | 1749 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
|
1750 |
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
|
1751 * 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
|
1752 |
8182 | 1753 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
|
1754 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1755 * 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
|
1756 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
|
1757 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1758 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1759 * 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
|
1760 |
8149 | 1761 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1762 |
1763 * polynomial/convn.m: New function. | |
1764 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1765 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1766 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1767 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1768 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1769 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1770 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1771 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
|
1772 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1773 * 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
|
1774 |
7627 | 1775 2008-03-24 David Bateman <dbateman@free.fr> |
1776 | |
1777 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1778 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1779 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1780 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1781 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1782 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1783 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1784 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1785 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1786 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
|
1787 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1788 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1789 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1790 * 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
|
1791 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1792 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
|
1793 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1794 * 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
|
1795 |
7617 | 1796 * miscellaneous/cast.m: Also allow cast to "char". |
1797 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1798 * 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
|
1799 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1800 * 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
|
1801 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1802 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1803 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1804 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1805 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1806 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1807 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1808 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1809 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1810 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1811 |
7610 | 1812 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1813 | |
1814 * signal/sinetone.m: Ensure integral number of samples. | |
1815 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1816 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
|
1817 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1818 * 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
|
1819 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1820 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
|
1821 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1822 * 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
|
1823 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1824 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
|
1825 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1826 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1827 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1828 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1829 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1830 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1831 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1832 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1833 * 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
|
1834 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1835 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1836 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1837 * 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
|
1838 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1839 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1840 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1841 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
|
1842 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1843 * 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
|
1844 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1845 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
|
1846 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1847 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1848 |
7592 | 1849 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1850 | |
1851 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1852 style to default to avoid wrong mesh color in some cases. | |
1853 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1854 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1855 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1856 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1857 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
|
1858 |
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
|
1859 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
|
1860 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1861 * 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
|
1862 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
|
1863 |
7592 | 1864 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1865 | |
7582 | 1866 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1867 | |
1868 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1869 Allow plotting of uniform colored mesh plots with and | |
1870 w/o hidden line removal. | |
1871 | |
1872 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
|
1873 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1874 * 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
|
1875 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1876 * 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
|
1877 |
7569 | 1878 2008-03-07 John W. Eaton <jwe@octave.org> |
1879 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1880 * 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
|
1881 |
7569 | 1882 * plot/__go_draw_axes__.m: Handle tickdir property. |
1883 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1884 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1885 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1886 * 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
|
1887 Allow matrix arguments when number of bins > 30. |
7568 | 1888 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
|
1889 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1890 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1891 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1892 * 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
|
1893 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1894 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1895 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1896 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
|
1897 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1898 * 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
|
1899 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1900 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
|
1901 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1902 * 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
|
1903 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1904 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1905 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
|
1906 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1907 * 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
|
1908 |
7551 | 1909 2008-03-04 Bill Denney <bill@denney.ws> |
1910 | |
7557 | 1911 * plot/allchild.m, plot/findall.m: New functions. |
1912 * plot/Makefile.in (SOURCES): Add them to the list. | |
1913 | |
7551 | 1914 * geometry/rectint.m: New function. |
7557 | 1915 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1916 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1917 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
|
1918 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1919 * 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
|
1920 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
|
1921 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1922 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1923 |
1924 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1925 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1926 * 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
|
1927 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1928 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
|
1929 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1930 * 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
|
1931 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1932 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
|
1933 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1934 * 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
|
1935 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
|
1936 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1937 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
|
1938 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1939 * 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
|
1940 "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
|
1941 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1942 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
|
1943 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1944 * 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
|
1945 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
|
1946 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
|
1947 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
|
1948 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
|
1949 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
|
1950 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
|
1951 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
|
1952 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
|
1953 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
|
1954 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
|
1955 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
|
1956 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
|
1957 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1958 * 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
|
1959 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1960 * 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
|
1961 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1962 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
|
1963 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1964 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1965 |
7525 | 1966 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1967 | |
1968 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1969 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1970 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
|
1971 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1972 * 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
|
1973 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1974 |
7518 | 1975 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1976 | |
1977 * specfun/legendre.m: Doc fix. | |
1978 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1979 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
|
1980 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1981 * 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
|
1982 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1983 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1984 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
|
1985 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1986 * 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
|
1987 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1988 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1989 * 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
|
1990 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1991 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
|
1992 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1993 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1994 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1995 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1996 * 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
|
1997 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1998 * 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
|
1999 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2000 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2001 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
|
2002 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2003 * 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
|
2004 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2005 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2006 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
|
2007 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2008 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2009 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2010 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
|
2011 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2012 * 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
|
2013 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
|
2014 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
|
2015 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
|
2016 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2017 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
|
2018 |
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
|
2019 * 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
|
2020 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
|
2021 |
7501 | 2022 * polynomial/polyfit.m: Use QR decomposition. Handle |
2023 normalization option. | |
2024 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2025 generate 50% prediction intervals. | |
2026 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2027 * 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
|
2028 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2029 |
7498 | 2030 2008-02-19 John W. Eaton <jwe@octave.org> |
2031 | |
2032 * pkg/pkg.m: Style fixes. | |
2033 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2034 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2035 |
2036 * pkg/pkg.m: Handle 'describe' command. | |
2037 (parse_pkg_idx, print_package_description): New subfunctions. | |
2038 | |
7493 | 2039 2008-02-19 Bill Denney <bill@denney.ws> |
2040 | |
2041 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2042 elements wide. | |
2043 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2044 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
|
2045 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2046 * 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
|
2047 |
7485 | 2048 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2049 | |
2050 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2051 * general/runlength.m: New function from Paul Kienzle. | |
2052 | |
7484 | 2053 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2054 | |
2055 * linear-algebra/cond.m: New optional second argument to | |
2056 specify 1-norm, inf-norm, or frobenius-norm. | |
2057 | |
7475 | 2058 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2059 | |
2060 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2061 body. Allow the linespec to specify the arrow color. | |
2062 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2063 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
|
2064 |
7474 | 2065 * miscellaneous/cast.m: Also treat the logical type. |
2066 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2067 * 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
|
2068 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2069 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2070 * 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
|
2071 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2072 * 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
|
2073 * 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
|
2074 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2075 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
|
2076 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2077 * 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
|
2078 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2079 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2080 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2081 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2082 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2083 * 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
|
2084 |
7436 | 2085 2008-02-01 Dave Goel <deego3@gmail.com> |
2086 | |
2087 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
2088 | |
7434 | 2089 2008-02-01 Bill Denney <bill@denney.ws> |
2090 | |
2091 * time/weekday.m: Allow vector inputs and speed up. | |
2092 * time/eomday.m: Return column vector for column vector inputs. | |
2093 | |
7429 | 2094 2008-01-30 John W. Eaton <jwe@octave.org> |
2095 | |
7434 | 2096 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
2097 revision". | |
2098 | |
7431 | 2099 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
2100 __plt2vs__.m in the list. | |
2101 | |
7430 | 2102 * miscellaneous/tempdir.m: Append filesep to name for |
2103 compatibility. Warn if not a directory or directory does not | |
2104 exist. | |
2105 | |
7429 | 2106 * strings/deblank.m: Improve compatibility. |
2107 | |
7428 | 2108 2008-01-29 John W. Eaton <jwe@octave.org> |
2109 | |
2110 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
2111 | |
2112 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 2113 |
2114 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
2115 Return the label handle, not the current axis handle. | |
2116 | |
7421 | 2117 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
2118 | |
2119 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
2120 abscissa. | |
2121 | |
2122 2008-01-25 David Bateman <dbateman@free.fr> | |
2123 | |
7423 | 2124 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 2125 * plot/__scatter__.m: Remove NaN values from data. |
2126 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2127 | |
7418 | 2128 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2129 | |
2130 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2131 | |
2132 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2133 | |
2134 * geometry/griddata3.m: Call griddata, not gridata. | |
2135 | |
7415 | 2136 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2137 | |
2138 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2139 | |
7411 | 2140 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2141 | |
2142 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2143 Move tests here from test/test_linalg.m. | |
2144 | |
2145 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2146 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2147 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2148 special-matrix/hankel.m, special-matrix/hilb.m, | |
2149 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2150 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2151 Move tests here from test/test_matrix.m. | |
2152 | |
2153 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2154 Move tests here from test/test_number.m. | |
2155 | |
2156 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2157 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2158 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2159 polynomial/polyvalm.m, polynomial/roots.m: | |
2160 Move tests here from test/test_poly.m. | |
2161 | |
2162 * signal/unwrap.m: | |
2163 Move tests here from test/test_signal.m. | |
2164 | |
2165 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
2166 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
2167 statistics/base/mean.m, statistics/base/median.m, | |
2168 statistics/base/skewness.m, statistics/base/std.m: | |
2169 Move tests here from test/test_stats.m. | |
2170 | |
2171 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
2172 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
2173 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
2174 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
2175 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
2176 strings/substr.m: | |
2177 Move tests here from test/test_string.m. | |
2178 | |
2179 * miscellaneous/computer.m, miscellaneous/ls.m, | |
2180 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
2181 time/date.m, time/etime.m, time/is_leap_year.m: | |
2182 Move tests here from test/test_system.m. | |
2183 | |
7410 | 2184 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2185 | |
2186 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
2187 Simplify initial checks on argument values. | |
2188 | |
7408 | 2189 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
2190 | |
2191 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2192 implementation of the gnuplot-based graphics backend (derived from | |
2193 drawnow.m). | |
2194 * plot/drawnow.m: Deleted (converted to C++). | |
2195 | |
7401 | 2196 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2197 | |
2198 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2199 New tests. | |
2200 | |
7399 | 2201 2008-01-18 John W. Eaton <jwe@octave.org> |
2202 | |
2203 * optimization/sqp.m: End each function with endfunction. | |
2204 | |
7398 | 2205 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2206 | |
2207 * polynomial/residue.m: For each group of pole multiplicity, set | |
2208 the poles of the group to the value of the group's average. | |
2209 | |
7396 | 2210 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2211 | |
2212 * plot/print.m: Handle PDF output. | |
2213 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2214 | |
7392 | 2215 2008-01-17 John W. Eaton <jwe@octave.org> |
2216 | |
7393 | 2217 * path/savepath.m: Print newline before initial comment line. |
2218 Double up single quote characters. | |
2219 * path/__extractpath__.m: Return just the path as a string. | |
2220 Undo single quote character doubling. | |
2221 | |
2222 * path/pathdef.m: Avoid eval. Simplify. | |
2223 | |
7392 | 2224 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2225 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2226 avoid possible file descriptor leak. | |
2227 | |
2228 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2229 | |
2230 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2231 * startup/main-rcfile: Call atexit ("__finish__"). | |
2232 | |
7388 | 2233 2008-01-16 John W. Eaton <jwe@octave.org> |
2234 | |
7390 | 2235 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2236 Use it to disable enhanced mode for individual labels and titles. | |
2237 | |
7392 | 2238 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2239 (install install-strip, uninstall): Handle function files. |
2240 | |
2241 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2242 | |
7392 | 2243 * startup/__finish__.m: New file. |
2244 * path/__extractpath__.m, path/matlabroot.m, | |
2245 path/pathdef.m: New files. | |
7388 | 2246 * path/Makefile.in (SOURCES): Add them to the list. |
2247 | |
7385 | 2248 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2249 | |
7387 | 2250 * special-matrix/vander.m: Vectorize. New test. |
2251 | |
7385 | 2252 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2253 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2254 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2255 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2256 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2257 Move tests here from test/test_arith.m. | |
2258 | |
7382 | 2259 2008-01-15 John W. Eaton <jwe@octave.org> |
2260 | |
2261 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2262 | |
7379 | 2263 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2264 | |
2265 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2266 Call __get__ instead of get. | |
2267 | |
2268 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2269 | |
2270 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2271 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2272 hermitian operator. | |
2273 | |
7376 | 2274 2008-01-14 Bill Denney <bill@denney.ws> |
2275 | |
2276 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2277 | |
8149 | 2278 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2279 |
2280 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2281 image/rgb2ntsc.m: Also accept images as input. | |
2282 | |
2283 * image/gray2ind.m: Handle image type other than double. | |
2284 Improve error checking and documentation. | |
2285 | |
7371 | 2286 2008-01-14 John W. Eaton <jwe@octave.org> |
2287 | |
7372 | 2288 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2289 instead of calling tolower on first arg. Default font name is | |
2290 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2291 (__maybe_munge_text__): Fix typo. | |
2292 | |
7371 | 2293 * optimization/sqp.m: Fix function definitions in test code. |
2294 | |
7361 | 2295 2008-01-12 John W. Eaton <jwe@octave.org> |
2296 | |
2297 * plot/gnuplot_binary.in: New file. | |
2298 * plot/gnuplot_binary.m: Delete. | |
2299 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2300 (SOURCES_IN, GEN_M): New macros. | |
2301 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2302 (FCN_FILES): Include $(GEN_M) in the list. | |
2303 (all): Depend on $(GEN_M). | |
2304 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2305 (distclean): Also remove $(GEN_M). |
7361 | 2306 |
2307 2008-01-11 John W. Eaton <jwe@octave.org> | |
2308 | |
2309 * optimization/sqp.m: New test from example in doc string. | |
2310 | |
7360 | 2311 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2312 | |
2313 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2314 to more than one multiplicity group. | |
2315 | |
7358 | 2316 2008-01-10 John W. Eaton <jwe@octave.org> |
2317 | |
2318 * plot/gnuplot_binary.m: New file. | |
2319 * plot/Makefile.in (SOURCES): Add it to the list. | |
2320 | |
7355 | 2321 2008-01-09 John W. Eaton <jwe@octave.org> |
2322 | |
2323 * plot/drawnow.m: Fail if filename includes a directory part that | |
2324 does not exist. | |
2325 | |
7352 | 2326 2008-01-07 John W. Eaton <jwe@octave.org> |
2327 | |
2328 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2329 Error if glob call fails to match any files. | |
2330 | |
7346 | 2331 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2332 | |
2333 * strings/strtrim.m: Doc fix. | |
2334 | |
7345 | 2335 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2336 | |
2337 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2338 | |
8149 | 2339 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2340 |
2341 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2342 | |
7341 | 2343 2008-01-02 John W. Eaton <jwe@octave.org> |
2344 | |
2345 * plot/print.m: Correctly handle pbm terminal. | |
2346 | |
7340 | 2347 2007-12-28 John W. Eaton <jwe@octave.org> |
2348 | |
2349 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2350 extensions. | |
2351 | |
7337 | 2352 2007-12-28 David Bateman <dbateman@free.fr> |
2353 | |
2354 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2355 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2356 * Makefile.in (SOURCES): Add to the sources. | |
2357 | |
2358 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2359 | |
2360 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2361 Remove unnecessary call of size function. | |
2362 | |
7334 | 2363 2007-12-21 John W. Eaton <jwe@octave.org> |
2364 | |
2365 Version 3.0.0 released. | |
2366 | |
8149 | 2367 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2368 |
2369 * image/imshow.m: Accept empty value for display_range. | |
2370 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2371 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2372 |
2373 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2374 | |
8149 | 2375 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2376 |
2377 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2378 display ranges correctly. | |
2379 | |
7327 | 2380 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2381 Peter A. Gustafson <petegus@umich.edu> | |
2382 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2383 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2384 |
7325 | 2385 2007-12-19 John W. Eaton <jwe@octave.org> |
2386 | |
2387 * miscellaneous/edit.m: New function. | |
2388 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2389 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2390 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2391 |
2392 * plot/__bar__.m: Handle "basevalue" option. | |
2393 * plot/__bars__.m: New arg, base_value. | |
2394 | |
7321 | 2395 2007-12-17 David Bateman <dbateman@free.fr> |
2396 | |
2397 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2398 * plot/Makefiles (SOURCES): Add them to the sources | |
2399 * plot/polar.m: Set the x and y limits to the maximum polar | |
2400 radius. Set the axes to be square. | |
2401 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2402 and print axis at zero if this is used. | |
2403 | |
2404 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2405 contours can overlay pcolor plots. Priveldge no hidden line | |
2406 removal when there are multiple objects in the plot. | |
2407 | |
7320 | 2408 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2409 | |
2410 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2411 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2412 | |
7319 | 2413 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2414 | |
2415 * miscellaneous/run.m: Replace script with f when looking for | |
2416 file to run. | |
2417 | |
7316 | 2418 2007-12-14 David Bateman <dbateman@free.fr> |
2419 | |
7317 | 2420 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2421 * plot/contour.m: Doc fix. | |
2422 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2423 Include linetype in withclause. | |
2424 | |
7316 | 2425 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2426 Use it to determine dimensions. Consolidate all 3-d settings. | |
2427 | |
7315 | 2428 2007-12-13 John W. Eaton <jwe@octave.org> |
2429 | |
2430 * image/imshow.m: Turn axis visibility off. | |
2431 Don't scale true color images. | |
2432 * image/image.m: Set axis layer property to "top". | |
2433 | |
7307 | 2434 2007-12-12 John W. Eaton <jwe@octave.org> |
2435 | |
7313 | 2436 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2437 | |
2438 * plot/pie.m: Avoid calling "exist". | |
2439 | |
7309 | 2440 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2441 Condense argument processing logic. Allow 6 arguments. |
2442 Use issquare. Avoid calling "exist". | |
7309 | 2443 |
7307 | 2444 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2445 | |
7305 | 2446 2007-12-12 David Bateman <dbateman@free.fr> |
2447 | |
2448 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2449 * plot/Makefile.in (SOURCES): Add to the sources. | |
2450 | |
7290 | 2451 2007-12-11 John W. Eaton <jwe@octave.org> |
2452 | |
7298 | 2453 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2454 * plot/surface.m: Not here. | |
2455 | |
7297 | 2456 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2457 subsequent "unset grid" if there is no grid. | |
2458 | |
7296 | 2459 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2460 | |
7293 | 2461 * plot/surface.m: Don't set facecolor property in call to |
2462 __go_surface__. | |
2463 | |
7290 | 2464 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2465 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2466 | |
7292 | 2467 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2468 | |
7295 | 2469 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2470 color string is not taken as z value. | |
2471 | |
7292 | 2472 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2473 zgrid to "on" and box to "off" for used axes. | |
2474 | |
2475 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2476 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2477 | |
7286 | 2478 2007-12-11 David Bateman <dbateman@free.fr> |
2479 | |
7288 | 2480 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2481 | |
7287 | 2482 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2483 * statistics/base/mode.m: Ditto. | |
2484 | |
7286 | 2485 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2486 object handles are all now non integer. | |
2487 | |
7278 | 2488 2007-12-10 John W. Eaton <jwe@octave.org> |
2489 | |
7282 | 2490 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2491 | |
7281 | 2492 * general/issymmetric.m: Use ' instead of .' for compatibility |
2493 with previous versions of Octave. | |
2494 * general/ishermitian.m: Delete. | |
7285 | 2495 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2496 |
7280 | 2497 * plot/fplot.m: In N is not specified, increase initial number of |
2498 points from 3 and 5 to 5 and 8. | |
2499 | |
7279 | 2500 * signal/detrend.m: Move tests here from test/test_signal.m. |
2501 Loosen tolerance on first test from 10*eps to 20*eps. | |
2502 | |
7278 | 2503 * finance/rate.m: Don't request info from fsolve. |
2504 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2505 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2506 |
2507 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2508 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2509 | |
7276 | 2510 2007-12-10 David Bateman <dbateman@free.fr> |
2511 | |
2512 * image/image.m: Rewritten to allow trailing properties to be | |
2513 passed to underlying image object. | |
2514 * image/__img__.m: Pass additional arguments to __go_image__. | |
2515 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2516 | |
7274 | 2517 2007-12-10 John W. Eaton <jwe@octave.org> |
2518 | |
2519 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2520 front" to gnuplot. | |
2521 | |
7271 | 2522 2007-12-10 David Bateman <dbateman@free.fr> |
2523 | |
7274 | 2524 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2525 border front" from images. |
7274 | 2526 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2527 * plot/pcolor.m: Set axis "box" property. | |
2528 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2529 Mark as commands. | |
7271 | 2530 |
7269 | 2531 2007-12-07 David Bateman <dbateman@free.fr> |
2532 | |
2533 * plot/surf.m: Don't set facecolor property. | |
2534 | |
7265 | 2535 2007-12-06 John W. Eaton <jwe@octave.org> |
2536 | |
7269 | 2537 * plot/print.m: Pass mono to drawnow. |
2538 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2539 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2540 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2541 disable color specifications. | |
2542 | |
7265 | 2543 * general/issymmetric.m: Move tests here from test/test_number.m |
2544 | |
2545 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2546 | |
2547 * general/issymmetric.m: To keep its argument sparse and the | |
2548 function quick, use the infinity norm rather than the 2-norm. | |
2549 Also measure the symmetric part rather than the Hermitian part. | |
2550 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2551 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2552 | |
7248 | 2553 2007-12-04 John W. Eaton <jwe@octave.org> |
2554 | |
7257 | 2555 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2556 text and label commands if font is "*". | |
2557 | |
7248 | 2558 * linear-algebra/krylov.m: Doc fixes. |
2559 From Marco Caliari <caliari@sci.univr.it>. | |
2560 | |
7250 | 2561 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2562 | |
2563 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2564 Add "## PKG_ADD: mark_as_command axis" line. | |
2565 | |
7245 | 2566 2007-12-03 John W. Eaton <jwe@octave.org> |
2567 | |
2568 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2569 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2570 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2571 Generate demos from examples. | |
2572 | |
7240 | 2573 2007-12-03 David Bateman <dbateman@free.fr> |
2574 | |
7243 | 2575 * testfun/test.m: Disable "testif" test block to avoid spurious |
2576 skipped test for "make check". Avoid printing variables for | |
2577 skipped tests. | |
2578 | |
7242 | 2579 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2580 | |
7240 | 2581 * plot/plotyy.m: Use activepositionproperty property of axes |
2582 object. Set second axis color to "none". | |
2583 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2584 property of the axis objects. | |
2585 | |
7239 | 2586 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2587 | |
2588 * linear-algebra/condest.m: Loosen tolerance in test. | |
2589 | |
7236 | 2590 2007-12-02 John W. Eaton <jwe@octave.org> |
2591 | |
2592 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2593 get_data_limits. | |
2594 | |
7222 | 2595 2007-11-30 John W. Eaton <jwe@octave.org> |
2596 | |
2597 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2598 (get_data_limits, get_axis_limits): Delete. | |
2599 | |
7228 | 2600 2007-11-30 David Bateman <dbateman@free.fr> |
2601 | |
7235 | 2602 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2603 | |
7228 | 2604 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2605 tick labels rather than one by one on the labels themselves. | |
2606 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2607 95% crossing fixed. | |
2608 | |
7217 | 2609 2007-11-29 David Bateman <dbateman@free.fr> |
2610 | |
7220 | 2611 * plot/pareto.m: New file. |
2612 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2613 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2614 marks to avoid gnuplot error about formating. More colorspec to | |
2615 after the tics. | |
2616 * plot/plotyy.m: More generic check for appropriate axis color. | |
2617 | |
7217 | 2618 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2619 2- and 3-D. | |
2620 * plot/stem3.m: New function. | |
2621 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2622 * plot/stem.m: Adapt to use __stem__. | |
2623 | |
7216 | 2624 2007-11-29 John W. Eaton <jwe@octave.org> |
2625 | |
2626 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2627 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2628 requested. | |
2629 | |
2630 * plot/patch.m: Omit isnan check on handle returned from | |
2631 __plt_get_axis_arg__. | |
2632 | |
2633 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2634 but has no axes. | |
2635 | |
7215 | 2636 2007-11-28 David Bateman <dbateman@free.fr> |
2637 | |
2638 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2639 ancestor. If leading argument is logical set variable nogca to see | |
2640 if gca() should be called if there is no active handle found. | |
2641 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2642 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2643 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2644 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2645 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2646 __plt__get_axis_arg__ to find axis handle. | |
2647 * polar.m: Typo. | |
2648 | |
7213 | 2649 2007-11-28 John W. Eaton <jwe@octave.org> |
2650 | |
2651 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2652 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2653 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2654 |
2655 * plot/drawnow.m: Fix typo. | |
2656 | |
7206 | 2657 2007-11-27 David Bateman <dbateman@free.fr> |
2658 | |
7207 | 2659 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2660 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2661 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2662 | |
2663 * plot/meshz.m: New function. | |
2664 * plot/Makefile.in (SOURCES): Add it to the list. | |
2665 * plot/surface.m: Allow surface to accept an axis handle as the | |
2666 first argument. | |
2667 * plot/meshc.m: Extract z from the the surface object rather than | |
2668 varargin so that we can rely on code in surface to treat leading | |
2669 axis handles. | |
2670 | |
7206 | 2671 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2672 y2tics" in the case of a plotyy plot. | |
2673 * plot/plotyy.m: ensure the position property is set correct for | |
2674 the second axis, by setting it after the plot itself. In the case | |
2675 of a plot that returns multiple handles, base the color selection | |
2676 on the first. | |
2677 | |
7204 | 2678 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2679 | |
2680 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2681 z-value of vertex 'c3'. | |
2682 | |
7203 | 2683 2007-11-27 John W. Eaton <jwe@octave.org> |
2684 | |
2685 * image/image.m: Allow nargin == 0 case to work again. | |
2686 | |
7202 | 2687 2007-11-27 David Bateman <dbateman@free.fr> |
2688 | |
2689 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2690 colorbar, to ensure that the colorbar is on the canvas for png and | |
2691 postscipt outputs. | |
2692 | |
7189 | 2693 2007-11-26 David Bateman <dbateman@free.fr> |
2694 | |
7197 | 2695 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2696 return values. | |
2697 | |
7194 | 2698 * plot/plotyy.m: New function |
2699 * plot/Makefile.in (SOURCES): Add it here. | |
2700 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2701 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2702 {x|y}label to respect the axis position. | |
2703 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2704 handle as the first argument. | |
2705 | |
7192 | 2706 * pkg/pkg.m (pkg:install): When loading the installed packages |
2707 index into installed_pkgs_lst and not descriptions.. | |
2708 | |
7189 | 2709 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2710 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2711 * plot/quiver.m: Modify to use __quiver__.m. | |
2712 | |
2713 * plot/hist.m: Avoid saturation when the x values are in an | |
2714 inetger type. | |
2715 | |
2716 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2717 | |
2718 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2719 functions. | |
2720 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2721 | |
2722 2007-11-26 David Bateman <dbateman@free.fr> | |
2723 | |
2724 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2725 extent. | |
2726 | |
2727 * plot/colorbar.m: New function. | |
2728 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2729 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2730 precalculate the clim, set pm3d except for mesh. | |
2731 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2732 save the real values so that colorbar corresponds to the contour | |
2733 levels. | |
2734 | |
2735 * plot/stem.m: Set marker color the same as the line color. Draw | |
2736 a single discontinous line object for the stems. | |
2737 | |
2738 * plot/sphere.m: New function ported from JHandles. | |
2739 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2740 | |
2741 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2742 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2743 to get enhanced mode to work correctly for the X11 terminal. | |
2744 | |
2745 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2746 the reverse. Allow an axes handle to be passed and/or returned. | |
2747 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2748 | |
2749 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2750 sort surface patches by their depth and not the order they are | |
2751 rendered in. | |
2752 | |
2753 * plot/__patch__.m: Set clim correctly. | |
2754 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2755 the marker color is determined by the cmap. | |
2756 * plot/scatter.m: New function to 2D scatter plots. | |
2757 * plot/scatter3.m: New function to 3D scatter plots. | |
2758 * plot/__scatter__.m: Support function for scatter plots | |
2759 * Makefile.in (SOURCES): Ad dnew functions here. | |
2760 | |
2761 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2762 Return whether the terminal supports enhanced text or not. | |
2763 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2764 supports enhanced mode. | |
2765 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2766 __go_draw_axes__. | |
2767 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2768 needed to support the enhanced mode. | |
2769 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2770 drawnow.m. | |
2771 | |
2772 | |
2773 * plot/caxis.m: New function to control the color axis limits. | |
2774 * plot/Makefile.in (SOURCES): Include it. | |
2775 * plot/axis.m: Allow the first argument to be an axes handle. | |
2776 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2777 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2778 caxis limits. | |
2779 | |
2780 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2781 * image/Makefile.in (SOURCES): Include it. | |
2782 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2783 of the bars for the colormap. | |
2784 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2785 passed. | |
2786 * plot/__contour.m: Avoid possible divide by zero error. | |
2787 * plot/contour.m: Missing semicolon. | |
2788 * plot/surface.m: Don't attempt to set additional arguments if | |
2789 there are none. | |
2790 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2791 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2792 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2793 |
2794 * plot/__bar__.m: put bar creation code into separate function | |
2795 to allow easy hook up from other graphic backends | |
2796 | |
2797 * plot/__bars__.m: new function containing bar creation code | |
2798 | |
7186 | 2799 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2800 | |
2801 * general/accumarray.m: Correct dimension check. | |
2802 | |
7183 | 2803 2007-11-26 John W. Eaton <jwe@octave.org> |
2804 | |
2805 * polynomial/residue.m: Prepad along second dimension. | |
2806 From Doug Stewart <dastew@sympatico.ca>. | |
2807 | |
7181 | 2808 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2809 | |
7183 | 2810 * plot/cylinder.m, plot/slice.m: New functions. |
2811 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2812 |
7177 | 2813 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2814 | |
2815 * plot/patch.m: Handle arg may also be hggroup object. | |
2816 Use ancestor to find parent axes object. | |
2817 | |
7175 | 2818 2007-11-14 David Bateman <dbateman@free.fr> |
2819 | |
2820 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2821 flag to patch that it is not closed. Allow z to take string | |
2822 arguments and use it to flag that the contours are placed at the | |
2823 z level of the contour itself. | |
2824 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2825 objects as well. Let hidden removal take precedence in case of a | |
2826 conflict. | |
2827 * plot/surface.m: Allow surface to treat handles being passed or | |
2828 returned. Any additional arguments arr used to set the surface | |
2829 handle. | |
2830 * plot/contour3.m: New function | |
2831 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2832 | |
7173 | 2833 2007-11-14 John W. Eaton <jwe@octave.org> |
2834 | |
2835 * specfun/bessel.m: Update doc string from | |
2836 src/DLD-FUNCTIONS/besselj.cc. | |
2837 | |
7170 | 2838 2007-11-12 David Bateman <dbateman@free.fr> |
2839 | |
2840 * plot/contour.m: Allow handles to be passed and returned. Split | |
2841 the countour function itself into __contour__.m to be shared with | |
2842 surfc and meshc. | |
2843 * plot/__contour__.m: New file | |
2844 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2845 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2846 the face or edge if the facecolor or edge color are marked as | |
2847 "none". Allow the edgecolor to be determined by the cdata in the | |
2848 same manner as the facecolor. Fail if facecolor is not "none" and | |
2849 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2850 storage of 3D/4D data consistent between line, surface and patch | |
2851 objects. | |
2852 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2853 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2854 |
2855 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2856 Handle fontweight and fontangle properties. | |
2857 | |
7163 | 2858 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2859 | |
2860 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2861 * plot/Makefile.in (SOURCES): Add them to the list. | |
2862 | |
2863 2007-11-12 John W. Eaton <jwe@octave.org> | |
2864 | |
2865 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2866 Use it to avoid duplicated code. | |
2867 | |
7161 | 2868 2007-11-12 David Bateman <dbateman@free.fr> |
2869 | |
7162 | 2870 * plot/title.m: Fix return value for nargout > 0. |
2871 | |
2872 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2873 specified for the title, xlabel, ylabel and text objects. | |
2874 | |
7161 | 2875 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2876 4.0 and surface plots. | |
2877 | |
7160 | 2878 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2879 | |
2880 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2881 with X/Y/Z data. | |
2882 | |
7146 | 2883 2007-11-09 John W. Eaton <jwe@octave.org> |
2884 | |
7152 | 2885 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2886 Correct logic in setting palette data. |
7152 | 2887 |
7151 | 2888 * audio/wavread.m, control/base/__bodquist__.m, |
2889 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2890 control/system/c2d.m, control/system/is_detectable.m, | |
2891 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2892 control/system/tfout.m, general/isdefinite.m, | |
2893 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2894 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2895 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2896 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2897 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2898 testfun/test.m: Use specific end keywords. | |
2899 | |
7146 | 2900 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2901 | |
2902 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2903 | |
2904 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2905 Don't change view if hold is on. | |
2906 | |
7142 | 2907 2007-11-09 David Bateman <dbateman@free.fr> |
2908 | |
7149 | 2909 * plot/hidden.m: New function. |
2910 * plot/Makefile.in (SOURCES): Add it here. | |
2911 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2912 line removal. | |
2913 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2914 removal and if it is "none" don't do hidden line removal. | |
2915 | |
7148 | 2916 * plot/legend.m: Also allow labels for surface and patch types. |
2917 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2918 setting of the legend. | |
2919 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2920 objects as well. | |
2921 | |
7146 | 2922 * plot/area.m, plot/__area__.m: New functions |
2923 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2924 | |
7142 | 2925 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2926 | |
7144 | 2927 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2928 | |
2929 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2930 | |
7131 | 2931 2007-11-08 John W. Eaton <jwe@octave.org> |
2932 | |
7133 | 2933 * control/base/dcgain.m, control/base/dre.m, |
2934 control/base/impulse.m, control/base/step.m, | |
2935 control/system/dmr2d.m, control/system/ord2.m, | |
2936 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2937 control/system/sysgetsignals.m, control/system/sysout.m, | |
2938 control/system/tfout.m, control/system/ugain.m, | |
2939 control/system/zpout.m, control/util/strappend.m: | |
2940 Don't fail with usage message if nargout is too large. | |
2941 | |
7131 | 2942 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2943 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2944 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2945 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2946 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2947 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2948 control/obsolete/rotg.m, control/obsolete/series.m, | |
2949 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2950 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2951 control/system/__syschnamesl__.m, |
2952 control/system/__syscont_disc__.m, | |
2953 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2954 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2955 control/system/abcddim.m, control/system/buildssic.m, | |
2956 control/system/c2d.m, control/system/cellidx.m, | |
2957 control/system/d2c.m, control/system/dmr2d.m, | |
2958 control/system/fir2sys.m, control/system/is_abcd.m, | |
2959 control/system/is_controllable.m, control/system/is_detectable.m, | |
2960 control/system/is_digital.m, control/system/is_observable.m, | |
2961 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2962 control/system/jet707.m, control/system/listidx.m, | |
2963 control/system/parallel.m, control/system/ss.m, | |
2964 control/system/ss2sys.m, control/system/ss2zp.m, | |
2965 control/system/starp.m, control/system/sys2ss.m, | |
2966 control/system/sys2tf.m, control/system/sys2zp.m, | |
2967 control/system/sysadd.m, control/system/sysappend.m, | |
2968 control/system/sysconnect.m, control/system/syscont.m, | |
2969 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2970 control/system/sysdup.m, control/system/sysgetsignals.m, |
2971 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2972 control/system/sysmult.m, control/system/sysout.m, |
2973 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2974 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2975 control/system/syssub.m, control/system/sysupdate.m, |
2976 control/system/tf.m, control/system/tf2ss.m, | |
2977 control/system/tf2sys.m, control/system/tfout.m, | |
2978 control/system/zp.m, control/system/zp2ss.m, | |
2979 control/system/zp2sys.m, control/system/zp2tf.m, | |
2980 control/system/zpout.m, control/util/__outlist__.m, | |
2981 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2982 control/util/prompt.m, control/util/sortcom.m, | |
2983 control/util/zgfmul.m, control/util/zgfslv.m, | |
2984 control/util/zginit.m, control/util/zgreduce.m, | |
2985 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2986 |
7130 | 2987 2007-11-08 David Bateman <dbateman@free.fr> |
2988 | |
2989 * plot/quiver.m: Fix arrowheads. | |
2990 | |
7128 | 2991 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2992 | |
2993 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2994 Handle "rows" argument. New tests. |
7128 | 2995 (cell_ismember): New function. |
2996 | |
7127 | 2997 2007-11-07 John W. Eaton <jwe@octave.org> |
2998 | |
2999 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3000 control/base/__stepimp__.m, control/base/are.m, | |
3001 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3002 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3003 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3004 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3005 control/base/ltifr.m, control/base/nichols.m, | |
3006 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3007 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3008 Style fixes. | |
3009 | |
7125 | 3010 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3011 | |
3012 * control/base/bode_bounds.m, control/base/dgram.m, | |
3013 control/base/dlyap.m, control/base/freqchkw.m, | |
3014 control/base/gram.m, control/base/place.m, | |
3015 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3016 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3017 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3018 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3019 control/system/sysgettype.m, control/system/sysreorder.m, | |
3020 control/system/tf2sys.m, control/system/zp2tf.m, | |
3021 control/util/axis2dlim.m, control/util/swap.m, | |
3022 control/util/zgfmul.m, control/util/zgfslv.m, | |
3023 control/util/zginit.m, control/util/zgreduce.m, | |
3024 control/util/zgrownorm.m, control/util/zgscal.m, | |
3025 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3026 geometry/inpolygon.m, linear-algebra/housh.m, | |
3027 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3028 miscellaneous/run.m, quaternion/qconj.m, | |
3029 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3030 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3031 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3032 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3033 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3034 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3035 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3036 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3037 statistics/distributions/empirical_cdf.m, | |
3038 statistics/distributions/empirical_inv.m, | |
3039 statistics/distributions/empirical_pdf.m, | |
3040 statistics/models/logistic_regression_derivatives.m, | |
3041 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3042 | |
7118 | 3043 2007-11-07 David Bateman <dbateman@free.fr> |
3044 | |
7120 | 3045 * general/gradient.m: Correctly convert deltax and deltay scalar |
3046 values are scalars to vectors. | |
3047 | |
7119 | 3048 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3049 the meshc.m function. | |
3050 * plot/meshc.m: Also use the surface function. | |
3051 | |
7120 | 3052 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3053 * plot/Makefile.in (SOURCES): Add them to the list. |
3054 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3055 | |
7117 | 3056 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3057 | |
3058 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3059 | |
7115 | 3060 2007-11-07 John W. Eaton <jwe@octave.org> |
3061 | |
3062 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
3063 the data limits are infinite. | |
3064 (get_data_limits): Don't do anything if xdat or tx are empty. | |
3065 (get_axis_limits): Don't do anything if min_val or max_val are | |
3066 infinite. | |
3067 | |
7112 | 3068 2007-11-06 David Bateman <dbateman@free.fr> |
3069 | |
3070 * plot/hist.m: Pass any additional arguments to bar for | |
3071 treatment. Create a default x value that is always a vector. | |
3072 | |
7111 | 3073 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
3074 | |
3075 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
3076 when calling ./configure and add quotes to preserve spaces. | |
7109 | 3077 |
3078 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
3079 | |
3080 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
3081 New files. | |
3082 * plot/mesh.m: Call surface to do the real work. | |
3083 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
3084 properties. | |
3085 | |
3086 * image/colormap.m: Also return current colormap if nargout and | |
3087 nargin are both 0. | |
3088 | |
7106 | 3089 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
3090 | |
3091 * startup/inputrc: Delete key bindings starting with \340 code. | |
3092 | |
7112 | 3093 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 3094 |
3095 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
3096 to avoid issues of over- and underflow. From Rolf Fabian | |
3097 <Rolf.Fabian@gmx.de>. | |
3098 | |
7097 | 3099 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
3100 | |
3101 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
3102 help texts. | |
3103 | |
7096 | 3104 2007-11-02 Kai Habel <kai.habel@gmx.de> |
3105 | |
3106 * plot/bar.m, plot/barh.m: Doc fix. | |
3107 | |
7094 | 3108 2007-10-31 John W. Eaton <jwe@octave.org> |
3109 | |
3110 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
3111 | |
7086 | 3112 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
3113 | |
3114 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
3115 objects and legend objects are implemented with a separate axes | |
3116 object. | |
3117 | |
7078 | 3118 2007-10-30 David Bateman <dbateman@free.fr> |
3119 | |
7081 | 3120 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
3121 | |
7078 | 3122 * plot/__go_draw_axes__.m (do_linestyle_command): |
3123 Use point type 0 for ".". | |
3124 | |
7073 | 3125 2007-10-26 John W. Eaton <jwe@octave.org> |
3126 | |
7074 | 3127 * image/imshow.m: Improve compatibility. |
3128 * image/image.m: Return handle if nargou > 0. | |
3129 | |
7073 | 3130 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3131 | |
7069 | 3132 2007-10-25 John W. Eaton <jwe@octave.org> |
3133 | |
3134 * miscellaneous/compare_versions.m: Style fixes. | |
3135 | |
7060 | 3136 2007-10-24 John W. Eaton <jwe@octave.org> |
3137 | |
7061 | 3138 * image/saveimage.m: Use functional form of save instead of eval. |
3139 Use -text instead of -ascii. | |
3140 | |
7060 | 3141 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3142 | |
7054 | 3143 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3144 | |
3145 * plot/legend.m: Also extract location string from varargin (lost | |
3146 when 2007-10-08 patch was applied). | |
3147 | |
7049 | 3148 2007-10-23 David Bateman <dbateman@free.fr> |
3149 | |
3150 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3151 miscellaneous/what.m: New functions | |
3152 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3153 functions. | |
3154 | |
7045 | 3155 2007-10-22 David Bateman <dbateman@free.fr> |
3156 | |
3157 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3158 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3159 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3160 | |
7042 | 3161 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3162 | |
3163 * plot/contourf.m: New function. | |
3164 * plot/Makefile.in (SOURCES): Add it to the list. | |
3165 | |
7040 | 3166 2007-10-19 John W. Eaton <jwe@octave.org> |
3167 | |
3168 * plot/subplot.m: Doc fix. | |
3169 | |
7039 | 3170 2007-10-19 David Bateman <dbateman@free.fr> |
3171 | |
7041 | 3172 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 3173 |
7037 | 3174 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
3175 | |
3176 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
3177 output. | |
3178 | |
7031 | 3179 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
3180 | |
3181 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
3182 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
3183 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
3184 control/system/syssetsignals.m, control/base/lqg.m, | |
3185 strings/str2double.m, control/system/sysscale.m, | |
3186 control/hinf/hinfdemo.m, general/cplxpair.m: | |
3187 Make help text fit on pages when using smallbook. | |
3188 | |
7028 | 3189 2007-10-15 David Bateman <dbateman@free.fr> |
3190 | |
7032 | 3191 * plot/print.m: Call drawnow before printing to ensure the plot is |
3192 on the screen. | |
3193 | |
7028 | 3194 * testfun/test.m: In error/warning blocks test for an error before |
3195 a warning to avoid unexpected failures. | |
3196 | |
7027 | 3197 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3198 | |
3199 * testfun/assert.m: Correct documentation of absolution versus | |
3200 relative error tolerance and add tests. | |
3201 | |
7024 | 3202 2007-10-14 David Bateman <dbateman@free.fr> |
3203 | |
3204 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3205 src directory. | |
3206 * plot/Makefile.in (SOURCES): Add fill.m. | |
3207 | |
7020 | 3208 2007-10-13 David Bateman <dbateman@free.fr> |
3209 | |
3210 * plot/__patch__.m: Allow multiple patches to be defined and | |
3211 return a single patch object. Allow Faces/Vertices form of | |
3212 patch. Flag failure so the patch can call print_usage. | |
3213 * plot/patch.m: Update help string for Faces/Vertices | |
3214 call. Respect the fail flag returned by __patch__. Add demo code | |
3215 that tests the functionality of patch. | |
3216 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3217 patch object. | |
3218 * plot/fill.m: New function. | |
3219 | |
7016 | 3220 2007-10-12 John W. Eaton <jwe@octave.org> |
3221 | |
3222 * Change copyright notices in all files that are part of Octave to | |
3223 GPLv3 or any later version. | |
3224 | |
7012 | 3225 2007-10-11 John W. Eaton <jwe@octave.org> |
3226 | |
3227 * plot/__go_draw_axes__.m (get_axis_limits): | |
3228 Return lim = [] if logscale and no positive values. | |
3229 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3230 Set initial min and min positive values to Inf, max values to -Inf. | |
3231 (get_data_limits): Correctly handle xminp when no positive values | |
3232 are found. | |
3233 | |
7011 | 3234 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3235 | |
3236 * polynomial/residue.m: New optional input for pole multiplicity. | |
3237 Doc fix. Fix tests. | |
3238 | |
7010 | 3239 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3240 | |
3241 * toplev.cc (Foctave_config_info): Add field "mac". | |
3242 | |
3243 * miscellaneous/ismac.m: New function. | |
3244 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3245 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3246 | |
7009 | 3247 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3248 | |
3249 * statistics/distributions/hygernd.m: Allow size to be specified | |
3250 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3251 scalars or matrices of a common size. | |
3252 | |
7007 | 3253 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3254 | |
3255 * control/csrefcard.lt, control/system/is_detectable.m, | |
3256 control/system/sysgroup.m, geometry/voronoin.m, | |
3257 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3258 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3259 statistics/distributions/binornd.m, | |
3260 statistics/distributions/cauchy_rnd.m, | |
3261 statistics/distributions/chi2rnd.m, | |
3262 statistics/distributions/discrete_rnd.m, | |
3263 statistics/distributions/exprnd.m, | |
3264 statistics/distributions/frnd.m, | |
3265 statistics/distributions/gamrnd.m, | |
3266 statistics/distributions/geornd.m, | |
3267 statistics/distributions/laplace_rnd.m, | |
3268 statistics/distributions/logistic_rnd.m, | |
3269 statistics/distributions/lognrnd.m, | |
3270 statistics/distributions/nbinrnd.m, | |
3271 statistics/distributions/normrnd.m, | |
3272 statistics/distributions/poissrnd.m, | |
3273 statistics/distributions/stdnormal_rnd.m, | |
3274 statistics/distributions/trnd.m, | |
3275 statistics/distributions/unifrnd.m, | |
3276 statistics/distributions/wblrnd.m: Spelling fixes. | |
3277 | |
7005 | 3278 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3279 | |
3280 * time/tic.m: New optional output value. | |
3281 | |
3282 * general/int2str.m: Doc fix. | |
3283 | |
7002 | 3284 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3285 | |
3286 * statistics/distributions/hygecdf.m, | |
3287 statistics/distributions/hygeinv.m, | |
3288 statistics/distributions/hygepdf.m, | |
3289 statistics/distributions/hygernd.m: | |
3290 Swap order of T and M args for compatibility. | |
3291 | |
7001 | 3292 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3293 | |
3294 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3295 control/system/buildssic.m, control/system/c2d.m, | |
3296 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3297 control/system/ss2sys.m, control/system/ss2tf.m, | |
3298 control/system/syscont.m, control/system/sysdimensions.m, | |
3299 control/system/sysdisc.m, control/system/sysmult.m, | |
3300 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3301 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3302 general/interp1.m, general/interp2.m, general/interp3.m, | |
3303 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3304 general/rat.m, general/structfun.m, general/trapz.m, | |
3305 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3306 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3307 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3308 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3309 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3310 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3311 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3312 statistics/base/meansq.m, statistics/base/var.m, | |
3313 statistics/tests/chisquare_test_independence.m, | |
3314 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3315 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3316 testfun/test.m: Spelling fixes. | |
3317 | |
6998 | 3318 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3319 | |
3320 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3321 | |
6997 | 3322 2007-10-10 John W. Eaton <jwe@octave.org> |
3323 | |
3324 * general/num2str.m: Always allow for sign for automatically | |
3325 computed format widths. | |
3326 | |
6988 | 3327 2007-10-09 David Bateman <dbateman@free.fr> |
3328 | |
3329 * plot/patch.m: Accept a handle as the first argument. | |
3330 | |
6987 | 3331 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3332 | |
7010 | 3333 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3334 |
6985 | 3335 2007-10-09 John W. Eaton <jwe@octave.org> |
3336 | |
3337 * audio/wavwrite.m: Accept arguments in compatible order. | |
3338 | |
6979 | 3339 2007-10-08 David Bateman <dbateman@free.fr> |
3340 | |
3341 * general/interp2.m: Relax test for values outside the grid to | |
3342 allow monotonically decreasing abscissa as well. | |
3343 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3344 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3345 |
3346 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3347 as output parameter. | |
3348 | |
6977 | 3349 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3350 | |
3351 * plot/__go_draw_axes__.m, plot/legend.m: | |
3352 Handle compatible position specifiers as strings. | |
3353 | |
6975 | 3354 2007-10-08 John Swensen <jpswensen@comcast.net> |
3355 | |
3356 * general/num2str.m: Eliminate extra whitespace in output. | |
3357 * strings/strtrim.m: New function. | |
3358 * strings/Makefile.in (SOURCES): Add it to the list. | |
3359 | |
6968 | 3360 2007-10-06 John W. Eaton <jwe@octave.org> |
3361 | |
3362 * polynomial/residue.m: New test from test/test_poly.m. | |
3363 | |
6967 | 3364 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3365 | |
3366 * image/saveimage.m: Handle saving color images without a colormap. | |
3367 * image/__img_via_file__.m: Add missing semicolon. | |
3368 | |
3369 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3370 | |
7010 | 3371 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3372 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3373 | |
6965 | 3374 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3375 | |
3376 * plot/print.m: Handle svg output type. Accept new -S option to | |
3377 specify size for PNG and SVG output types. | |
3378 | |
3379 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3380 |
3381 * polynomial/mpoles.m: New function. | |
3382 * polynomial/residue.m: Modified to behave in reciprocal | |
3383 manner. No longer compute 4th output, "e". No longer accept | |
3384 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3385 Respect maximum relative difference in poles when determining | |
3386 their multiplicity. Use mpoles to determine the multiplicity of | |
3387 poles. | |
3388 | |
6963 | 3389 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3390 | |
3391 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3392 for surface plots. | |
3393 | |
6962 | 3394 2007-10-05 John W. Eaton <jwe@octave.org> |
3395 | |
3396 * plot/__next_line_color__.m: Get color_rotation from axes | |
3397 colororder property. | |
3398 | |
6953 | 3399 2007-10-03 John W. Eaton <jwe@octave.org> |
3400 | |
6955 | 3401 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3402 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3403 | |
6953 | 3404 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3405 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3406 special for __vnorm__. | |
3407 | |
6951 | 3408 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3409 | |
6952 | 3410 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3411 |
6950 | 3412 2007-10-03 David Bateman <dbateman@free.fr> |
3413 | |
3414 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3415 if a file is architecture dependent based on a list of file | |
3416 extensions. | |
3417 (configure_make): Simplify the search for architecture dependent | |
3418 files based on this function. | |
3419 (load_pakages_and_dependencies): Also look for bin directory in | |
3420 the architecture dependent directory. | |
3421 | |
6947 | 3422 2007-10-03 John W. Eaton <jwe@octave.org> |
3423 | |
3424 * miscellaneous/dir.m: Create empty struct with field names. | |
3425 Include datenum in struct. | |
3426 | |
6943 | 3427 2007-10-02 David Bateman <dbateman@free.fr> |
3428 | |
3429 * miscellaneous/ls.m: If nargout return string array of files | |
3430 returned by ls. | |
3431 | |
6942 | 3432 2007-10-01 John W. Eaton <jwe@octave.org> |
3433 | |
3434 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3435 range values. | |
3436 | |
6937 | 3437 2007-10-01 David Bateman <dbateman@free.fr> |
3438 | |
7010 | 3439 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3440 speed with small vectors. |
6937 | 3441 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3442 rather than OCTAVE_HOME(). | |
3443 | |
6935 | 3444 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3445 | |
3446 * plot/findobj.m: New function. | |
3447 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3448 | |
6925 | 3449 2007-09-26 David Bateman <dbateman@free.fr> |
3450 | |
3451 * pkg/pkg.m: Add second argument to setting for prefix for | |
3452 architecture dependent files. Use throughout. | |
3453 (pkg:issuperuser): New function, use through to check for | |
3454 root user. | |
3455 (pkg:getarchprefix): function to give the archiecture dependent | |
3456 prefix for a package. | |
3457 (pkg:getarchdir): New function giving location of architetcure | |
3458 dependent directory. Use through out. | |
3459 (pkg:install): Treat architecture dependent directory separately | |
3460 as in might not be a sub-directory of the package directory. | |
3461 (pkg:uninstall): ditto. | |
3462 (pkg:create_pkgadddel): Check for global or local install for | |
3463 architecture dependent directory. | |
3464 (pkg:finish_installation): ditto. | |
3465 (pkg:write_INDEX): ditto. | |
3466 (pkg:load_packages_and_dependencies): ditto. | |
3467 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3468 files to a new location if user is root. | |
3469 (pkg:rm_rf): Check if file or directory exists before removing. | |
3470 (pkg:dirempty): Check if directory exists before checking. | |
3471 | |
3472 * plot/___patch__.m: Allow face colors to be passed as strings | |
3473 | |
3474 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3475 needed for calls to "hold" without an argument. | |
3476 | |
6920 | 3477 2007-09-21 John W. Eaton <jwe@octave.org> |
3478 | |
6921 | 3479 * optimization/sqp.m: Fix typo. |
3480 | |
6920 | 3481 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3482 | |
6919 | 3483 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3484 | |
3485 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3486 | |
6918 | 3487 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3488 | |
3489 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3490 unidpdf.m and unidinv.m | |
3491 | |
6914 | 3492 2007-09-18 John W. Eaton <jwe@octave.org> |
3493 | |
3494 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3495 (do_tics_1): Set numeric axes formats to "%.15g". | |
3496 | |
6912 | 3497 2007-09-18 David Bateman <dbateman@free.fr> |
3498 | |
3499 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3500 of %g when writing data. | |
3501 | |
6908 | 3502 2007-09-17 John W. Eaton <jwe@octave.org> |
3503 | |
3504 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3505 | |
6903 | 3506 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3507 | |
3508 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3509 noninteger N with N-K < 1. | |
3510 | |
6901 | 3511 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3512 | |
3513 * strings/index.m: Correct for strings differing after the third | |
3514 position (bug reported by Maude Martin). | |
3515 | |
6895 | 3516 2007-09-13 John W. Eaton <jwe@octave.org> |
3517 | |
3518 * plot/__default_colormap__.m: Delete. | |
3519 * plot/Makefile (SOURCES): Remove from the list. | |
3520 | |
6898 | 3521 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3522 | |
3523 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3524 | |
6885 | 3525 2007-09-10 David Bateman <dbateman@free.fr> |
3526 | |
3527 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3528 limit the selection of colors in the same way as for lines. | |
3529 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3530 column. | |
3531 * plot/__bar__.m: Adapt to use "patch". | |
3532 | |
6870 | 3533 2007-09-06 John W. Eaton <jwe@octave.org> |
3534 | |
3535 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3536 (init_plot_stream): Split from open_plot_stream. | |
3537 * plot/print.m: Accept -debug=FILE argument. | |
3538 | |
6868 | 3539 2007-09-06 David Bateman <dbateman@free.fr> |
3540 | |
7010 | 3541 * general/celldisp.m: New function. |
3542 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3543 * miscellaneous/swapbytes.m: New function. | |
3544 * miscellaneous/gzip.m: New function. | |
3545 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3546 |
6863 | 3547 2007-09-05 David Bateman <dbateman@free.fr> |
3548 | |
7010 | 3549 * general/structfun.m: New function. |
3550 * general/Makefile.in (SOURCES): Add it to sources. | |
3551 * miscellaneous/run.m: New function. | |
3552 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3553 * statistics/base/mode.m: New function. | |
3554 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3555 |
6862 | 3556 2007-09-05 John W. Eaton <jwe@octave.org> |
3557 | |
3558 * miscellaneous/orderfields.m: Use numel instead of length. | |
3559 | |
3560 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3561 | |
3562 * miscellaneous/orderfields.m: Handle empty structs. | |
3563 | |
6861 | 3564 2007-09-05 John W. Eaton <jwe@octave.org> |
3565 | |
3566 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3567 DATA_IDX. | |
3568 | |
3569 2007-09-04 David Bateman <dbateman@free.fr> | |
3570 | |
3571 * general/isdir.m: Return a logical value. | |
3572 | |
6859 | 3573 2007-09-04 David Bateman <dbateman@free.fr> |
3574 | |
3575 * statistics/distributions/chi2pdf.m, | |
3576 statistics/distributions/chi2cdf.m, | |
3577 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3578 distribution functions to account for inverse of scale factor in | |
3579 gamma functions. | |
3580 | |
6857 | 3581 2007-09-01 John W. Eaton <jwe@octave.org> |
3582 | |
3583 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3584 | |
6853 | 3585 2007-09-01 David Bateman <dbateman@free.fr> |
3586 | |
3587 * polynomial/polyint.m: New function like polyinteg but with | |
3588 explicit integration constant. | |
3589 * polynomial/polyinteg.m: Remove. | |
3590 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3591 polyinteg.m. | |
3592 * deprecated/polyinteg.m: Move version here. | |
3593 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3594 | |
6852 | 3595 * geometry/voronoi.m: Add large box around data to get a good |
3596 approximation of the rays to infinity. | |
3597 | |
6851 | 3598 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3599 | |
3600 * plot/axes.m: Allow parent to be specified when creating axes | |
3601 objects. Support non-figure parents. | |
3602 | |
3603 2007-08-31 John W. Eaton <jwe@octave.org> | |
3604 | |
3605 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3606 | |
6850 | 3607 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3608 | |
7010 | 3609 * polynomial/polygcd.m: Better layout of example. |
3610 * polynomial/compan.m: Remove unnecessary check. | |
3611 * polynomial/roots.m: Added example to help text. | |
3612 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3613 * polynomial/poly.m: Added example to help text. | |
6850 | 3614 |
6848 | 3615 2007-08-30 John W. Eaton <jwe@octave.org> |
3616 | |
3617 * optimization/qp.m: Increase maxit to 200. | |
3618 | |
6847 | 3619 2007-08-30 David Bateman <dbateman@free.fr> |
3620 | |
3621 * geometry/inpolygon.m: New file. | |
3622 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3623 | |
6843 | 3624 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3625 | |
3626 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3627 | |
6829 | 3628 2007-08-24 David Bateman <dbateman@free.fr> |
3629 | |
3630 * plot/__go_draw_axes__.m: Treat text color property. | |
3631 | |
6828 | 3632 2007-08-24 John W. Eaton <jwe@octave.org> |
3633 | |
3634 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3635 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3636 | |
3637 * miscellaneous/movefile.m: Separate second and third args and | |
3638 use p1 and p2, not f1 and f2 when constructing arguments for | |
3639 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3640 | |
6825 | 3641 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3642 | |
3643 * set/intersect.m: Make it work with cell arrays of strings. | |
3644 | |
6823 | 3645 2007-08-24 David Bateman <dbateman@free.fr> |
3646 | |
7010 | 3647 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3648 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3649 functions ported from octave-forge. | |
7010 | 3650 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3651 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3652 geometry/triplot.m, geometry/tsearchn.m: | |
3653 New functions. | |
7010 | 3654 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3655 * geometry/Makefile.in (SOURCES): Add functions above. | |
3656 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3657 |
6820 | 3658 2007-08-23 John W. Eaton <jwe@octave.org> |
3659 | |
3660 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3661 variable name. | |
3662 | |
3663 2007-08-23 David Bateman <dbateman@free.fr> | |
3664 | |
3665 * plot/plot.m: Allow first arg to be axes handle. | |
3666 | |
6818 | 3667 2007-08-22 David Bateman <dbateman@free.fr> |
3668 | |
3669 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3670 outputs are returned only if requested. | |
3671 | |
3672 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3673 | |
3674 * control/base/nichols.m: Fix typo. | |
3675 | |
6813 | 3676 2007-08-13 John W. Eaton <jwe@octave.org> |
3677 | |
3678 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3679 | |
6809 | 3680 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3681 | |
3682 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3683 use axes position in each appropriate gnuplot set statement. | |
3684 | |
6808 | 3685 2007-08-10 John W. Eaton <jwe@octave.org> |
3686 | |
3687 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3688 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3689 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3690 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3691 | |
6807 | 3692 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3693 | |
3694 * plot/patch.m, plot/__patch__.m: New files. | |
3695 * plot/Makefile.in (SOURCES): Add them to the list. | |
3696 | |
3697 2007-08-07 John W. Eaton <jwe@octave.org> | |
3698 | |
3699 * path/savepath.m: Use single quotes for argument to PATH command | |
3700 that is inserted in file. | |
3701 | |
6805 | 3702 2007-07-27 John W. Eaton <jwe@octave.org> |
3703 | |
3704 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3705 not set in the environment. | |
3706 | |
6796 | 3707 2007-07-25 David Bateman <dbateman@free.fr> |
3708 | |
3709 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3710 control/base/Makefile.in, control/hinf/Makefile.in, | |
3711 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3712 control/util/Makefile.in, deprecated/Makefile.in, | |
3713 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3714 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3715 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3716 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3717 polynomial/Makefile.in, quaternion/Makefile.in, | |
3718 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3719 specfun/Makefile.in, special-matrix/Makefile.in, | |
3720 startup/Makefile.in, statistics/Makefile.in, | |
3721 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3722 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3723 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3724 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3725 | |
6795 | 3726 2007-07-25 John W. Eaton <jwe@octave.org> |
3727 | |
3728 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3729 | |
6793 | 3730 2007-07-24 David Bateman <dbateman@free.fr> |
3731 | |
3732 * image/flag.m: New colormap function. | |
3733 * images/Makefile.in: Include it in SOURCES. | |
3734 | |
3735 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3736 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3737 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3738 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3739 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3740 number of colormap elements as the other colormap functions. | |
3741 | |
6790 | 3742 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3743 | |
3744 * plot/__go_draw_axes__.m: Handle patch. | |
3745 | |
6788 | 3746 2007-07-23 David Bateman <dbateman@free.fr> |
3747 | |
3748 * general/rat.m: New function for ration approximation imported | |
3749 from octave-forge. | |
3750 * general/del2.m: New function for discrete laplacian operator. | |
3751 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3752 | |
3753 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3754 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3755 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3756 image/winter.m, image/brighten.m: Port image functions from | |
3757 octave-forge. | |
3758 * image/Makefile.in: Add ported functions to SOURCES. | |
3759 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3760 compatibility with matlab. | |
3761 | |
3762 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3763 octave-forge | |
3764 * plot/Makefile.in: Add ported functions to SOURCES. | |
3765 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3766 using gnuplot 4.2 or greater. | |
3767 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3768 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3769 |
3770 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3771 | |
6781 | 3772 2007-07-19 David Bateman <dbateman@free.fr> |
3773 | |
3774 * plot/fplot.m: More compatible version. | |
3775 | |
6780 | 3776 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3777 | |
3778 * plot/clf.m: Check for valid handle before deleting. | |
3779 | |
3780 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3781 __go_figure__ instead of using regular "set" call. | |
3782 | |
6779 | 3783 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3784 | |
3785 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3786 type for gnuplot. | |
3787 | |
6778 | 3788 2007-07-18 John W. Eaton <jwe@octave.org> |
3789 | |
3790 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3791 gnuplot for each set of axes. | |
3792 | |
6777 | 3793 2007-07-18 David Bateman <dbateman@free.fr> |
3794 | |
6778 | 3795 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3796 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3797 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3798 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3799 Use standard scale factor rather than one on the scale factor for | |
3800 compatibility. | |
3801 | |
3802 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3803 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3804 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3805 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3806 Preserve backward compatibility. | |
6777 | 3807 |
6776 | 3808 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3809 | |
3810 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3811 to avoid issues with regexp special characters in the path strings. | |
3812 | |
6770 | 3813 2007-07-06 David Bateman <dbateman@free.fr> |
3814 | |
6778 | 3815 * general/accumarray.m: New function to create an array by |
3816 accumulating the elements. | |
6770 | 3817 |
6768 | 3818 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3819 | |
3820 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3821 (fdjac): Set nx outside of if block. | |
3822 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3823 | |
6765 | 3824 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3825 | |
3826 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3827 | |
3828 * plot/axis.m: Also set "visible" property when setting axes to | |
3829 on/off. | |
3830 | |
6762 | 3831 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3832 | |
3833 * image/colormap.m: Only return colormap if nargout > 0. | |
3834 Mark as command. | |
3835 | |
6758 | 3836 2007-06-25 John W. Eaton <jwe@octave.org> |
3837 | |
3838 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3839 strcmp for selected property comparisons. | |
3840 | |
6756 | 3841 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3842 | |
6778 | 3843 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3844 |
6754 | 3845 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3846 | |
3847 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3848 | |
6756 | 3849 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3850 |
6778 | 3851 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3852 argument, and note that the data should be sorted for the |
3853 definition of the median to be correct. | |
3854 | |
6778 | 3855 * statistics/base/std.m: Add missing square to definition of |
6754 | 3856 standard deviation. |
3857 | |
6778 | 3858 * statistics/base/cov.m: Add definition of covariance to the help text. |
3859 | |
3860 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3861 statistics/base/std.m: |
3862 Note that \bar{x} is the mean value of x in the help text. | |
3863 | |
6778 | 3864 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3865 coefficient to the help text. |
3866 | |
6778 | 3867 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3868 | |
3869 * statistics/base/var.m: Put N in @math in help text. | |
3870 | |
3871 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3872 statistics/tests/kolmogorov_smirnov_test.m: |
3873 Write about possible values of 'dist' in help text. | |
3874 | |
6778 | 3875 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3876 Add definition of correlation to the help text. |
3877 | |
6778 | 3878 * statistics/base/logit.m, statistics/base/kendall.m, |
3879 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3880 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3881 TeXification of help text. | |
3882 | |
3883 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3884 | |
3885 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3886 Add missing @var's to help text. | |
3887 | |
3888 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3889 | |
3890 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3891 of help text. | |
3892 | |
3893 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3894 help text. | |
3895 | |
3896 * statistics/distributions/unidpdf.m, | |
3897 statistics/distributions/discrete_pdf.m: | |
3898 Replace 'pDF' with 'PDF' in help text. | |
3899 | |
6753 | 3900 2007-06-25 John W. Eaton <jwe@octave.org> |
3901 | |
3902 * strings/substr.m: Use offset consistently in code and doc string. | |
3903 From Rafael Laboissiere <rafael@debian.org>. | |
3904 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3905 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3906 |
6778 | 3907 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3908 |
6751 | 3909 2007-06-25 John W. Eaton <jwe@octave.org> |
3910 | |
3911 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3912 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3913 <juhani@cs.joensuu.fi>. | |
3914 | |
6748 | 3915 2007-06-20 John W. Eaton <jwe@octave.org> |
3916 | |
6749 | 3917 * strings/index.m: Allow strings to be empty. |
3918 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3919 | |
6748 | 3920 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3921 | |
6747 | 3922 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3923 | |
3924 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3925 separate matrices. | |
3926 | |
6746 | 3927 2007-06-19 David Bateman <dbateman@free.fr> |
3928 | |
3929 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3930 only ";;" legend syntax. | |
3931 * polynomial/mkpp.m: ditto. | |
3932 * polynomial/pchip.m: ditto. | |
3933 * signal/freqz_plot.m: ditto. | |
3934 * sparse/gplot.m: ditto. | |
3935 * sparse/treeplot.m: ditto. | |
3936 | |
6745 | 3937 2007-06-19 John W. Eaton <jwe@octave.org> |
3938 | |
3939 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3940 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3941 | |
6742 | 3942 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3943 | |
6778 | 3944 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3945 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3946 to check for NA. | |
3947 | |
6741 | 3948 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3949 | |
6778 | 3950 * optimization/glpk.m: TeXified the help text. |
3951 * optimization/qp.m: TeXified the help text. | |
3952 * optimization/sqp.m: TeXified the help text. | |
6741 | 3953 |
6740 | 3954 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3955 | |
6778 | 3956 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3957 |
6738 | 3958 2007-06-15 John W. Eaton <jwe@octave.org> |
3959 | |
3960 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3961 have_newer_gnuplot is true. | |
3962 | |
6736 | 3963 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3964 | |
6778 | 3965 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3966 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3967 to 90, all others 0. |
3968 | |
6778 | 3969 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3970 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3971 get_data_limits. |
6778 | 3972 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3973 called by __errplot__. |
3974 | |
6730 | 3975 2007-06-15 John W. Eaton <jwe@octave.org> |
3976 | |
3977 * testfun/test.m: Also return number of expected failures. | |
3978 | |
6724 | 3979 2007-06-14 John W. Eaton <jwe@octave.org> |
3980 | |
6730 | 3981 * set/ismember.m: Mark two tests known to fail with xtest. |
3982 | |
6724 | 3983 * plot/__go_draw_axes__.m: Handle text rotation property. |
3984 | |
6728 | 3985 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3986 | |
3987 * testfun/test.m: Add xtest support for tests known to fail. | |
3988 | |
6727 | 3989 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3990 | |
3991 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3992 epslatexstandalone terminals. | |
3993 | |
6721 | 3994 2007-06-14 David Bateman <dbateman@free.fr> |
3995 | |
3996 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3997 as permutation of results was incorrect. | |
3998 * general/interp1.m: Add demo on second derivative | |
3999 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4000 call. Add 3D demo. Fix typos |
4001 * general/interp3.m: Fix typos. Correct permutation for use of | |
4002 interpn. | |
6721 | 4003 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4004 | |
6717 | 4005 2007-06-13 John W. Eaton <jwe@octave.org> |
4006 | |
4007 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4008 |
6706 | 4009 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4010 | |
4011 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4012 | |
6704 | 4013 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4014 | |
4015 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4016 Set have_linestyle to true if two character linestyle is found. | |
4017 | |
6702 | 4018 2007-06-12 David Bateman <dbateman@free.fr> |
4019 | |
6717 | 4020 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4021 and interpn.m. | |
4022 | |
4023 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4024 structure before using it. | |
4025 | |
4026 2007-06-12 David Bateman <dbateman@free.fr> | |
4027 | |
6704 | 4028 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4029 * general/__splinen__.m: New support function for N-dimensional |
4030 spline interpolation. | |
4031 * general/bicubic.m: Allow definition of extrapolation | |
4032 value. Adapt tests to use new graphics interface | |
4033 * general/interp2.m: Call __splinen__ for 2-D spline | |
4034 interpolation. Make the lookup table code only be called for | |
4035 linear and nearest methods. | |
4036 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4037 and spline interpolation. | |
4038 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4039 and spline interpolation. | |
6704 | 4040 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4041 |
6701 | 4042 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4043 | |
4044 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4045 | |
6699 | 4046 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
4047 | |
4048 * plot/fplot.m: If function is inline, vectorize it. | |
4049 | |
6698 | 4050 2007-06-10 David Bateman <dbateman@free.fr> |
4051 | |
4052 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4053 directory if need to, so that it fits on a line. | |
4054 | |
6695 | 4055 2007-06-07 David Bateman <dbateman@free.fr> |
4056 | |
4057 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4058 saved file so that dependent packages are loaded first, and if | |
4059 nargout==0 don't return any arguments. | |
4060 (pkg:install): Only load packages that are marked autoload after | |
4061 install. Various fixes. Save in order. | |
4062 (pkg:uninstall): Save in order | |
4063 (pkg:load_packages): Use load_package_and_dependencies to load | |
4064 packages. | |
4065 (pkg:save_order): New function to sort package list with dependent | |
4066 packages first. | |
4067 (pkg:load_packages_and_dependencies): New function to load both a | |
4068 list of packages and their dependencies. | |
4069 (pkg:load_package_dirs): New function that returns a vector of the | |
4070 indexes into the installed package list indicating the packages to | |
4071 load and the order to load them in to respect the dependencies. | |
4072 | |
6688 | 4073 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
4074 | |
4075 * plot/axes.m: Eliminate redundant else clause. | |
4076 | |
6686 | 4077 2007-06-03 David Bateman <dbateman@free.fr> |
4078 | |
4079 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 4080 * pkg/pkg.m: Protect against multiple actions being define. |
4081 | |
6683 | 4082 2007-06-01 David Bateman <dbateman@free.fr> |
4083 | |
4084 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
4085 incorporate into main pkg function. | |
4086 (pkg:install): Check for existence of files to install before | |
4087 globbing and warn the user if they don't exist. | |
4088 | |
6675 | 4089 2007-05-31 David Bateman <dbateman@free.fr> |
4090 | |
6679 | 4091 * miscellaneous/copyfile.m: Split copying of multiple files to a |
4092 directory over several copy command to limit the line length. | |
4093 * miscellaneous/movefile.m: Ditto. | |
4094 | |
6675 | 4095 * pkg.m: Add build option to allow binary Octave packages to be |
4096 built from source packages. Probe absolute path of prefix, global | |
4097 and local lists. Use strcat, rather that [] for strings. | |
4098 (pkg:build): New function to binary binary package. | |
4099 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
4100 (pkg:repackage): Package binary Octave package from installation. | |
4101 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
4102 from m-files into main installation directory. | |
4103 (pkg:shell): Suppress verbose messages from shell and only display | |
4104 them with the verbose flag. | |
4105 (pkg:installed_packages): Also include the loaded flag in the | |
4106 local and global packages. | |
4107 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
4108 flagged as loaded. | |
4109 | |
4110 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
4111 | |
4112 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
4113 with and without architecture dependent directories. | |
4114 (pkg:installed_packages): Probe the global_list file even if it is | |
4115 the same as the local_list. | |
4116 | |
6669 | 4117 2007-05-29 John W. Eaton <jwe@octave.org> |
4118 | |
4119 * sparse/spy.m: Set axis to "ij" mode. | |
4120 | |
6664 | 4121 2007-05-24 John W. Eaton <jwe@octave.org> |
4122 | |
4123 * set/ismember.m: Quote first arg of "fail" tests. | |
4124 | |
6663 | 4125 2007-05-24 David Bateman <dbateman@free.fr> |
4126 | |
6778 | 4127 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4128 |
6655 | 4129 2007-05-22 David Bateman <dbateman@free.fr> |
4130 | |
4131 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4132 error(lasterr()(8:end)). | |
4133 (pkg:install): Warning for empty packages being removed. Suppress | |
4134 spurious output. Warning rather than error for uninstalling a | |
4135 package that is not installed to avoid RPM issue. | |
4136 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4137 inst or architecture dependent directory if it exists. | |
4138 | |
6653 | 4139 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4140 | |
4141 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4142 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4143 signal/freqz.m: Fix typos. | |
4144 | |
6645 | 4145 2007-05-21 David Bateman <dbateman@free.fr> |
4146 | |
4147 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4148 force installation location. | |
4149 (rebuild): New subfunction to rebuild package database from | |
4150 installed packages. Also allows changing of autoload status | |
4151 (install): Warn use if attempting to install from non existent | |
4152 file. | |
4153 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4154 "USER", "root"))' for root test. | |
4155 | |
4156 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4157 | |
4158 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4159 and replace "\" characters with "/". | |
4160 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4161 characters with "/" throughout. | |
4162 (shell): New subfunction that wraps system and is careful with the | |
4163 shell on windows platforms. | |
4164 (configure_make): Explictly pass complier etc to configure | |
4165 process. | |
4166 (issuperuser): Force default to global install for Windows machines. | |
4167 | |
6636 | 4168 2007-05-19 Kristan Onu |
4169 | |
4170 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
4171 | |
6634 | 4172 2007-05-18 David Bateman <dbateman@free.fr> |
4173 | |
4174 * pkg/pkg.m (install): More verbosity. | |
4175 (configure_make): Ditto. | |
4176 (create_pkgadddel): Install in architecture dependent directory if | |
4177 it exists to address issues with autoload/mfilename. | |
4178 (write_INDEX): Check in archiecture dependent directories as well. | |
4179 | |
6633 | 4180 2007-05-17 David Bateman <dbateman@free.fr> |
4181 | |
4182 * plot/hbar.m: Remove. | |
4183 * plot/barh.m: and move it here. | |
4184 | |
6631 | 4185 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
4186 | |
4187 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4188 | |
6629 | 4189 2007-05-16 John W. Eaton <jwe@octave.org> |
4190 | |
4191 * general/logspace.m: Return second arg if fewer than two values | |
4192 are requested. | |
4193 | |
6619 | 4194 2007-05-14 John W. Eaton <jwe@octave.org> |
4195 | |
4196 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4197 on a new line. | |
4198 | |
6617 | 4199 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4200 | |
4201 * statistics/distributions/norminv.m, | |
4202 statistics/distributions/norminv.m, | |
4203 statistics/distributions/normpdf.m, | |
4204 statistics/distributions/normrnd.m: | |
4205 Use standard deviation, not variance. | |
4206 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4207 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4208 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4209 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4210 backward compatibility. | |
4211 | |
6616 | 4212 2007-05-14 David Bateman <dbateman@free.fr> |
4213 | |
4214 * pkg/pkg.m: Mark loaded packages with "*". | |
4215 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4216 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4217 |
4218 * miscellaneous/single.m: Doc fix. | |
4219 Convert to double instead of returning argument unchanged. | |
4220 | |
4221 * miscellaneous/doc.m: Doc fix. | |
4222 | |
4223 * miscellaneous/ver.m: Doc fix. | |
4224 Don't display information about Octave Forge. | |
4225 | |
6614 | 4226 2007-05-12 David Bateman <dbateman@free.fr> |
4227 | |
4228 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4229 install to be printed. An error in the on_uninstall script causes | |
4230 a failure to uninstall. Place oct- and mex-files in an | |
4231 architecture dependent directory. | |
4232 | |
6611 | 4233 2007-05-09 John W. Eaton <jwe@octave.org> |
4234 | |
4235 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4236 | |
6609 | 4237 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4238 | |
4239 * statistics/distributions/normcdf.m: Use standard deviation | |
4240 instead of variance for compatibility. | |
4241 | |
4242 2007-05-08 John W. Eaton <jwe@octave.org> | |
4243 | |
4244 | |
4245 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4246 | |
4247 * set/ismember.m: Always return logical values. | |
4248 | |
4249 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4250 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4251 |
4252 * general/__isequal__.m: Allow numeric values of different classes | |
4253 to compare equal. | |
4254 | |
6606 | 4255 2007-05-07 David Bateman <dbateman@free.fr> |
4256 | |
6607 | 4257 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4258 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4259 |
6605 | 4260 2007-05-02 John W. Eaton <jwe@octave.org> |
4261 | |
4262 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4263 | |
6604 | 4264 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4265 | |
4266 * contour.m: Rewrite help string. | |
4267 | |
6599 | 4268 2007-04-28 John W. Eaton <jwe@octave.org> |
4269 | |
4270 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4271 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4272 Special case nargout == 0. | |
4273 | |
6597 | 4274 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4275 | |
4276 * general/sub2ind.m: Handle empty input, add tests. | |
4277 | |
6590 | 4278 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4279 | |
4280 * plot/contourc.m: Doc fix. | |
4281 | |
6586 | 4282 2007-04-26 David Bateman <dbateman@free.fr> |
4283 | |
4284 * plot/hist.m: Partially remove previous patch. | |
4285 | |
6582 | 4286 2007-04-26 David Bateman <dbateman@free.fr> |
4287 | |
4288 * plot/hist.m: Support returning of handle | |
4289 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4290 cells. | |
4291 | |
6575 | 4292 2007-04-25 John W. Eaton <jwe@octave.org> |
4293 | |
6579 | 4294 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4295 "title \"\"", not "". | |
4296 | |
6575 | 4297 * plot/legend.m: Initialize WARNED to false. |
4298 | |
6567 | 4299 2007-04-24 John W. Eaton <jwe@octave.org> |
4300 | |
4301 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4302 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4303 |
4304 2007-04-23 John W. Eaton <jwe@octave.org> | |
4305 | |
4306 * plot/box.m: Delete extra endfunction keyword. | |
4307 | |
6560 | 4308 2007-04-23 David Bateman <dbateman@free.fr> |
4309 | |
4310 * plot/plot3.m: Call newplot. | |
4311 | |
6553 | 4312 2007-04-20 John W. Eaton <jwe@octave.org> |
4313 | |
4314 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4315 | |
6546 | 4316 2007-04-19 John W. Eaton <jwe@octave.org> |
4317 | |
4318 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4319 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4320 | |
6544 | 4321 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4322 | |
4323 * control/util/axis2dlim.m: Delete extraneous line. | |
4324 | |
6542 | 4325 2007-04-18 John W. Eaton <jwe@octave.org> |
4326 | |
4327 * specfun/factorial.m: Increase tolerance in large value test. | |
4328 | |
6540 | 4329 2007-04-18 David Bateman <dbateman@free.fr> |
4330 | |
4331 * __bar__.m: New support function for bar/hbar to support graphic | |
4332 handles, and additional arguments. | |
4333 * bar.m: Convert to use __bar__. | |
4334 * hbar.m: New function | |
4335 * hist.m: Explicitly set the width of the bar plot. | |
4336 | |
6533 | 4337 2007-04-17 John W. Eaton <jwe@octave.org> |
4338 | |
6534 | 4339 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4340 | |
6533 | 4341 * set/ismember.m: New tests. |
4342 From David Grohmann <grohmann@arlut.utexas.edu> | |
4343 | |
6532 | 4344 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4345 | |
4346 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4347 Add tests. | |
4348 | |
6527 | 4349 2007-04-16 John W. Eaton <jwe@octave.org> |
4350 | |
6528 | 4351 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4352 looks_like_copyright in src/help.cc. | |
4353 From S�ren Hauberg <soren@hauberg.org>. | |
4354 | |
6527 | 4355 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4356 | |
6526 | 4357 2007-04-13 John W. Eaton <jwe@octave.org> |
4358 | |
6527 | 4359 * optimization/sqp.m: Initialize info to 0. |
4360 | |
6526 | 4361 * optimization/qp.m: Undo previous change. |
4362 | |
6524 | 4363 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4364 | |
4365 * spdiags.m: Fixed the four-argument case to work for columns of | |
4366 length one. | |
4367 | |
6523 | 4368 2007-04-12 John W. Eaton <jwe@octave.org> |
4369 | |
4370 * optimization/qp.m: Avoid Octave indexing bug. | |
4371 | |
6521 | 4372 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4373 | |
6522 | 4374 * miscellaneous/menu.m, control/base/bddemo.m, |
4375 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4376 control/system/sysrepdemo.m: | |
4377 Adapt to page_screen_output as a function. | |
6521 | 4378 |
6518 | 4379 2007-04-11 John W. Eaton <jwe@octave.org> |
4380 | |
4381 * miscellaneous/not.m: Delete. | |
4382 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4383 | |
4384 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4385 | |
4386 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4387 that are close but not exactly equal. | |
4388 | |
6515 | 4389 2007-04-11 David Bateman <dbateman@free.fr> |
4390 | |
4391 * general/bitcmp.m: Make it work again. | |
4392 | |
6512 | 4393 2007-04-10 John W. Eaton <jwe@octave.org> |
4394 | |
4395 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4396 that are close but not exactly equal. | |
4397 | |
6511 | 4398 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4399 | |
4400 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4401 in response to a change in x limits for now. | |
4402 | |
6510 | 4403 2007-04-09 John W. Eaton <jwe@octave.org> |
4404 | |
4405 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4406 (__go_draw_axes__): Use it to write data to plot stream. | |
4407 | |
6509 | 4408 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4409 | |
4410 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4411 zeros. Set markerfacecolor property in call to plot. | |
4412 | |
6508 | 4413 2007-04-06 John W. Eaton <jwe@octave.org> |
4414 | |
4415 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4416 | |
4417 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4418 | |
4419 * plot/stem.m: Use plot instead of a series of calls to line. | |
4420 | |
6494 | 4421 2007-04-05 John W. Eaton <jwe@octave.org> |
4422 | |
6499 | 4423 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4424 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4425 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4426 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4427 | |
6496 | 4428 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4429 Use strcmpi instead of strcmp+tolower. |
6496 | 4430 Style fixes. |
4431 | |
6494 | 4432 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4433 Plotting fixes. Style fixes. | |
4434 | |
4435 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4436 Style fixes. | |
4437 | |
4438 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4439 Style fixes. | |
4440 | |
4441 * testfun/demo.m, testfun/example.m: Style fixes. | |
4442 Use "strcat (...)" instead of "[...]". | |
4443 Use format specifiers in calls to warning. | |
4444 | |
4445 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4446 Use "strcat (...)" instead of "[...]". | |
4447 Use "x(end)" instead of "x(length (x))". | |
4448 Check NA before NaN. | |
4449 Style fixes. | |
4450 | |
6473 | 4451 2007-03-29 John W. Eaton <jwe@octave.org> |
4452 | |
6474 | 4453 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4454 |
6467 | 4455 2007-03-27 John W. Eaton <jwe@octave.org> |
4456 | |
4457 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4458 control/base/Makefile.in, control/hinf/Makefile.in, | |
4459 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4460 control/util/Makefile.in, deprecated/Makefile.in, | |
4461 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4462 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4463 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4464 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4465 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4466 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4467 special-matrix/Makefile.in, startup/Makefile.in, | |
4468 statistics/Makefile.in, statistics/base/Makefile.in, | |
4469 statistics/distributions/Makefile.in, | |
4470 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4471 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4472 Use ln instead of $(LN_S) in dist target. | |
4473 | |
6465 | 4474 2007-03-27 David Bateman <dbateman@free.fr> |
4475 | |
4476 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4477 gnuplot 4.0. | |
4478 | |
6464 | 4479 2007-03-26 John W. Eaton <jwe@octave.org> |
4480 | |
4481 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4482 | |
6461 | 4483 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4484 | |
4485 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4486 plot stream and using binary data. | |
4487 | |
6459 | 4488 2007-03-26 John W. Eaton <jwe@octave.org> |
4489 | |
4490 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4491 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4492 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4493 | |
4494 2007-03-26 David Bateman <dbateman@free.fr> | |
4495 | |
6461 | 4496 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4497 | |
6459 | 4498 * plot/plot3.m: Handle line properties. |
4499 * plot/plot.m: Update docstring. | |
4500 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4501 * plot/__plt__.m: Also gather properties. | |
4502 | |
6455 | 4503 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4504 | |
4505 * testfun/assert.m: Delete special check for empty objects. | |
4506 Add test. | |
4507 | |
6453 | 4508 2007-03-26 John W. Eaton <jwe@octave.org> |
4509 | |
6454 | 4510 * plot/drawnow.m: Exit early if call is recursive. |
4511 | |
6453 | 4512 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4513 Check for Inf too. | |
4514 (__go_draw_axes__): Use get_data_limits. | |
4515 | |
6450 | 4516 2007-03-24 John W. Eaton <jwe@octave.org> |
4517 | |
6451 | 4518 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4519 send terminal setting command with title option to plot stream. | |
4520 | |
6450 | 4521 * plot/legend.m: Correctly increment index into list of children.. |
4522 | |
6434 | 4523 2007-03-23 John W. Eaton <jwe@octave.org> |
4524 | |
6448 | 4525 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4526 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4527 control/base/nyquist.m, control/base/nichols.m, | |
4528 control/base/frdemo.m, signal/freqz_plot.m, | |
4529 control/base/__stepimp__.m, control/base/bode.m, | |
4530 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4531 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4532 Update plotting code. |
4533 | |
4534 * control/base/bode.m: Unwrap phase angle. | |
4535 | |
4536 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4537 | |
4538 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4539 | |
4540 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4541 commands. | |
6446 | 4542 |
6442 | 4543 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4544 Handle numeric color specs. |
6442 | 4545 * plot/plot.m: Remove "-@" and "@" from docstring. |
4546 | |
6441 | 4547 * plot/orient.m: Fix tests to avoid creating a plot window. |
4548 | |
6440 | 4549 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4550 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4551 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4552 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4553 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4554 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4555 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4556 | |
6438 | 4557 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4558 plot, not just multiplots. | |
4559 | |
6436 | 4560 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4561 | |
6434 | 4562 * plot/contour.m: Don't call drawnow. |
4563 | |
6431 | 4564 2007-03-22 John W. Eaton <jwe@octave.org> |
4565 | |
6432 | 4566 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4567 property of each figure. | |
4568 | |
6431 | 4569 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4570 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4571 | |
4572 2007-03-21 John W. Eaton <jwe@octave.org> | |
4573 | |
4574 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4575 less than eps to 0. | |
4576 | |
6429 | 4577 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4578 |
4579 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4580 * testfun/speed.m: Documentation and example fix. |
4581 | |
6424 | 4582 2007-03-21 John W. Eaton <jwe@octave.org> |
4583 | |
4584 * plot/subplot.m: If we find an existing subplot region, set | |
4585 it to be the "currentaxes" property for the current figure. | |
6425 | 4586 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4587 |
6422 | 4588 2007-03-20 David Bateman <dbateman@free.fr> |
4589 | |
4590 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4591 | |
4592 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4593 | |
4594 * general/arrayfun.m: New function. | |
4595 | |
6418 | 4596 2007-03-20 John W. Eaton <jwe@octave.org> |
4597 | |
6419 | 4598 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4599 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4600 | |
4601 * plot/clf.m: Don't call drawnow. | |
4602 | |
6431 | 4603 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4604 |
6420 | 4605 * image/__img__.m: Maybe set yaxis to reverse for images. |
4606 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4607 images. | |
4608 | |
6418 | 4609 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4610 instead of global. Only register __go_close_all__ with atexit if |
4611 the plot stream is successfully opened. | |
6418 | 4612 |
6413 | 4613 2007-03-15 John W. Eaton <jwe@octave.org> |
4614 | |
6418 | 4615 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4616 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4617 | |
4618 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4619 | |
4620 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4621 Use numeric line types. |
6413 | 4622 |
4623 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4624 lines and larger markers. Remove key titles from line type |
4625 properties. | |
6413 | 4626 |
6405 | 4627 2007-03-14 John W. Eaton <jwe@octave.org> |
4628 | |
6412 | 4629 * plot/__axis_label__.m: Accept additional property-value pairs |
4630 and pass them to __go_text__. Simply return the handle obtained | |
4631 from __go_text__ instead of calling get on the current axis. | |
4632 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4633 Allow for extra property value pairs to be passed along. | |
4634 * plot/title.m: Implement with __axis_label__ since it does all | |
4635 that title needs to do. | |
4636 | |
6410 | 4637 * plot/clf.m: Set currentaxes property for current figure to []. |
4638 | |
6405 | 4639 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4640 | |
4641 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4642 and __plt2__, not just the last. | |
4643 | |
4644 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4645 (SOURCES_IN, GEN_M): Delete. | |
4646 (FCN_FILES): Don't include $(GEN_M). | |
4647 (all): Don't depend on $(GEN_M). | |
4648 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4649 | |
4650 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4651 | |
4652 * plot/newplot.m: Call __go_axes_init__ instead of | |
4653 __uiobject_axes_init__. | |
4654 | |
4655 * plot/mesh.m: Use __go_surface__ instead of | |
4656 __uiobject_surface_ctor__. Don't access object fields directly. | |
4657 | |
4658 * plot/line.m: Use __line__ to do actual work. | |
4659 * plot/__line__.m: New function. | |
4660 | |
4661 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4662 Use get and set instead of accessing object fields directly. | |
4663 | |
4664 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4665 handle. | |
4666 | |
4667 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4668 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4669 __uiobject_draw_figure__. | |
4670 | |
4671 * plot/clf.m: Use get instead of accessing object fields | |
4672 directly. Simply delete children. Don't set currentaxes. | |
4673 | |
4674 * plot/close.m (close_all_figures): New subfunction. | |
4675 Use it instead of getting list of figures to close from | |
4676 __uiobject_figures__. | |
4677 | |
4678 * plot/closereq.m: Simply delete the current figure. Don't set | |
4679 currentfigure. | |
4680 | |
4681 * plot/__errplot__.m: Call __line__ instead of | |
4682 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4683 directly. Don't call __uiobject_adopt__. | |
4684 | |
4685 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4686 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4687 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4688 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4689 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4690 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4691 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4692 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4693 plot/__uiobject_init_root_figure__.in, | |
4694 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4695 plot/__uiobject_root_figure_ctor__.m, | |
4696 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4697 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4698 plot/set.in: Delete. | |
6408 | 4699 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4700 |
4701 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4702 Pass "hidden" as second arg to close. | |
4703 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4704 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4705 * plot/Makefile.in (SOURCES_M): Rename in list. |
4706 | |
6405 | 4707 * image/__img__.m: Use __go_image__ to create image graphics |
4708 handle. | |
4709 | |
4710 * miscellaneous/delete.m: Call __go_delete__, not | |
4711 __uiobject_delete__. Check that arg is a graphics handle before | |
4712 calling __go_delete__. | |
4713 | |
6403 | 4714 2007-03-13 John W. Eaton <jwe@octave.org> |
4715 | |
4716 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4717 arg instead of switch statement. | |
6528 | 4718 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4719 |
4720 2007-03-12 John W. Eaton <jwe@octave.org> | |
4721 | |
4722 * miscellaneous/cast.m: New function. | |
4723 | |
4724 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4725 | |
6398 | 4726 2007-03-08 John W. Eaton <jwe@octave.org> |
4727 | |
4728 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4729 tilde expansion on target filename before passing it to the shell. | |
4730 | |
4731 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4732 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4733 | |
6396 | 4734 2007-03-08 David Bateman <dbateman@free.fr> |
4735 | |
4736 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4737 replacing slower version based on dicrete_rnd. | |
4738 | |
6392 | 4739 2007-03-07 John W. Eaton <jwe@octave.org> |
4740 | |
6395 | 4741 * control/base/rlocus.m: Update for current plotting functions. |
4742 | |
4743 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4744 | |
4745 * control/base/rlocus.m: Improve display. | |
4746 | |
4747 2007-03-07 John W. Eaton <jwe@octave.org> | |
4748 | |
4749 * plot/legend.m: Only handle positions -1:4. | |
4750 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4751 found in option string | |
4752 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4753 | |
6394 | 4754 * plot/newplot.m: Always reset next line color. |
4755 | |
6392 | 4756 * testfun/assert.m: Check that number of dimensions match before |
4757 checking dimensions. | |
4758 | |
6391 | 4759 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4760 | |
4761 * specfun/perms.m, specfun/factorial.m: Check args. | |
4762 | |
6387 | 4763 2007-03-07 John W. Eaton <jwe@octave.org> |
4764 | |
6390 | 4765 * plot/mesh.m: Call newplot before doing anything. |
4766 | |
4767 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4768 just "e". Only flush plot stream once. | |
4769 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4770 | |
6387 | 4771 * strings/blanks.m: Omit first index in assignment. |
4772 | |
6386 | 4773 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4774 | |
4775 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4776 | |
6385 | 4777 2007-03-06 David Bateman <dbateman@free.fr> |
4778 John W. Eaton <jwe@octave.org> | |
4779 | |
4780 * set/setdiff.m: Ignore "rows" for cell array args. | |
4781 Handle cellstr args. | |
4782 | |
6382 | 4783 2007-03-05 John W. Eaton <jwe@octave.org> |
4784 | |
4785 * optimization/sqp.m: Defer first call to obj_hess until after | |
4786 calling obj_fun. | |
4787 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4788 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4789 |
4790 * specfun/nchoosek.m: Fix nargin check. | |
4791 | |
6376 | 4792 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4793 | |
4794 * image/__img__.m: Don't set xlim and ylim properties. | |
4795 | |
6374 | 4796 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4797 | |
4798 * general/interp1.m: Fix *style cases for decreasing x. | |
4799 | |
6372 | 4800 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4801 | |
4802 * polynomial/roots.m: Check nargin before accessing arg. | |
4803 | |
6369 | 4804 2007-02-28 John W. Eaton <jwe@octave.org> |
4805 | |
4806 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4807 increment data_idx unless using gnuplot for display. | |
4808 | |
6368 | 4809 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4810 | |
4811 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4812 plots with images. | |
4813 * image/image.m, image/imagesc.m, image/imshow.m: | |
4814 Deprecate zoom argument. | |
4815 | |
6366 | 4816 2007-02-28 John W. Eaton <jwe@octave.org> |
4817 | |
4818 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4819 temporary file names. Keep image and colormap file ids separate. | |
4820 | |
4821 * general/interp1.m: Correctly compute min and max values when | |
4822 values are decreasing and not evenly spaced. | |
4823 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4824 | |
6365 | 4825 2007-02-27 John W. Eaton <jwe@octave.org> |
4826 | |
4827 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4828 returning an empty cell array. | |
4829 | |
6546 | 4830 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4831 |
4832 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4833 | |
6546 | 4834 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4835 |
4836 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4837 control/base/Makefile.in, control/hinf/Makefile.in, | |
4838 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4839 control/util/Makefile.in, deprecated/Makefile.in, | |
4840 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4841 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4842 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4843 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4844 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4845 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4846 special-matrix/Makefile.in, startup/Makefile.in, | |
4847 statistics/Makefile.in, statistics/base/Makefile.in, | |
4848 statistics/distributions/Makefile.in, | |
4849 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4850 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4851 Use $(LN_S) instead of ln or ln -s. | |
4852 | |
6356 | 4853 2007-02-24 David Bateman <dbateman@free.fr> |
4854 | |
4855 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4856 '\n' in FILES file. | |
6357 | 4857 (configure_make): Also install any mex files. |
6356 | 4858 |
6353 | 4859 2007-02-24 David Bateman <dbateman@free.fr> |
4860 | |
4861 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4862 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4863 | |
6351 | 4864 2007-02-23 John W. Eaton <jwe@octave.org> |
4865 | |
4866 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4867 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4868 | |
4869 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4870 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4871 | |
6349 | 4872 2007-02-23 David Bateman <dbateman@free.fr> |
4873 | |
4874 * statistics/distributions/discrete_rnd.m, | |
4875 statistics/distributions/geornd.m, | |
4876 statistics/distributions/lognnd.m, | |
4877 statistics/distributions/nbinrnd.m, | |
4878 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4879 | |
4880 * statistics/distributions/unidcdf.m, | |
4881 statistics/distributions/unidinv.m, | |
4882 statistics/distributions/unidpdf.m, | |
4883 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4884 discrete_cdf, etc. |
6349 | 4885 |
4886 * statistics/distributions/pascal_cdf.m, | |
4887 statistics/distributions/pascal_inv.m, | |
4888 statistics/distributions/pascal_pdf.m, | |
4889 statistics/distributions/pascal_rnd.m: Remove. | |
4890 * statistics/distributions/nbincdf.m, | |
4891 statistics/distributions/nbininv.m, | |
4892 statistics/distributions/nbinpdf.m, | |
4893 statistics/distributions/nbinrnd.m: Replace with matlab | |
4894 compatible functions. | |
4895 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4896 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4897 nbincdf, etc functions to implement these. | |
4898 | |
6344 | 4899 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4900 | |
4901 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4902 command and data. | |
4903 | |
4904 2007-02-22 John W. Eaton <jwe@octave.org> | |
4905 | |
4906 * miscellaneous/doc.m: If index search fails, try again without | |
4907 the index search option. | |
4908 | |
6339 | 4909 2007-02-22 David Bateman <dbateman@free.fr> |
4910 | |
6341 | 4911 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4912 | |
6340 | 4913 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4914 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4915 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4916 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4917 and randp to accelerate. | |
4918 | |
6339 | 4919 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4920 | |
6338 | 4921 2007-02-22 John W. Eaton <jwe@octave.org> |
4922 | |
4923 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4924 cache data and display after xlim and ylim have been determined. | |
4925 | |
6337 | 4926 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4927 | |
4928 * plot/__uiobject_draw_axes__.m: | |
4929 Allow multiple images to be displayed with gnuplot. | |
4930 | |
6333 | 4931 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4932 | |
4933 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4934 for versions of GLPK 4.15 and later. | |
4935 | |
6328 | 4936 2007-02-19 John W. Eaton <jwe@octave.org> |
4937 | |
4938 * plot/__uiobject_alloc__.in: If next available element in | |
4939 __uiobject_list__ is 0, grow list before doing anything else. | |
4940 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4941 first call when size of __uiobject_list__ is 0. | |
4942 | |
6323 | 4943 2007-02-16 John W. Eaton <jwe@octave.org> |
4944 | |
4945 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4946 | |
6321 | 4947 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4948 | |
4949 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4950 | |
6316 | 4951 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4952 | |
4953 * specfun/nchoosek.m: Check nargin. | |
4954 | |
6314 | 4955 2007-02-15 John W. Eaton <jwe@octave.org> |
4956 | |
6315 | 4957 * path/addpath.m, path/rmpath.m: Delete |
4958 * path/Makefile.in (SOURCES): Remove them from the list. | |
4959 | |
6314 | 4960 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4961 Delete title, xlabel, ylabel, and zlabel properties before | |
4962 reassigning. | |
4963 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4964 Don't init outerposition if "mode" is "replace". | |
4965 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4966 If axes nextplot property is replace, pass "replace" as mode arg | |
4967 to __uiobject_axes_init__. | |
4968 | |
6308 | 4969 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4970 | |
6310 | 4971 * image/imshow.m: Don't restore old colormap. |
4972 | |
6309 | 4973 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4974 * image/__img__.m: New file containing common parts of image.m and | |
4975 imshow.m. | |
6312 | 4976 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4977 * image/image.m, image/imshow.m: Call __img__. |
4978 * plot/__uiobject_draw_axes__.m: | |
4979 Handle rgb imaged data stored in 3-d arrays. | |
4980 | |
6308 | 4981 * plot/figure.m: Doc fix. |
4982 | |
6304 | 4983 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4984 | |
4985 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4986 for reading and writing data. New tests. Improve rounding. | |
4987 | |
6302 | 4988 2007-02-13 John W. Eaton <jwe@octave.org> |
4989 | |
6303 | 4990 * plot/stem.m: New file, adapted from OctPlot. |
4991 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4992 | |
6302 | 4993 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4994 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4995 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4996 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4997 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4998 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4999 plot/semilogyerr.m: Return handles to line objects. | |
5000 | |
6301 | 5001 2007-02-11 John W. Eaton <jwe@octave.org> |
5002 | |
5003 * plot/__uiobject_close_all.m: New file. | |
5004 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5005 | |
6298 | 5006 2007-02-10 John W. Eaton <jwe@octave.org> |
5007 | |
5008 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5009 * plot/__uiobject_globals__.m: Don't call mlock. | |
5010 | |
5011 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5012 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5013 before calling pclose. | |
5014 | |
6291 | 5015 2007-02-09 John W. Eaton <jwe@octave.org> |
5016 | |
6295 | 5017 * plot/subplot.m: Delete spurious call to axes. |
5018 | |
6293 | 5019 * plot/figure.m: Call drawnow for current figure before creating |
5020 or switching to a new figure. | |
5021 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5022 nargin == 0 case. | |
5023 | |
6291 | 5024 * testfun/assert.m: Try to avoid problems when comparisons involve |
5025 strange values like Inf+NaNi. | |
5026 | |
6283 | 5027 2007-02-08 John W. Eaton <jwe@octave.org> |
5028 | |
6286 | 5029 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5030 and check gnuplot_use_title_option instead of just assuming -title | |
5031 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5032 | |
6285 | 5033 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5034 | |
6284 | 5035 * audio/Makefile.in, control/base/Makefile.in, |
5036 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5037 control/system/Makefile.in, control/util/Makefile.in, | |
5038 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5039 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5040 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5041 optimization/Makefile.in, plot/Makefile.in, | |
5042 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5043 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5044 special-matrix/Makefile.in, startup/Makefile.in, | |
5045 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5046 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5047 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5048 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5049 | |
6283 | 5050 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5051 only given property list. | |
5052 | |
6278 | 5053 2007-02-07 John W. Eaton <jwe@octave.org> |
5054 | |
6280 | 5055 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5056 properties. | |
5057 | |
6278 | 5058 * plot/sombrero.m: Call box ("off") after mesh. |
5059 | |
5060 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5061 line default" commands with older versions of gnuplot. | |
5062 | |
5063 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
5064 | |
6273 | 5065 2007-02-06 John W. Eaton <jwe@octave.org> |
5066 | |
5067 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
5068 * sparse/gplot.m: Use line style - instead of 1. | |
5069 | |
6272 | 5070 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
5071 | |
5072 * plot/print.m: Avoid error message from cellidx. | |
5073 | |
5074 2007-02-05 John W. Eaton <jwe@octave.org> | |
5075 | |
5076 * plot/legend.m: Fix check for data. | |
5077 | |
6270 | 5078 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5079 | |
5080 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
5081 Always set lt and pt. | |
5082 | |
6269 | 5083 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
5084 | |
5085 * plot/contourc.m: Correctly compute X and Y. | |
5086 | |
6268 | 5087 2007-02-05 John W. Eaton <jwe@octave.org> |
5088 | |
5089 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
5090 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
5091 | |
6264 | 5092 2007-02-01 John W. Eaton <jwe@octave.org> |
5093 | |
6266 | 5094 * plot/__uiobject_draw_axes__.m: |
5095 Don't try to set axis limits unless we have data. | |
5096 | |
6264 | 5097 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
5098 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5099 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5100 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
5101 instead of of key and fmt strings. | |
5102 | |
5103 * plot/__pltopt1__.m: Greatly simplify. | |
5104 | |
5105 * plot/__next_line_color__.m: New file. | |
5106 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5107 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
5108 | |
5109 * plot/__default_plot_options__.m: New file. | |
5110 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5111 | |
5112 * plot/__plt3__.m: Delete. | |
5113 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
5114 | |
6259 | 5115 2007-01-31 John W. Eaton <jwe@octave.org> |
5116 | |
6263 | 5117 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
5118 linestyle, linewidth, marker, and markersize properties. | |
5119 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
5120 colors and widths, and line styles. | |
5121 | |
5122 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 5123 |
6261 | 5124 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
5125 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5126 | |
5127 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5128 __gnuplot_save_data__. | |
5129 | |
6259 | 5130 * image/image.m: Accept 2 args, but ignore the second for now. |
5131 | |
6258 | 5132 2007-01-30 David Bateman <dbateman@free.fr> |
5133 | |
5134 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5135 to flag a package as to be autoloaded. Add install flags -noauto, | |
5136 -auto to force autoload behavior. | |
5137 (installed_packages): Make list of installed packages unique. | |
5138 | |
6259 | 5139 2007-01-30 John W. Eaton <jwe@octave.org> |
5140 | |
5141 * Merge of changes from graphics-branch: | |
5142 | |
5143 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5144 |
5145 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5146 | |
5147 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5148 property if it exists. | |
5149 | |
6259 | 5150 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5151 |
5152 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5153 min values outside of loop over child objects. | |
5154 | |
5155 * plot/contour.m, plot/contourc.m: New files. | |
5156 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5157 | |
5158 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5159 find a gnuplot version newer than 4.0. | |
5160 * image/__img_gnuplot__.m: Delete. | |
5161 * image/image.m: Create image graphics object. | |
5162 Call newplot to setup and drawnow to finish. | |
5163 Eliminate ZOOM arg. | |
5164 | |
5165 * plot/__uiobject_draw_axes__.m: Handle image data. | |
5166 | |
5167 * plot/legend.m: Eliminate useless variable "warned". | |
5168 | |
5169 * plot/__uiobject_image_ctor__.m: New file. | |
5170 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5171 | |
5172 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
5173 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
5174 | |
5175 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
5176 | |
5177 * plot/__default_colormap__.m: New file. | |
5178 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5179 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
5180 property. | |
5181 * image/colormap.m: Use colormap property of current figure | |
5182 to store colormap instead of using persistent variable. | |
5183 Call __default_colormap__ to get default map value. | |
5184 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
5185 | |
5186 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
5187 Handle some tick mark options. | |
5188 | |
5189 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
5190 set corresponding *mode to "manual". If we set dataaspectratio, | |
5191 set dataaspectratiomode to "manual". | |
5192 | |
5193 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5194 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5195 | |
5196 * plot/axis.m: New file. | |
5197 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5198 | |
5199 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5200 set corresponding *limmode to "manual". | |
5201 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5202 Use it to compute autosclaled limits. | |
5203 Arg is now handle, not object. Change all callers. | |
5204 Compute data limits. | |
5205 | |
6259 | 5206 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5207 |
5208 * plot/drawnow: Fix visibility check for zero args. | |
5209 | |
5210 * plot/text.m: New file. | |
5211 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5212 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5213 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5214 horizontalalignment properties. | |
5215 | |
5216 * plot/figure.m: Set options for f we just constructed or were | |
5217 given as an argument, not gcf. Only return handle if nargout > 0. | |
5218 | |
5219 * plot/drawnow.m: Handle visible field for figure here. | |
5220 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5221 | |
5222 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5223 title and axis labels. | |
5224 | |
5225 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5226 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5227 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5228 * plot/view.m: New file. | |
5229 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5230 | |
5231 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5232 Call __request_drawnow__. | |
5233 | |
5234 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5235 | |
5236 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5237 Call set to set properties. Return handle instead of structure. | |
5238 Change all callers. | |
5239 | |
5240 * plot/__uiobject_axes_setr__.m: New file. | |
5241 * plot/set.in: Check for __setter__ field. | |
5242 | |
5243 * plot/__uiobject_axes_init__.in: | |
5244 Rename from plot/__uiobject_axes_init__.m. | |
5245 Include __uiobject_globals__. | |
5246 Accept handle as arg instead of structure | |
5247 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5248 from the list. | |
5249 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5250 | |
6259 | 5251 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5252 |
5253 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5254 | |
5255 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5256 initializing each global variable. | |
5257 | |
6259 | 5258 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5259 |
5260 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5261 __uiobject_figure_handles_free_list__): New global variables. | |
5262 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5263 Place unused handles on the free list. | |
5264 | |
5265 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5266 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5267 | |
5268 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5269 handles here. Return figure handle. | |
5270 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5271 | |
6259 | 5272 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5273 |
5274 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5275 data for gnuplot. | |
5276 | |
5277 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5278 files. | |
5279 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5280 (DISTFILES): Include include-globals.awk in the list. | |
5281 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5282 ($(GEN_M) : %.m : %.in): New rule. | |
5283 | |
5284 * include-globals.awk: New file. | |
5285 | |
5286 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5287 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5288 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5289 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5290 plot/__uiobject_init_root_figure__.in, | |
5291 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5292 Rename from corresponding .m files. | |
5293 | |
5294 * move-if-change: New file. | |
5295 | |
5296 * plot/__uiobject_delete__.m: New file. | |
5297 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5298 plot/__uiobject_delete_child__.m: Delete. | |
5299 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5300 not a character string. | |
5301 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5302 Fix assignment to tmp key value in loop. | |
5303 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5304 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5305 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5306 Inline code to delete children. | |
5307 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5308 __uiobject_list__. | |
5309 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5310 and free child. | |
5311 | |
6259 | 5312 2006-12-08 John W. Eaton <jwe@octave.org> |
5313 | |
5314 * plot/gcf.m: Check if the root figure object's currentfigure | |
5315 handle is empty, not 0. | |
5316 * plot/__uiobject_root_figure_ctor__.m: | |
5317 Set currentfigure to [], not 0. | |
5318 | |
5319 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5320 | |
5321 2006-12-07 John W. Eaton <jwe@octave.org> | |
5322 | |
5323 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5324 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5325 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5326 plot/__uiobject_delete_children__.m, | |
5327 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5328 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5329 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5330 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5331 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5332 plot/__uiobject_init_figure__.m, | |
5333 plot/__uiobject_init_root_figure__.m, | |
5334 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5335 plot/__uiobject_remove_child__.m, | |
5336 plot/__uiobject_root_figure_ctor__.m, | |
5337 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5338 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5339 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5340 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5341 plot/set.m: New files. | |
5342 | |
5343 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5344 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5345 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5346 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5347 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5348 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5349 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5350 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5351 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5352 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5353 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5354 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5355 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5356 plot/semilogyerr.m, plot/replot.m: | |
5357 Adapt to new graphics data structure. | |
5358 | |
5359 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5360 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5361 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5362 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5363 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5364 plot/plot_border.m, plot/subwindow.m: Delete. | |
5365 | |
5366 2007-01-24 David Bateman <dbateman@free.fr> | |
5367 | |
5368 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5369 Delete bare newline in string passed to write_INDEX. | |
5370 | |
5371 * sparse/sprandsym.m: Make work for even values of N. | |
5372 | |
5373 2007-01-24 John W. Eaton <jwe@octave.org> | |
5374 | |
5375 * miscellaneous/news.m: New file. | |
5376 | |
5377 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5378 | |
5379 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5380 | |
5381 * strings/strncmp.m: Delete (we now have a built-in version). | |
5382 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5383 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5384 |
5385 * testfun/test.m: Check for all files in path, use first found. | |
5386 | |
5387 2007-01-22 David Bateman <dbateman@free.fr> | |
5388 | |
5389 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5390 | |
5391 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5392 | |
5393 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5394 file name. | |
5395 | |
5396 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5397 nargout is 1. Handle colormaps that have too few colors. | |
5398 | |
5399 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5400 (configure_make): Use fullfile instead of concatenating with "/". | |
5401 | |
6258 | 5402 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5403 | |
5404 * set/ismember.m: Handle N-d arrays. | |
5405 | |
5406 2007-01-10 David Bateman <dbateman@free.fr> | |
5407 | |
5408 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5409 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5410 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5411 New files. | |
5412 | |
5413 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5414 | |
6778 | 5415 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5416 |
5417 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5418 | |
5419 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5420 instead of concatenating with "/". Use mlock to ensure that | |
5421 persistent variables are not clobbered if user types clear all. | |
5422 | |
5423 2007-01-08 John W. Eaton <jwe@octave.org> | |
5424 | |
5425 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5426 Improve handling of file names containing globbing characters. | |
5427 From S�ren Hauberg <hauberg@gmail.com>. | |
5428 | |
5429 2007-01-05 John W. Eaton <jwe@octave.org> | |
5430 | |
5431 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5432 New files. | |
5433 | |
5434 2006-12-30 John W. Eaton <jwe@octave.org> | |
5435 | |
5436 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5437 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5438 | |
5439 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5440 | |
5441 * image/imshow.m: Strip NaNs from image. | |
5442 | |
5443 2006-12-08 David Bateman <dbateman@free.fr> | |
5444 | |
5445 * sparse/normest.m: New file. | |
5446 | |
6286 | 5447 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5448 |
6210 | 5449 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5450 Work on Windows systems without cp or mv. | |
5451 | |
6209 | 5452 * startup/inputrc: Include sequences for Windows. |
5453 | |
6203 | 5454 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5455 | |
5456 * pkg/pkg.m (unload_packages): New function. | |
5457 (pkg): Handle unload action. | |
5458 | |
5459 * __errplot__.m: Add missing semicolon. | |
5460 | |
6193 | 5461 2006-11-30 John W. Eaton <jwe@octave.org> |
5462 | |
5463 * miscellaneous/mexext.m: New file. | |
5464 | |
6189 | 5465 2006-11-29 David Bateman <dbateman@free.fr> |
5466 | |
5467 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5468 location of package lists to be probed and set. | |
5469 | |
6179 | 5470 2006-11-17 John W. Eaton <jwe@octave.org> |
5471 | |
6181 | 5472 * plot/__render_plot1__.m: Reverse y axis for images. |
5473 | |
6179 | 5474 * plot/__render_plot__.m: New args, terminal and output. |
5475 * plot/print.m: Don't set output and term here. Instead, call | |
5476 __render_plot__ with terminal and output. | |
5477 | |
6178 | 5478 2006-11-16 John W. Eaton <jwe@octave.org> |
5479 | |
5480 * plot/__render_plot1__.m: New file. | |
5481 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5482 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5483 gnuplot. Let __render_plot__ do that. | |
5484 | |
6177 | 5485 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5486 | |
5487 * plot/plot.m: Fix doc string. | |
5488 | |
6173 | 5489 2006-11-16 John W. Eaton <jwe@octave.org> |
5490 | |
5491 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5492 before sending anything to the plotter. | |
5493 | |
6172 | 5494 2006-11-15 John W. Eaton <jwe@octave.org> |
5495 | |
5496 * image/__img_gnuplot__.m: Store more info in global plot | |
5497 structures and use __render_plot__ to build plot command to | |
5498 display image. | |
5499 | |
5500 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5501 | |
5502 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5503 __plot_command_sep__): Delete. | |
5504 (__plot_data_type__, __plot_data_parametric__, | |
5505 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5506 __plot_usingstr__, __plot_withstr__): New variables. | |
5507 * plot/__init_plot_vars__.m: Initialize them. | |
5508 | |
5509 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5510 Don't handle sep or cmd. | |
5511 | |
5512 * plot/__render_plot__.m: New function. | |
5513 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5514 Store more info in global plot structures and use __render_plot__ | |
5515 to build plot command. | |
5516 * plot/replot.m: Simply call __render_plot__. | |
5517 | |
5518 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5519 Set __plot_data_parametric__ here. | |
5520 | |
6164 | 5521 2006-11-14 John W. Eaton <jwe@octave.org> |
5522 | |
6166 | 5523 * plot/bottom_title.m, plot/top_title.m: Delete. |
5524 | |
6164 | 5525 * image/image_viewer.m: Set default values here. |
5526 * image/image.m: Not here. | |
5527 | |
5528 * image/image_viewer.m: Always return old values. Check arguments. | |
5529 * image/__img_gnuplot__.m: Rename from __img__m. | |
5530 | |
5531 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5532 | |
5533 * image/image_viewer.m: New function. | |
5534 * image/__img_via_file__.m: New function. | |
5535 * image/image.m: Use image_viewer to determine which program to | |
5536 use for image viewing. | |
6754 | 5537 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5538 |
6163 | 5539 2006-11-14 John W. Eaton <jwe@octave.org> |
5540 | |
5541 * plot/__do_legend__.m, plot/__errplot__.m, | |
5542 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5543 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5544 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5545 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5546 Use __plot_globals__ for multiplot variables. Keep track of | |
5547 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5548 | |
6157 | 5549 2006-11-13 John W. Eaton <jwe@octave.org> |
5550 | |
6158 | 5551 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5552 | |
6157 | 5553 * miscellaneous/substruct.m: New function. |
5554 | |
5555 * testfun/assert.m: Force orientation to match when comparing | |
5556 struct elements. | |
5557 | |
5558 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5559 when comparing structs. | |
5560 | |
5561 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5562 | |
6754 | 5563 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5564 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5565 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5566 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5567 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5568 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5569 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5570 |
6156 | 5571 2006-11-13 John W. Eaton <jwe@octave.org> |
5572 | |
5573 * plot/mesh.m: Use size_equal to compare dimensions. | |
5574 | |
6154 | 5575 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5576 | |
5577 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5578 | |
6152 | 5579 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5580 | |
5581 * miscellaneous/copyfile.m: Fix docs to match function. | |
5582 | |
6145 | 5583 2006-11-08 John W. Eaton <jwe@octave.org> |
5584 | |
6146 | 5585 * plot/legend.m: New function, adapted from Octave Forge. |
5586 | |
5587 * plot/__do_legend__.m: New function. | |
5588 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5589 plot/replot.m: Call it before plotting. | |
5590 | |
5591 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5592 noparametric" to gnuplot.. | |
5593 | |
5594 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5595 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5596 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5597 and return key title separate from line format. Accept format and | |
5598 key as cellstr. Always return data as cell array. Return format | |
5599 and key title as cellstr. | |
5600 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5601 Handle line format and key titles separately. | |
5602 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5603 | |
5604 * plot/__plot_globals__.m (__plot_line_offset__, | |
5605 __plot_key_labels__, __plot_key_properties__): New global | |
5606 variables. Initialize them. | |
5607 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5608 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5609 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5610 (__plot_line_offset__, __plot_key_labels__, | |
5611 __plot_key_properties__): Store information about plot key titles. | |
5612 | |
5613 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5614 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5615 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5616 respectively. | |
5617 | |
5618 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5619 | |
6145 | 5620 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5621 whle concatenating args. | |
5622 | |
6144 | 5623 2006-11-07 John W. Eaton <jwe@octave.org> |
5624 | |
5625 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5626 | |
6142 | 5627 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5628 | |
6143 | 5629 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5630 option to regexp. | |
5631 | |
6142 | 5632 * image/__img__.m: Send "set size ratio -1" before plotting. |
5633 | |
6138 | 5634 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5635 | |
6139 | 5636 * strings/index.m: New arg, direction. Simplify and speed up. |
5637 * strings/rindex.m: Implement using index (..., "last"); | |
5638 | |
6754 | 5639 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5640 |
6130 | 5641 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5642 | |
5643 * general/__isequal__.m: Test size and class more consistently. | |
5644 | |
6116 | 5645 2006-10-27 John W. Eaton <jwe@octave.org> |
5646 | |
6117 | 5647 * miscellaneous/ls_command.m: Use /D instead of /w. |
5648 From Michael Goffioul <michael.goffioul@swing.be>. | |
5649 | |
6116 | 5650 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5651 * miscellaneous/dir.m: Mark as a command. | |
5652 | |
6112 | 5653 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5654 | |
5655 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5656 | |
6088 | 5657 2006-10-25 John W. Eaton <jwe@octave.org> |
5658 | |
5659 * image/image.m: Set x = y = [] when nargin == 0; | |
5660 | |
5661 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5662 | |
5663 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5664 * image/__img__.m: New file, originally from | |
5665 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5666 | |
6087 | 5667 2006-10-25 John W. Eaton <jwe@octave.org> |
5668 | |
5669 * plot/__gnuplot_version__.m: New function, originally from | |
5670 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5671 Quentin Spencer <qspencer@ieee.org>. | |
5672 | |
6085 | 5673 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5674 | |
5675 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5676 | |
6081 | 5677 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5678 | |
5679 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5680 miscellaneous/gunzip.m: New files. | |
5681 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5682 Call unpack to do the real work. | |
5683 | |
6075 | 5684 2006-10-24 John W. Eaton <jwe@octave.org> |
5685 | |
6078 | 5686 * plot/plot3.m: If we have a format string, then also pass using |
5687 string to __plt3__. | |
5688 | |
6077 | 5689 * plot/sombrero.m: Don't return anything if nargout == 0. |
5690 | |
6075 | 5691 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5692 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5693 |
6069 | 5694 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5695 | |
5696 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5697 Quote filenames in shell commands. | |
5698 | |
6055 | 5699 2006-10-17 David Bateman <dbateman@free.fr> |
5700 | |
5701 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5702 the package directory is missing. | |
5703 | |
6052 | 5704 2006-10-13 John W. Eaton <jwe@octave.org> |
5705 | |
5706 * plot/box.m: New function. | |
5707 | |
6050 | 5708 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5709 | |
5710 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5711 | |
6049 | 5712 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5713 | |
5714 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5715 | |
6047 | 5716 2006-10-10 John W. Eaton <jwe@octave.org> |
5717 | |
5718 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5719 | |
6046 | 5720 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5721 | |
5722 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5723 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5724 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5725 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5726 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5727 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5728 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5729 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5730 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5731 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5732 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5733 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5734 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5735 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5736 control/system/buildssic.m, control/system/c2d.m, | |
5737 control/system/cellidx.m, control/system/d2c.m, | |
5738 control/system/dmr2d.m, control/system/fir2sys.m, | |
5739 control/system/is_abcd.m, control/system/is_controllable.m, | |
5740 control/system/is_detectable.m, control/system/is_digital.m, | |
5741 control/system/is_observable.m, control/system/is_siso.m, | |
5742 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5743 control/system/jet707.m, control/system/listidx.m, | |
5744 control/system/ord2.m, control/system/parallel.m, | |
5745 control/system/ss.m, control/system/ss2zp.m, | |
5746 control/system/starp.m, control/system/sys2ss.m, | |
5747 control/system/sys2tf.m, control/system/sys2zp.m, | |
5748 control/system/sysadd.m, control/system/sysappend.m, | |
5749 control/system/syschtsam.m, control/system/sysconnect.m, | |
5750 control/system/syscont.m, control/system/sysdimensions.m, | |
5751 control/system/sysdisc.m, control/system/sysdup.m, | |
5752 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5753 control/system/sysgroup.m, control/system/sysidx.m, | |
5754 control/system/sysmin.m, control/system/sysmult.m, | |
5755 control/system/sysout.m, control/system/sysprune.m, | |
5756 control/system/sysscale.m, control/system/syssetsignals.m, | |
5757 control/system/syssub.m, control/system/sysupdate.m, | |
5758 control/system/tf.m, control/system/tfout.m, | |
5759 control/system/ugain.m, control/system/zp.m, | |
5760 control/system/zpout.m, control/util/__outlist__.m, | |
5761 control/util/__zgpbal__.m, control/util/prompt.m, | |
5762 control/util/sortcom.m, control/util/strappend.m, | |
5763 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5764 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5765 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5766 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5767 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5768 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5769 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5770 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5771 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5772 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5773 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5774 general/ind2sub.m, general/int2str.m, | |
5775 general/is_duplicate_entry.m, general/isdefinite.m, | |
5776 general/isequal.m, general/isequalwithequalnans.m, | |
5777 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5778 general/isvector.m, general/logical.m, general/logspace.m, | |
5779 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5780 general/perror.m, general/postpad.m, general/prepad.m, | |
5781 general/randperm.m, general/rem.m, general/repmat.m, | |
5782 general/rot90.m, general/rotdim.m, general/shift.m, | |
5783 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5784 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5785 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5786 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5787 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5788 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5789 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5790 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5791 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5792 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5793 linear-algebra/logm.m, linear-algebra/norm.m, | |
5794 linear-algebra/null.m, linear-algebra/orth.m, | |
5795 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5796 linear-algebra/trace.m, linear-algebra/vec.m, | |
5797 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5798 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5799 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5800 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5801 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5802 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5803 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5804 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5805 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5806 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5807 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5808 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5809 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5810 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5811 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5812 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5813 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5814 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5815 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5816 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5817 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5818 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5819 polynomial/polyder.m, polynomial/polyderiv.m, | |
5820 polynomial/polyfit.m, polynomial/polygcd.m, | |
5821 polynomial/polyinteg.m, polynomial/polyout.m, | |
5822 polynomial/polyreduce.m, polynomial/polyval.m, | |
5823 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5824 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5825 set/complement.m, set/create_set.m, set/intersect.m, | |
5826 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5827 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5828 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5829 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5830 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5831 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5832 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5833 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5834 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5835 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5836 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5837 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5838 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5839 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5840 special-matrix/hankel.m, special-matrix/hilb.m, | |
5841 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5842 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5843 statistics/base/center.m, statistics/base/cloglog.m, | |
5844 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5845 statistics/base/cov.m, statistics/base/cut.m, | |
5846 statistics/base/gls.m, statistics/base/iqr.m, | |
5847 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5848 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5849 statistics/base/mean.m, statistics/base/meansq.m, | |
5850 statistics/base/median.m, statistics/base/moment.m, | |
5851 statistics/base/ols.m, statistics/base/ppplot.m, | |
5852 statistics/base/probit.m, statistics/base/qqplot.m, | |
5853 statistics/base/range.m, statistics/base/ranks.m, | |
5854 statistics/base/run_count.m, statistics/base/skewness.m, | |
5855 statistics/base/spearman.m, statistics/base/statistics.m, | |
5856 statistics/base/std.m, statistics/base/studentize.m, | |
5857 statistics/base/table.m, statistics/base/values.m, | |
5858 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5859 statistics/distributions/betainv.m, | |
5860 statistics/distributions/betapdf.m, | |
5861 statistics/distributions/betarnd.m, | |
5862 statistics/distributions/binocdf.m, | |
5863 statistics/distributions/binoinv.m, | |
5864 statistics/distributions/binopdf.m, | |
5865 statistics/distributions/binornd.m, | |
5866 statistics/distributions/cauchy_cdf.m, | |
5867 statistics/distributions/cauchy_inv.m, | |
5868 statistics/distributions/cauchy_pdf.m, | |
5869 statistics/distributions/cauchy_rnd.m, | |
5870 statistics/distributions/chi2cdf.m, | |
5871 statistics/distributions/chi2inv.m, | |
5872 statistics/distributions/chi2pdf.m, | |
5873 statistics/distributions/chi2rnd.m, | |
5874 statistics/distributions/discrete_cdf.m, | |
5875 statistics/distributions/discrete_inv.m, | |
5876 statistics/distributions/discrete_pdf.m, | |
5877 statistics/distributions/discrete_rnd.m, | |
5878 statistics/distributions/empirical_rnd.m, | |
5879 statistics/distributions/expcdf.m, | |
5880 statistics/distributions/expinv.m, | |
5881 statistics/distributions/exppdf.m, | |
5882 statistics/distributions/exprnd.m, | |
5883 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5884 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5885 statistics/distributions/gamcdf.m, | |
5886 statistics/distributions/gaminv.m, | |
5887 statistics/distributions/gampdf.m, | |
5888 statistics/distributions/gamrnd.m, | |
5889 statistics/distributions/geocdf.m, | |
5890 statistics/distributions/geoinv.m, | |
5891 statistics/distributions/geopdf.m, | |
5892 statistics/distributions/geornd.m, | |
5893 statistics/distributions/hygecdf.m, | |
5894 statistics/distributions/hygeinv.m, | |
5895 statistics/distributions/hygepdf.m, | |
5896 statistics/distributions/hygernd.m, | |
5897 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5898 statistics/distributions/laplace_cdf.m, | |
5899 statistics/distributions/laplace_inv.m, | |
5900 statistics/distributions/laplace_pdf.m, | |
5901 statistics/distributions/laplace_rnd.m, | |
5902 statistics/distributions/logistic_cdf.m, | |
5903 statistics/distributions/logistic_inv.m, | |
5904 statistics/distributions/logistic_pdf.m, | |
5905 statistics/distributions/logistic_rnd.m, | |
5906 statistics/distributions/logncdf.m, | |
5907 statistics/distributions/logninv.m, | |
5908 statistics/distributions/lognpdf.m, | |
5909 statistics/distributions/lognrnd.m, | |
5910 statistics/distributions/normcdf.m, | |
5911 statistics/distributions/norminv.m, | |
5912 statistics/distributions/normpdf.m, | |
5913 statistics/distributions/normrnd.m, | |
5914 statistics/distributions/pascal_cdf.m, | |
5915 statistics/distributions/pascal_inv.m, | |
5916 statistics/distributions/pascal_pdf.m, | |
5917 statistics/distributions/pascal_rnd.m, | |
5918 statistics/distributions/poisscdf.m, | |
5919 statistics/distributions/poissinv.m, | |
5920 statistics/distributions/poisspdf.m, | |
5921 statistics/distributions/poissrnd.m, | |
5922 statistics/distributions/stdnormal_cdf.m, | |
5923 statistics/distributions/stdnormal_inv.m, | |
5924 statistics/distributions/stdnormal_pdf.m, | |
5925 statistics/distributions/stdnormal_rnd.m, | |
5926 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5927 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5928 statistics/distributions/unifcdf.m, | |
5929 statistics/distributions/unifinv.m, | |
5930 statistics/distributions/unifpdf.m, | |
5931 statistics/distributions/unifrnd.m, | |
5932 statistics/distributions/wblcdf.m, | |
5933 statistics/distributions/wblinv.m, | |
5934 statistics/distributions/wblpdf.m, | |
5935 statistics/distributions/wblrnd.m, | |
5936 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5937 statistics/tests/bartlett_test.m, | |
5938 statistics/tests/chisquare_test_homogeneity.m, | |
5939 statistics/tests/chisquare_test_independence.m, | |
5940 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5941 statistics/tests/hotelling_test.m, | |
5942 statistics/tests/hotelling_test_2.m, | |
5943 statistics/tests/kolmogorov_smirnov_test.m, | |
5944 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5945 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5946 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5947 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5948 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5949 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5950 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5951 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5952 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5953 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5954 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5955 strings/index.m, strings/isletter.m, strings/lower.m, | |
5956 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5957 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5958 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5959 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5960 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5961 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5962 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5963 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5964 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5965 time/etime.m, time/is_leap_year.m: | |
5966 Use print_usage instead of usage. | |
5967 | |
6044 | 5968 2006-10-09 David Bateman <dbateman@free.fr> |
5969 | |
5970 * time/datevec.m: Add additional compatible default parsing strings. | |
5971 | |
6395 | 5972 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5973 |
6042 | 5974 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5975 Remove compare_versions subfunction. | |
5976 | |
5977 * miscellaneous/compare_versions.m: New function to compare | |
5978 version numbers as strings with any boolean operators. | |
5979 | |
6041 | 5980 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5981 file exists. | |
5982 | |
6036 | 5983 2006-10-04 John W. Eaton <jwe@octave.org> |
5984 | |
5985 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5986 | |
6032 | 5987 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5988 | |
6037 | 5989 * pkg/pkg.m: Update docs. Handle prefix option. |
5990 Handle dependencies for load option. | |
6032 | 5991 |
6029 | 5992 2006-10-04 John W. Eaton <jwe@octave.org> |
5993 | |
6030 | 5994 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5995 | |
5996 * plot/clg.m: Delete. | |
5997 * plot/__init_plot_vars__.m: New function. | |
5998 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5999 |
6025 | 6000 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6001 | |
6002 * pkg/pkg.m: Avoid calling addpath with no args. | |
6003 | |
6024 | 6004 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6005 | |
6006 * audio/loadaudio.m, control/base/nyquist.m, | |
6007 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6008 linear-algebra/krylov.m, statistics/base/center.m, | |
6009 statistics/base/median.m, statistics/base/std.m, | |
6010 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6011 find first or last element matching a condition. | |
6012 | |
6023 | 6013 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6014 | |
6015 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6016 general/__isequal__.m: Minimize looping using cellfun. | |
6017 | |
6020 | 6018 2006-10-02 David Bateman <dbateman@free.fr> |
6019 | |
6020 * pkg/pkg.m (copy_files): always create installation directory. | |
6021 | |
6016 | 6022 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6023 | |
6024 * miscellaneous/doc.m: Swap file and directory args to info. | |
6025 | |
6026 2006-10-01 Arno Onken <whyly@gmx.net> | |
6027 | |
6028 * statistics/distributions/exprnd.m: Fix typo. | |
6029 | |
6014 | 6030 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6031 | |
6032 * polynomial/ppval.m: Use .' instead of '. | |
6033 * polynomial/spline.m: Likewise. New tests. | |
6034 | |
6004 | 6035 2006-09-26 David Bateman <dbateman@free.fr> |
6036 | |
6037 * __plt3__.m: Using global variables __plot_data__, | |
6038 __plot_data_offset__ and __plot_command__ to store plots and | |
6039 correctly handle multiplots, and hold state. Only accept a single | |
6040 data parameter plus, using, format and with strings. Remove | |
6041 setting of gnuplot parameters. | |
6042 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6043 * __setup_plot__.m: Convert to a function and pass the plotting | |
6044 command to use. | |
6045 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6046 * contour.m: Use unwind protect on the parametric state of plot | |
6047 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6048 * mesh.m: ditto. | |
6049 * plot3.m: Error checking, setting of parametric state and | |
6050 formation of matrix to plot moved from old __plt3__. | |
6051 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6052 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6053 |
5997 | 6054 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6055 |
6056 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
6057 | |
6058 * signal/filter2.m: Correct texinfo doc. | |
6059 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6060 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6061 |
6062 * miscellaneous/parseparams.m: Correct texinfo doc. | |
6063 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6064 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 6065 |
6066 * pkg/pkg.m (prepare_installation): Don't create package | |
6067 installation directory here. | |
6068 (copy_files): Create it here instead, to avoid issues with | |
6069 upgrades. Also install the COPYING file in packinfo. | |
6070 | |
5989 | 6071 2006-09-13 John W. Eaton <jwe@octave.org> |
6072 | |
6073 * general/blkdiag.m: Adjust to new cellfun rules. | |
6074 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6075 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 6076 |
6077 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
6078 error message for archive name not matching package name. | |
6079 (installed_packages): Size header of printed results to | |
6080 arguments. Sort the list of installed packages before printing | |
6081 them. | |
6082 | |
5986 | 6083 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
6084 | |
6085 * signal/freqz.m: Update tests. | |
6086 | |
6087 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
6088 | |
6089 * signal/freqz.m: Corretly postpad arrays. | |
6090 Don't call fliplr on a column vector. | |
6091 | |
5984 | 6092 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
6093 | |
6094 * general/shiftdim.m: Use permute instead of reshape. | |
6095 | |
5981 | 6096 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
6097 | |
6098 * miscellaneous/parseparams.m: New function. | |
6099 | |
5980 | 6100 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
6101 | |
6102 * miscellaneous/doc.m: Swap order of --file and --directory | |
6103 options for info program invocation. | |
6104 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6105 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 6106 |
5987 | 6107 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 6108 previous change. |
6109 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6110 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 6111 |
6112 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
6113 absence of trailing "/" in OCTAVE_HOME. | |
6114 | |
5973 | 6115 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
6116 | |
6117 * time/datenum.m: Allow arg to be character string. | |
6118 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6119 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 6120 |
6121 * pkg/pkg.m (install): Verify that package name correponds to the | |
6122 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
6123 they are empty. If package directory is empty, remove it to fail | |
6124 gracefully for system specific packages. | |
6125 (extract_pkgadd, create_pkgadd): delete. | |
6126 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6127 (copy_files): Install both bin/ and doc/ directories, adding the | |
6128 bin/ to the EXEC_PATH when the package is loaded. | |
6129 | |
5962 | 6130 2006-08-24 John W. Eaton <jwe@octave.org> |
6131 | |
6132 * image/saveimage.m: Use logical indexing instead of | |
6133 indices computed by calling find on the logical index. | |
6134 | |
5961 | 6135 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
6136 | |
5967 | 6137 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6138 Use logical indexing instead of indices computed by calling find |
6139 on the logical index. | |
6140 | |
6141 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6142 |
5959 | 6143 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6144 | |
6145 * control/system/tf2zp.m: Simplify gain calculation. | |
6146 | |
5958 | 6147 2006-08-23 John W. Eaton <jwe@octave.org> |
6148 | |
6149 * plot/__plt__.m: Insert using clauses for all plots. | |
6150 | |
5957 | 6151 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6152 | |
6153 * control/system/sysscale.m: Call tf and zp with correct number of | |
6154 args. | |
6155 | |
5955 | 6156 2006-08-22 David Bateman <dbateman@free.fr> |
6157 | |
6158 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6159 Search inst/*.m and src/*.m files in the package for | |
6160 PKG_ADD directives and append user supplied PKG_ADD. | |
6161 (pkg): Call create_pkgadd after copying files. | |
6162 | |
5947 | 6163 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
6164 | |
6165 * pkg/pkg.m: Handle multiple packages in a single file. | |
6166 Insert directory separator between OCTAVE_HOME and rest of package | |
6167 installation directory. | |
6168 | |
6169 2006-08-21 John W. Eaton <jwe@octave.org> | |
6170 | |
6171 * general/num2str.m: Early return if arg is empty. | |
6172 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
6173 | |
5946 | 6174 2006-08-21 David Bateman <dbateman@free.fr> |
6175 | |
6176 * strings/mat2str.m: Compute NC before using. | |
6177 | |
5937 | 6178 2006-08-17 John W. Eaton <jwe@octave.org> |
6179 | |
6180 * audio/wavread.m: Fix calculation of sample count. | |
6181 | |
5934 | 6182 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6183 | |
6184 * image/imshow.m: New Matlab-compatible version. | |
6185 | |
5930 | 6186 2006-08-15 John W. Eaton <jwe@octave.org> |
6187 | |
6188 * deprecated/is_global.m: Delete. | |
6189 | |
5928 | 6190 2006-08-14 John W. Eaton <jwe@octave.org> |
6191 | |
6192 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6193 | |
5926 | 6194 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6195 | |
6196 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6197 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6198 | |
5928 | 6199 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6200 | |
6778 | 6201 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6202 Use addpath and rmpath instead of manipulating LOADPATH. |
6203 Handle changes to system function. | |
6204 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6205 recursive directory removal. | |
5922 | 6206 |
5924 | 6207 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6208 | |
6778 | 6209 * colormap.m: Change global variable to persistent. |
5923 | 6210 |
5922 | 6211 * rgb2ind.m: Handle single 3-d array as rgb image. |
6212 | |
5920 | 6213 2006-08-14 John W. Eaton <jwe@octave.org> |
6214 | |
6215 * strings/str2double.m: Fix missing semicolon. | |
6216 | |
5910 | 6217 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6218 | |
6219 * plot/plot3.m: Accept one complex or one real and one complex | |
6220 argument and plot real and imaginary components for y and z. | |
6221 | |
5908 | 6222 2006-07-27 John W. Eaton <jwe@octave.org> |
6223 | |
6224 * testfun/test.m: Call fflush after each block of calls to | |
6225 fprintf, fputs, or fdisp. | |
6226 | |
5904 | 6227 2006-07-26 John W. Eaton <jwe@octave.org> |
6228 | |
6229 * miscellaneous/mex.m: New function. | |
6230 | |
5901 | 6231 2006-07-22 John W. Eaton <jwe@octave.org> |
6232 | |
6233 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6234 | |
5881 | 6235 2006-07-07 John W. Eaton <jwe@octave.org> |
6236 | |
6237 * miscellaneous/orderfields.m: New file. | |
6238 | |
5873 | 6239 2006-06-30 John W. Eaton <jwe@octave.org> |
6240 | |
6241 * time/datevec.m: Make another attempt to account for precision of | |
6242 datenum format. | |
6243 | |
5868 | 6244 2006-06-29 John W. Eaton <jwe@octave.org> |
6245 | |
6246 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6247 Use feval instead of "type -q" to get values now that all the | |
6248 symbols are functions. | |
6249 | |
5860 | 6250 2006-06-16 John W. Eaton <jwe@octave.org> |
6251 | |
6252 * time/datevec.m: Avoid computing log of non-positive values. | |
6253 | |
5859 | 6254 2006-06-14 John W. Eaton <jwe@octave.org> |
6255 | |
6256 * time/datevec.m: Attempt to account for precision of datenum format. | |
6257 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6258 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6259 |
6260 * audio/wavread.m: Fix file range error and add read support for | |
6261 24-bit WAV files. | |
6262 | |
5837 | 6263 2006-06-01 David Bateman <dbateman@free.fr> |
6264 | |
6265 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6266 general/interp1.m, general/gradient.m, general/interp2.m, | |
6267 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6268 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6269 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6270 | |
5835 | 6271 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6272 | |
6273 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6274 * miscellaneous/texas_lotto.m: Fix warning message. | |
6275 | |
5830 | 6276 2006-05-26 John W. Eaton <jwe@octave.org> |
6277 | |
6278 * miscellaneous/doc.m: Also handle nargin == 0. | |
6279 | |
5829 | 6280 2006-05-23 John W. Eaton <jwe@octave.org> |
6281 | |
6282 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6283 really needed. | |
6284 | |
5827 | 6285 2006-05-22 John W. Eaton <jwe@octave.org> |
6286 | |
6754 | 6287 * general/lookup.m: New file from Octave Forge. |
5827 | 6288 |
6289 2006-05-22 David Bateman <dbateman@free.fr> | |
6290 | |
6754 | 6291 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6292 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6293 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6294 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6295 special-matrix/magic.m, special-matrix/hadamard.m, | |
6296 strings/strtok.m: New files from Octave Forge. | |
5827 | 6297 |
5824 | 6298 2006-05-19 David Bateman <dbateman@free.fr> |
6299 | |
6300 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6301 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6302 |
5821 | 6303 2006-05-17 John W. Eaton <jwe@octave.org> |
6304 | |
6305 * set/intersection.m: Delete | |
6306 * deprecated/intersection.m: New file. | |
6307 | |
5820 | 6308 2006-05-17 David Bateman <dbateman@free.fr> |
6309 | |
6310 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6311 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6312 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6313 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6314 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6315 Forge. | |
6316 | |
5809 | 6317 2006-05-11 John W. Eaton <jwe@octave.org> |
6318 | |
5815 | 6319 * path/path.m: Delete (now a built-in function). |
6320 | |
5811 | 6321 * pkg/Makefile.in: New file. |
6322 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6323 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6324 |
5808 | 6325 2006-05-10 John W. Eaton <jwe@octave.org> |
6326 | |
6327 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6328 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6329 | |
8149 | 6330 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6331 |
6332 * tar.m, untar.m, unzip.m: New files. | |
6333 | |
5801 | 6334 2006-05-10 John W. Eaton <jwe@octave.org> |
6335 | |
5804 | 6336 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6337 * path/setpath.m: Delete. | |
6338 | |
5801 | 6339 * pkg/pkg.m: New file. |
6340 | |
5798 | 6341 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6342 | |
6343 * plot/plot.m: Doc string fix. | |
6344 | |
6345 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6346 | |
6347 * testfun/speeed.m: Use new interface to unique and assert. | |
6348 Improve documentation. Approximate time complexity from log-log | |
6349 plot. Return time complexity and raw times if requested. The | |
6350 mean ratio is no longer returned. Provide complete control over | |
6351 which n are computed. | |
6352 | |
6353 2006-05-09 John W. Eaton <jwe@octave.org> | |
6354 | |
6355 * path/path.m: Move here from miscellaneous. | |
6356 Adapt to new LOADPATH definition. | |
6357 | |
5789 | 6358 2006-05-03 David Bateman <dbateman@free.fr> |
6359 | |
6360 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6361 explicit uses of a path seperation character with pathsep(). | |
6362 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6363 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6364 |
6778 | 6365 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6366 |
5781 | 6367 2006-04-29 John W. Eaton <jwe@octave.org> |
6368 | |
6369 * startup/main-rcfile: Disable some warnings. | |
6370 | |
5762 | 6371 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6372 | |
6373 * strings/strcmpi.m: Return false instead of error if args are not | |
6374 char or cellstr. | |
6375 | |
5750 | 6376 2006-04-10 John W. Eaton <jwe@octave.org> |
6377 | |
6378 * miscellaneous/dir.m: Ensure that returned structure array is | |
6379 Nx1, not 1xN. | |
6380 | |
5746 | 6381 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6382 | |
6383 * plot/hist.m: Ignore NaN in inputs. | |
6384 | |
5745 | 6385 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6386 | |
6387 * miscellaneous/mkoctfile.m: Doc string fix. | |
6388 | |
5741 | 6389 2006-04-05 John W. Eaton <jwe@octave.org> |
6390 | |
6391 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6392 are both empty. | |
6393 * plot/__plt__.m: Ignore empty data and format strings returned | |
6394 from __plt1__ or __plt2__. | |
6395 | |
5737 | 6396 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6397 | |
6778 | 6398 * set/unique.m: Properly handle single column input when |
5737 | 6399 "rows" is specified. |
6400 | |
5732 | 6401 2006-04-04 John W. Eaton <jwe@octave.org> |
6402 | |
5736 | 6403 * path/setpath.m: New file. |
6404 * path/savepath.m: Use setpath to set path instead of assigning | |
6405 directly to LOADPATH. | |
6406 | |
5732 | 6407 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6408 New files, adapted from Octave Forge by Keith Goodman | |
6409 <kwgoodman@gmail.com>. | |
6410 * path: New directory. | |
6411 * Makefile.in (SUBDIRS): Add it to the list. | |
6412 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6413 | |
5731 | 6414 2006-04-02 David Bateman <dbateman@free.fr> |
6415 | |
6416 * general/tril.m, general.triu.m: | |
6417 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6418 to allow user types to work correctly. | |
6419 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6420 | |
5727 | 6421 2006-04-03 David Bateman <dbateman@free.fr> |
6422 | |
6423 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6424 Accept keyword "minor" for minor grid. | |
6425 | |
5721 | 6426 2006-03-28 John W. Eaton <jwe@octave.org> |
6427 | |
6428 * general/isscalar.m: Only require that all dimensions are 1 for | |
6429 compatiblity. | |
6430 | |
6431 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6432 | |
6433 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6434 compatibility. | |
6435 | |
5720 | 6436 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6437 | |
6438 * plot/__errplot__.m: Doc string fix. | |
6439 | |
6440 * miscellaneous/doc.m: Mark as command. | |
6441 | |
6442 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6443 general/isequalwithequalnans.m, general/blkdiag.m, | |
6444 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6445 | |
5717 | 6446 2006-03-27 Don Bindner <dbindner@truman.edu> |
6447 | |
6448 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6449 return 3d matrices. | |
6450 | |
6451 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6452 | |
6453 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6454 | |
5708 | 6455 2006-03-22 John W. Eaton <jwe@octave.org> |
6456 | |
6457 * plot/print.m: Don't replot after popping terminal setting. | |
6458 | |
5696 | 6459 2006-03-20 John W. Eaton <jwe@octave.org> |
6460 | |
6461 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6462 mkoctfile. Use fullfile to construct file name. | |
6463 | |
5695 | 6464 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6465 | |
6466 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6467 shell script from Octave prompt. | |
6468 | |
5690 | 6469 2006-03-17 John W. Eaton <jwe@octave.org> |
6470 | |
5693 | 6471 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6472 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6473 | |
6474 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6475 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6476 Call new wbl functions to do the real work. | |
6477 Swap args and provide default values as necessary to preserve | |
6478 compatibility with old version of Octave. | |
6479 | |
6480 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6481 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6482 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6483 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6484 Swap scale and shape args for compatibility. | |
6485 | |
5692 | 6486 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6487 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6488 Preserve compatibility with old versions of Octave given new | |
6489 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6490 |
5692 | 6491 * statistics/distributions/logncdf.m, |
6492 statistics/distributions/logninv.m, | |
6493 statistics/distributions/lognpdf.m, | |
6494 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6495 From Ben Barrowes <barrowes@alum.mit.edu> | |
6496 | |
5691 | 6497 * deprecated/hypergeometric_rnd.m: Update interface to match |
6498 current 2.1.x version. | |
6499 | |
6500 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6501 | |
5690 | 6502 * miscellaneous/dir.m: Use readdir instead of glob. |
6503 Special case for "." to avoid globbing. Use list_in_columns. | |
6504 Eliminate unused variables len and finfo. | |
6505 | |
5689 | 6506 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6507 | |
6508 * miscellaneous/dir.m: Improve compatibility. | |
6509 | |
5687 | 6510 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6511 | |
6512 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6513 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6514 | |
5686 | 6515 2006-03-16 John W. Eaton <jwe@octave.org> |
6516 | |
6517 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6518 of looking at sum of max dimensions. | |
6519 | |
5681 | 6520 2006-03-16 David Bateman <dbateman@free.fr> |
6521 | |
6522 * testfun/test.m: Clear last warning before warning test to avoid | |
6523 issues with previously set warnings. | |
6524 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6525 sparse matrices. Force matrix type from spqr solution to be | |
6526 singular to force QR solvers to be used for assert. | |
6527 | |
5678 | 6528 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6529 | |
6530 * strings/strfind.m: New file. | |
6531 | |
5677 | 6532 2006-03-16 John W. Eaton <jwe@octave.org> |
6533 | |
6534 * general/rows.m, general/columns.m: Delete. | |
6535 | |
5674 | 6536 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6537 | |
6538 * strings/strcmpi.m: Simplify. | |
6539 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6540 * strings/strtrunc.m: New file. |
5674 | 6541 |
5676 | 6542 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6543 | |
5672 | 6544 2006-03-15 John W. Eaton <jwe@octave.org> |
6545 | |
6546 * miscellaneous/doc.m: New file. | |
8149 | 6547 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6548 |
5671 | 6549 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6550 | |
6551 * miscellaneous/mkoctfile.m: New file. | |
6552 | |
5670 | 6553 2006-03-15 John W. Eaton <jwe@octave.org> |
6554 | |
6555 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6556 | |
5666 | 6557 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6558 | |
6559 * strings/bin2dec.m: Doc fix. | |
6560 | |
5661 | 6561 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6562 | |
6563 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6564 * time/datenum.m: New function to compute day number from time. | |
6565 | |
5659 | 6566 2006-03-09 John W. Eaton <jwe@octave.org> |
6567 | |
6568 * miscellaneous/unix.m, plot/print.m: | |
6569 Swap order of outputs from system. | |
6570 | |
5642 | 6571 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6572 | |
6573 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6574 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6575 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6576 control/base/__stepimp__.m, control/base/are.m, | |
6577 control/base/controldemo.m, control/base/damp.m, | |
6578 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6579 control/base/step.m, control/system/abcddim.m, | |
6580 control/system/is_abcd.m, control/system/is_controllable.m, | |
6581 control/system/is_detectable.m, control/system/is_observable.m, | |
6582 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6583 control/system/jet707.m, control/system/sys2fir.m, | |
6584 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6585 control/system/tfout.m, control/system/ugain.m, | |
6586 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6587 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6588 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6589 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6590 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6591 general/circshift.m, general/columns.m, general/flipdim.m, | |
6592 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6593 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6594 general/isequalwithequalnans.m, general/isscalar.m, | |
6595 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6596 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6597 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6598 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6599 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6600 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6601 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6602 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6603 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6604 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6605 miscellaneous/license.m, miscellaneous/menu.m, | |
6606 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6607 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6608 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6609 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6610 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6611 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6612 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6613 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6614 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6615 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6616 polynomial/polyinteg.m, polynomial/polyout.m, | |
6617 polynomial/polyreduce.m, polynomial/polyval.m, | |
6618 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6619 set/create_set.m, set/intersection.m, set/ismember.m, | |
6620 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6621 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6622 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6623 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6624 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6625 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6626 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6627 special-matrix/vander.m, statistics/base/median.m, | |
6628 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6629 statistics/distributions/gaminv.m, | |
6630 statistics/distributions/gampdf.m, | |
6631 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6632 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6633 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6634 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6635 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6636 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6637 | |
5633 | 6638 2006-02-27 John W. Eaton <jwe@octave.org> |
6639 | |
6640 * time/tic.m: Move here from miscellaneous/tic.m. | |
6641 * time/toc.m: Move here from miscellaneous/toc.m. | |
6642 | |
6643 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6644 | |
6645 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6646 does not assign output of toc to a variable. | |
6647 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6648 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6649 |
6650 * axis.m: Catch limits that are the same and return an error. | |
6651 | |
5625 | 6652 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6653 | |
6654 * plot/print.m: Accept emf device option to support Enhanced | |
6655 Metafile format. | |
6656 | |
6657 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6658 | |
6659 * control/base/lqe.m: Doc fix. | |
6660 | |
5623 | 6661 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6662 | |
6663 * statistics/distributions/gamcdf.m: Doc fix. | |
6664 * statistics/distributions/gaminv.m: Doc fix. | |
6665 * statistics/distributions/gampdf.m: Doc fix. | |
6666 * statistics/distributions/gamrnd.m: Doc fix. | |
6667 | |
5610 | 6668 2006-02-09 David Bateman <dbateman@free.fr> |
6669 | |
6778 | 6670 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6671 for arbitrary user type. | |
6672 * general/tril.m: ditto. | |
6673 * sparse/sprand.m: Doc fix. | |
6674 * sparse/sprandn.m: Ditto. | |
6675 * sparse/sprandsym.m: New function. | |
6676 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6677 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6678 Update for syntax error for latest texinfo.tex file. | |
5610 | 6679 |
5605 | 6680 2006-02-02 John W. Eaton <jwe@octave.org> |
6681 | |
6682 * plot/grid.m: Append ";\n" to "set grid" command. | |
6683 | |
6684 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6685 | |
6686 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6687 | |
5597 | 6688 2006-01-13 John W. Eaton <jwe@octave.org> |
6689 | |
6690 * audio/Makefile.in, control/base/Makefile.in, | |
6691 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6692 control/system/Makefile.in, control/util/Makefile.in, | |
6693 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6694 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6695 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6696 optimization/Makefile.in, plot/Makefile.in, | |
6697 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6698 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6699 special-matrix/Makefile.in, startup/Makefile.in, | |
6700 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6701 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6702 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6703 (all): Depend on PKG_ADD. | |
6704 (PKG_ADD): New target. | |
6705 | |
6706 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6707 | |
6708 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6709 | |
5596 | 6710 2006-01-13 John W. Eaton <jwe@octave.org> |
6711 | |
6712 * time/etime.m: Move here from miscellaneous/etime.m. | |
6713 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6714 | |
5595 | 6715 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6716 | |
6778 | 6717 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6718 * miscellaneous/fullfile.m: Likewise. |
6719 | |
5592 | 6720 2006-01-12 David Bateman <dbateman@free.fr> |
6721 | |
6722 * general/blkdiag.m: Compatible behavior for empty matrices | |
6723 * statistics/base/unidrnd.m: Documentation buglet. | |
6724 | |
5583 | 6725 2005-12-14 David Bateman <dbateman@free.fr> |
6726 | |
5589 | 6727 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6728 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6729 | |
6730 * Makefile.in (SUBDIRS): Include testfun. | |
6731 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6732 | |
5583 | 6733 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6734 | |
6735 * general/__isequal__.m: Remove reference to getfield. | |
6736 | |
6737 * plot/hist.m: Update test code for row/column discrepencies. | |
6738 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6739 Update the test code for this. | |
6740 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6741 | |
5579 | 6742 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6743 | |
6744 * cell/cell2mat.m: New file, from octave-forge. | |
6745 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6746 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6747 |
6748 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6749 New graph theory functions. | |
6750 | |
5574 | 6751 2005-12-13 John W. Eaton <jwe@octave.org> |
6752 | |
6753 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6754 | |
6755 * control/system/ss.m: Doc fix. | |
6756 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6757 | |
5572 | 6758 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6759 | |
6760 * audio/wavread.m, audio/wavwrite.m: | |
6761 Correct scaling for 8-bit linear pcm samples. | |
6762 Improve scaling for all other linear pcm resolutions. | |
6763 | |
5568 | 6764 2005-12-07 John W. Eaton <jwe@octave.org> |
6765 | |
6766 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6767 | |
6768 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6769 * strings/strjust.m: Likewise. | |
6770 | |
6771 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6772 * signal/arma_rnd.m: Likewise. | |
6773 * strings/strcat.m: Likewise. | |
6774 * control/base/__freqresp__.m: Likewise. | |
6775 * control/base/place.m: Likewise. | |
6776 * control/base/pzmap.m: Likewise. | |
6777 * control/base/pzmap.m: Likewise. | |
6778 * control/system/sysappend.m: Likewise. | |
6779 * control/system/syscont.m: Likewise. | |
6780 * control/system/sysdisc.m: Likewise. | |
6781 * control/system/sysgroup.m: Likewise. | |
6782 * control/system/tfout.m: Likewise. | |
6783 * control/system/zpout.m: Likewise. | |
6784 * control/util/__outlist__.m: Likewise. | |
6785 | |
5567 | 6786 2005-12-06 John W. Eaton <jwe@octave.org> |
6787 | |
6788 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6789 Avoid for loop in interleave/deinterleave steps. | |
6790 | |
5565 | 6791 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6792 | |
6793 * audio/wavread.m, audio/wavwrite.m: New files. | |
6794 | |
5563 | 6795 2005-12-06 John W. Eaton <jwe@octave.org> |
6796 | |
6797 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6798 | |
5560 | 6799 2005-12-05 John W. Eaton <jwe@octave.org> |
6800 | |
5561 | 6801 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6802 |
5558 | 6803 2005-12-02 John W. Eaton <jwe@octave.org> |
6804 | |
6805 * miscellaneous/fileattrib.m: New function. | |
6806 | |
5556 | 6807 2005-12-01 John W. Eaton <jwe@octave.org> |
6808 | |
6809 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6810 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6811 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6812 | |
5555 | 6813 2005-11-30 John W. Eaton <jwe@octave.org> |
6814 | |
6815 * linear-algebra/krylov.m: Format doc string. | |
6816 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6817 | |
5551 | 6818 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6819 | |
6820 * general/blkdiag.m: Import from octave-forge. | |
6821 Ignore empty matrices in the input. Add tests. | |
5549 | 6822 |
6823 * general/isequal.m, general/isequalwithequalnans.m: | |
6824 New wrapper scripts for general/__isequal__.m. | |
6825 * general/__isequal__.m: Rename from general/isequal.m. | |
6826 New arg, nans_compare_equal. | |
6827 | |
5548 | 6828 2005-11-29 John W. Eaton <jwe@octave.org> |
6829 | |
6830 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6831 calling system. Only append octave_forge_string if | |
6832 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6833 Call license instead of hard-coding license info here. | |
6834 | |
6835 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6836 __octave_licenses__. Use puts instead of disp. |
5548 | 6837 Use getuid and getpwuid instead of calling unix ("id -un"). |
6838 If nargout = 1, return license info instead of printing usage message. | |
6839 | |
5546 | 6840 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6841 | |
6842 * miscellaneous/ver.m: New file. | |
6843 * miscellaneous/license.m: New file. | |
6844 | |
5545 | 6845 2005-11-22 John W. Eaton <jwe@octave.org> |
6846 | |
6847 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6848 gnuplot set command. | |
6849 | |
5539 | 6850 2005-11-15 John W. Eaton <jwe@octave.org> |
6851 | |
6852 * general/shiftdim.m: Doc fix. | |
6853 | |
5532 | 6854 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6855 | |
6856 * set/unique.m: Doc string fix. | |
6857 | |
5527 | 6858 2005-11-01 John W. Eaton <jwe@octave.org> |
6859 | |
6860 * Makefile.in (distclean, maintainer-clean): | |
6861 Also remove autom4te.cache directory. | |
6862 From Quentin Spencer <qspencer@ieee.org>. | |
6863 | |
5518 | 6864 2005-10-28 John W. Eaton <jwe@octave.org> |
6865 | |
6866 * general/shiftdim.m: Compatibility fix for row vectors. | |
6867 Correct check for non-scalar non-integer shift. For positive | |
6868 N, shift is remainder of N and number of dims. Always return NS. | |
6869 Simplify. | |
6870 | |
5500 | 6871 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6872 | |
6873 * general/randperm.m: Improve compatibility by allowing input | |
6874 value of zero. | |
6875 | |
5493 | 6876 2005-10-13 John W. Eaton <jwe@octave.org> |
6877 | |
6878 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6879 If in multiplot mode, clear plot before issuing new plot command. | |
6880 | |
6881 * plot/__setup_plot__.m: New function. | |
6882 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6883 Handle multiplot data and offsets here. | |
6884 | |
6885 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6886 Move initialization to __setup_plot__.m. | |
6887 | |
6888 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6889 Don't reset gnuplot_command_replot. | |
6890 | |
6891 * plot/replot.m: Handle multiplot data and offsets here. | |
6892 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6893 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6894 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6895 | |
5489 | 6896 2005-10-12 John W. Eaton <jwe@octave.org> |
6897 | |
6898 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6899 | |
5482 | 6900 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6901 | |
6902 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6903 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6904 _inv functions. | |
6905 * chi2pdf.m: Fixed typos in the documentation. | |
6906 | |
5475 | 6907 2005-09-28 John W. Eaton <jwe@octave.org> |
6908 | |
5476 | 6909 * miscellaneous/single.m: New function. |
6910 | |
5475 | 6911 * statistics/base/unidrnd.m: New function. |
6912 | |
5474 | 6913 2005-09-27 John W. Eaton <jwe@octave.org> |
6914 | |
6915 * miscellaneous/dir.m: Filename never includes directory part. | |
6916 | |
5464 | 6917 2005-09-22 John W. Eaton <jwe@octave.org> |
6918 | |
6919 * polynomial/residue.m: Use logical indexing instead of find.. | |
6920 | |
6921 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6922 | |
6923 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6924 and zero poles. | |
6925 | |
5462 | 6926 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6927 | |
6928 * strings/deblank.m: Handle cell arrays. | |
6929 * strings/split.m: New argument, N, to limit number of splits. | |
6930 | |
6931 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6932 | |
6933 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6934 | |
5460 | 6935 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6936 | |
6937 * control/base/rlocus.m: Doc fix. | |
6938 | |
5459 | 6939 2005-09-20 John W. Eaton <jwe@octave.org> |
6940 | |
6941 * general/isvector.m: Improve compatibility. | |
6942 | |
6943 * general/postpad.m: Allow first argument to be a scalar. | |
6944 Allow padding to extend dimensionality. | |
6945 * general/prepad.m: Likewise. | |
6946 | |
5448 | 6947 2005-09-14 Daniel <durbano@shbano.com> |
6948 | |
6949 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6950 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6951 /control/base/dgram.m: Doc string fixes. | |
5448 | 6952 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6953 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6954 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6955 |
6956 * saveimage.m: Do not ignore most significant bit when writing | |
6957 black and white images to file. | |
6958 | |
5443 | 6959 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6960 | |
6961 * audio/playaudio.m, control/base/__bodquist__.m, | |
6962 control/base/lqg.m, control/obsolete/dezero.m, | |
6963 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6964 control/system/c2d.m, control/system/cellidx.m, | |
6965 control/system/d2c.m, control/system/dmr2d.m, | |
6966 control/system/is_signal_list.m, control/system/listidx.m, | |
6967 control/system/ss.m, control/system/sysappend.m, | |
6968 control/system/sysconnect.m, control/system/sysdup.m, | |
6969 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6970 control/system/sysprune.m, control/system/syssetsignals.m, | |
6971 control/system/tfout.m, control/system/zpout.m, | |
6972 control/util/prompt.m, control/util/sortcom.m, | |
6973 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6974 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6975 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6976 general/strerror.m, image/colormap.m, image/imshow.m, | |
6977 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6978 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6979 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6980 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6981 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6982 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6983 plot/print.m, plot/title.m, plot/top_title.m, | |
6984 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6985 statistics/base/mean.m, statistics/base/moment.m, | |
6986 statistics/tests/cor_test.m, | |
6987 statistics/tests/kolmogorov_smirnov_test.m, | |
6988 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6989 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6990 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6991 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6992 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6993 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6994 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6995 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6996 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6997 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6998 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6999 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7000 isvector instead of is_vector. Use isstruct instead of | |
7001 is_struct. Use char instead of setstr. | |
7002 | |
5435 | 7003 2005-08-31 Daniel <durbano@shbano.com> |
7004 | |
7005 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7006 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7007 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7008 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7009 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7010 |
7011 * image/saveimage.m: Open output file in binary mode. | |
7012 | |
7013 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7014 | |
5427 | 7015 2005-08-16 John W. Eaton <jwe@octave.org> |
7016 | |
7017 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7018 outputs. | |
7019 | |
5426 | 7020 2005-08-15 John W. Eaton <jwe@octave.org> |
7021 | |
7022 * strings/strcat.m: Allow single argument. | |
7023 | |
5416 | 7024 2005-07-18 John W. Eaton <jwe@octave.org> |
7025 | |
7026 * strings/strcmp.m: Delete. | |
7027 | |
5413 | 7028 2005-07-13 John W. Eaton <jwe@octave.org> |
7029 | |
7030 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7031 versions of Octave. | |
7032 | |
7033 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7034 | |
7035 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7036 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7037 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7038 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7039 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7040 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7041 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7042 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7043 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7044 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7045 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7046 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7047 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7048 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7049 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7050 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7051 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7052 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7053 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7054 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7055 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7056 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7057 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7058 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7059 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7060 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7061 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7062 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
7063 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
7064 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
7065 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
7066 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
7067 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
7068 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
7069 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
7070 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
7071 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
7072 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
7073 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
7074 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
7075 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
7076 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
7077 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
7078 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
7079 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
7080 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
7081 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
7082 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 7083 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 7084 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
7085 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
7086 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
7087 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
7088 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
7089 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
7090 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
7091 | |
7092 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
7093 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
7094 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
7095 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
7096 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
7097 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
7098 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
7099 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
7100 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
7101 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
7102 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
7103 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
7104 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
7105 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
7106 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
7107 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
7108 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
7109 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
7110 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
7111 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
7112 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
7113 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
7114 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
7115 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
7116 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
7117 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
7118 deprecated/wiener_rnd.m: New files. | |
7119 | |
5408 | 7120 2005-07-08 John W. Eaton <jwe@octave.org> |
7121 | |
7122 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
7123 * deprecated/weibull_rnd.m: New file. | |
7124 | |
5407 | 7125 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
7126 | |
7127 * strings/dec2base.m: Allow matrix arguments. | |
7128 | |
5406 | 7129 2005-07-08 John W. Eaton <jwe@octave.org> |
7130 | |
7131 * plot/__errplot__.m: Use __plot_globals__. | |
7132 * plot/__plt__.m: Likewise. | |
7133 * plot/figure.m: Likewise. | |
7134 | |
7135 * plot/hold.m: New file. | |
7136 * plot/ishold.m: New file. | |
7137 * plot/__plot_globals__.m: New file. | |
7138 | |
5400 | 7139 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7140 | |
7141 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7142 | |
7143 2005-07-05 John W. Eaton <jwe@octave.org> | |
7144 | |
7145 * strings/findstr.m: Return [] for no matches. | |
7146 | |
5399 | 7147 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7148 | |
7149 * miscellaneous/tic.m: Fix doc string. | |
7150 | |
5395 | 7151 2005-06-15 John W. Eaton <jwe@octave.org> |
7152 | |
7153 * polynomial/polyfit.m: Force return value to be a row vector. | |
7154 | |
5393 | 7155 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7156 | |
7157 * general/isequal.m: Correct nargin check. | |
7158 | |
5388 | 7159 2005-06-14 John W. Eaton <jwe@octave.org> |
7160 | |
7161 * general/isvector.m: Handle N-d arrays. | |
7162 From Bill Denney <denney@seas.upenn.edu>. | |
7163 | |
5381 | 7164 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
7165 | |
7166 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 7167 |
5377 | 7168 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
7169 | |
7170 * signal/freqz.m: Use correct calculations when given a vector of | |
7171 frequencies. Improve accuracy of returned frequency vector. | |
7172 Improve speed for medium length filters (at a slight cost for slow | |
7173 filters). Add test cases. | |
7174 | |
5373 | 7175 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
7176 | |
7177 * plot/loglog.m: Fix set commands. | |
7178 | |
5381 | 7179 2005-05-25 John W. Eaton <jwe@octave.org> |
7180 | |
7181 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
7182 | |
5371 | 7183 2005-05-24 John W. Eaton <jwe@octave.org> |
7184 | |
5373 | 7185 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
7186 | |
5372 | 7187 * strings/strncmp.m: New file, from Tom Holroyd |
7188 <tomh@kurage.nimh.nih.gov>. | |
7189 | |
5371 | 7190 * strings/strcmp.m: Return logical values in all cases. |
7191 | |
5366 | 7192 2005-05-23 John W. Eaton <jwe@octave.org> |
7193 | |
7194 * plot/orient.m: New file. Adapt to Octave coding style. | |
7195 Texinfoize doc string. | |
7196 | |
7197 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7198 PKG_ADD command. Use set terminal consistently throughout. Use | |
7199 set terminal push/pop and unconditionally set output to screen | |
7200 when done to avoid requiring gget. Use a cell array for dev_list | |
7201 and cellidx to search for items in the list. Delete local | |
7202 variable endl. Don't set and restore automatic_replot. Use {} | |
7203 instead of nth to index varargin. Delete local variable | |
7204 va_arg_cnt. | |
7205 | |
5355 | 7206 2005-05-18 John W. Eaton <jwe@octave.org> |
7207 | |
7208 * general/num2str.m: Return early if X is a character string. | |
7209 | |
5347 | 7210 2005-05-11 John W. Eaton <jwe@octave.org> |
7211 | |
5348 | 7212 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7213 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7214 | |
5347 | 7215 * plot/polar.m: Don't call __pltopt__ here. |
7216 | |
5333 | 7217 2005-05-02 John W. Eaton <jwe@octave.org> |
7218 | |
7219 * mkdoc: Print header message. | |
7220 | |
5319 | 7221 2005-04-28 John W. Eaton <jwe@octave.org> |
7222 | |
7223 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7224 startup/octaverc. | |
7225 | |
5318 | 7226 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7227 | |
7228 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7229 (__im_numeric_limits__): New internal function. | |
7230 | |
5317 | 7231 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7232 | |
7233 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7234 data, not mean of group_mean. | |
7235 | |
7236 2005-04-28 John W. Eaton <jwe@octave.org> | |
7237 | |
7238 * startup/local-rcfile: New file. | |
7239 * startup/main-rcfile: Rename from startup/octaverc. | |
7240 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7241 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7242 Install local-rcfile in $(localfcnfiledir)/startup. | |
7243 | |
7244 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7245 | |
7246 * startup/inputrc: New file. | |
7247 * startup/octaverc: Configure readline using inputrc from | |
7248 startupfiledir. | |
7249 * startup/Makefile.in (install, install-strip): Install octaverc | |
7250 in $(fcnfiledir)/startup. | |
7251 | |
5310 | 7252 2005-04-27 John W. Eaton <jwe@octave.org> |
7253 | |
7254 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7255 | |
5289 | 7256 2005-04-21 John W. Eaton <jwe@octave.org> |
7257 | |
7258 * optimization/glpk.m: Handle SENSE argument. | |
7259 | |
7260 * optimization/qp.m, optimization/sqp.m: New files. | |
7261 | |
5276 | 7262 2005-04-08 John W. Eaton <jwe@octave.org> |
7263 | |
7264 * Makefile.in (clean, distclean, maintainer-clean): | |
7265 Avoid duplication in rules. | |
7266 | |
5252 | 7267 2005-03-28 John W. Eaton <jwe@octave.org> |
7268 | |
7269 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7270 setting {no,}parametric. | |
7271 * plot/figure.m: Likewise, for setting terminal type. | |
7272 | |
7273 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7274 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7275 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7276 plot/title.m, plot/top_title.m: Avoid eval. | |
7277 | |
5251 | 7278 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7279 | |
5253 | 7280 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7281 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7282 Use __gnuplot_replot__ instead of replot. | |
7283 | |
5252 | 7284 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7285 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7286 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7287 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7288 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7289 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7290 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7291 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7292 |
5251 | 7293 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7294 | |
5244 | 7295 2005-03-24 John W. Eaton <jwe@octave.org> |
7296 | |
7297 * optimization/glpkmex.m: Texinfoize Doc string. | |
7298 * optimization/glpk.m: Likewise. | |
7299 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7300 (row vectors are orginary character strings). | |
7301 * optimization/glpkparam.m: Delete. | |
7302 | |
5243 | 7303 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7304 | |
7305 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7306 of dimensions of X. | |
7307 | |
5237 | 7308 2005-03-23 John W. Eaton <jwe@octave.org> |
7309 | |
5239 | 7310 * general/tril.m, general/triu.m: Return value of same class as |
7311 argument. | |
7312 | |
5237 | 7313 * optimization/glpk.m: Simplify interface. By default, solve |
7314 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7315 * optimization/glpkmex.m: New file. | |
7316 | |
5232 | 7317 2005-03-22 John W. Eaton <jwe@octave.org> |
7318 | |
5237 | 7319 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7320 list. | |
7321 | |
5233 | 7322 * optimization/glpk.m: Adapt to Octave coding style. |
7323 No need for varargout or varargin. | |
7324 Print usage message if nargin > 11. | |
7325 Allow any value of nargout. | |
7326 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7327 Avoid looping when checking character classes. | |
7328 | |
5232 | 7329 * optimization: New directory. |
7330 * Makefile.in (SUBDIRS): Add it to the list. | |
7331 * optimization/Makefile.in: New file. | |
7332 * optimization/glpk.m, optimization/glpkparams.m, | |
7333 optimization/glpktest1, optimization/glpktest2: New files. | |
7334 | |
8149 | 7335 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7336 |
7337 * strings/split.m: Quick return for empty second arg. | |
7338 Improve warning for multi-line strings. | |
7339 Speed up by avoiding sprintf in loop and eval. | |
7340 | |
5217 | 7341 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7342 | |
7343 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7344 * polynomial/polyder.m: Ditto. | |
6778 | 7345 * polynomial/polygcd.m: New function. |
5217 | 7346 |
5214 | 7347 2005-03-16 John W. Eaton <jwe@octave.org> |
7348 | |
5215 | 7349 * control/base/__stepimp__.m, control/base/bode.m, |
7350 control/base/frdemo.m, control/base/nichols.m, | |
7351 control/base/nyquist.m, control/base/pzmap.m, | |
7352 control/base/rldemo.m, control/base/rlocus.m, | |
7353 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7354 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7355 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7356 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7357 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7358 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7359 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7360 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7361 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7362 plot/xlabel.m, quaternion/demoquat.m, | |
7363 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7364 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7365 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7366 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7367 gsplot from @seealso docs. | |
5214 | 7368 |
7369 * plot/replot.m: New file. | |
7370 | |
5205 | 7371 2005-03-15 David Bateman <dbateman@free.fr> |
7372 | |
7373 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7374 | |
5196 | 7375 2005-03-09 John W. Eaton <jwe@octave.org> |
7376 | |
7377 * statistics/Makefile.in (bin-dist): Delete target. | |
7378 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7379 * control/Makefile.in: Likewise. |
5196 | 7380 |
5378 | 7381 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7382 (BINDISTFILES): Delete variable. |
5378 | 7383 * control/base/Makefile.in: Likewise. |
7384 * control/hinf/Makefile.in: Likewise. | |
7385 * control/obsolete/Makefile.in: Likewise. | |
7386 * control/system/Makefile.in: Likewise. | |
7387 * control/util/Makefile.in: Likewise. | |
7388 * deprecated/Makefile.in: Likewise. | |
7389 * elfun/Makefile.in: Likewise. | |
7390 * finance/Makefile.in: Likewise. | |
7391 * general/Makefile.in: Likewise. | |
7392 * image/Makefile.in: Likewise. | |
7393 * sparse/Makefile.in: Likewise. | |
7394 * io/Makefile.in: Likewise. | |
7395 * plot/Makefile.in: Likewise. | |
7396 * Makefile.in: Likewise. | |
7397 * miscellaneous/Makefile.in: Likewise. | |
7398 * linear-algebra/Makefile.in: Likewise. | |
7399 * polynomial/Makefile.in: Likewise. | |
7400 * quaternion/Makefile.in: Likewise. | |
7401 * set/Makefile.in: Likewise. | |
7402 * signal/Makefile.in: Likewise. | |
7403 * specfun/Makefile.in: Likewise. | |
7404 * special-matrix/Makefile.in: Likewise. | |
7405 * startup/Makefile.in: Likewise. | |
7406 * statistics/base/Makefile.in: Likewise. | |
7407 * statistics/distributions/Makefile.in: Likewise. | |
7408 * statistics/models/Makefile.in: Likewise. | |
7409 * statistics/tests/Makefile.in: Likewise. | |
7410 * strings/Makefile.in: Likewise. | |
7411 * time/Makefile.in: Likewise. | |
5196 | 7412 |
5195 | 7413 2005-03-08 John W. Eaton <jwe@octave.org> |
7414 | |
7415 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7416 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7417 | |
5192 | 7418 2005-03-04 John W. Eaton <jwe@octave.org> |
7419 | |
7420 * plot/clg.m: New file. | |
7421 | |
5193 | 7422 2005-03-03 John W. Eaton <jwe@octave.org> |
7423 | |
7424 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7425 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7426 strings/strcmpi.m: | |
7427 New files from Octave-forge. Adapt to Octave coding standards. | |
7428 | |
5181 | 7429 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7430 | |
7431 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7432 computation range. | |
7433 | |
5164 | 7434 2005-02-25 John W. Eaton <jwe@octave.org> |
7435 | |
7436 Sparse merge. | |
7437 | |
7438 2005-01-23 David Bateman <dbateman@free.fr> | |
7439 | |
7440 * sparse/randperm.m: Delete duplicate randperm.m. | |
7441 | |
7442 2005-01-10 John W. Eaton <jwe@octave.org> | |
7443 | |
7444 * sparse/Makefile.in: New file. | |
7445 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7446 | |
7447 2005-01-07 David Bateman <dbateman@free.fr> | |
7448 | |
7449 * set/unique.m: import file from octave-forge. | |
7450 | |
7451 2005-01-05 David Bateman <dbateman@free.fr> | |
7452 | |
7453 * Makefile.in: include sparse directory in SUBDIRS. | |
7454 | |
7455 2004-12-30 John W. Eaton <jwe@octave.org> | |
7456 | |
7457 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7458 src/DLD-FUNCTIONS/sparse.cc). | |
7459 | |
7460 2004-12-28 John W. Eaton <jwe@octave.org> | |
7461 | |
7462 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7463 Andy Adler <adler@site.uottawa.ca>. | |
7464 | |
7465 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7466 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7467 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7468 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7469 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7470 | |
7471 * sparse: New directory. | |
7472 | |
5158 | 7473 2005-02-22 John W. Eaton <jwe@octave.org> |
7474 | |
7475 * polynomial/residue.m: Force prepad to always create row vectors. | |
7476 | |
7477 * polynomial/poly.m: Quick return if m is 0. | |
7478 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7479 | |
5154 | 7480 2005-02-21 David Bateman <dbateman@free.fr> |
7481 | |
7482 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7483 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7484 Fix for row vectors with at least one element of lambda not in | |
7485 (0, Inf). | |
7486 | |
5152 | 7487 2005-02-21 John W. Eaton <jwe@octave.org> |
7488 | |
5153 | 7489 * statistics/base/qqplot.m: Use feval instead of eval. |
7490 | |
5152 | 7491 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7492 plot/__axis_label__.m: Issue replot command. | |
7493 | |
5135 | 7494 2005-02-09 John W. Eaton <jwe@octave.org> |
7495 | |
7496 * polynomial/polyderiv.m: Force P to be a row vector. | |
7497 | |
5133 | 7498 2005-02-08 John W. Eaton <jwe@octave.org> |
7499 | |
7500 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7501 provided and len <= computed max_len. | |
7502 | |
5125 | 7503 2005-01-27 David Bateman <dbateman@free.fr> |
7504 | |
7505 * strings/dec2base.m: Be even more careful about handling all digits. | |
7506 | |
7507 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7508 | |
7509 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7510 | |
5123 | 7511 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7512 | |
7513 * statistics/base/median.m: Make it work for the scalar case too. | |
7514 | |
6308 | 7515 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7516 |
7517 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7518 Simplify logic for decoding args. |
5117 | 7519 |
5115 | 7520 2005-01-24 John W. Eaton <jwe@octave.org> |
7521 | |
5116 | 7522 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7523 | |
7524 * plot/__plt__.m: No need to save and reset hold state now. | |
7525 (first_plot): Delete unused variable. | |
7526 | |
5115 | 7527 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7528 | |
7529 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7530 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7531 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7532 plot/__plt2vv__.m: | |
7533 Return data and gnuplot commands instead of evaluating them. | |
7534 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7535 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7536 | |
5108 | 7537 2005-01-18 John W. Eaton <jwe@octave.org> |
7538 | |
7539 * linear-algebra/cross.m: Allocate idx1 before use. | |
7540 | |
5096 | 7541 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7542 | |
7543 * statistics/base/range.m: Fix varargin usage. | |
7544 | |
5091 | 7545 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7546 | |
7547 * strings/deblank.m: Remove all trailing whitespace (check with | |
7548 isspace), not just SPC. | |
7549 | |
5090 | 7550 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7551 | |
7552 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7553 | |
5073 | 7554 2004-11-09 John W. Eaton <jwe@octave.org> |
7555 | |
7556 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7557 From Julius Smith <jos@ccrma.stanford.edu>. | |
7558 | |
5072 | 7559 2004-11-08 John W. Eaton <jwe@octave.org> |
7560 | |
7561 * plot/__plt2vm__.m: Delete debugging statement. | |
7562 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7563 | |
5065 | 7564 2004-11-04 John W. Eaton <jwe@octave.org> |
7565 | |
7566 * plot/hist.m: Always return row vectors for vector args. | |
7567 | |
5031 | 7568 2004-09-23 John W. Eaton <jwe@octave.org> |
7569 | |
7570 * strings/strcmp.m: If args are not strings or cell arrays of | |
7571 strings, return zero instead of reporting an error. | |
7572 | |
5021 | 7573 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7574 | |
7575 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7576 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7577 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7578 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7579 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7580 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7581 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7582 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7583 control/system/is_detectable.m, control/system/is_sample.m, | |
7584 control/system/is_siso.m, control/system/is_stable.m, | |
7585 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7586 control/system/sys2tf.m, control/system/sys2zp.m, | |
7587 control/system/sysappend.m, control/system/sysconnect.m, | |
7588 control/system/sysdisc.m, control/system/sysdup.m, | |
7589 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7590 control/system/syssetsignals.m, control/system/syssub.m, | |
7591 control/system/tf2sys.m, control/system/ugain.m, | |
7592 control/system/zp2ss.m, control/system/zp2sys.m, | |
7593 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7594 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7595 | |
7596 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7597 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7598 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7599 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7600 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7601 control/system/sysappend.m, control/system/sysconnect.m, | |
7602 control/system/sysdup.m, control/system/sysgroup.m, | |
7603 control/system/sysprune.m, control/system/sysreorder.m, | |
7604 control/system/sysscale.m, control/system/syssub.m, | |
7605 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7606 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7607 polynomial/polyout.m, specfun/log2.m: | |
7608 Add output arguments in doc strings. | |
7609 | |
7610 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7611 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7612 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7613 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7614 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7615 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7616 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7617 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7618 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7619 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7620 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7621 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7622 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7623 control/system/c2d.m, control/system/is_abcd.m, | |
7624 control/system/is_controllable.m, control/system/is_detectable.m, | |
7625 control/system/is_observable.m, control/system/is_stable.m, | |
7626 control/system/jet707.m, control/system/ord2.m, | |
7627 control/system/starp.m, control/system/sys2fir.m, | |
7628 control/system/sys2ss.m, control/system/sys2tf.m, | |
7629 control/system/sys2zp.m, control/system/syscont.m, | |
7630 control/system/sysdisc.m, control/system/sysdup.m, | |
7631 control/system/sysgettype.m, control/system/sysgroup.m, | |
7632 control/system/sysmult.m, control/system/sysprune.m, | |
7633 control/system/sysreorder.m, control/system/sysscale.m, | |
7634 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7635 control/system/tf2ss.m, control/system/tf2sys.m, | |
7636 control/system/zp2ss.m, control/system/zp2sys.m, | |
7637 control/util/axis2dlim.m, control/util/prompt.m, | |
7638 control/util/zgfmul.m, control/util/zginit.m, | |
7639 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7640 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7641 in doc strings. | |
7642 | |
7643 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7644 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7645 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7646 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7647 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7648 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7649 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7650 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7651 control/system/c2d.m, control/system/fir2sys.m, | |
7652 control/system/is_stabilizable.m, control/system/jet707.m, | |
7653 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7654 control/util/zgshsr.m, polynomial/polyout.m: | |
7655 New @tex section(s) in doc strings for better formating of printed | |
7656 output. | |
7657 | |
7658 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7659 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7660 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7661 Use proper double quote marks for TeX. | |
7662 | |
7663 * control/base/DEMOcontrol.m: Add missing ; | |
7664 | |
7665 * control/base/nichols.m, control/base/rlocus.m, | |
7666 control/obsolete/minfo.m, control/system/is_digital.m, | |
7667 control/system/ss2zp.m, control/system/sysmin.m, | |
7668 control/system/tf2zp.m, control/util/sortcom.m: | |
7669 Convert documentation to use or more completely use Texinfo. | |
7670 | |
7671 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7672 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7673 control/system/parallel.m, control/system/ss2tf.m, | |
7674 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7675 art splitting over a page boundary. | |
7676 | |
7677 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7678 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7679 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7680 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7681 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7682 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7683 the TeX documentation. | |
7684 | |
7685 * control/system/is_stabilizable.m: | |
7686 Add Copyright so that help is displayed correctly. | |
7687 | |
7688 * special-matrix/vander.m: Octave indexes start at 1. | |
7689 | |
5011 | 7690 2004-09-21 David Bateman <dbateman@free.fr> |
7691 | |
7692 * general/rotdim.m: New function for rotation of an N-d array in an | |
7693 arbitrary plane. | |
7694 | |
7695 * general/flipdim.m: New function to flip an N-d array about an | |
7696 arbitrary axis. | |
7697 | |
5003 | 7698 2004-09-15 David Bateman <dbateman@free.fr> |
7699 | |
7700 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7701 | |
4992 | 7702 2004-09-15 John W. Eaton <jwe@octave.org> |
7703 | |
7704 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7705 Use iscellstr to check for cells rather than iscell. |
7706 Improve diagnostics for invalid args. | |
4992 | 7707 |
4983 | 7708 2004-09-10 David Bateman <dbateman@free.fr> |
7709 | |
7710 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7711 and p with n > 1, and fix for matrix n and p with n == 1. | |
7712 | |
7713 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7714 due to row vs. column vector operations. | |
7715 | |
4964 | 7716 2004-09-03 David Bateman <dbateman@free.fr> |
7717 | |
7718 * general/repmat.m: Fix to allow logical classes. | |
7719 | |
4950 | 7720 2004-08-31 John W. Eaton <jwe@octave.org> |
7721 | |
7722 * general/isa.m: New function, from Octave-forge. | |
7723 | |
7724 2004-08-31 David Bateman <dbateman@free.fr> | |
7725 | |
7726 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7727 limitation on the use of int64 and uint64 types, and the use | |
7728 of the eval. | |
7729 | |
7730 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7731 in .^ with integer types is fixed. | |
7732 | |
7733 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7734 |
7735 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7736 | |
7737 * plot/axis.m: Don't reset axes when querying them. | |
7738 | |
4942 | 7739 2004-08-27 David Bateman <dbateman@free.fr> |
7740 | |
7741 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7742 Eliminate loop. | |
7743 | |
4918 | 7744 2004-07-27 David Bateman <dbateman@free.fr> |
7745 | |
7746 * general/num2str.m: Also insert spaces in output when precision | |
7747 argument is supplied. | |
7748 | |
4915 | 7749 2004-07-23 David Bateman <dbateman@free.fr> |
7750 | |
7751 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7752 | |
4911 | 7753 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7754 | |
7755 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7756 | |
7757 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7758 | |
7759 * miscellaneous/unix.m: Fix doc string. | |
7760 | |
7761 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7762 | |
7763 * plot/figure.m: Clarification of documentation. | |
7764 | |
7765 * image/imshow.m: Warn for complex images. | |
7766 Only estimate colourmap for images in [0, 65536]. | |
7767 | |
7768 2004-07-22 David Bateman <dbateman@free.fr> | |
7769 | |
7770 * general/num2str.m: Fix the case of an all zero input. | |
7771 | |
4906 | 7772 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7773 | |
7774 * general/ind2sub.m: Doc fix. | |
7775 | |
4900 | 7776 2004-06-08 John W. Eaton <jwe@octave.org> |
7777 | |
7778 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7779 convert function handle to string for eval. | |
7780 | |
4898 | 7781 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7782 | |
7783 * plot/errorbar.m: Remove debugging output. | |
7784 | |
7785 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7786 | |
7787 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7788 | |
4897 | 7789 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7790 | |
4898 | 7791 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7792 | |
7793 * polynomial/polyout.m: Use parenthesis if necessary around | |
7794 complex polynomial coefficient. | |
7795 | |
4897 | 7796 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7797 the bug which causes __errplot__ to ignore the last argument. | |
7798 | |
4894 | 7799 2004-06-03 David Bateman <dbateman@free.fr> |
7800 | |
7801 * general/shiftdim.m: New function based on JWE code snippet. | |
7802 | |
7803 * general/circdim.m: New function. | |
7804 | |
4890 | 7805 2004-05-06 David Bateman <dbateman@free.fr> |
7806 | |
7807 * general/issquare.m: Fail if ndim(x) > 2. | |
7808 | |
7809 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7810 | |
7811 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7812 N-d array arguments. Add optional dim argument to define | |
7813 dimension along which to operate. | |
7814 | |
7815 * linear-algebra/dmult.m: Allow N-d arrays. | |
7816 | |
7817 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7818 | |
4885 | 7819 2004-04-29 David Bateman <dbateman@free.fr> |
7820 | |
7821 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7822 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7823 statistics/base/statistics.m, statistics/base/skewness.m | |
7824 statistics/base/iqr.m: | |
7825 Make N-d array aware. Allow optional argument to define the | |
7826 dimension along which to operate. Update the documentation. | |
7827 | |
7828 * statistics/base/ranks.m: Change algorithm to use sort, | |
7829 and adjust for the ties after. | |
7830 | |
7831 * statistics/base/run_counts.m: Change algorithm to use | |
7832 the a combination of diff and find, rather than a for-loop. | |
7833 | |
4881 | 7834 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7835 | |
7836 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7837 | |
4878 | 7838 2004-04-23 David Bateman <dbateman@free.fr> |
7839 | |
7840 * general/int2str.m: Treat only real part of argument, and treat | |
7841 NDArrays by stacking the slices through the matrix vertically. | |
7842 | |
7843 * general/num2str.m: Improve format of integer matrices, and the | |
7844 conversion of complex matrices added. Treat NDArrays by stacking | |
7845 the slices through the matrix vertically. | |
7846 | |
7847 * deprecated/com2str.m: Moved here from general subdirectory. | |
7848 | |
4877 | 7849 2004-04-22 John W. Eaton <jwe@octave.org> |
7850 | |
7851 * quaternion/qtransvmat.m: Use continuation characters to make | |
7852 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7853 | |
4869 | 7854 2004-04-21 David Bateman <dbateman@free.fr> |
7855 | |
5378 | 7856 * elfun/lcm.m: Make N-d aware. |
4870 | 7857 |
4869 | 7858 * general/diff.m: Make the code N-d array aware. Allow an |
7859 optional argument to define the dimension along which to perform | |
7860 the differences and allow the order of the differences to be larger | |
7861 than the dimension itself. | |
7862 | |
7863 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7864 use of these functions to 1- and 2-d arrays. | |
7865 | |
4863 | 7866 2004-04-16 John W. Eaton <jwe@octave.org> |
7867 | |
7868 * elfun/gcd.m: Delete. | |
7869 | |
4862 | 7870 2004-04-15 David Bateman <dbateman@free.fr> |
7871 | |
7872 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7873 | |
7874 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7875 array aware and and optional argument for the dimension along | |
7876 which to operate. | |
7877 | |
5378 | 7878 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7879 argument for the dimension to be consistent with other N-d array |
7880 functions. | |
7881 | |
4860 | 7882 2004-04-08 David Bateman <dbateman@free.fr> |
7883 | |
7884 * statistics/distributions/discrete_cdf.m, | |
7885 statistics/distributions/discrete_inv.m, | |
7886 statistics/distributions/discrete_pdf.m, | |
7887 statistics/distributions/discrete_rnd.m, | |
7888 statistics/distributions/exponential_cdf.m, | |
7889 statistics/distributions/exponential_inv.m, | |
7890 statistics/distributions/exponential_pdf.m, | |
7891 statistics/distributions/exponential_rnd.m, | |
7892 statistics/distributions/f_cdf.m, | |
7893 statistics/distributions/f_inv.m, | |
7894 statistics/distributions/f_pdf.m, | |
7895 statistics/distributions/f_rnd.m, | |
7896 statistics/distributions/geometric_cdf.m, | |
7897 statistics/distributions/geometric_inv.m, | |
7898 statistics/distributions/geometric_pdf.m, | |
7899 statistics/distributions/geometric_rnd.m, | |
7900 statistics/distributions/hypergeometric_rnd.m, | |
7901 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7902 statistics/distributions/laplace_cdf.m, | |
7903 statistics/distributions/laplace_inv.m, | |
7904 statistics/distributions/laplace_pdf.m, | |
7905 statistics/distributions/laplace_rnd.m, | |
7906 statistics/distributions/logistic_inv.m, | |
7907 statistics/distributions/logistic_rnd.m, | |
7908 statistics/distributions/lognormal_cdf.m, | |
7909 statistics/distributions/lognormal_inv.m, | |
7910 statistics/distributions/lognormal_pdf.m, | |
7911 statistics/distributions/lognormal_rnd.m, | |
7912 statistics/distributions/pascal_cdf.m, | |
7913 statistics/distributions/pascal_inv.m, | |
7914 statistics/distributions/pascal_pdf.m, | |
7915 statistics/distributions/pascal_rnd.m, | |
7916 statistics/distributions/poisson_cdf.m, | |
7917 statistics/distributions/poisson_inv.m, | |
7918 statistics/distributions/poisson_pdf.m, | |
7919 statistics/distributions/poisson_rnd.m, | |
7920 statistics/distributions/t_cdf.m, | |
7921 statistics/distributions/t_inv.m, | |
7922 statistics/distributions/t_pdf.m, | |
7923 statistics/distributions/t_rnd.m, | |
7924 statistics/distributions/weibull_cdf.m, | |
7925 statistics/distributions/weibull_inv.m, | |
7926 statistics/distributions/weibull_pdf.m, | |
7927 statistics/distributions/weibull_rnd.m: | |
7928 Allow N-d arrays. | |
7929 | |
7930 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7931 that results in NaN in places where it should not have had. | |
7932 | |
7933 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7934 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7935 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7936 |
7937 * statistics/distributions/empirical_rnd.m: New argument formats | |
7938 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7939 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7940 format. Allow N-d arrays. |
7941 | |
7942 * statistics/distributions/hypergeometric_cdf.m, | |
7943 statistics/distributions/hypergeometric_inv.m, | |
7944 statistics/distributions/hypergeometric_pdf.m, | |
7945 statistics/distributions/wiener_rnd.m: | |
7946 Error for non-scalar arguments. | |
7947 | |
7948 * statistics/distributions/pascal_rnd.m: | |
7949 Correct for n = 1 bug, where all elements were equal. | |
7950 | |
4849 | 7951 2004-04-06 David Bateman <dbateman@free.fr> |
7952 | |
4854 | 7953 * general/common_size.m, miscellaneous/bincoeff.m, |
7954 statistics/distributions/beta_cdf.m, | |
7955 statistics/distributions/beta_inv.m, | |
7956 statistics/distributions/beta_pdf.m, | |
7957 statistics/distributions/beta_rnd.m, | |
7958 statistics/distributions/binomial_cdf.m, | |
7959 statistics/distributions/binomial_inv.m, | |
7960 statistics/distributions/binomial_pdf.m, | |
7961 statistics/distributions/binomial_rnd.m, | |
7962 statistics/distributions/cauchy_cdf.m, | |
7963 statistics/distributions/cauchy_inv.m, | |
7964 statistics/distributions/cauchy_pdf.m, | |
7965 statistics/distributions/cauchy_rnd.m, | |
7966 statistics/distributions/chisquare_cdf.m, | |
7967 statistics/distributions/chisquare_inv.m, | |
7968 statistics/distributions/chisquare_pdf.m, | |
7969 statistics/distributions/chisquare_rnd.m, | |
7970 statistics/distributions/gamma_cdf.m, | |
7971 statistics/distributions/gamma_inv.m, | |
7972 statistics/distributions/gamma_pdf.m, | |
7973 statistics/distributions/gamma_rnd.m, | |
7974 statistics/distributions/normal_cdf.m, | |
7975 statistics/distributions/normal_inv.m, | |
7976 statistics/distributions/normal_pdf.m, | |
7977 statistics/distributions/normal_rnd.m, | |
7978 statistics/distributions/stdnormal_cdf.m, | |
7979 statistics/distributions/stdnormal_pdf.m, | |
7980 statistics/distributions/stdnormal_rnd.m, | |
7981 statistics/distributions/uniform_cdf.m, | |
7982 statistics/distributions/uniform_inv.m, | |
7983 statistics/distributions/uniform_pdf.m, | |
7984 statistics/distributions/uniform_rnd.m: | |
7985 Allow the inputs to be N-d arrays. | |
7986 | |
4852 | 7987 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7988 * statistics/base/median.m: Likewise. | |
4849 | 7989 |
4844 | 7990 2004-04-02 David Bateman <dbateman@free.fr> |
7991 | |
7992 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7993 * statistics/base/center.m, statistics/base/meansq.m, |
7994 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7995 Update for N-d arrays. |
4844 | 7996 * signal/fftshift.m: Fix dimensioning error. |
7997 | |
7998 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7999 N-d arrays. |
4844 | 8000 |
4852 | 8001 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8002 | |
8003 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8004 |
4852 | 8005 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8006 |
8007 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8008 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8009 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8010 | |
8011 * control/system/sysidx.m: Use cellidx and not listidx. | |
8012 | |
4841 | 8013 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8014 | |
8015 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8016 default of "" (so it is off unless explicitly set by the user). | |
8017 | |
4836 | 8018 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8019 | |
8020 * image/imshow.m: Accept "truesize" argument. | |
8021 Ignore current colormap. New tests and demos. | |
8022 | |
4834 | 8023 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8024 | |
8025 * signal/sinewave.m: Allow N to default to M. | |
8026 | |
4826 | 8027 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8028 | |
8029 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8030 | |
4818 | 8031 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8032 | |
8033 * general/deal.m: New function. | |
4819 | 8034 Add tests from Paul Kienzle. |
4818 | 8035 |
4811 | 8036 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8037 | |
8038 * plot/hist.m: Compute histogram correctly for n>=30. | |
8039 | |
5095 | 8040 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8041 |
8042 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8043 | |
4806 | 8044 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8045 | |
8046 * miscellaneous/horzcat.m: Delete. | |
8047 * miscellaneous/vertcat.m: Delete. | |
8048 | |
4790 | 8049 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8050 | |
8051 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8052 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8053 | |
4789 | 8054 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8055 | |
8056 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8057 doing multiple plots in the same gnuplot frame. | |
8058 | |
4780 | 8059 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8060 | |
8061 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8062 control/system/cellidx.m, control/system/ss.m, | |
8063 control/system/tf.m, control/system/zp.m: New functions. | |
8064 | |
4778 | 8065 2004-02-16 Glenn Golden <gdg@zplane.com> |
8066 | |
8067 * statistics/distributions/discrete_inv.m: | |
8068 Reduce memory requirements. | |
8069 | |
4772 | 8070 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8071 | |
8072 * plot/__errcomm__.m: Fix thinko in previous change. | |
8073 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
8074 | |
4771 | 8075 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
8076 | |
8077 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
8078 control/base/analdemo.m, control/base/bddemo.m, | |
8079 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
8080 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
8081 control/base/rldemo.m, control/base/rlocus.m, | |
8082 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
8083 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
8084 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
8085 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
8086 control/obsolete/packsys.m, control/obsolete/series.m, | |
8087 control/system/__sysdefioname__.m, | |
8088 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
8089 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
8090 control/system/c2d.m, control/system/d2c.m, | |
8091 control/system/dmr2d.m, control/system/fir2sys.m, | |
8092 control/system/is_signal_list.m, control/system/is_siso.m, | |
8093 control/system/jet707.m, control/system/listidx.m, | |
8094 control/system/moddemo.m, control/system/ord2.m, | |
8095 control/system/packedform.m, control/system/parallel.m, | |
8096 control/system/ss2sys.m, control/system/sys2tf.m, | |
8097 control/system/sys2zp.m, control/system/sysadd.m, | |
8098 control/system/sysappend.m, control/system/sysconnect.m, | |
8099 control/system/syscont.m, control/system/sysdimensions.m, | |
8100 control/system/sysdisc.m, control/system/sysdup.m, | |
8101 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
8102 control/system/sysgroup.m, control/system/sysmin.m, | |
8103 control/system/sysmult.m, control/system/sysprune.m, | |
8104 control/system/sysrepdemo.m, control/system/sysscale.m, | |
8105 control/system/syssetsignals.m, control/system/syssub.m, | |
8106 control/system/sysupdate.m, control/system/tf2sys.m, | |
8107 control/system/ugain.m, control/system/zp2ss.m, | |
8108 control/system/zp2sys.m, control/util/__outlist__.m, | |
8109 control/util/__zgpbal__.m, control/util/strappend.m: | |
8110 Use cell arrays instead of lists. | |
8111 | |
4723 | 8112 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
8113 | |
8114 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
8115 so that bar (1, 1) will work. | |
8116 | |
4710 | 8117 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8118 | |
4717 | 8119 * plot/__errcomm__.m: Cope with nargin now being a function. |
8120 * plot/__errplot__.m: Likewise. | |
8121 * plot/__plt__.m: Likewise. | |
8122 * plot/plot_border.m: Likewise. | |
8123 | |
4710 | 8124 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
8125 not $(DOCSTRINGS). | |
8126 | |
4706 | 8127 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8128 | |
8129 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8130 rank ([], tol). | |
8131 | |
4691 | 8132 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8133 | |
4692 | 8134 * elfun/acot.m: Return atan (1./z). |
8135 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8136 | |
4691 | 8137 * miscellaneous/dir.m: New file. |
8138 | |
8139 * general/num2str.m: Use "%d" as format if values are ints with | |
8140 magnitude less than 1e10. | |
8141 | |
8142 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8143 | |
8144 * general/num2str.m: If single arg is string, return it. | |
8145 | |
8146 * miscellaneous/not.m: New file. | |
8147 | |
8148 * miscellaneous/unix.m: New file. | |
8149 | |
8150 * miscellaneous/isunix.m: New file. | |
8151 * miscellaneous/ispc.m: New file. | |
8152 | |
8153 * miscellaneous/computer.m: New file. | |
8154 | |
8155 * miscellaneous/delete.m: New file. | |
8156 | |
4689 | 8157 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8158 | |
8159 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8160 | |
8161 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8162 | |
8163 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
8164 Always return substituted version of LOADPATH if nargout != 0. | |
8165 | |
4685 | 8166 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
8167 | |
8168 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
8169 before continuing. | |
8170 | |
8171 * miscellaneous/fileparts.m: Allow name to start with ".". | |
8172 | |
4677 | 8173 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8174 | |
8175 * general/ind2sub.m: New file. | |
8176 * general/sub2ind.m: New file. | |
8177 | |
4675 | 8178 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8179 | |
8180 * control/system/zp2ss.m: Don't save and restore | |
8181 warn_empty_list_elements. | |
8182 | |
8183 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
8184 | |
6778 | 8185 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 8186 |
4673 | 8187 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
8188 | |
8189 * statistics/base/mean.m: Remove special case for row vectors. | |
8190 | |
4637 | 8191 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8192 | |
8193 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8194 | |
4631 | 8195 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8196 | |
8197 * statistics/base/iqr.m: Handle matrices. | |
8198 | |
4630 | 8199 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8200 | |
8201 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8202 | |
4629 | 8203 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8204 | |
8205 * miscellaneous/path.m: Fix thinko in previous change. | |
8206 | |
4609 | 8207 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8208 | |
4629 | 8209 * control/base/dare.m: Check positive (semi)definiteness and |
8210 dimensions of r (and q). | |
8211 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8212 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8213 near unit circle. | |
4611 | 8214 |
8215 * control/system/is_detectable.m: Use Hautus Lemma. | |
8216 Correct the behavior for discrete-time systems. | |
8217 * control/system/is_stabilizable.m: Likewise. | |
8218 | |
4609 | 8219 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8220 | |
8221 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8222 | |
4610 | 8223 * general/isdefinite.m: New function. |
8224 | |
4567 | 8225 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8226 | |
8227 * general/reshape: Delete. | |
8228 | |
4559 | 8229 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8230 | |
8231 * general/numel.m: Delete. | |
8232 | |
4535 | 8233 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8234 | |
4536 | 8235 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8236 | |
8237 * deprecated/isstr.m: New file. | |
4535 | 8238 |
4529 | 8239 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8240 | |
8241 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8242 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8243 | |
4525 | 8244 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8245 | |
8246 * statistics/base/mean.m: Fix missing semicolon problem. | |
8247 | |
4503 | 8248 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8249 | |
8250 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8251 | |
4492 | 8252 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8253 | |
8254 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8255 Allow optional length argument. | |
8256 | |
4491 | 8257 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8258 | |
8259 * polynomial/polyfit.m: Avoid calling flipud. | |
8260 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8261 Return structure as second output value for improved Matlab | |
8262 compatibility. | |
8263 | |
4476 | 8264 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8265 | |
4478 | 8266 * linear-algebra/cond.m: Behave as though old built-in variable |
8267 propagate_empty_matrices is always 1. Also handle empty matrices | |
8268 with one non-zero dimension. | |
8269 | |
4476 | 8270 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8271 warn_single_quote_string to the list. | |
4478 | 8272 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8273 from the list. | |
4476 | 8274 |
5095 | 8275 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8276 |
8277 * signal/autocov.m: Transpose result of conj because diag returns | |
8278 a column vector, not a row vector. | |
8279 | |
8280 * audio/playaudio.m, audio/record.m, image/image.m, | |
8281 miscellaneous/bug_report.m: Protect spaces in filenames | |
8282 with quotes. | |
8283 | |
4466 | 8284 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8285 | |
4468 | 8286 * io/printf.m, io/puts.m: Delete. |
8287 | |
4466 | 8288 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8289 default_return_value from the list. | |
8290 Add warn_undefined_return_values to the list. | |
8291 | |
8292 | |
4464 | 8293 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8294 | |
8295 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8296 and initialize_global_variables from the list. | |
8297 | |
4460 | 8298 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8299 | |
4463 | 8300 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8301 | |
8302 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8303 | |
8304 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8305 * control/system/sys2fir.m: Likewise. | |
8306 | |
8307 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8308 * control/system/__tf2sysl__.m: Likewise. | |
8309 | |
8310 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8311 | |
8312 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8313 and [] concatenation. | |
8314 * control/system/sys2fir.m: Likewise. | |
8315 | |
8316 * control/base/dgram.m, control/base/freqchkw.m, | |
8317 control/base/gram.m, control/system/__abcddims__.m, | |
8318 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8319 control/system/is_sample.m, control/system/is_signal_list.m, | |
8320 control/system/is_siso.m, control/system/sys2fir.m, | |
8321 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8322 control/system/sysgettype.m, control/system/tf2zp.m, | |
8323 control/system/ugain.m, control/util/prompt.m, | |
8324 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8325 control/util/zgshsr.m: | |
8326 Improve conformance to Octave coding style. | |
8327 | |
4461 | 8328 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8329 the list. | |
8330 Delete resize_on_range_error from the list. | |
8331 | |
4460 | 8332 * control/base/pzmap.m, control/base/place.m, |
8333 control/base/__freqresp__.m, control/system/sysappend.m, | |
8334 control/system/syscont.m, control/system/sysdisc.m, | |
8335 control/system/sysgroup.m, control/system/tfout.m, | |
8336 control/system/zp2ss.m, control/system/zpout.m, | |
8337 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8338 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8339 empty_list_elements_ok. | |
8340 | |
8341 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8342 Delete empty_list_elements_ok from the list. | |
8343 | |
4457 | 8344 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8345 | |
8346 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8347 list. | |
8348 Delete treat_neg_dim_as_zero from the list. | |
8349 | |
8350 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8351 | |
4451 | 8352 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8353 | |
4455 | 8354 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8355 was not used in the code in any case). | |
8356 | |
8357 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8358 do_fortran_indexing. | |
8359 | |
4452 | 8360 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8361 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8362 | |
4451 | 8363 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8364 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8365 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8366 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8367 warn_fortran_indexing in the list. | |
8368 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8369 implicit_str_to_num_ok, do_fortran_indexing, and | |
8370 prefer_column_vectors from list. | |
4451 | 8371 |
4440 | 8372 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8373 | |
8374 * Makefile.in (distclean, maintainer-clean): Also remove | |
8375 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8376 directory. | |
8377 | |
5095 | 8378 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8379 |
8380 * plot/hist.m: Don't forget to define n if x is a vector. | |
8381 | |
5095 | 8382 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8383 |
8384 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8385 return "." with extension. | |
8386 | |
4422 | 8387 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8388 | |
8389 * control/base/__stepimp__.m, control/base/nichols.m, | |
8390 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8391 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8392 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8393 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8394 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8395 | |
4413 | 8396 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8397 | |
8398 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8399 | |
5095 | 8400 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8401 |
8402 * plot/hist.m: Improve performance by using different algorithms | |
8403 depending on number of bins. | |
8404 | |
4404 | 8405 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8406 | |
8407 * control/system/sysadd.m: If systems are not "tf", convert before | |
8408 adding. | |
8409 | |
5095 | 8410 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8411 |
8412 * image/imagesc.m: Accept data limits parameter for colormap. | |
8413 | |
5095 | 8414 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8415 |
8416 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8417 the impulse by t_step. | |
8418 | |
4373 | 8419 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8420 | |
8421 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8422 column vectors. | |
8423 | |
5095 | 8424 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8425 |
8426 * linear-algebra/null.m: Handle empty matrix arg. | |
8427 | |
4369 | 8428 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8429 | |
8430 * general/shift.m: Force empty_list_elements_ok to 1. | |
8431 | |
4358 | 8432 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8433 | |
8434 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8435 New files. | |
8436 | |
4348 | 8437 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8438 | |
8439 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8440 function handle to pass to feval. | |
8441 * statistics/base/qqplot.m: Likewise. | |
8442 * statistics/base/ppplot.m: Likewise. | |
8443 * signal/spectral_xdf.m: Likewise. | |
8444 * signal/spectral_adf.m: Likewise. | |
8445 | |
4340 | 8446 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8447 | |
8448 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8449 | |
4334 | 8450 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8451 | |
8452 * linear-algebra/logm.m: New file. | |
8453 | |
5095 | 8454 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8455 |
8456 * mkpkgadd: Scan C++ files as well | |
8457 | |
5095 | 8458 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8459 |
8460 * strings/findstr.m: Return empty set for zero-length target. | |
8461 | |
5095 | 8462 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8463 |
8464 * set/union.m: Preserve the orientation of inputs. | |
8465 | |
4305 | 8466 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8467 | |
8468 * general/int2str.m: Eliminate leading spaces. | |
8469 | |
4303 | 8470 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8471 | |
8472 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8473 | |
5095 | 8474 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8475 |
8476 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8477 $(BUILD_LDFLAGS) to compiler. | |
8478 | |
4295 | 8479 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8480 | |
8481 * general/num2str.m: Don't specify field width for scalars. | |
8482 | |
4292 | 8483 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8484 | |
8485 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8486 | |
4265 | 8487 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8488 | |
4279 | 8489 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8490 | |
4266 | 8491 * miscellaneous/tempname.m: New file. |
8492 | |
8493 * miscellaneous/tempdir.m: New file. | |
8494 | |
4265 | 8495 * miscellaneous/fullfile.m: New file. |
8496 | |
4259 | 8497 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8498 | |
4264 | 8499 * miscellaneous/fileparts.m: New file. |
8500 | |
8501 * io/beep.m: New file. | |
8502 | |
4260 | 8503 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8504 format only. | |
4259 | 8505 |
4257 | 8506 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8507 | |
8508 * strings/strcmp.m: Handle cell arrays of strings. | |
8509 | |
4229 | 8510 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8511 | |
8512 * general/int2str.m: Handle matrices. | |
8513 * general/num2str.m: Likewise. | |
8514 Also handle optional precision, and format args. | |
8515 | |
4225 | 8516 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8517 | |
8518 * audio/Makefile.in, control/base/Makefile.in, | |
8519 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8520 control/system/Makefile.in, elfun/Makefile.in, | |
8521 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8522 io/Makefile.in, linear-algebra/Makefile.in, | |
8523 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8524 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8525 specfun/Makefile.in, special-matrix/Makefile.in, | |
8526 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8527 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8528 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8529 deprecated/Makefile.in: Use new do-script-install and | |
8530 do-script-uninstall macros. | |
8531 | |
8532 * mkpkgadd: New script. | |
8533 | |
8534 * plot/close.m: New file. | |
8535 | |
4184 | 8536 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8537 | |
8538 * image/image.m: Use -raw option for xv. | |
8539 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8540 | |
4172 | 8541 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8542 | |
4174 | 8543 * control/base/lsim.m: Use approximate test for step size change. |
8544 | |
4172 | 8545 * signal/bartlett.m: Avoid row/column mismatch error. |
8546 | |
5095 | 8547 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8548 |
8549 * statistics/base/var.m: Use better formula for improved accuracy. | |
8550 | |
5095 | 8551 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8552 |
8553 * control/base/lsim.m: Correct doc string. | |
8554 | |
5095 | 8555 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8556 |
8557 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8558 | |
4148 | 8559 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8560 | |
8561 * plot/contour.m: Handle x and y as matrices too. | |
8562 | |
5095 | 8563 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8564 |
8565 * plot/contour.m: Fix error and usage messages. | |
8566 | |
4146 | 8567 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8568 | |
8569 * plot/contour.m: Correct orientation of plot. | |
8570 | |
4139 | 8571 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8572 | |
8573 * control/base/analdemo.m: Fix typo. | |
8574 | |
5095 | 8575 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8576 |
8577 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8578 | |
4098 | 8579 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8580 | |
8581 * mkdoc: Exit immediately on errors. | |
8582 Exit with error if gethelp does not exist. | |
8583 | |
8584 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8585 | |
4093 | 8586 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8587 | |
8588 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8589 | |
5095 | 8590 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8591 |
8592 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8593 * statistics/distributions/normal_pdf.m: Likewise. | |
8594 * statistics/distributions/normal_inv.m: Likewise. | |
8595 | |
5095 | 8596 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8597 |
8598 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8599 | |
5095 | 8600 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8601 |
8602 * statistics/base/var.m: Handle complex values. | |
8603 | |
4031 | 8604 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8605 | |
8606 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8607 list. | |
8608 * deprecated/Makefile.in: New file. | |
8609 | |
5095 | 8610 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8611 |
8612 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8613 * statistics/distributions/binomial_cdf.m: Likewise. | |
8614 * statistics/distributions/f_cdf.m: Likewise. | |
8615 * statistics/distributions/t_cdf.m: Likewise. | |
8616 | |
8617 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8618 * specfun/beta.m: Likewise. | |
8619 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8620 * statistics/distributions/gamma_pdf.m: Likewise. | |
8621 * statistics/distributions/poisson_pdf.m: Likewise. | |
8622 | |
8623 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8624 * statistics/distributions/poisson_cdf.m: Likewise. | |
8625 | |
4026 | 8626 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8627 | |
4028 | 8628 * deprecated/is_bool.m: New file. |
8629 * deprecated/is_complex.m: New file. | |
8630 * deprecated/is_global.m: New file. | |
8631 * deprecated/is_list.m: New file. | |
8632 * deprecated/is_matrix.m: New file. | |
8633 * deprecated/is_scalar.m: New file. | |
8634 * deprecated/is_square.m: New file. | |
8635 * deprecated/is_stream.m: New file. | |
8636 * deprecated/is_struct.m: New file. | |
8637 * deprecated/is_symmetric.m: New file. | |
8638 * deprecated/is_vector.m: New file. | |
4030 | 8639 * Change all callers of these functions to use the new names. |
4028 | 8640 |
4029 | 8641 * deprecated: New directory. |
8642 * Makefile.in (SUBDIRS): Add it to the list. | |
8643 | |
4026 | 8644 * general/isscalar.m: Rename from is_scalar.m. |
8645 * general/issquare.m: Rename from is_square.m. | |
8646 * general/issymmetric.m: Rename from is_symmetric.m. | |
8647 * general/isvector.m: Rename from is_vector.m. | |
8648 | |
4022 | 8649 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8650 | |
8651 * statistics/base/mean.m: Allow empty matrices. | |
8652 Handle DIM arg. | |
8653 | |
5095 | 8654 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8655 |
8656 * plot/__errcomm__.m: If format is not specified, default to error | |
8657 bar format. | |
8658 | |
4011 | 8659 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8660 | |
8661 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8662 __F_SETFL__ and __O_NONBLOCK__. | |
8663 | |
8664 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8665 * miscellaneous/bug_report.m: Likewise. | |
8666 | |
4007 | 8667 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8668 | |
4008 | 8669 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8670 * general/rem.m: Likewise. | |
8671 | |
8672 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8673 * plot/semilogxerr.m: Likewise. | |
4007 | 8674 * plot/semilogyerr.m: Likewise. |
8675 | |
5095 | 8676 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8677 |
8678 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8679 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8680 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8681 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8682 | |
8683 * plot/errorbar.m: Use __errcomm__.m. | |
8684 * plot/__errplot__.m: Minor cleanups. | |
8685 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8686 * plot/__pltopt1__.m: Likewise. | |
8687 | |
3980 | 8688 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8689 | |
3981 | 8690 * general/rem.m: Delete redundant call to usage. |
8691 | |
3980 | 8692 * general/mod.m: Additional error checks, Texinfoize doc string. |
8693 | |
5095 | 8694 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8695 |
8696 * general/mod.m: New function. | |
8697 | |
3979 | 8698 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8699 | |
8700 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8701 * control/system/sysadd.m: Likewise. | |
8702 * control/system/sysgroup.m: Likewise. | |
8703 * control/system/syssub.m: Likewise. | |
8704 * elfun/gcd.m: Likewise. | |
8705 * elfun/lcm.m: Likewise. | |
8706 * general/common_size.m: Likewise. | |
8707 * io/printf.m: Likewise. | |
8708 * miscellaneous/menu.m: Likewise. | |
8709 * miscellaneous/path.m: Likewise. | |
8710 * plot/__errplot__.m: Likewise. | |
8711 * plot/__plt__.m: Likewise. | |
8712 * plot/axis.m: Likewise. | |
8713 * plot/errorbar.m: Likewise. | |
8714 * plot/mplot.m: Likewise. | |
8715 * plot/loglog.m: Likewise. | |
8716 * plot/plot.m: Likewise. | |
8717 * plot/plot_border.m: Likewise. | |
8718 * plot/semilogx.m: Likewise. | |
8719 * plot/semilogy.m: Likewise. | |
8720 * plot/xlabel.m: Likewise. | |
8721 * plot/ylabel.m: Likewise. | |
8722 * plot/zlabel.m: Likewise. | |
8723 * statistics/base/ppplot.m: Likewise. | |
8724 * statistics/base/qqplot.m: Likewise. | |
8725 * statistics/tests/bartlett_test.m: Likewise. | |
8726 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8727 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8728 * strings/str2mat.m: Likewise. | |
8729 * strings/strcat.m: Likewise. | |
8730 | |
5095 | 8731 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8732 |
8733 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8734 | |
3924 | 8735 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8736 | |
8737 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8738 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8739 |
5095 | 8740 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8741 |
8742 * general/repmat.m: New function. | |
8743 | |
5095 | 8744 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8745 |
8746 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8747 Use optional parameter to specify the number of bits in the input. | |
8748 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8749 floats in the range [-1,1], 2x speedup. | |
8750 | |
8751 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8752 | |
3910 | 8753 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8754 | |
8755 * linear-algebra/kron.m: Delete. | |
8756 | |
5095 | 8757 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8758 |
8759 * signal/freqz.m: If nargout is zero, plot results instead of | |
8760 returning them. | |
8761 * signal/freqz_plot.m: New file. | |
8762 | |
5095 | 8763 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8764 |
5378 | 8765 * signal/unwrap.m: New file. |
3906 | 8766 |
5095 | 8767 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8768 |
8769 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8770 divide by zero warning. | |
8771 | |
5095 | 8772 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8773 |
3894 | 8774 * strings/deblank.m: Trim \0 as well as blank. |
8775 | |
5378 | 8776 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8777 expressed in radians or Hz relative to a supplied sample rate. |
8778 | |
5095 | 8779 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8780 |
8781 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8782 | |
3891 | 8783 * strings/findstr.m: Vectorize as much as possible. |
8784 | |
5095 | 8785 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8786 |
8787 * special-matrix/invhilb.m: New version that is faster and more | |
8788 accurate. | |
8789 | |
5095 | 8790 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8791 |
8792 * configure.in: Update for autoconf 2.5x. | |
8793 | |
5095 | 8794 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8795 |
8796 * special-matrix/vander.m: Code tidy and vectorize. | |
8797 | |
5095 | 8798 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8799 |
3883 | 8800 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8801 to vectors. Issue a warning in the case x matches y' but return a | |
8802 column vector as Octave currently does. | |
8803 | |
3882 | 8804 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8805 | |
8806 * control/system/starp.m: Leave more of the documentation | |
8807 processing to texinfo and less to the @format block. | |
8808 | |
8809 * image/imagesc.m: Only display image if no output is requested. | |
8810 Code tidying. | |
8811 | |
3876 | 8812 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8813 | |
8814 * statistics/base/center.m: Accept and return empty matrix. | |
8815 | |
3872 | 8816 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8817 | |
8818 * specfun/erfinv.m: Fix usage message. | |
8819 | |
3869 | 8820 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8821 | |
8822 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8823 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8824 | |
3837 | 8825 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8826 | |
8827 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8828 capitalized variable names. | |
8829 | |
3836 | 8830 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8831 | |
8832 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8833 | |
5095 | 8834 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8835 |
8836 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8837 | |
3803 | 8838 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8839 | |
3833 | 8840 * general/cart2pol.m: New file. |
8841 * general/pol2cart.m: New file. | |
8842 * general/cart2sph.m: New file. | |
8843 * general/sph2cart.m: New file. | |
8844 * image/rgb2hsv.m: New file. | |
8845 * image/hsv2rgb.m: New file. | |
3803 | 8846 |
8847 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8848 | |
8849 * plot/meshgrid.m: Avoid for loops. | |
8850 * plot/meshdom.m: Likewise. | |
8851 | |
3801 | 8852 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8853 | |
8854 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8855 | |
8856 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8857 | |
8858 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8859 norm. | |
8860 | |
3792 | 8861 2001-02-09 David Livings <david.livings@asa.co.uk> |
8862 | |
8863 * statistics/tests/welch_test.m: Fix typo. | |
8864 | |
8865 * statistics/distributions/chisquare_cdf.m: | |
8866 Don't restrict inputs to be only positive integers. | |
8867 * statistics/distributions/chisquare_inv.m: Likewise. | |
8868 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8869 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8870 * statistics/distributions/f_cdf.m: Likewise. | |
8871 * statistics/distributions/f_inv.m: Likewise. | |
8872 * statistics/distributions/f_pdf.m: Likewise. | |
8873 * statistics/distributions/f_rnd.m: Likewise. | |
8874 * statistics/distributions/t_cdf.m: Likewise. | |
8875 * statistics/distributions/t_inv.m: Likewise. | |
8876 * statistics/distributions/t_pdf.m: Likewise. | |
8877 * statistics/distributions/t_rnd.m: Likewise. | |
8878 | |
3790 | 8879 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8880 | |
8881 * strings/dec2base.m: New file. | |
8882 * strings/base2dec.m: New file. | |
8883 * strings/strjust.m: New file. | |
8884 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8885 * strings/dec2bin.m: Likewise. | |
8886 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8887 * strings/bin2dec.m: Likewise. | |
8888 | |
5095 | 8889 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8890 |
8891 * statistics/base/ppplot.m: Use gset, not set. | |
8892 * statistics/base/qqplot.m: Likewise. | |
8893 | |
5095 | 8894 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8895 |
8896 * control/system/c2d.m: Add missing endif. | |
8897 | |
3759 | 8898 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8899 | |
8900 * strings/index.m: Return 0 if either string is empty. | |
8901 | |
8902 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8903 | |
8904 * control/system/c2d.m: Allow option of matched pole/zero | |
8905 equivalent for conversion. | |
8906 | |
8907 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8908 | |
8909 * strings/findstr.m: Return empty matrix if search string is empty. | |
8910 | |
3757 | 8911 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8912 | |
8913 * saveimage.m: Do create rawbit image for black and white images, | |
8914 but do it correctly. | |
8915 | |
3754 | 8916 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8917 | |
6778 | 8918 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8919 result polynomials. | |
3754 | 8920 |
3748 | 8921 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8922 | |
8923 * image/saveimage.m: Don't try to create rawbit image. | |
8924 | |
3740 | 8925 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8926 | |
8927 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8928 | |
5095 | 8929 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8930 |
8931 * plot/contour.m: Reorder args for Matlab compatibility. | |
8932 | |
3727 | 8933 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8934 | |
8935 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8936 | |
3717 | 8937 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8938 | |
3718 | 8939 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8940 | |
3717 | 8941 * plot/mesh.m: Also set nologscale before plotting. |
8942 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8943 xyerrorbars instead of just errorbars. | |
8944 | |
3714 | 8945 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8946 | |
8947 * image/image.m: Try display (from ImageMagick) first. | |
8948 | |
3709 | 8949 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8950 | |
8951 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8952 conjugate transpose. | |
8953 | |
3705 | 8954 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8955 | |
8956 * strings/str2mat.m: Apply setstr to each argument. | |
8957 | |
3696 | 8958 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8959 | |
8960 * control/base/dkalman.m: New file. | |
8961 * control/base/dlqe.m: Handle singular A matrix. | |
8962 * control/base/dlqr.m: Likewise. | |
8963 | |
3695 | 8964 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8965 | |
8966 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8967 dimensions don't match. | |
8968 | |
3690 | 8969 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8970 | |
8971 * plot/hist.m: Allow 3 argument form to work. | |
8972 | |
5095 | 8973 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8974 |
8975 * plot/plot.m: Add examples in doc string. | |
8976 | |
5095 | 8977 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8978 |
8979 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8980 Do the right thing even if automatic_replot is not zero. | |
8981 Avoid failure if system has pure imaginary poles. | |
8982 | |
3674 | 8983 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8984 | |
8985 * general/logical.m: Return arg if it is empty. Better error | |
8986 message for non-numeric types. | |
8987 | |
5095 | 8988 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8989 |
8990 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8991 about difference with Matlab dlqe function. | |
8992 | |
8993 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8994 | |
5095 | 8995 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8996 |
8997 * strings/strrep.m: Fix typo. | |
8998 | |
3666 | 8999 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9000 | |
9001 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9002 | |
5095 | 9003 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9004 |
9005 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9006 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9007 |
5095 | 9008 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9009 |
9010 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9011 guess for iteration. | |
9012 | |
3651 | 9013 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9014 | |
9015 * image/image.m: Allow image (A) or image (x, y, A). | |
9016 * image/imagesc.m: Likewise. | |
9017 | |
9018 * image/image.m: If zoom is not supplied, or if it is an empty | |
9019 matrix, autoscale the image. | |
9020 | |
3618 | 9021 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9022 | |
3619 | 9023 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9024 Undo string escapes in text twice(!) before sending to gnuplot. | |
9025 | |
3618 | 9026 * image/saveimage.m: Add comment to file saying who created it and |
9027 when it was created. Suggested by Stephen Eglen | |
9028 <stephen@cogsci.ed.ac.uk>. | |
9029 | |
5095 | 9030 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9031 |
9032 * polynomial/polyreduce.m: Simplify by looking for the first | |
9033 non-zero element rather than the last of the first set of zero | |
9034 elements. | |
9035 | |
9036 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9037 | |
5095 | 9038 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9039 |
9040 * image/saveimage.m: Swap black and white colormaps so zero is | |
9041 displayed as black and 1 is displayed as white. | |
9042 Fix indexing bug in ppm case. | |
9043 | |
3604 | 9044 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9045 | |
9046 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9047 between the two distributions (took same approach as ks.test() in R.) | |
9048 | |
3603 | 9049 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9050 | |
9051 * control/base/bode.m: Temporarily disable automatic_replot. | |
9052 | |
3599 | 9053 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9054 | |
3601 | 9055 * Makefile.in (clean): Also remove gethelp. |
9056 | |
3599 | 9057 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9058 | |
5095 | 9059 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9060 |
9061 * set/create_set.m: Use find to avoid while loop. | |
9062 | |
5095 | 9063 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 9064 |
9065 * plot/hist.m: New optional third argument. | |
9066 | |
9067 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9068 | |
9069 * miscellaneous/bug_report.m: Use octave-bug script with version | |
9070 number appended. | |
9071 | |
3575 | 9072 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9073 | |
9074 * gethelp.cc: Sprinkle with std:: qualifier. | |
9075 | |
3498 | 9076 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9077 | |
9078 * image/saveimage.m: Delete some debugging code. | |
9079 | |
3486 | 9080 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9081 | |
9082 * signal/sinc.m: Avoid reshaping. | |
9083 | |
9084 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
9085 * image/ind2rgb.m: Ditto. | |
9086 * image/ind2gray.m: Ditto. | |
9087 * general/reshape.m: Ditto. Also no longer needs to reset | |
9088 implicit_str_to_num_ok. | |
9089 | |
3483 | 9090 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9091 | |
9092 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
9093 a list of file structures, not a vector of numeric file ids. | |
9094 | |
3474 | 9095 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9096 | |
3476 | 9097 * plot/__axis_label__.m: New function. |
9098 Undo string escapes in text twice(!) before sending to gnuplot. | |
9099 * plot/xlabel.m: Use it. | |
9100 * plot/ylabel.m: Ditto. | |
9101 * plot/zlabel.m: Ditto. | |
9102 | |
3474 | 9103 * plot/mesh.m: Fix error message to reflect reality. |
9104 | |
5095 | 9105 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 9106 |
9107 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
9108 | |
5095 | 9109 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 9110 |
9111 * audio/saveaudio.m: Also accept files with .ul extension. | |
9112 * audio/loadaudio.m: Ditto. | |
9113 * audio/playaudio.m: Ditto. | |
9114 | |
3456 | 9115 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9116 | |
9117 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
9118 * statistics/distributions/beta_inv.m: Ditto. | |
9119 * statistics/distributions/beta_pdf.m: Ditto. | |
9120 * statistics/distributions/beta_rnd.m: Ditto. | |
9121 * statistics/distributions/binomial_cdf.m: Ditto. | |
9122 * statistics/distributions/binomial_inv.m: Ditto. | |
9123 * statistics/distributions/binomial_pdf.m: Ditto. | |
9124 * statistics/distributions/binomial_rnd.m: Ditto. | |
9125 * statistics/distributions/cauchy_cdf.m: Ditto. | |
9126 * statistics/distributions/cauchy_inv.m: Ditto. | |
9127 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9128 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9129 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9130 * statistics/distributions/chisquare_inv.m: Ditto. | |
9131 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9132 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9133 * statistics/distributions/discrete_cdf.m: Ditto. | |
9134 * statistics/distributions/discrete_inv.m: Ditto. | |
9135 * statistics/distributions/discrete_pdf.m: Ditto. | |
9136 * statistics/distributions/discrete_rnd.m: Ditto. | |
9137 * statistics/distributions/empirical_cdf.m: Ditto. | |
9138 * statistics/distributions/empirical_inv.m: Ditto. | |
9139 * statistics/distributions/empirical_pdf.m: Ditto. | |
9140 * statistics/distributions/empirical_rnd.m: Ditto. | |
9141 * statistics/distributions/exponential_cdf.m: Ditto. | |
9142 * statistics/distributions/exponential_inv.m: Ditto. | |
9143 * statistics/distributions/exponential_pdf.m: Ditto. | |
9144 * statistics/distributions/exponential_rnd.m: Ditto. | |
9145 * statistics/distributions/f_cdf.m: Ditto. | |
9146 * statistics/distributions/f_inv.m: Ditto. | |
9147 * statistics/distributions/f_pdf.m: Ditto. | |
9148 * statistics/distributions/f_rnd.m: Ditto. | |
9149 * statistics/distributions/gamma_cdf.m: Ditto. | |
9150 * statistics/distributions/gamma_inv.m: Ditto. | |
9151 * statistics/distributions/gamma_pdf.m: Ditto. | |
9152 * statistics/distributions/gamma_rnd.m: Ditto. | |
9153 * statistics/distributions/geometric_cdf.m: Ditto. | |
9154 * statistics/distributions/geometric_inv.m: Ditto. | |
9155 * statistics/distributions/geometric_pdf.m: Ditto. | |
9156 * statistics/distributions/geometric_rnd.m: Ditto. | |
9157 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9158 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9159 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9160 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9161 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9162 * statistics/distributions/laplace_cdf.m: Ditto. | |
9163 * statistics/distributions/laplace_inv.m: Ditto. | |
9164 * statistics/distributions/laplace_pdf.m: Ditto. | |
9165 * statistics/distributions/laplace_rnd.m: Ditto. | |
9166 * statistics/distributions/logistic_cdf.m: Ditto. | |
9167 * statistics/distributions/logistic_inv.m: Ditto. | |
9168 * statistics/distributions/logistic_pdf.m: Ditto. | |
9169 * statistics/distributions/logistic_rnd.m: Ditto. | |
9170 * statistics/distributions/lognormal_cdf.m: Ditto. | |
9171 * statistics/distributions/lognormal_inv.m: Ditto. | |
9172 * statistics/distributions/lognormal_pdf.m: Ditto. | |
9173 * statistics/distributions/lognormal_rnd.m: Ditto. | |
9174 * statistics/distributions/normal_cdf.m: Ditto. | |
9175 * statistics/distributions/normal_inv.m: Ditto. | |
9176 * statistics/distributions/normal_pdf.m: Ditto. | |
9177 * statistics/distributions/normal_rnd.m: Ditto. | |
9178 * statistics/distributions/pascal_cdf.m: Ditto. | |
9179 * statistics/distributions/pascal_inv.m: Ditto. | |
9180 * statistics/distributions/pascal_pdf.m: Ditto. | |
9181 * statistics/distributions/pascal_rnd.m: Ditto. | |
9182 * statistics/distributions/poisson_cdf.m: Ditto. | |
9183 * statistics/distributions/poisson_inv.m: Ditto. | |
9184 * statistics/distributions/poisson_pdf.m: Ditto. | |
9185 * statistics/distributions/poisson_rnd.m: Ditto. | |
9186 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
9187 * statistics/distributions/stdnormal_inv.m: Ditto. | |
9188 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
9189 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
9190 * statistics/distributions/t_cdf.m: Ditto. | |
9191 * statistics/distributions/t_inv.m: Ditto. | |
9192 * statistics/distributions/t_pdf.m: Ditto. | |
9193 * statistics/distributions/t_rnd.m: Ditto. | |
9194 * statistics/distributions/uniform_cdf.m: Ditto. | |
9195 * statistics/distributions/uniform_inv.m: Ditto. | |
9196 * statistics/distributions/uniform_pdf.m: Ditto. | |
9197 * statistics/distributions/uniform_rnd.m: Ditto. | |
9198 * statistics/distributions/weibull_cdf.m: Ditto. | |
9199 * statistics/distributions/weibull_inv.m: Ditto. | |
9200 * statistics/distributions/weibull_pdf.m: Ditto. | |
9201 * statistics/distributions/weibull_rnd.m: Ditto. | |
9202 * statistics/distributions/wiener_rnd.m: Ditto. | |
9203 | |
3453 | 9204 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9205 | |
9206 * statistics/base/values.m: Texinfoize doc string. | |
9207 * statistics/base/var.m: Ditto. | |
9208 * statistics/base/table.m: Ditto. | |
9209 * statistics/base/studentize.m: Ditto. | |
9210 * statistics/base/statistics.m: Ditto. | |
9211 * statistics/base/spearman.m: Ditto. | |
9212 * statistics/base/run_count.m: Ditto. | |
9213 * statistics/base/ranks.m: Ditto. | |
9214 * statistics/base/range.m: Ditto. | |
9215 * statistics/base/qqplot.m: Ditto. | |
9216 * statistics/base/probit.m: Ditto. | |
9217 * statistics/base/ppplot.m: Ditto. | |
9218 * statistics/base/moment.m: Ditto. | |
9219 * statistics/base/meansq.m: Ditto. | |
9220 * statistics/base/logit.m: Ditto. | |
9221 * statistics/base/kendall.m: Ditto. | |
9222 * statistics/base/iqr.m: Ditto. | |
9223 * statistics/base/cut.m: Ditto. | |
9224 * statistics/base/cor.m: Ditto. | |
9225 * statistics/base/cloglog.m: Ditto. | |
9226 * statistics/base/center.m: Ditto. | |
3454 | 9227 * statistics/models/logistic_regression.m: Ditto. |
9228 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9229 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9230 * statistics/tests/anova.m: Ditto. | |
9231 * statistics/tests/bartlett_test.m: Ditto. | |
9232 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9233 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9234 * statistics/tests/cor_test.m: Ditto. | |
9235 * statistics/tests/f_test_regression.m: Ditto. | |
9236 * statistics/tests/hotelling_test.m: Ditto. | |
9237 * statistics/tests/hotelling_test_2.m: Ditto. | |
9238 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9239 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9240 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9241 * statistics/tests/manova.m: Ditto. | |
9242 * statistics/tests/mcnemar_test.m: Ditto. | |
9243 * statistics/tests/prop_test_2.m: Ditto. | |
9244 * statistics/tests/run_test.m: Ditto. | |
9245 * statistics/tests/sign_test.m: Ditto. | |
9246 * statistics/tests/t_test.m: Ditto. | |
9247 * statistics/tests/t_test_2.m: Ditto. | |
9248 * statistics/tests/t_test_regression.m: Ditto. | |
9249 * statistics/tests/u_test.m: Ditto. | |
9250 * statistics/tests/var_test.m: Ditto. | |
9251 * statistics/tests/welch_test.m: Ditto. | |
9252 * statistics/tests/wilcoxon_test.m: Ditto. | |
9253 * statistics/tests/z_test.m: Ditto. | |
9254 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9255 |
3446 | 9256 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9257 | |
9258 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9259 * plot/__plr1__.m: Ditto. |
9260 * plot/__pltopt__.m: Ditto. | |
9261 * plot/__plt__.m: Ditto. | |
9262 * plot/__plt2vv__.m: Ditto. | |
9263 * plot/__plr2__.m: Ditto. | |
9264 * plot/__plr__.m: Ditto. | |
9265 * plot/__plt1__.m: Ditto. | |
9266 * plot/__plt2__.m: Ditto. | |
9267 * plot/__plt2mm__.m: Ditto. | |
9268 * plot/__plt2mv__.m: Ditto. | |
9269 * plot/__plt2ss__.m: Ditto. | |
9270 * miscellaneous/paren.m: Ditto. | |
9271 * miscellaneous/comma.m: Ditto. | |
9272 * miscellaneous/semicolon.m: Ditto. | |
9273 * miscellaneous/path.m: Ditto. | |
9274 * miscellaneous/list_primes.m: Ditto. | |
9275 * miscellaneous/flops.m: Ditto. | |
9276 * miscellaneous/dump_prefs.m: Ditto. | |
9277 * miscellaneous/bug_report.m: Ditto. | |
9278 * linear-algebra/dot.m: Ditto | |
9279 * linear-algebra/dmult.m: Ditto. | |
9280 * general/randperm.m: Ditto. | |
9281 * general/logical.m: Ditto. | |
9282 * general/is_duplicate_entry.m: Ditto. | |
9283 * signal/arch_fit.m: Ditto. | |
9284 * signal/arch_rnd.m: Ditto. | |
9285 * signal/arch_test.m: Ditto. | |
9286 * signal/arma_rnd.m: Ditto. | |
9287 * signal/autocor.m: Ditto. | |
9288 * signal/autocov.m: Ditto. | |
9289 * signal/autoreg_matrix.m: Ditto. | |
9290 * signal/bartlett.m: Ditto. | |
9291 * signal/blackman.m: Ditto. | |
9292 * signal/detrend.m: Ditto. | |
9293 * signal/diffpara.m: Ditto. | |
9294 * signal/durbinlevinson.m: Ditto. | |
9295 * signal/fftconv.m: Ditto. | |
9296 * signal/fftfilt.m: Ditto. | |
9297 * signal/fftshift.m: Ditto. | |
9298 * signal/fractdiff.m: Ditto. | |
9299 * signal/freqz.m: Ditto. | |
9300 * signal/hamming.m: Ditto. | |
9301 * signal/hanning.m: Ditto. | |
9302 * signal/hurst.m: Ditto. | |
9303 * signal/periodogram.m: Ditto. | |
9304 * signal/rectangle_lw.m: Ditto. | |
9305 * signal/rectangle_sw.m: Ditto. | |
9306 * signal/sinc.m: Ditto. | |
9307 * signal/sinetone.m: Ditto. | |
9308 * signal/sinewave.m: Ditto. | |
9309 * signal/spectral_adf.m: Ditto. | |
9310 * signal/spectral_xdf.m: Ditto. | |
9311 * signal/spencer.m: Ditto. | |
9312 * signal/stft.m: Ditto. | |
9313 * signal/synthesis.m: Ditto. | |
9314 * signal/triangle_lw.m: Ditto. | |
9315 * signal/triangle_sw.m: Ditto. | |
9316 * signal/yulewalker.m: Ditto. | |
3450 | 9317 * control/util/strappend.m: Ditto. |
3451 | 9318 * control/base/nichols.m: Ditto. |
3452 | 9319 * control/system/is_signal_list.m: Ditto. |
9320 * control/system/listidx.m: Ditto. | |
9321 * control/system/sysgettsam.m: Ditto. | |
9322 * control/system/sysidx.m: Ditto. | |
3446 | 9323 |
3438 | 9324 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9325 | |
9326 * control/system/__abcddims__.m: Rename from | |
9327 control/system/abcddims.m, change all callers. | |
9328 * control/base/__bodquist__.m: Likewise. | |
9329 * control/base/__freqresp__.m: Likewise. | |
9330 * control/util/__outlist__.m: Likewise. | |
9331 * control/base/__stepimp__.m: Likewise. | |
9332 * control/system/__syschnamesl__.m: Likewise. | |
9333 * control/system/__syscont_disc__.m: Likewise. | |
9334 * control/system/__sysdefioname__.m: Likewise. | |
9335 * control/system/__sysdefstname__.m: Likewise. | |
9336 * control/system/__sysgroupn__.m: Likewise. | |
9337 * control/system/__tf2sysl__.m: Likewise. | |
9338 * control/util/__zgpbal__.m: Likewise. | |
9339 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9340 |
9341 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9342 * quaternion/qconj.m: Ditto. |
9343 * quaternion/qcoordinate_plot.m: Ditto. | |
9344 * quaternion/qderiv.m: Ditto. | |
9345 * quaternion/qderivmat.m: Ditto. | |
9346 * quaternion/qinv.m: Ditto. | |
9347 * quaternion/qmult.m: Ditto. | |
9348 * quaternion/qtrans.m: Ditto. | |
9349 * quaternion/qtransv.m: Ditto. | |
9350 * quaternion/qtransvmat.m: Ditto. | |
9351 * quaternion/quaternion.m: Ditto. | |
3438 | 9352 |
3436 | 9353 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9354 | |
9355 * control/base/Makefile.in: Ditto. | |
9356 * control/hinf/Makefile.in: New file. | |
9357 * control/marsyas/Makefile.in: Ditto. | |
9358 * control/obsolete/Makefile.in: Ditto. | |
9359 * control/system/Makefile.in: Ditto. | |
9360 * control/util/Makefile.in: Ditto. | |
9361 | |
9362 * strings/com2str.m: Move here from control directory. | |
9363 | |
9364 * control/base: New directory. | |
9365 * control/base/DEMOcontrol.m: Move here from control directory. | |
9366 * control/base/analdemo.m: Ditto. | |
9367 * control/base/are.m: Ditto. | |
9368 * control/base/bddemo.m: Ditto. | |
9369 * control/base/bode.m: Ditto. | |
9370 * control/base/bode_bounds.m: Ditto. | |
9371 * control/base/bodquist.m: Ditto. | |
9372 * control/base/controldemo.m: Ditto. | |
9373 * control/base/ctrb.m: Ditto. | |
9374 * control/base/damp.m: Ditto. | |
9375 * control/base/dare.m: Ditto. | |
9376 * control/base/dcgain.m: Ditto. | |
9377 * control/base/dgram.m: Ditto. | |
9378 * control/base/dlqe.m: Ditto. | |
9379 * control/base/dlqr.m: Ditto. | |
9380 * control/base/dlyap.m: Ditto. | |
9381 * control/base/dre.m: Ditto. | |
9382 * control/base/frdemo.m: Ditto. | |
9383 * control/base/freqchkw.m: Ditto. | |
9384 * control/base/freqresp.m: Ditto. | |
9385 * control/base/gram.m: Ditto. | |
9386 * control/base/impulse.m: Ditto. | |
9387 * control/base/lqe.m: Ditto. | |
9388 * control/base/lqg.m: Ditto. | |
9389 * control/base/lqr.m: Ditto. | |
9390 * control/base/lsim.m: Ditto. | |
9391 * control/base/ltifr.m: Ditto. | |
9392 * control/base/lyap.m: Ditto. | |
9393 * control/base/nichols.m: Ditto. | |
9394 * control/base/nyquist.m: Ditto. | |
9395 * control/base/obsv.m: Ditto. | |
9396 * control/base/place.m: Ditto. | |
9397 * control/base/pzmap.m: Ditto. | |
9398 * control/base/rldemo.m: Ditto. | |
9399 * control/base/rlocus.m: Ditto. | |
9400 * control/base/step.m: Ditto. | |
9401 * control/base/stepimp.m: Ditto. | |
9402 * control/base/tzero.m: Ditto. | |
9403 * control/base/tzero2.m: Ditto. | |
9404 | |
9405 * control/hinf: New directory. | |
9406 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9407 * control/hinf/h2norm.m: Ditto. | |
9408 * control/hinf/h2syn.m: Ditto. | |
9409 * control/hinf/hinf_ctr.m: Ditto. | |
9410 * control/hinf/hinfdemo.m: Ditto. | |
9411 * control/hinf/hinfnorm.m: Ditto. | |
9412 * control/hinf/hinfsyn.m: Ditto. | |
9413 * control/hinf/hinfsyn_chk.m: Ditto. | |
9414 * control/hinf/hinfsyn_ric.m: Ditto. | |
9415 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9416 * control/hinf/dgkfdemo.m: Ditto. |
9417 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9418 |
9419 * control/marsyas: New directory. | |
9420 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9421 * control/marsyas/susball.m: Ditto. | |
9422 | |
9423 * control/obsolete/dezero.m: Move here from control directory. | |
9424 * control/obsolete/rotg.m: Ditto. | |
9425 | |
9426 * control/system: New directory. | |
9427 * control/system/abcddim.m: Move here from control directory. | |
9428 * control/system/abcddims.m: Ditto. | |
9429 * control/system/buildssic.m: Ditto. | |
9430 * control/system/c2d.m: Ditto. | |
9431 * control/system/d2c.m: Ditto. | |
9432 * control/system/dmr2d.m: Ditto. | |
9433 * control/system/fir2sys.m: Ditto. | |
9434 * control/system/is_abcd.m: Ditto. | |
9435 * control/system/is_digital.m: Ditto. | |
9436 * control/system/is_sample.m: Ditto. | |
9437 * control/system/is_signal_list.m: Ditto. | |
9438 * control/system/is_siso.m: Ditto. | |
3441 | 9439 * control/system/is_controllable.m: Ditto. |
9440 * control/system/is_detectable.m: Ditto. | |
9441 * control/system/is_observable.m: Ditto. | |
9442 * control/system/is_stabilizable.m: Ditto. | |
9443 * control/system/is_stable.m: Ditto. | |
3436 | 9444 * control/system/jet707.m: Ditto. |
9445 * control/system/listidx.m: Ditto. | |
9446 * control/system/moddemo.m: Ditto. | |
9447 * control/system/ord2.m: Ditto. | |
9448 * control/system/packedform.m: Ditto. | |
9449 * control/system/parallel.m: Ditto. | |
9450 * control/system/ss2sys.m: Ditto. | |
9451 * control/system/ss2tf.m: Ditto. | |
9452 * control/system/ss2zp.m: Ditto. | |
9453 * control/system/starp.m: Ditto. | |
9454 * control/system/sys2fir.m: Ditto. | |
9455 * control/system/sys2ss.m: Ditto. | |
9456 * control/system/sys2tf.m: Ditto. | |
9457 * control/system/sys2zp.m: Ditto. | |
9458 * control/system/sysadd.m: Ditto. | |
9459 * control/system/sysappend.m: Ditto. | |
9460 * control/system/syschnamesl.m: Ditto. | |
9461 * control/system/syschtsam.m: Ditto. | |
9462 * control/system/sysconnect.m: Ditto. | |
9463 * control/system/syscont.m: Ditto. | |
9464 * control/system/syscont_disc.m: Ditto. | |
9465 * control/system/sysdefioname.m: Ditto. | |
9466 * control/system/sysdefstname.m: Ditto. | |
9467 * control/system/sysdimensions.m: Ditto. | |
9468 * control/system/sysdisc.m: Ditto. | |
9469 * control/system/sysdup.m: Ditto. | |
9470 * control/system/sysgetsignals.m: Ditto. | |
9471 * control/system/sysgettsam.m: Ditto. | |
9472 * control/system/sysgettype.m: Ditto. | |
9473 * control/system/sysgroup.m: Ditto. | |
9474 * control/system/sysgroupn.m: Ditto. | |
9475 * control/system/sysidx.m: Ditto. | |
9476 * control/system/sysmin.m: Ditto. | |
9477 * control/system/sysmult.m: Ditto. | |
9478 * control/system/sysout.m: Ditto. | |
9479 * control/system/sysprune.m: Ditto. | |
9480 * control/system/sysreorder.m: Ditto. | |
9481 * control/system/sysrepdemo.m: Ditto. | |
9482 * control/system/sysscale.m: Ditto. | |
9483 * control/system/syssetsignals.m: Ditto. | |
9484 * control/system/syssub.m: Ditto. | |
9485 * control/system/sysupdate.m: Ditto. | |
9486 * control/system/tf2ss.m: Ditto. | |
9487 * control/system/tf2sys.m: Ditto. | |
9488 * control/system/tf2sysl.m: Ditto. | |
9489 * control/system/tf2zp.m: Ditto. | |
9490 * control/system/tfout.m: Ditto. | |
9491 * control/system/ugain.m: Ditto. | |
9492 * control/system/zp2ss.m: Ditto. | |
9493 * control/system/zp2ssg2.m: Ditto. | |
9494 * control/system/zp2sys.m: Ditto. | |
9495 * control/system/zp2tf.m: Ditto. | |
9496 * control/system/zpout.m: Ditto. | |
9497 | |
9498 * control/util: New directory. | |
9499 * control/util/axis2dlim.m: Move here from control directory. | |
9500 * control/util/outlist.m: Ditto. | |
9501 * control/util/prompt.m: Ditto. | |
9502 * control/util/run_cmd.m: Ditto. | |
9503 * control/util/sortcom.m: Ditto. | |
9504 * control/util/strappend.m: Ditto. | |
9505 * control/util/swap.m: Ditto. | |
9506 * control/util/zgfmul.m: Ditto. | |
9507 * control/util/zgfslv.m: Ditto. | |
9508 * control/util/zginit.m: Ditto. | |
9509 * control/util/zgpbal.m: Ditto. | |
9510 * control/util/zgreduce.m: Ditto. | |
9511 * control/util/zgrownorm.m: Ditto. | |
9512 * control/util/zgscal.m: Ditto. | |
9513 * control/util/zgsgiv.m: Ditto. | |
9514 * control/util/zgshsr.m: Ditto. | |
9515 | |
3427 | 9516 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9517 | |
9518 * gethelp.cc (extract_help_text): Discard first space character | |
9519 after consecutive comment characters. | |
9520 | |
3422 | 9521 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9522 | |
9523 * control/obsolete: New directory | |
9524 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9525 * control/obsolete/swapcols.m: Ditto. |
9526 * control/obsolete/dlqg.m: Ditto. | |
9527 * control/obsolete/minfo.m: Ditto. | |
9528 * control/obsolete/packsys.m: Ditto. | |
9529 * control/obsolete/qzval.m: Ditto. | |
9530 * control/obsolete/unpacksys.m: Ditto. | |
9531 * control/obsolete/series.m: Ditto. | |
9532 * control/obsolete/syschnames.m: Ditto. | |
9533 * polynomial/polyout.m: Ditto. | |
3422 | 9534 |
3420 | 9535 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9536 | |
9537 * general/fliplr.m: Eliminate useless copy of arg. | |
9538 * general/flipud.m: Ditto. | |
9539 | |
3418 | 9540 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9541 | |
9542 * linear-algebra/cross.m: Only return a row vector if both args | |
9543 are row vectors. | |
9544 * polynomial/polyfit.m: Likewise. | |
9545 | |
9546 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9547 | |
9548 * statistics/distributions/discrete_rnd.m: | |
9549 Always generate a row vector. | |
9550 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9551 | |
5095 | 9552 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9553 |
9554 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9555 | |
9556 * audio/setaudio.m: Texinfoize doc string. | |
9557 * control/com2str.m: Likewise. | |
9558 * control/controldemo.m: Likewise. | |
9559 * control/DEMOcontrol.m: Likewise. | |
9560 * control/dezero.m: Likewise. | |
9561 * control/dre.m: Likewise. | |
9562 * control/hinfsyn_ric.m: Likewise. | |
9563 | |
5095 | 9564 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9565 |
9566 * io/printf.m: Add @seealso{...} to doc string. | |
9567 * io/puts.m: Likewise. | |
9568 * plot/semilogx.m: Likewise. | |
9569 * plot/semilogy.m: Likewise. | |
9570 * plot/__pltopt__.m: Likewise. | |
9571 * plot/bar.m: Likewise. | |
9572 * plot/xlabel.m: Likewise. | |
9573 * plot/grid.m: Likewise. | |
9574 * plot/shg.m: Likewise. | |
9575 * plot/title.m: Likewise. | |
9576 * plot/mesh.m: Likewise. | |
9577 * plot/__pltopt1__.m: Likewise. | |
9578 * plot/contour.m: Likewise. | |
9579 * plot/hist.m: Likewise. | |
9580 * plot/stairs.m: Likewise. | |
9581 * plot/meshgrid.m: Likewise. | |
9582 * plot/polar.m: Likewise. | |
9583 * plot/loglog.m: Likewise. | |
9584 * plot/plot.m: Likewise. | |
9585 * miscellaneous/semicolon.m: Likewise. | |
9586 * miscellaneous/menu.m: Likewise. | |
9587 * miscellaneous/etime.m: Likewise. | |
9588 * miscellaneous/texas_lotto.m: Likewise. | |
9589 * miscellaneous/comma.m: Likewise. | |
9590 * audio/lin2mu.m: Likewise. | |
9591 * audio/playaudio.m: Likewise. | |
9592 * audio/loadaudio.m: Likewise. | |
9593 * audio/saveaudio.m: Likewise. | |
9594 * audio/mu2lin.m: Likewise. | |
9595 * audio/record.m: Likewise. | |
9596 * strings/isletter.m: Likewise. | |
9597 * strings/lower.m: Likewise. | |
9598 * strings/lower.m: Likewise. | |
9599 * strings/upper.m: Likewise. | |
9600 * specfun/erfinv.m: Likewise. | |
9601 * specfun/gammai.m: Likewise. | |
9602 * specfun/log2.m: Likewise. | |
9603 * specfun/pow2.m: Likewise. | |
9604 * elfun/gcd.m: Likewise. | |
9605 * elfun/lcm.m: Likewise. | |
9606 * special-matrix/vander.m: Likewise. | |
9607 * special-matrix/sylvester_matrix.m: Likewise. | |
9608 * special-matrix/hilb.m: Likewise. | |
9609 * special-matrix/hankel.m: Likewise. | |
9610 * special-matrix/toeplitz.m: Likewise. | |
9611 * special-matrix/invhilb.m: Likewise. | |
9612 * statistics/base/std.m: Likewise. | |
9613 * statistics/base/median.m: Likewise. | |
9614 * linear-algebra/cond.m: Likewise. | |
9615 * linear-algebra/norm.m: Likewise. | |
9616 * finance/nper.m: Likewise. | |
9617 * finance/pmt.m: Likewise. | |
9618 * finance/pv.m: Likewise. | |
9619 * finance/rate.m: Likewise. | |
9620 * finance/npv.m: Likewise. | |
9621 * general/fliplr.m: Likewise. | |
9622 * general/flipud.m: Likewise. | |
9623 * general/is_scalar.m: Likewise. | |
9624 * general/rem.m: Likewise. | |
9625 * general/perror.m: Likewise. | |
9626 * general/tril.m: Likewise. | |
9627 * general/rot90.m: Likewise. | |
9628 * general/num2str.m: Likewise. | |
9629 * general/int2str.m: Likewise. | |
9630 * general/reshape.m: Likewise. | |
9631 * general/logspace.m: Likewise. | |
9632 * general/is_symmetric.m: Likewise. | |
9633 * general/is_vector.m: Likewise. | |
9634 * general/nextpow2.m: Likewise. | |
9635 * general/columns.m: Likewise. | |
9636 * general/is_square.m: Likewise. | |
9637 * general/rows.m: Likewise. | |
9638 * control/ugain.m: Likewise. | |
9639 * control/damp.m: Likewise. | |
9640 * control/dare.m: Likewise. | |
9641 * control/are.m: Likewise. | |
9642 * control/sys2fir.m: Likewise. | |
9643 * control/abcddim.m: Likewise. | |
9644 * control/is_abcd.m: Likewise. | |
9645 * control/step.m: Likewise. | |
9646 * control/is_observable.m: Likewise. | |
9647 * control/is_controllable.m: Likewise. | |
9648 * control/jet707.m: Likewise. | |
9649 * control/polyout.m: Likewise. | |
9650 * control/impulse.m: Likewise. | |
9651 * control/lqg.m: Likewise. | |
9652 * control/is_detectable.m: Likewise. | |
9653 * control/sysdimensions.m: Likewise. | |
9654 * control/sysupdate.m: Likewise. | |
9655 * control/stepimp.m: Likewise. | |
9656 * control/is_stable.m: Likewise. | |
9657 * control/tfout.m: Likewise. | |
9658 * control/zpout.m: Likewise. | |
9659 | |
3405 | 9660 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9661 | |
9662 * set/complement.m: Add @seealso{} stuff. | |
9663 * set/create_set.m: Likewise. | |
9664 * set/intersection.m: Likewise. | |
9665 * set/union.m: Likewise. | |
9666 | |
3399 | 9667 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9668 | |
3400 | 9669 * control/d2c.m: Use double quotes instead of single quotes for |
9670 string constants. | |
9671 * control/dgkfdemo.m: Likewise. | |
9672 * control/fir2sys.m: Likewise. | |
9673 * control/frdemo.m: Likewise. | |
9674 * control/moddemo.m: Likewise. | |
9675 * control/minfo.m: Likewise. | |
9676 * control/is_stabilizable.m: Likewise. | |
9677 * control/is_dgkf.m: Likewise. | |
9678 * control/polyout.m: Likewise. | |
9679 * control/sysconnect.m: Likewise. | |
9680 * control/sysrepdemo.m: Likewise. | |
9681 * control/tf2sys.m: Likewise. | |
9682 * control/tfout.m: Likewise. | |
9683 * control/zp2sys.m: Likewise. | |
9684 * control/zpout.m: Likewise. | |
9685 * control/tzero.m: Likewise. | |
9686 | |
9687 * control/DEMOcontrol.m: Handle moddemo case too. | |
9688 | |
9689 * image/loadimage.m: Use double quotes instead of single quotes | |
9690 for string constants. Use sprintf instead of square brackets to | |
9691 construct string. | |
9692 | |
3399 | 9693 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9694 * control/fir2sys.m: Likewise. |
3399 | 9695 |
3390 | 9696 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9697 | |
9698 * mkdoc: Only delete spaces before @ characters at the beginning | |
9699 of a line. | |
9700 | |
3383 | 9701 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9702 | |
3388 | 9703 * control/bddemo.m: Make it more likely to work with any value of |
9704 whitespace_in_literal_matrix. | |
3386 | 9705 * control/analdemo.m: Ditto. |
9706 * control/dgkfdemo.m: Ditto. | |
9707 * control/frdemo.m: Ditto. | |
9708 * control/sysrepdemo.m: Ditto. | |
9709 * control/moddemo.m: Ditto. | |
3388 | 9710 * control/zp2ss.m: Ditto. |
3387 | 9711 * control/zp2tf.m: Ditto. |
3388 | 9712 * control/syssub.m: Ditto. |
9713 * finance/npv.m: Ditto. | |
9714 * statistics/base/studentize.m: Ditto. | |
9715 * statistics/base/values.m: Ditto. | |
9716 * statistics/distributions/exponential_cdf.m: Ditto. | |
9717 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9718 |
3384 | 9719 * control/dezero.m: Use toascii to convert string to ASCII value |
9720 instead of multiplying it by 1. | |
9721 | |
3383 | 9722 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9723 * control/zpout.m: Ditto. | |
9724 * control/tfout.m: Ditto. | |
9725 * control/tf2sys.m: Ditto. | |
9726 * control/syssub.m: Ditto. | |
9727 * control/syssetsignals.m: Ditto. | |
9728 * control/sysout.m: Ditto. | |
9729 * control/sysmult.m: Ditto. | |
9730 * control/sysgroup.m: Ditto. | |
9731 * control/sysdup.m: Ditto. | |
9732 * control/sysdisc.m: Ditto. | |
9733 * control/syscont.m: Ditto. | |
9734 * control/sysconnect.m: Ditto. | |
9735 * control/sysappend.m: Ditto. | |
9736 * control/sysadd.m: Ditto. | |
9737 * control/ss2sys.m: Ditto. | |
9738 * control/nyquist.m: Ditto. | |
9739 * control/lqg.m: Ditto. | |
9740 * control/fir2sys.m: Ditto. | |
9741 * control/dmr2d.m: Ditto. | |
9742 * control/dezero.m: Ditto. | |
9743 * control/d2c.m: Ditto. | |
9744 * control/c2d.m: Ditto. | |
9745 * control/bddemo.m: Ditto. | |
9746 * control/pzmap.m: Ditto. | |
9747 | |
5095 | 9748 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9749 |
9750 * signal/spectral_adf.m: Fix typo. | |
9751 | |
3372 | 9752 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9753 | |
9754 * linear-algebra/cond.m: Texinfoize doc string. | |
9755 * linear-algebra/kron.m: Ditto. | |
9756 * linear-algebra/norm.m: Ditto. | |
9757 * linear-algebra/null.m: Ditto. | |
9758 * linear-algebra/orth.m: Ditto. | |
9759 * linear-algebra/rank.m: Ditto. | |
9760 * linear-algebra/trace.m: Ditto. | |
9761 * linear-algebra/qzhess.m: Ditto. | |
9762 * miscellaneous/menu.m: Ditto. | |
3373 | 9763 * general/perror.m: Ditto. |
9764 * general/strerror.m: Ditto. | |
9765 * general/columns.m: Ditto. | |
9766 * general/rows.m: Ditto. | |
9767 * image/colormap.m: Ditto. | |
9768 * image/gray.m: Ditto. | |
9769 * image/gray2ind.m: Ditto. | |
9770 * image/image.m: Ditto. | |
9771 * image/imagesc.m: Ditto. | |
9772 * image/imshow.m: Ditto. | |
9773 * image/ind2gray.m: Ditto. | |
9774 * image/ind2rgb.m: Ditto. | |
9775 * image/loadimage.m: Ditto. | |
9776 * image/rgb2ntsc.m: Ditto. | |
9777 * image/ntsc2rgb.m: Ditto. | |
9778 * image/ocean.m: Ditto. | |
9779 * image/rgb2ind.m: Ditto. | |
9780 * image/saveimage.m: Ditto. | |
3372 | 9781 * io/printf.m: Ditto. |
9782 * io/puts.m: Ditto. | |
9783 | |
3369 | 9784 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9785 | |
9786 * special-matrix/hankel.m: Texinfoize doc string. | |
9787 * special-matrix/hilb.m: Ditto. | |
9788 * special-matrix/invhilb.m: Ditto. | |
9789 * special-matrix/sylvester_matrix.m: Ditto. | |
9790 * special-matrix/toeplitz.m: Ditto. | |
9791 * special-matrix/vander.m: Ditto. | |
9792 * linear-algebra/vec.m: Ditto. | |
9793 * linear-algebra/vech.m: Ditto. | |
9794 * general/common_size.m: Ditto. | |
9795 * general/diff.m: Ditto. | |
9796 * general/fliplr.m: Ditto. | |
9797 * general/flipud.m: Ditto. | |
9798 * general/rot90.m: Ditto. | |
9799 * general/reshape.m: Ditto. | |
9800 * general/shift.m: Ditto. | |
9801 * general/tril.m: Ditto. | |
9802 * general/triu.m: Ditto. | |
9803 * general/logspace.m: Ditto. | |
3371 | 9804 * general/nargchk.m: Ditto. |
3369 | 9805 |
3367 | 9806 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9807 | |
9808 * statistics/base/mean: Texinfoize doc string. | |
9809 * statistics/base/median: Ditto. | |
9810 * statistics/base/std: Ditto. | |
9811 * statistics/base/cov: Ditto. | |
9812 * statistics/base/corrcoef: Ditto. | |
9813 * statistics/base/kurtosis: Ditto. | |
9814 * statistics/base/mahalanobis: Ditto. | |
9815 * statistics/base/skewness: Ditto. | |
3368 | 9816 * statistics/base/gls.m: Ditto. |
9817 * statistics/base/ols.m: Ditto. | |
3367 | 9818 * signal/detrend.m: Ditto. |
9819 * signal/freqz.m: Ditto. | |
9820 * signal/sinc.m: Ditto. | |
9821 * signal/fftconv.m: Ditto. | |
9822 * signal/fftfilt.m: Ditto. | |
3368 | 9823 * set/create_set.m: Ditto. |
9824 * set/union.m: Ditto. | |
9825 * set/intersection.m: Ditto. | |
9826 * set/complement.m: Ditto. | |
9827 * poly/compan.m: Ditto. | |
9828 * poly/conv: Ditto. | |
9829 * poly/deconv: Ditto. | |
9830 * poly/poly: Ditto. | |
9831 * poly/polyderiv: Ditto. | |
9832 * poly/polyfit: Ditto. | |
9833 * poly/polyinteg: Ditto. | |
9834 * poly/polyreduce: Ditto. | |
9835 * poly/polyval: Ditto. | |
9836 * poly/polyvalm: Ditto. | |
9837 * poly/residue: Ditto. | |
9838 * poly/roots: Ditto. | |
9839 * plot/top_title.m: Ditto | |
9840 * plot/subwindow.m: Ditto | |
9841 * plot/subplot.m: Ditto | |
9842 * plot/plot_border.m: Ditto | |
9843 * plot/oneplot.m: Ditto | |
9844 * plot/multiplot.m: Ditto | |
9845 * plot/mplot.m: Ditto | |
9846 * plot/xlabel.m: Ditto | |
9847 * plot/figure.m: Ditto | |
9848 * plot/meshdom.m: Ditto | |
9849 * plot/mesh.m: Ditto | |
9850 * plot/stairs.m: Ditto | |
9851 * plot/polar.m: Ditto | |
9852 * plot/loglog.m: Ditto | |
9853 * plot/hist.m: Ditto | |
9854 * plot/contour.m: Ditto | |
9855 * plot/bar.m: Ditto | |
9856 * plot/axis.m: Ditto | |
9857 * plot/plot.m: Ditto. | |
3367 | 9858 |
3361 | 9859 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9860 | |
3365 | 9861 * control/pinv.m: Delete. |
9862 | |
3364 | 9863 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9864 | |
3361 | 9865 * strings/blanks.m: Texinfoize doc string. |
9866 * strings/strcat.m: Ditto. | |
9867 * strings/str2mat.m: Ditto. | |
9868 * strings/deblank.m: Ditto. | |
9869 * strings/findstr.m: Ditto. | |
9870 * strings/index.m: Ditto. | |
9871 * strings/rindex.m: Ditto. | |
9872 * strings/split.m: Ditto. | |
9873 * strings/strcmp.m: Ditto. | |
9874 * strings/strrep.m: Ditto. | |
9875 * strings/substr.m: Ditto. | |
9876 * general/int2str.m: Ditto. | |
9877 * general/num2str.m: Ditto. | |
9878 * strings/dec2bin.m: Ditto. | |
9879 * strings/bin2dec: Ditto. | |
9880 * strings/dec2bin: Ditto. | |
9881 * strings/dec2hex: Ditto. | |
9882 * strings/hex2dec: Ditto. | |
9883 * strings/str2num: Ditto. | |
9884 | |
3347 | 9885 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9886 | |
9887 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9888 | |
5095 | 9889 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9890 |
9891 * control/DEMOcontrol.m: Texinfoize doc string. | |
9892 * control/abcddim.m: Ditto. | |
9893 * control/abcddims.m: Ditto. | |
9894 * control/analdemo.m: Ditto. | |
9895 * control/are.m: Ditto. | |
9896 * control/axis2dlim.m: Ditto. | |
9897 * control/bddemo.m: Ditto. | |
9898 * control/bode.m: Ditto. | |
9899 * control/bode_bounds.m: Ditto. | |
9900 * control/bodquist.m: Ditto. | |
9901 * control/buildssic.m: Ditto. | |
9902 * control/c2d.m: Ditto. | |
9903 * control/ctrb.m: Ditto. | |
9904 * control/d2c.m: Ditto. | |
9905 * control/damp.m: Ditto. | |
9906 * control/dare.m: Ditto. | |
9907 * control/dcgain.m: Ditto. | |
9908 * control/dgkfdemo.m: Ditto. | |
9909 * control/dgram.m: Ditto. | |
9910 * control/dlqe.m: Ditto. | |
9911 * control/dlqr.m: Ditto. | |
9912 * control/dlyap.m: Ditto. | |
9913 * control/dmr2d.m: Ditto. | |
9914 * control/fir2sys.m: Ditto. | |
9915 * control/frdemo.m: Ditto. | |
9916 * control/freqchkw.m: Ditto. | |
9917 * control/freqresp.m: Ditto. | |
9918 * control/gram.m: Ditto. | |
9919 * control/h2norm.m: Ditto. | |
9920 * control/h2syn.m: Ditto. | |
9921 * control/hinf_ctr.m: Ditto. | |
9922 * control/hinfdemo.m: Ditto. | |
9923 * control/hinfnorm.m: Ditto. | |
9924 * control/hinfsyn.m: Ditto. | |
9925 * control/hinfsyn_chk.m: Ditto. | |
9926 * control/impulse.m: Ditto. | |
9927 * control/is_abcd.m: Ditto. | |
9928 * control/is_controllable.m: Ditto. | |
9929 * control/is_detectable.m: Ditto. | |
9930 * control/is_dgkf.m: Ditto. | |
9931 * control/is_digital.m: Ditto. | |
9932 * control/is_observable.m: Ditto. | |
9933 * control/is_sample.m: Ditto. | |
9934 * control/is_signal_list.m: Ditto. | |
9935 * control/is_siso.m: Ditto. | |
9936 * control/is_stabilizable.m: Ditto. | |
9937 * control/is_stable.m: Ditto. | |
9938 * control/jet707.m: Ditto. | |
9939 * control/lqe.m: Ditto. | |
9940 * control/lqg.m: Ditto. | |
9941 * control/lqr.m: Ditto. | |
9942 * control/lsim.m: Ditto. | |
9943 * control/ltifr.m: Ditto. | |
9944 * control/lyap.m: Ditto. | |
9945 * control/moddemo.m: Ditto. | |
9946 * control/nyquist.m: Ditto. | |
9947 * control/obsv.m: Ditto. | |
9948 * control/ord2.m: Ditto. | |
9949 * control/outlist.m: Ditto. | |
9950 * control/pinv.m: Ditto. | |
9951 * control/place.m: Ditto. | |
9952 * control/polyout.m: Ditto. | |
9953 * control/prompt.m: Ditto. | |
9954 * control/pzmap.m: Ditto. | |
9955 * control/qzval.m: Ditto. | |
9956 * control/rldemo.m: Ditto. | |
9957 * control/rlocus.m: Ditto. | |
9958 * control/sortcom.m: Ditto. | |
9959 * control/ss2sys.m: Ditto. | |
9960 * control/ss2tf.m: Ditto. | |
9961 * control/ss2zp.m: Ditto. | |
9962 * control/starp.m: Ditto. | |
9963 * control/step.m: Ditto. | |
9964 * control/stepimp.m: Ditto. | |
9965 * control/susball.m: Ditto. | |
9966 * control/sys2fir.m: Ditto. | |
9967 * control/sys2ss.m: Ditto. | |
9968 * control/sys2tf.m: Ditto. | |
9969 * control/sys2zp.m: Ditto. | |
9970 * control/sysadd.m: Ditto. | |
9971 * control/sysappend.m: Ditto. | |
9972 * control/syschnames.m: Ditto. | |
9973 * control/syschnamesl.m: Ditto. | |
9974 * control/syschtsam.m: Ditto. | |
9975 * control/sysconnect.m: Ditto. | |
9976 * control/syscont.m: Ditto. | |
9977 * control/syscont_disc.m: Ditto. | |
9978 * control/sysdefioname.m: Ditto. | |
9979 * control/sysdefstname.m: Ditto. | |
9980 * control/sysdimensions.m: Ditto. | |
9981 * control/sysdisc.m: Ditto. | |
9982 * control/sysdup.m: Ditto. | |
9983 * control/sysgetsignals.m: Ditto. | |
9984 * control/sysgettype.m: Ditto. | |
9985 * control/sysgroup.m: Ditto. | |
9986 * control/sysgroupn.m: Ditto. | |
9987 * control/sysmult.m: Ditto. | |
9988 * control/sysout.m: Ditto. | |
9989 * control/sysprune.m: Ditto. | |
9990 * control/sysreorder.m: Ditto. | |
9991 * control/sysrepdemo.m: Ditto. | |
9992 * control/sysscale.m: Ditto. | |
9993 * control/syssetsignals.m: Ditto. | |
9994 * control/syssub.m: Ditto. | |
9995 * control/sysupdate.m: Ditto. | |
9996 * control/tf2ss.m: Ditto. | |
9997 * control/tf2sys.m: Ditto. | |
9998 * control/tf2sysl.m: Ditto. | |
9999 * control/tf2zp.m: Ditto. | |
10000 * control/tfout.m: Ditto. | |
10001 * control/tzero.m: Ditto. | |
10002 * control/tzero2.m: Ditto. | |
10003 * control/ugain.m: Ditto. | |
10004 * control/wgt1o.m: Ditto. | |
10005 * control/zgfmul.m: Ditto. | |
10006 * control/zgfslv.m: Ditto. | |
10007 * control/zginit.m: Ditto. | |
10008 * control/zgpbal.m: Ditto. | |
10009 * control/zgreduce.m: Ditto. | |
10010 * control/zgrownorm.m: Ditto. | |
10011 * control/zgscal.m: Ditto. | |
10012 * control/zgsgiv.m: Ditto. | |
10013 * control/zgshsr.m: Ditto. | |
10014 * control/zp2ss.m: Ditto. | |
10015 * control/zp2ssg2.m: Ditto. | |
10016 * control/zp2sys.m: Ditto. | |
10017 * control/zp2tf.m: Ditto. | |
10018 * control/zpout.m: Ditto. | |
10019 | |
5095 | 10020 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10021 |
5378 | 10022 * audio/lin2mu.m: Texinfoize doc string. |
10023 * audio/loadaudio.m: Ditto. | |
10024 * audio/mu2lin.m: Ditto. | |
10025 * audio/playaudio.m: Ditto. | |
10026 * audio/record.m: Ditto. | |
10027 * audio/saveaudio.m: Ditto. | |
3332 | 10028 |
5095 | 10029 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10030 |
10031 * elfun/acot.m: Texinfoize doc string. | |
10032 * elfun/acsc.m: Ditto. | |
10033 * elfun/acsch.m: Ditto. | |
10034 * elfun/asec.m: Ditto. | |
10035 * elfun/asech.m: Ditto. | |
10036 * elfun/cot.m: Ditto. | |
10037 * elfun/coth.m: Ditto. | |
10038 * elfun/csc.m: Ditto. | |
10039 * elfun/csch.m: Ditto. | |
10040 * elfun/gcd.m: Ditto. | |
10041 * elfun/lcm.m: Ditto. | |
10042 * elfun/sec.m: Ditto. | |
10043 * elfun/sech.m: Ditto. | |
10044 * general/nextpow2.m: Ditto. | |
10045 * general/rem.m: Ditto. | |
10046 * linear-algebra/commutation_matrix.m: Ditto. | |
10047 * linear-algebra/cross.m: Ditto. | |
10048 * linear-algebra/duplication_matrix.m: Ditto. | |
10049 * miscellaneous/bincoeff.m: Ditto. | |
10050 * miscellaneous/xor.m: Ditto. | |
10051 * specfun/bessel.m: Ditto. | |
10052 * specfun/beta.m: Ditto. | |
10053 * specfun/betai.m: Ditto. | |
10054 * specfun/erfinv.m: Ditto. | |
10055 * specfun/gammai.m: Ditto. | |
10056 * specfun/log2.m: Ditto. | |
10057 * specfun/pow2.m: Ditto. | |
10058 | |
5095 | 10059 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10060 |
10061 * general/is_scalar.m: Texinfoize help text. | |
10062 * general/is_square.m: Ditto. | |
10063 * general/is_symmetric.m: Ditto. | |
10064 | |
3320 | 10065 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10066 | |
10067 * strings/split.m: If the string to be split is empty, just return | |
10068 an empty string. | |
10069 | |
3319 | 10070 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10071 | |
10072 * Makefile.in (ALL_M_FILES): New macro. | |
10073 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
10074 | |
3306 | 10075 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10076 | |
10077 * control/bode.m: Don't return anything if nargout == 0. | |
10078 | |
10079 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
10080 | |
10081 * control/bode.m: Don't do axis scaling for magnitude plots. | |
10082 | |
3305 | 10083 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10084 | |
10085 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
10086 gethelp.cc to the list. | |
10087 | |
3296 | 10088 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10089 | |
3301 | 10090 * time/asctime.m: Texinfoize help text. |
10091 * time/clock.m: Ditto. | |
10092 * time/date.m: Ditto. | |
10093 * miscellaneous/cputime.m: Ditto. | |
10094 * miscellaneous/etime.m: Ditto. | |
10095 * miscellaneous/is_leap_year.m: Ditto. | |
10096 * miscellaneous/popen2.m: Ditto. | |
10097 * miscellaneous/version.m: Ditto. | |
10098 * miscellaneous/tic.m: Ditto. | |
10099 * miscellaneous/toc.m: Just refer to tic.m. | |
10100 | |
3297 | 10101 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
10102 `cd dir; $(MAKE); cd ..'. | |
10103 ($(SUBDIRS)): Likewise. | |
10104 | |
10105 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
10106 | |
10107 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10108 of `cd dir; $(MAKE)'. | |
10109 | |
3296 | 10110 * gethelp.cc, mkdoc: New files. |
10111 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
10112 sources. | |
10113 | |
3291 | 10114 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10115 | |
10116 * linear-algebra/kron.m: Fix typo in previous change | |
10117 | |
3282 | 10118 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10119 | |
10120 * control/bode.m: Allow optional 5th arg to specify plot style. | |
10121 | |
5095 | 10122 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 10123 |
10124 * linear-algebra/krylov.m: Correctly handle case of V having full | |
10125 rank when V has more columns than rows. | |
10126 | |
10127 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10128 | |
10129 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10130 | |
10131 * statistics/tests/manova.m: Avoid problems if | |
10132 whitespace_in_literal_matrix is set to "traditional". | |
10133 * statistics/tests/t_test_regression.m: Likewise. | |
10134 * statistics/tests/u_test.m: Likewise. | |
10135 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10136 * statistics/tests/anova.m: Likewise. | |
10137 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10138 * statistics/base/statistics.m: Likewise. | |
10139 * image/saveimage.m: Likewise. | |
10140 * signal/arch_fit.m: Likewise. | |
10141 * signal/autoreg_matrix.m: Likewise. | |
10142 * signal/triangle_lw.m: Likewise. | |
10143 * strings/dec2hex.m: Likewise. | |
10144 | |
3268 | 10145 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10146 | |
10147 * image/saveimage.m: Initialize scale. | |
10148 | |
10149 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10150 | |
10151 * general/reshape.m: Allow reshape (a, size (b)). | |
10152 | |
3266 | 10153 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10154 | |
10155 * specfun/erfinv.m: Improve stopping criterion. | |
10156 Add iteration count as second return value. | |
10157 | |
3265 | 10158 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10159 | |
10160 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10161 | |
3263 | 10162 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10163 | |
10164 * miscellaneous/pack.m: New function. | |
10165 | |
10166 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10167 | |
10168 * plot/figure.m: Always return figure number. With no args, | |
10169 figure now creates a new figure window and returns its number. | |
10170 Accept figure (property, value) syntax, but do nothing. | |
10171 | |
5095 | 10172 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 10173 |
10174 * general/shift.m: Avoid printing temporary value for backward shift. | |
10175 | |
3260 | 10176 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10177 | |
10178 * plot/bar.m: Compute bar widths correctly when x-values are not | |
10179 evenly spaced. | |
10180 | |
3250 | 10181 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10182 | |
10183 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
10184 contain only zeros. | |
10185 | |
5095 | 10186 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 10187 |
10188 * linear-algebra/kron.m: Create result matrix and insert blocks | |
10189 instead of appending them. | |
10190 | |
10191 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10192 | |
10193 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10194 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10195 Update from A. S. Hodel. | |
10196 | |
3246 | 10197 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10198 | |
10199 * polynomial/polyfit.m: Correct previous change. | |
10200 | |
3243 | 10201 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10202 | |
10203 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10204 | |
5095 | 10205 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10206 |
10207 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10208 version of krylov and krylovb. | |
10209 | |
10210 * control/outlist.m, control/sysout.m: Fix typos. | |
10211 | |
10212 * control/sysdimensions.m: Add option for total number of states. | |
10213 | |
10214 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10215 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10216 arguments. | |
10217 | |
10218 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10219 | |
10220 * strings/index.m: Fail with meaningful error message if either | |
10221 arg is a string array. | |
10222 | |
3238 | 10223 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10224 | |
10225 * linear-algebra/norm.m: Do the right thing for 1- and | |
10226 infinity-norms of complex matrices. From Sven Khatri | |
10227 <khatri@saturn.vocalpoint.com>. | |
10228 | |
5095 | 10229 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10230 |
10231 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10232 | |
10233 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10234 | |
10235 * strings/split.m: Avoid problems when splitting strings that have | |
10236 \ in them. | |
10237 | |
5095 | 10238 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10239 |
10240 * image/colormap.m: Do better arg checking, handle string args | |
10241 that name the colormap function to call (e.g., colormap ("ocean")). | |
10242 | |
5095 | 10243 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10244 |
10245 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10246 * linear-algebra/dot.m: Likewise. | |
10247 * linear-algebra/cross.m: Likewise. | |
10248 * general/rot90.m: Likewise. | |
10249 | |
5095 | 10250 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10251 |
10252 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10253 that the leading column is not all zeros. | |
10254 | |
10255 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10256 | |
10257 * general/shift.m: Fix potential problems with | |
10258 whitespace_in_literal_matrix. | |
10259 * signal/arch_rnd.m: Ditto. | |
10260 * signal/autocov.m: Ditto. | |
10261 * signal/diffpara.m: Ditto. | |
10262 * signal/hurst.m: Ditto. | |
10263 * signal/periodogram.m: Ditto. | |
10264 * signal/spectral_adf.m: Ditto. | |
10265 * signal/spectral_xdf.m: Ditto. | |
10266 * signal/spencer.m: Ditto. | |
10267 * signal/synthesis.m: Ditto. | |
10268 * statistics/distributions/wiener_rnd.m: Ditto. | |
10269 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10270 * statistics/models/logistic_regression.m: Ditto. | |
10271 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10272 * statistics/tests/run_test.m: Ditto. | |
10273 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10274 | |
5095 | 10275 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10276 |
10277 * plot/__plr2__.m: Fix typo. | |
10278 | |
3233 | 10279 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10280 | |
10281 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10282 | |
5095 | 10283 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10284 |
10285 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10286 function. | |
10287 | |
5095 | 10288 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10289 |
10290 * control/ss2sys.m: Fix typo. | |
10291 | |
10292 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10293 | |
10294 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10295 | |
10296 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10297 signal names as lists of strings instead of string arrays. | |
10298 | |
3225 | 10299 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10300 | |
3233 | 10301 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10302 <a.s.hodel@eng.auburn.edu>. |
10303 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10304 * quaternion/Makefile.in: New file. |
10305 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10306 |
10307 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10308 | |
10309 * image/saveimage.m: Make it work again for black and white colormaps. | |
10310 | |
10311 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10312 since there can be fewer rows than columns. Round values to | |
10313 nearest position in colormap instead of truncating. Correct usage | |
10314 message. | |
10315 | |
5095 | 10316 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10317 |
10318 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10319 zero rows of [A,v] as householder pivots; this avoids spurious | |
10320 non-zero entries in returned orthogonal matrix U, but destroys the | |
10321 Householder matrix structure of H. | |
10322 | |
10323 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10324 | |
10325 * general/logical.m: Just copy input to output if argument is | |
10326 already a logical object. | |
10327 | |
3215 | 10328 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10329 | |
10330 * New files from OCST, in control subdiretory: | |
10331 | |
10332 DEMOcontrol.m is_siso.m syschnames.m | |
10333 abcddim.m is_stabilizable.m syschnamesl.m | |
10334 abcddims.m is_stable.m syschtsam.m | |
10335 analdemo.m jet707.m sysconnect.m | |
10336 are.m lqe.m syscont.m | |
10337 axis2dlim.m lqg.m syscont_disc.m | |
10338 bddemo.m lqr.m sysdefioname.m | |
10339 bode.m lsim.m sysdefstname.m | |
10340 bode_bounds.m ltifr.m sysdimensions.m | |
10341 bodquist.m lyap.m sysdisc.m | |
10342 buildssic.m mb.m sysdup.m | |
10343 c2d.m minfo.m sysgetsignals.m | |
6302 | 10344 com2str.m moddemo.m sysgettsam.m |
3215 | 10345 controldemo.m nichols.m sysgettype.m |
10346 ctrb.m nyquist.m sysgroup.m | |
10347 d2c.m obsv.m sysgroupn.m | |
10348 damp.m ord2.m sysmult.m | |
10349 dare.m outlist.m sysout.m | |
10350 dcgain.m packedform.m sysprune.m | |
10351 demomarsyas.m packsys.m sysreorder.m | |
10352 dezero.m; parallel.m sysrepdemo.m | |
10353 dgkfdemo.m place.m sysscale.m | |
10354 dgram.m polyout.m syssub.m | |
10355 dhinfdemo.m prompt.m sysupdate.m | |
10356 dlqe.m pzmap.m tf2ss.m | |
10357 dlqg.m qzval.m tf2sys.m | |
10358 dlqr.m rldemo.m tf2sysl.m | |
10359 dlyap.m rlocus.m tf2zp.m | |
10360 dmr2d.m rotg.m tfout.m | |
10361 fir2sys.m run_cmd.m; tzero.m | |
10362 frdemo.m series.m tzero2.m | |
10363 freqchkw.m sortcom.m ugain.m | |
10364 freqresp.m ss2sys.m unpacksys.m | |
10365 gram.m ss2tf.m wgt1o.m | |
10366 h2norm.m ss2zp.m zgfmul.m | |
10367 h2syn.m starp.m zgfslv.m | |
10368 hinf_ctr.m step.m zginit.m | |
10369 hinfdemo.m stepimp.m zgpbal.m | |
10370 hinfnorm.m strappend.m; zgreduce.m | |
10371 hinfsyn.m susball.m zgrownorm.m | |
10372 hinfsyn_chk.m swap.m zgscal.m | |
10373 impulse.m swapcols.m zgsgiv.m | |
10374 is_abcd.m swaprows.m zgshsr.m | |
10375 is_controllable.m sys2fir.m zp2ss.m | |
10376 is_detectable.m sys2ss.m zp2ssg2.m | |
10377 is_dgkf.m sys2tf.m zp2sys.m | |
10378 is_digital.m sys2zp.m zp2tf.m | |
10379 is_observable.m sysadd.m zpout.m | |
10380 is_sample.m sysappend.m | |
10381 | |
10382 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10383 | |
10384 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10385 | |
10386 * strings/deblank.m: Make it work for string arrays too. | |
10387 | |
3211 | 10388 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10389 | |
10390 * linear-algebra/housh.m: New file from the OCST. | |
10391 * linear-algebra/krygetq.m: Ditto. | |
10392 * linear-algebra/krylov.m: Ditto. | |
10393 * linear-algebra/krylovb.m: Ditto. | |
10394 * linear-algebra/qrhouse.m: Ditto. | |
10395 * general/is_duplicate_entry.m: Ditto. | |
10396 | |
10397 * general/is_symmetric.m: Call is_square instead of doing that | |
10398 check in line. | |
10399 | |
3196 | 10400 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10401 | |
3202 | 10402 * general/is_square.m: |
10403 | |
10404 * general/isempty.m, general/is_matrix.m: Delete. | |
10405 | |
10406 * general/is_symmetric: Delete special case for strings. Whether | |
10407 the conversion is valid should depend on implicit_str_to_num_ok. | |
10408 | |
10409 * general/is_square.m: If arg is not a matrix, don't check size, | |
10410 just return 0. | |
10411 * general/is_symmetric: Likewise. | |
10412 * general/is_vector.m: Likewise. | |
10413 * general/is_scalar.m: Likewise. | |
10414 | |
3196 | 10415 * general/length.m: Delete. |
10416 | |
3191 | 10417 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10418 | |
10419 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10420 statistics/distributions/Makefile, statistics/models/Makefile, | |
10421 and statistics/tests/Makefile to the list of files to create. | |
10422 | |
10423 * finance/Makefile.in, statistics/base/Makefile.in, | |
10424 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10425 statistics/tests/Makefile.in: New files. | |
10426 * statistics/Makefile.in: Delete file lists. Now only handle | |
10427 subdirectories. | |
10428 * Makefile.in (SUBDIRS): Add finance. | |
10429 | |
10430 * Move the following files from statistics to statistics/base: | |
10431 | |
10432 corrcoef.m | |
10433 kurtosis.m | |
10434 mahalanobis.m | |
10435 median.m | |
10436 ols.m | |
10437 skewness.m | |
10438 std.m | |
10439 | |
10440 New files, from Kurt Hornik's octave-ci package: | |
10441 | |
10442 * finance (new directory): | |
10443 | |
10444 fv.m | |
10445 fvl.m | |
10446 irr.m | |
10447 nper.m | |
10448 npv.m | |
10449 pmt.m | |
10450 pv.m | |
10451 pvl.m | |
10452 rate.m | |
10453 vol.m | |
10454 | |
10455 * linear-algebra/dmult.m | |
10456 | |
10457 * signal: | |
10458 | |
10459 arch_fit.m | |
10460 arch_rnd.m | |
10461 arch_test.m | |
10462 arma_rnd.m | |
10463 autocor.m | |
10464 autocov.m | |
10465 autoreg_matrix.m | |
10466 bartlett.m | |
10467 blackman.m | |
10468 diffpara.m | |
10469 durbinlevinson.m | |
10470 fractdiff.m | |
10471 hamming.m | |
10472 hanning.m | |
10473 hurst.m | |
10474 periodogram.m | |
10475 rectangle_lw.m | |
10476 rectangle_sw.m | |
10477 sinetone.m | |
10478 sinewave.m | |
10479 spectral_adf.m | |
10480 spectral_xdf.m | |
10481 spencer.m | |
10482 stft.m | |
10483 synthesis.m | |
10484 triangle_lw.m | |
10485 triangle_sw.m | |
10486 yulewalker.m | |
10487 | |
10488 * statistics/base (new directory): | |
10489 | |
10490 center.m | |
10491 cloglog.m | |
10492 cor.m | |
10493 cov.m | |
10494 cut.m | |
10495 iqr.m | |
10496 kendall.m | |
10497 logit.m | |
10498 mean.m | |
10499 meansq.m | |
10500 moment.m | |
10501 ppplot.m | |
10502 probit.m | |
10503 qqplot.m | |
10504 range.m | |
10505 ranks.m | |
10506 run_count.m | |
10507 spearman.m | |
10508 statistics.m | |
10509 studentize.m | |
10510 table.m | |
10511 values.m | |
10512 var.m | |
10513 | |
10514 (Replaces cov.m and mean.m with new versions.) | |
10515 | |
10516 * statistics/distributions (new directory): | |
10517 | |
10518 beta_cdf.m | |
10519 beta_inv.m | |
10520 beta_pdf.m | |
10521 beta_rnd.m | |
10522 binomial_cdf.m | |
10523 binomial_inv.m | |
10524 binomial_pdf.m | |
10525 binomial_rnd.m | |
10526 cauchy_cdf.m | |
10527 cauchy_inv.m | |
10528 cauchy_pdf.m | |
10529 cauchy_rnd.m | |
10530 chisquare_cdf.m | |
10531 chisquare_inv.m | |
10532 chisquare_pdf.m | |
10533 chisquare_rnd.m | |
10534 discrete_cdf.m | |
10535 discrete_inv.m | |
10536 discrete_pdf.m | |
10537 discrete_rnd.m | |
10538 empirical_cdf.m | |
10539 empirical_inv.m | |
10540 empirical_pdf.m | |
10541 empirical_rnd.m | |
10542 exponential_cdf.m | |
10543 exponential_inv.m | |
10544 exponential_pdf.m | |
10545 exponential_rnd.m | |
10546 f_cdf.m | |
10547 f_inv.m | |
10548 f_pdf.m | |
10549 f_rnd.m | |
10550 gamma_cdf.m | |
10551 gamma_inv.m | |
10552 gamma_pdf.m | |
10553 gamma_rnd.m | |
10554 geometric_cdf.m | |
10555 geometric_inv.m | |
10556 geometric_pdf.m | |
10557 geometric_rnd.m | |
10558 hypergeometric_cdf.m | |
10559 hypergeometric_inv.m | |
10560 hypergeometric_pdf.m | |
10561 hypergeometric_rnd.m | |
10562 kolmogorov_smirnov_cdf.m | |
10563 laplace_cdf.m | |
10564 laplace_inv.m | |
10565 laplace_pdf.m | |
10566 laplace_rnd.m | |
10567 logistic_cdf.m | |
10568 logistic_inv.m | |
10569 logistic_pdf.m | |
10570 logistic_rnd.m | |
10571 lognormal_cdf.m | |
10572 lognormal_inv.m | |
10573 lognormal_pdf.m | |
10574 lognormal_rnd.m | |
10575 normal_cdf.m | |
10576 normal_inv.m | |
10577 normal_pdf.m | |
10578 normal_rnd.m | |
10579 pascal_cdf.m | |
10580 pascal_inv.m | |
10581 pascal_pdf.m | |
10582 pascal_rnd.m | |
10583 poisson_cdf.m | |
10584 poisson_inv.m | |
10585 poisson_pdf.m | |
10586 poisson_rnd.m | |
10587 stdnormal_cdf.m | |
10588 stdnormal_inv.m | |
10589 stdnormal_pdf.m | |
10590 stdnormal_rnd.m | |
10591 t_cdf.m | |
10592 t_inv.m | |
10593 t_pdf.m | |
10594 t_rnd.m | |
10595 uniform_cdf.m | |
10596 uniform_inv.m | |
10597 uniform_pdf.m | |
10598 uniform_rnd.m | |
10599 weibull_cdf.m | |
10600 weibull_inv.m | |
10601 weibull_pdf.m | |
10602 weibull_rnd.m | |
10603 wiener_rnd.m | |
10604 | |
10605 * statistics/models (new directory): | |
10606 | |
10607 logistic_regression.m | |
10608 logistic_regression_derivatives.m | |
10609 logistic_regression_likelihood.m | |
10610 | |
10611 * statistics/tests (new directory): | |
10612 | |
10613 anova.m | |
10614 bartlett_test.m | |
10615 chisquare_test_homogeneity.m | |
10616 chisquare_test_independence.m | |
10617 cor_test.m | |
10618 f_test_regression.m | |
10619 hotelling_test.m | |
10620 hotelling_test_2.m | |
10621 kolmogorov_smirnov_test.m | |
10622 kolmogorov_smirnov_test_2.m | |
10623 kruskal_wallis_test.m | |
10624 manova.m | |
10625 mcnemar_test.m | |
10626 prop_test_2.m | |
10627 run_test.m | |
10628 sign_test.m | |
10629 t_test.m | |
10630 t_test_2.m | |
10631 t_test_regression.m | |
10632 u_test.m | |
10633 var_test.m | |
10634 welch_test.m | |
10635 wilcoxon_test.m | |
10636 z_test.m | |
10637 z_test_2.m | |
10638 | |
10639 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10640 | |
10641 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10642 compatibility and to avoid Y2K problems. | |
10643 | |
3190 | 10644 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10645 | |
10646 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10647 least-squares solution. | |
10648 | |
3180 | 10649 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10650 | |
10651 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10652 | |
10653 * strings/strrep.m: Don't convert args to numeric values. | |
10654 Prevent warnings for empty string args. | |
10655 From Georg Thimm <thimm@idiap.ch>. | |
10656 | |
10657 * strings/strcat.m: Prevent warnings for empty string args. | |
10658 | |
10659 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10660 | |
10661 * miscellaneous/menu.m: Remove special case for empty string | |
10662 returned from input(). Add second arg to eval() to catch errors. | |
10663 | |
3178 | 10664 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10665 | |
10666 * plot/__plt__.m: Don't call usleep. | |
10667 | |
3175 | 10668 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10669 | |
10670 * linear-algebra/dot.m: New function. | |
10671 | |
10672 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10673 compatibility. | |
10674 | |
10675 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10676 | |
10677 * plot/hist.m: Also allow just one output argument. | |
10678 | |
10679 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10680 | |
10681 * strings/deblank.m: Make it work if the string is only blanks. | |
10682 | |
10683 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10684 | |
10685 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10686 | |
10687 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10688 | |
10689 * plot/oneplot.m: Fix typo. | |
10690 | |
3174 | 10691 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10692 | |
10693 * miscellaneous/flops.m: Allow a single argument too. | |
10694 | |
10695 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10696 | |
10697 * strings/str2mat.m: Also handle case when there are no empty | |
10698 strings correctly. | |
10699 | |
10700 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10701 | |
10702 * strings/isletter.m: New function, for Matlab compatibility. | |
10703 | |
3168 | 10704 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10705 | |
10706 * strings/str2mat.m: Handle string matrices too. | |
10707 | |
3167 | 10708 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10709 | |
10710 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10711 linear encoding. | |
10712 | |
10713 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10714 audio/record.m: Open files in binary mode. | |
10715 | |
3164 | 10716 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10717 | |
10718 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10719 Move functionality of dump_1_pref here, but use built-in function | |
10720 type to extract value, and put it inside try/catch block. | |
10721 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10722 | |
3162 | 10723 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10724 | |
10725 * plot/__pltopt1.m__: New file. | |
10726 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10727 __pltopt1__ multiple times and returning a string array with rows | |
10728 corresponding to the rows of opt. | |
10729 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10730 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10731 array. | |
10732 | |
10733 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10734 | |
10735 * plot/mplot.m: Fix misspellings of global variables. | |
10736 Don't call clearplot. | |
10737 | |
10738 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10739 | |
10740 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10741 "cle;rep" when going in ot multiplot mode. | |
10742 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10743 switching out of multiplot mode. | |
10744 | |
3156 | 10745 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10746 |
3156 | 10747 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10748 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10749 |
3141 | 10750 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10751 | |
10752 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10753 | |
10754 * miscellaneous/bug_report.m: Don't try to get smart with | |
10755 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10756 | |
10757 * Makefile.in (install): Create separate ls-R files for | |
10758 $(datadir) and $(libexecdir). | |
10759 (uninstall): Remove both ls-R files. | |
10760 | |
3136 | 10761 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10762 | |
10763 * signal/fftshift.m: New file. | |
10764 | |
10765 * plot/contour.m: Fix for non-square case. | |
10766 | |
10767 * general/randperm.m: New file. | |
10768 | |
10769 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10770 | |
10771 * specfun/betai.m: Restore file for compatibility with previous | |
10772 versions. Call betainc with reordered args. | |
10773 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10774 | |
3131 | 10775 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10776 | |
10777 * plot/contour.m: Handle discrete contour levels. | |
10778 | |
10779 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10780 | |
10781 * control/lyap.m: For compatibility with Matlab, solve | |
10782 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10783 | |
3124 | 10784 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10785 | |
10786 * specfun/bessel.m: New file. | |
10787 | |
10788 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10789 specfun/gammainc.m: Delete. | |
10790 | |
3106 | 10791 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10792 | |
10793 * image/colormap.m: Initialize __current_color_map__ in global | |
10794 statement. | |
10795 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10796 statement. | |
10797 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10798 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10799 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10800 | |
3103 | 10801 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10802 | |
10803 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10804 * time/toc.m: Likewise. | |
10805 | |
10806 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10807 | |
10808 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10809 anything special for automatic_replot when in multiplot mode -- | |
10810 recent 3.6beta releases handle this correctly. | |
10811 | |
10812 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10813 setting the terminal type. | |
10814 | |
10815 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10816 plot/subwindow.m: Use leading and trailing underscores for | |
10817 `private' globals. | |
10818 | |
10819 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10820 | |
3101 | 10821 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10822 | |
10823 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10824 | |
3091 | 10825 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10826 | |
3092 | 10827 * specfun/gammai.m: Avoid problems with whitespace when |
10828 constructing matrices. | |
10829 | |
3091 | 10830 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10831 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10832 original y vector. | |
10833 | |
3085 | 10834 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10835 | |
10836 * linear-algebra/cross.m: Use direct formula instead of calling | |
10837 det three times in a loop. If both args are column (row) vectors, | |
10838 return a column (row) vector. If they don't match, pay attention | |
10839 to the value of prefer_column_vectors. | |
10840 | |
5095 | 10841 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10842 |
10843 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10844 nonsymmetric matrices. | |
10845 | |
10846 * general/tril.m: Fix usage message. | |
10847 | |
10848 * polynomial/polyvalm.m: Fix error messages. | |
10849 * polynomial/polyderiv.m: Likewise. | |
10850 * polynomial/polyval.m: Likewise. | |
10851 | |
3081 | 10852 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10853 | |
10854 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10855 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10856 | |
3063 | 10857 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10858 | |
10859 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10860 | |
5095 | 10861 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10862 |
10863 * plot/__pltopt__.m: Handle key/legend names. | |
10864 Correctly set colors, line styles, and point styles. | |
10865 | |
3061 | 10866 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10867 | |
10868 * polynomial/polyfit.m: Return fit y values as second output. | |
10869 Don't use QR factorization to solve least squares problem. | |
10870 | |
10871 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10872 | |
10873 * control/dlqr.m: Use ao, not a, to compute k. | |
10874 | |
3024 | 10875 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10876 | |
10877 * miscellaneous/path.m: New file. | |
10878 | |
2993 | 10879 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10880 | |
10881 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10882 name. | |
10883 | |
2968 | 10884 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10885 | |
10886 * specfun/erfinv.m: Add missing semicolon. | |
10887 | |
2870 | 10888 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10889 | |
10890 * miscellaneous/xor.m: Make type of return value logical. | |
10891 | |
2853 | 10892 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10893 | |
10894 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10895 warn_comma_in_global_decl. | |
10896 | |
2831 | 10897 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10898 | |
10899 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10900 octave-bug script. | |
10901 | |
2823 | 10902 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10903 | |
2824 | 10904 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10905 prefer_zero_one_indexing. | |
10906 | |
2823 | 10907 * general/logical.m: New file. |
10908 | |
2816 | 10909 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10910 | |
10911 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10912 and is_vector(). | |
10913 | |
5095 | 10914 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10915 |
10916 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10917 Use tolerance of 2 * eps. | |
10918 | |
2811 | 10919 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10920 | |
10921 * Makefile.in (install-strip): New target. | |
10922 * audio/Makefile.in: Ditto. | |
10923 * control/Makefile.in: Ditto. | |
10924 * elfun/Makefile.in: Ditto. | |
10925 * general/Makefile.in: Ditto. | |
10926 * image/Makefile.in: Ditto. | |
10927 * io/Makefile.in: Ditto. | |
10928 * linear-algebra/Makefile.in: Ditto. | |
10929 * miscellaneous/Makefile.in: Ditto. | |
10930 * plot/Makefile.in: Ditto. | |
10931 * polynomial/Makefile.in: Ditto. | |
10932 * set/Makefile.in: Ditto. | |
10933 * signal/Makefile.in: Ditto. | |
10934 * specfun/Makefile.in: Ditto. | |
10935 * special-matrix/Makefile.in: Ditto. | |
10936 * startup/Makefile.in: Ditto. | |
10937 * statistics/Makefile.in: Ditto. | |
10938 * strings/Makefile.in: Ditto. | |
10939 | |
2809 | 10940 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10941 | |
10942 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10943 | |
2798 | 10944 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10945 | |
10946 * statistics/corrcoef.m: Make it actually work. | |
10947 | |
2795 | 10948 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10949 | |
2798 | 10950 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10951 |
2779 | 10952 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10953 |
10954 * Version 2.0.5 released. | |
10955 | |
2745 | 10956 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10957 | |
2749 | 10958 * Makefile.in (maintainer-clean): Also remove configure. |
10959 | |
2746 | 10960 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10961 | |
2745 | 10962 * general/is_matrix.m: Return zero for empty matrices. |
10963 | |
10964 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10965 | |
10966 * linear-algebra/vech.m: Size result just once. | |
10967 | |
2726 | 10968 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10969 | |
10970 * general/is_square.m: Handle empty matrices correctly. | |
10971 * general/is_symmetric.m: Handle empty matrices and strings. | |
10972 | |
2716 | 10973 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10974 | |
10975 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10976 * polynomial/deconv.m: Likewise. | |
10977 * polynomial/polyderiv.m: Likewise. | |
10978 * polynomial/polyinteg.m: Likewise. | |
10979 * polynomial/polyreduce.m: Likewise. | |
10980 * polynomial/polyval.m: Likewise. | |
10981 * polynomial/polyvalm.m: Likewise. | |
10982 * general/postpad.m: Likewise. | |
10983 * general/prepad.m: Likewise. | |
10984 | |
10985 * polynomial/compan.m: Check input with is_vector(), not | |
10986 is_matrix(). Handle scalar case. | |
10987 | |
2711 | 10988 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10989 | |
2715 | 10990 * plot/contour.m: Order data so that it is consistent with |
10991 meshgrid and mesh. | |
10992 | |
2711 | 10993 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10994 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10995 | |
2709 | 10996 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10997 |
10998 * Version 2.0.4 released. | |
10999 | |
2706 | 11000 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11001 | |
2702 | 11002 * miscellaneous/paren.m: New file. |
11003 | |
2693 | 11004 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11005 |
11006 * Version 2.0.3 released. | |
11007 | |
2676 | 11008 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11009 | |
11010 * image/saveimage.m: Only clip image data that is actually out of | |
11011 range. | |
11012 | |
2667 | 11013 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11014 | |
11015 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11016 also be considered to be matrices. | |
11017 | |
11018 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11019 | |
11020 * general/isempty.m: Use size(), not rows() and columns(). | |
11021 | |
11022 * plot/contour.m: Convert set to gset. | |
11023 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11024 | |
2663 | 11025 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11026 | |
11027 * specfun/erfinv.m: Fix typo in last change. | |
11028 | |
2650 | 11029 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11030 | |
11031 * image/loadimage.m: Make it possible to load files with image | |
11032 data named X or img. | |
11033 | |
11034 * image/default.img: Change name of image from X to img to match | |
11035 what saveimage does now. | |
11036 | |
11037 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11038 does now. | |
11039 | |
2632 | 11040 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11041 | |
2634 | 11042 * Version 2.0.2 released. |
11043 | |
2632 | 11044 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11045 weird missing-lines bug without creating extra plots unecessarily. | |
11046 | |
2624 | 11047 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11048 | |
11049 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11050 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11051 io/Makefile.in, linear-algebra/Makefile.in, | |
11052 miscellaneous/Makefile.in, plot/Makefile.in, | |
11053 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11054 specfun/Makefile.in, special-matrix/Makefile.in, | |
11055 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11056 time/Makefile.in (bin-dist): New target. | |
11057 | |
2621 | 11058 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11059 | |
11060 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11061 | |
11062 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11063 | |
11064 * miscellaneous/xor.m: Make it work. | |
11065 | |
2613 | 11066 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11067 | |
11068 * plot/sombrero.m: Doc fix. | |
11069 | |
2602 | 11070 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11071 | |
11072 * Version 2.0.1 released. | |
11073 | |
2601 | 11074 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11075 | |
11076 * elfun/lcm.m: Replace missing if statement. | |
11077 | |
11078 * elfun/gcd.m: Report error if no input args. | |
11079 * elfun/lcm.m: Likewise. | |
11080 | |
2597 | 11081 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11082 | |
11083 * Makefile.in (install): Use ls -LR to create ls-R database. | |
11084 Also list contents of $libexecdir/octave in ls-R database. | |
11085 | |
2583 | 11086 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11087 | |
11088 * Version 2.0 released. | |
11089 | |
2575 | 11090 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11091 | |
11092 * Version 1.94. | |
11093 | |
2558 | 11094 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11095 | |
11096 * strings/str2num.m: New file. | |
11097 | |
2554 | 11098 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11099 | |
11100 * Version 1.93. | |
11101 | |
2540 | 11102 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11103 | |
11104 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
11105 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
11106 linear-algebra/vech.m: New files from Kurt Hornik. | |
11107 | |
11108 * general/nextpow2.m, general/shift.m, general/diff.m, | |
11109 general/common_size.m: New files from Kurt Hornik. | |
11110 | |
11111 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
11112 New files from Kurt Hornik. | |
11113 | |
11114 * signal/detrend.m: New file from Kurt Hornik. | |
11115 | |
11116 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
11117 specfun/pow2.m, specfun/log2.m: | |
11118 New files and updates from Kurt Hornik. | |
11119 | |
2523 | 11120 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11121 | |
11122 * plot/__plt__.m: Add explicit replot after last command is | |
11123 issued, to force all lines to be displayed. Hmm. | |
11124 | |
2512 | 11125 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11126 | |
2520 | 11127 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11128 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11129 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11130 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11131 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11132 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11133 Uset gset, not set. | |
11134 | |
2512 | 11135 * Version 1.92. |
11136 | |
2482 | 11137 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11138 | |
2486 | 11139 * image/saveimage.m: When writing PostScript, name Octave as the |
11140 almighty Creator. Use single call to fprintf instead of looping. | |
11141 | |
11142 * image/Makefile.in: Delete references to octtopnm. | |
11143 | |
11144 * general/logspace.m: Doc fix. | |
11145 | |
2482 | 11146 * Version 1.91. |
11147 | |
2458 | 11148 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11149 | |
11150 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11151 | |
11152 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11153 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11154 deleted. | |
11155 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11156 of a system() command to delete the tmp file. | |
11157 | |
2452 | 11158 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11159 | |
11160 * Version 1.90. | |
11161 | |
11162 * Makefile.in (DISTFILES): Add ChangeLog. | |
11163 | |
2360 | 11164 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11165 | |
11166 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
11167 Don't check for string value of automatic_replot. | |
11168 | |
11169 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
11170 Temporarily set do_fortran_indexing to 1, not "true". | |
11171 | |
11172 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
11173 not "false". | |
11174 | |
11175 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
11176 "false". | |
11177 | |
2355 | 11178 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
11179 | |
11180 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
11181 | |
2330 | 11182 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11183 | |
11184 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
11185 system command. | |
11186 | |
11187 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11188 | |
11189 * __plr1__.m: Renamed from polar_int_1.m. | |
11190 * __plr2__.m: Renamed from polar_int_2.m. | |
11191 * __plr__.m: Renamed from polar_int.m. | |
11192 * __plt1__.m: Renamed from plot_int_1.m. | |
11193 * __plt2__.m: Renamed from plot_int_2.m. | |
11194 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11195 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11196 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11197 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11198 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11199 * __plt__.m: Renamed from plot_int.m. | |
11200 * __pltopt__.m: Renamed from plot_opt.m. | |
11201 Change all callers. | |
11202 | |
11203 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11204 | |
11205 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11206 comments like those found in Emacs lisp files. | |
11207 | |
11208 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11209 | |
11210 * All .m files: Change comment style. | |
11211 | |
11212 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11213 | |
11214 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11215 subplot.m, subwindow.m, top_title.m: | |
11216 Print error message if gnuplot_has_multiplot is not true. | |
11217 | |
11218 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11219 | |
11220 * plot/figure.m: New function. | |
11221 | |
11222 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11223 | |
11224 * strings/strrep.m: New function. | |
11225 | |
11226 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11227 | |
11228 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11229 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11230 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11231 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11232 New functions from Kurt Hornik, heavily modified by jwe. | |
11233 | |
11234 * general/reshape.m: Allow strings to be reshaped too. | |
11235 | |
11236 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11237 Always return a scalar. | |
11238 | |
11239 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11240 | |
11241 * polynomial/polyfit.m: Make orientation of result compatible with | |
11242 Matlab. | |
11243 | |
11244 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11245 | |
11246 * polynomial/polyfit.m: Add missing close paren. | |
11247 | |
11248 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11249 | |
11250 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11251 | |
11252 * io/scanf.m: Delete. | |
11253 | |
11254 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11255 | |
11256 * statistics/median.m: Fix typo in usage message. | |
11257 | |
11258 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11259 | |
11260 * miscellaneous/popen2.m: New file. | |
11261 | |
11262 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11263 | |
11264 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11265 | |
11266 * io: New directory. | |
11267 * Makefile.in (SUBDIRS): Add it to the list. | |
11268 | |
11269 * miscellaneous/flops.m: New file. | |
11270 | |
11271 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11272 | |
11273 * miscellaneous/cputime.m: Return three arguments instead of a | |
11274 vector, for compatibility with previous versions and with Matlab | |
11275 (which only returns one scalar value). | |
11276 | |
11277 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11278 | |
11279 * general/triu.m: Compute lower bound on loop index correctly. | |
11280 * general/tril.m: Likewise, for upper bound. | |
11281 | |
11282 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11283 | |
11284 * image/saveimage.m: For color images, make sure indices into | |
11285 temporary colormap and result matrix have proper orientation. | |
11286 Set grey flag correctly. | |
11287 | |
11288 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11289 | |
11290 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11291 jrv@vanzandt.mv.com). | |
11292 | |
11293 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11294 | |
11295 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11296 * mesh.m: Transpose Z if only one arg. | |
11297 Handle case of all three args being matrices (from Jim Van Zandt | |
11298 jrv@vanzandt.mv.com). | |
11299 * meshdom.m: Undo previous change. | |
11300 | |
11301 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11302 | |
11303 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11304 | |
11305 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11306 | |
11307 * audio: New directory of files from Kurt Hornik and Andreas | |
11308 Weingessel. | |
11309 * audio/Makefile.in: New file. | |
11310 * Makefile.in (SUBDIRS): Add audio to the list. | |
11311 | |
11312 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11313 | |
11314 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11315 | |
11316 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11317 | |
11318 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11319 columns (z), not the other way around. | |
11320 * plot/meshdom.m: Don't reverse order of elements in y. | |
11321 | |
11322 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11323 | |
11324 * plot/axis.m: Return current axis if nargin == 0. | |
11325 | |
11326 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11327 | |
11328 * polynomial/roots.m: Updates from Kurt Hornik. | |
11329 | |
11330 * polynomial/polyder.m: New file. | |
11331 | |
11332 * polynomial/polyderiv.m: Give return value and arg different names. | |
11333 | |
11334 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11335 | |
11336 * specfun/betainc.m: New file. | |
11337 * specfun/gammainc.m: New file. | |
11338 | |
11339 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11340 | |
11341 * general/strerror.m: New file. | |
11342 * general/perror.m: Implement using strerror(). | |
11343 | |
11344 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11345 | |
11346 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11347 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11348 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11349 | |
11350 * image/saveimage.m: Round img values first. | |
11351 | |
11352 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11353 | |
11354 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11355 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11356 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11357 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11358 special-matrix/hankel.m special-matrix/toeplitz.m | |
11359 tuwien/strfun/split.m: Add missing semicolons. | |
11360 | |
11361 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11362 | |
11363 * image/Makefile.in: Don't build or install octtoppm. | |
11364 | |
11365 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11366 routines so that people who don't have the pbm stuff installed |
2330 | 11367 can still use this function. |
11368 | |
11369 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11370 | |
11371 * image/saveimage.m: Better error checking, clean up a bit. | |
11372 | |
11373 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11374 | |
11375 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11376 avoid conflict with new built-in text-style function more. | |
11377 | |
11378 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11379 | |
11380 * startup/Makefile.in (install): Also install octaverc in | |
11381 $localfcnfiledir/startup/octavrc. | |
11382 | |
11383 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11384 | |
11385 * mkinstalldirs: New file. | |
11386 * Makefile.in (DISTFILES): Add it to the list. | |
11387 | |
11388 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11389 | |
11390 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11391 | |
11392 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11393 r(1) != c(nr), not if r(1) != c(1). | |
11394 | |
11395 * signal/filter.m: Doc fix. | |
11396 | |
11397 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11398 | |
11399 * miscellaneous/cputime.m: Use new resource structure names (no | |
11400 ru_ or tv_ prefixes). | |
11401 | |
11402 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11403 | |
11404 * time/ctime.m: Fix doc string and usage message. | |
11405 | |
11406 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11407 | |
11408 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11409 | |
11410 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11411 | |
11412 * control/c2d.m: Make function work for any value of | |
11413 whitespace_in_literal_matrix. | |
11414 * control/dare.m: Likewise. | |
11415 * control/tzero.m: Likewise. | |
11416 * elfun/gcd.m: Likewise. | |
11417 * elfun/lcm.m: Likewise. | |
11418 * general/postpad.m: Likewise. | |
11419 * general/prepad.m: Likewise. | |
11420 * linear-algebra/kron.m: Likewise. | |
11421 * miscellaneous/etime.m: Likewise. | |
11422 * polynomial/conv.m: Likewise. | |
11423 * polynomial/deconv.m: Likewise. | |
11424 * polynomial/poly.m: Likewise. | |
11425 * polynomial/roots.m: Likewise. | |
11426 * signal/filter.m: Likewise. | |
11427 * signal/freqz.m: Likewise. | |
11428 * signal/fftfilt.m: Likewise. | |
11429 | |
11430 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11431 | |
11432 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11433 | |
11434 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11435 | |
11436 * plot/polar_int_2.m: Add missing semicolons. | |
11437 Set theta = theta', not rho'. | |
11438 | |
11439 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11440 | |
11441 * polynomial/roots.m: Make it work for any value of | |
11442 whitespace_in_literal_matrix. | |
11443 | |
11444 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11445 | |
11446 * configure.in: New file. | |
11447 | |
11448 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11449 | |
11450 * control/lyap.m: Add missing semicolon. | |
11451 | |
11452 * miscellaneous/cputime.m: New function file. | |
11453 | |
11454 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11455 | |
11456 * time: New directory. | |
11457 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11458 New function files. | |
11459 * time/Makefile.in: New file. | |
11460 * Makefile.in (SUBDIRS): Add time. | |
11461 | |
11462 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11463 | |
11464 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11465 | |
11466 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11467 | |
11468 * plot/plot_int_1.m: Transpose data with .', not '. | |
11469 | |
11470 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11471 | |
11472 * Makefile.in (install uninstall clean mostlyclean distclean | |
11473 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11474 | |
11475 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11476 | |
11477 * Makefile.in (install): Create ls-R database file. | |
11478 (uninstall): Delete it. | |
11479 | |
11480 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11481 | |
5378 | 11482 * image/saveimage.m: Fix typo. |
2330 | 11483 |
11484 See ChangeLog.1 in the top level directory for earlier changes. |