Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 10083:614ad9e7a17b
use patches again in scatter plots
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 11 Jan 2010 22:06:19 +0100 |
parents | 28af9aa6f9ed |
children | 82d47b706424 |
rev | line source |
---|---|
10083
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
1 2010-01-11 Jaroslav Hajek <highegg@gmail.com> |
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
2 |
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
3 * plot/private/__scatter__.m: Use patch objects instead of lines, |
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
4 switch at 100 points. |
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
5 |
10082
28af9aa6f9ed
fix typos in __scatter__
Jaroslav Hajek <highegg@gmail.com>
parents:
10081
diff
changeset
|
6 2010-01-11 Jaroslav Hajek <highegg@gmail.com> |
28af9aa6f9ed
fix typos in __scatter__
Jaroslav Hajek <highegg@gmail.com>
parents:
10081
diff
changeset
|
7 |
28af9aa6f9ed
fix typos in __scatter__
Jaroslav Hajek <highegg@gmail.com>
parents:
10081
diff
changeset
|
8 * plot/private/__scatter__.m: Fix typos. |
28af9aa6f9ed
fix typos in __scatter__
Jaroslav Hajek <highegg@gmail.com>
parents:
10081
diff
changeset
|
9 |
10081 | 10 2010-01-11 Jaroslav Hajek <highegg@gmail.com> |
11 | |
12 * io/fileread.m: New source. | |
13 | |
10078
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
14 2010-01-10 Jaroslav Hajek <highegg@gmail.com> |
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
15 |
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
16 * plot/private/__scatter__.m: Use alternative strategy for larger |
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
17 point sets. |
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
18 |
10064
17ce2a700a97
qp.m: Add missing semicolon.
Ben Abbott <bpabbott@mac.com>
parents:
10060
diff
changeset
|
19 2010-01-06 Ben Abbott <bpabbott@mac.com> |
17ce2a700a97
qp.m: Add missing semicolon.
Ben Abbott <bpabbott@mac.com>
parents:
10060
diff
changeset
|
20 |
17ce2a700a97
qp.m: Add missing semicolon.
Ben Abbott <bpabbott@mac.com>
parents:
10060
diff
changeset
|
21 * /optimization/qp.m: Add missing semicolon. |
17ce2a700a97
qp.m: Add missing semicolon.
Ben Abbott <bpabbott@mac.com>
parents:
10060
diff
changeset
|
22 |
10060
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
23 2010-01-05 Jaroslav Hajek <highegg@gmail.com> |
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
24 |
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
25 * optimization/qp.m: Supply default values on request and register |
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
26 options. |
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
27 |
10059
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
28 2010-01-05 John W. Eaton <jwe@octave.org> |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
29 |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
30 * qp.m: Allow linear term and constraint arguments to be |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
31 optional. |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
32 |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
33 2010-01-05 Joshua Redstone <redstone@gmail.com> |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
34 |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
35 * qp.m: Handle optimset options struct argument. |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
36 |
10055 | 37 2010-01-04 Jaroslav Hajek <highegg@gmail.com> |
38 | |
39 * strings/strmatch.m: Optimize. | |
40 | |
10053
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
41 2010-01-04 Jaroslav Hajek <highegg@gmail.com> |
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
42 |
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
43 * strings/strrep.m: Remove. |
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
44 * strings/module.mk: Update. |
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
45 |
10050
dc88a0b6472c
support old style jacobian for fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
10046
diff
changeset
|
46 2010-01-02 Jaroslav Hajek <highegg@gmail.com> |
dc88a0b6472c
support old style jacobian for fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
10046
diff
changeset
|
47 |
dc88a0b6472c
support old style jacobian for fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
10046
diff
changeset
|
48 * optimization/fsolve.m: Support old style jacobian passing. |
dc88a0b6472c
support old style jacobian for fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
10046
diff
changeset
|
49 |
10046 | 50 2010-01-01 Jaroslav Hajek <highegg@gmail.com> |
51 | |
52 * set/powerset.m: New function. | |
53 * set/module.mk: Include it. | |
54 | |
10043
7fbdeaa9b0e0
fix common_size optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
10040
diff
changeset
|
55 2009-12-30 Jaroslav Hajek <highegg@gmail.com> |
7fbdeaa9b0e0
fix common_size optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
10040
diff
changeset
|
56 |
7fbdeaa9b0e0
fix common_size optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
10040
diff
changeset
|
57 * general/common_size.m: Use named function rather than a handle. |
7fbdeaa9b0e0
fix common_size optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
10040
diff
changeset
|
58 |
10040 | 59 2009-12-29 Jaroslav Hajek <highegg@gmail.com> |
60 | |
61 * set/complement.m: Deprecate. | |
62 | |
10037
e60f038146e1
further simplify strcat
Jaroslav Hajek <highegg@gmail.com>
parents:
10034
diff
changeset
|
63 2009-12-28 Jaroslav Hajek <highegg@gmail.com> |
e60f038146e1
further simplify strcat
Jaroslav Hajek <highegg@gmail.com>
parents:
10034
diff
changeset
|
64 |
e60f038146e1
further simplify strcat
Jaroslav Hajek <highegg@gmail.com>
parents:
10034
diff
changeset
|
65 * strings/strcat.m: Further simplify. |
e60f038146e1
further simplify strcat
Jaroslav Hajek <highegg@gmail.com>
parents:
10034
diff
changeset
|
66 |
10034 | 67 2009-12-27 Jaroslav Hajek <highegg@gmail.com> |
68 | |
69 * general/common_size.m: Optimize. | |
70 | |
10032 | 71 2009-12-27 Jaroslav Hajek <highegg@gmail.com> |
72 | |
73 * strings/strcat.m: Vectorize. | |
74 | |
10031 | 75 2009-12-26 Jaroslav Hajek <highegg@gmail.com> |
76 | |
77 * miscellaneous/xor.m: Optimize. | |
78 | |
10023
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
79 2009-12-25 Jaroslav Hajek <highegg@gmail.com> |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
80 |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
81 * general/issquare.m: Do not check type. |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
82 * linear-algebra/issymmetric.m: Strengthen test. |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
83 * linear-algebra/ishermitian.m: Strengthen test. |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
84 |
10021
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
85 2009-12-25 Jaroslav Hajek <highegg@gmail.com> |
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
86 |
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
87 * strings/strfind.m: Remove. |
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
88 * strings/module.mk: Update. |
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
89 |
10020 | 90 2009-12-24 Jaroslav Hajek <highegg@gmail.com> |
91 | |
92 * strings/strjust.m: Rewrite. | |
93 | |
10018 | 94 2009-12-23 Jaroslav Hajek <highegg@gmail.com> |
95 | |
96 * strings/strjust.m: Special-case string and empty argument. | |
97 | |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
98 2009-12-19 Rik <octave@nomad.inbox5.com> |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
99 |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
100 * Makefile.am: Eliminate TOPDIR variable in favor of built-in automake |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
101 variables of top_builddir and top_srcdir. |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
102 |
10000
d6e361255a5c
Use Automake syntax to build helper program gethelp in scripts directory
Rik <rdrider0-list@yahoo.com>
parents:
9996
diff
changeset
|
103 2009-12-18 Rik <octave@nomad.inbox5.com> |
d6e361255a5c
Use Automake syntax to build helper program gethelp in scripts directory
Rik <rdrider0-list@yahoo.com>
parents:
9996
diff
changeset
|
104 |
d6e361255a5c
Use Automake syntax to build helper program gethelp in scripts directory
Rik <rdrider0-list@yahoo.com>
parents:
9996
diff
changeset
|
105 * Makefile.am: Use Automake syntax to build helper program gethelp |
d6e361255a5c
Use Automake syntax to build helper program gethelp in scripts directory
Rik <rdrider0-list@yahoo.com>
parents:
9996
diff
changeset
|
106 |
9996
929e53107f09
Add newline to message output of test.m
Rik <rdrider0-list@yahoo.com>
parents:
9984
diff
changeset
|
107 2009-12-17 Rik <octave@nomad.inbox5.com> |
929e53107f09
Add newline to message output of test.m
Rik <rdrider0-list@yahoo.com>
parents:
9984
diff
changeset
|
108 |
929e53107f09
Add newline to message output of test.m
Rik <rdrider0-list@yahoo.com>
parents:
9984
diff
changeset
|
109 * testfun/test.m: Add newline to message output. |
929e53107f09
Add newline to message output of test.m
Rik <rdrider0-list@yahoo.com>
parents:
9984
diff
changeset
|
110 |
9984
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
111 2009-12-14 John W. Eaton <jwe@octave.org> |
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
112 |
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
113 * specfun/isprime.m: Produce logical result. Error if nargin > 1. |
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
114 New tests. |
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
115 |
9983 | 116 2009-12-14 John W. Eaton <jwe@octave.org> |
117 | |
118 * help/__makeinfo__.m: Use fullfile to concatenate file name | |
119 components. Use hyphens instead of underscores in tmp file name. | |
120 | |
9982
7cef030b8069
let __makeinfo__ create temporary file in P_tmpdir
Jaroslav Hajek <highegg@gmail.com>
parents:
9978
diff
changeset
|
121 2009-12-14 Jaroslav Hajek <highegg@gmail.com> |
7cef030b8069
let __makeinfo__ create temporary file in P_tmpdir
Jaroslav Hajek <highegg@gmail.com>
parents:
9978
diff
changeset
|
122 |
7cef030b8069
let __makeinfo__ create temporary file in P_tmpdir
Jaroslav Hajek <highegg@gmail.com>
parents:
9978
diff
changeset
|
123 * help/__makeinfo__.m: Use P_tmpdir to create temporary file. |
7cef030b8069
let __makeinfo__ create temporary file in P_tmpdir
Jaroslav Hajek <highegg@gmail.com>
parents:
9978
diff
changeset
|
124 |
9978
13a85d3e13bb
Fix typo and distribute new ppder.m script
Rik <rdrider0-list@yahoo.com>
parents:
9976
diff
changeset
|
125 2009-12-09 Rik <octave@nomad.inbox5.com> |
13a85d3e13bb
Fix typo and distribute new ppder.m script
Rik <rdrider0-list@yahoo.com>
parents:
9976
diff
changeset
|
126 |
13a85d3e13bb
Fix typo and distribute new ppder.m script
Rik <rdrider0-list@yahoo.com>
parents:
9976
diff
changeset
|
127 * polynomial/module.mk: Correct typo and distribute newly created ppder.m |
13a85d3e13bb
Fix typo and distribute new ppder.m script
Rik <rdrider0-list@yahoo.com>
parents:
9976
diff
changeset
|
128 |
9976
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
129 2009-12-13 Jaroslav Hajek <highegg@gmail.com> |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
130 |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
131 * ppder.m: New function. |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
132 * ppint.m: New function. |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
133 * ppjumps.m: New function. |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
134 |
9969 | 135 2009-12-09 Rik <octave@nomad.inbox5.com> |
136 | |
137 * Makefile.am: remove install-images target and use automake | |
138 syntax to distribute image data. | |
139 | |
9965 | 140 2009-12-11 John W. Eaton <jwe@octave.org> |
141 | |
142 * Makefile.am (DOCSTRINGS): Use $(cp_update_rule) instead of | |
143 cp -a --update. | |
144 | |
9961
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
145 2009-12-09 Rik <octave@nomad.inbox5.com> |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
146 |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
147 * Makefile.am: Copy DOCSTRINGS from srcdir to builddir if it does not |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
148 exist. Enables VPATH builds. |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
149 |
9944
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
150 2009-12-08 Petr Mikulik <mikulik@physics.muni.cz> |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
151 |
9945
b4661b498a7e
gnuplot_drawnow.m: Prunec prompt lines from dumb terminal output.
Ben Abbott <bpabbott@mac.com>
parents:
9944
diff
changeset
|
152 * plot/gnuplot_drawnow.m: Prune prompt lines from dumb terminal output. |
9944
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
153 * plot/__go_draw_figure__.m: Add missing 'unset multiplot' to restore |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
154 hotkey and mouse functionality for 2D plots. |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
155 |
9943
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
156 2009-12-09 Rik <octave@nomad.inbox5.com> |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
157 |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
158 * Makefile.am: Distribute DOCSTRINGS in tar.gz file |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
159 * mkdoc: pass current directory, "./", when running mkdoc on local files |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
160 |
9940 | 161 2009-12-07 Jaroslav Hajek <highegg@gmail.com> |
162 | |
163 * general/interp1q.m: Use more optimal code. | |
164 | |
9939 | 165 2009-12-08 John W. Eaton <jwe@octave.org> |
166 | |
167 * Makefile.am (DOCSTRINGS): Depend on $(GEN_FCN_FILES) instead | |
168 of $(FCN_FILES_IN). Pass $(GEN_FCN_FILES) to mkdoc instead of | |
169 $(FCN_FILES_IN). Use mv instead of $(simple_move_if_change_rule). | |
170 (EXTRA_DIST): Include $(GEN_FCN_FILES) in the list. | |
171 | |
9929
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
172 2009-12-07 Jaroslav Hajek <highegg@gmail.com> |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
173 |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
174 * general/interp1.m: Allow discontinuities (jumps) for the "nearest" and |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
175 "linear" methods. Document the feature and add a few tests. |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
176 |
9927
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
177 2009-12-06 Rik <rik@nomad.inbox5.com> |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
178 |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
179 * Makefile.am: Distribute DOCSTRINGS so that documentation will not require |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
180 rebuild after merely untarring a distribution. |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
181 * mkdoc: Change output to refer to mfiles as "scripts/..." rather than |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
182 "$srcdir/...". Otherwise, distributed DOCSTRINGS file will not match |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
183 DOCSTRINGS created under a VPATH build and documentation will be |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
184 unnecessarily rebuilt. |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
185 |
9924 | 186 2009-12-05 Jaroslav Hajek <highegg@gmail.com> |
187 | |
188 * set/ismember.m: Simplify. | |
189 | |
9906 | 190 2009-12-03 John W. Eaton <jwe@octave.org> |
191 | |
192 * audio/wavwrite.m: Delete generated a.wav file after each test. | |
193 | |
194 * Makefile.am (DIRSTAMP_FILES, DISTCLEANFILES): New variables. | |
195 (DOCSTRINGS): Also depend on $(FCN_FILES_IN). Pass | |
196 $(FCN_FILES_IN) to mkdoc instead of $(GEN_FCN_FILES). Tell mkdoc | |
197 to look for $(FCN_FILES_IN) files in $(srcdir), not build | |
198 directory. | |
199 (DISTCLEANFILES): New variable. | |
200 Don't silence dirstamp, DOCSTRINGS, $(GEN_FCN_FILES), and PKG_ADD | |
201 rules. | |
202 | |
203 * audio/module.mk, deprecated/module.mk, elfun/module.mk, | |
204 help/module.mk, general/module.mk, geometry/module.mk, | |
205 image/module.mk, io/module.mk, linear-algebra/module.mk, | |
206 miscellaneous/module.mk, @ftp/module.mk, optimization/module.mk, | |
207 path/module.mk, pkg/module.mk, plot/module.mk, | |
208 polynomial/module.mk, set/module.mk, signal/module.mk, | |
209 sparse/module.mk, specfun/module.mk, special-matrix/module.mk, | |
210 startup/module.mk, statistics/base/module.mk, | |
211 statistics/distributions/module.mk, statistics/models/module.mk, | |
212 statistics/tests/module.mk, strings/module.mk, testfun/module.mk, | |
213 time/module.mk: Append to DIRSTAMP_FILES. | |
214 | |
9904
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
215 2009-12-02 Rik <rik@nomad.inbox5.com> |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
216 |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
217 * image/imread.m: Run test case only if underlying GraphicMagick library |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
218 exists. |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
219 |
9900
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
220 2009-12-02 John W. Eaton <jwe@octave.org> |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
221 |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
222 * help/module.mk: Fix typo in previous change. |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
223 |
9899
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
224 2009-12-01 John W. Eaton <jwe@octave.org> |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
225 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
226 * help/module.mk (help_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
227 (help_FCN_FILES): Remove new private functions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
228 Include $(help_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
229 * help/private/__additional_help_message__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
230 help/__additional_help_message__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
231 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
232 * statistics/base/module.mk (statistics_base_FCN_FILES): |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
233 Remove statistics/base/__quantile__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
234 * statistics/base/__quantile__.m: Now a subfunction of |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
235 statistics/base/quantile.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
236 * statistics/base/quantile.m: Remove redundant tests. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
237 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
238 * miscellaneous/__xzip__.m: Comment out tests until we have a way |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
239 to test private functions directly. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
240 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
241 * general/isequal.m, general/isequalwithequalnans.m: |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
242 Convert tests from __isequal__. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
243 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
244 * optimization/module.mk (optimization_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
245 (optimization_FCN_FILES): Remove new private functions and new |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
246 subfunctions from the list. Include |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
247 $(optimization_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
248 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
249 * optimization/private/__fdjac__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
250 optimization/__fdjac__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
251 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
252 * optimization/__dogleg__.m: Now a subfunction of path/fsolve.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
253 * optimization/__doglegm__.m: Now a subfunction of path/fminunc.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
254 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
255 * general/module.mk (general_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
256 (general_FCN_FILES): Remove new private functions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
257 Include $(general_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
258 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
259 * general/private/__isequal__.m: Rename from general/__isequal__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
260 * general/private/__splinen__.m: Rename from general/__splinen__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
261 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
262 * image/module.mk (image_FCN_FILES): Remove image/__img__.m and |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
263 image/__img_via_file__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
264 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
265 * image/__img__.m: Now a subfunction of image/image.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
266 * image/__img_via_file__.m: Now a subfunction of image_viewer.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
267 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
268 * path/module.mk (path_FCN_FILES): Remove path/__extractpath__.m |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
269 from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
270 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
271 * path/__extractpath__.m: Now a subfunction of path/pathdef.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
272 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
273 * miscellaneous/module.mk (miscellaneous_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
274 (miscellaneous_FCN_FILES): Remove __xzip__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
275 Include $(miscellaneous_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
276 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
277 * miscellaneous/private/__xzip__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
278 miscellaneous/__xzip__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
279 |
9897
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
280 2009-12-01 David Bateman <dbateman@free.fr> |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
281 |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
282 * @ftp/ftp.m: Treat empty constructor and construction from |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
283 another FTP object. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
284 * @ftp/loadobj.m: Allow and remove the matlab specific fields |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
285 of FTP objects allowing matlab FTP objects to be loaded in Octave. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
286 * @ftp/display.m: user -> username. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
287 |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
288 2009-12-01 John W. Eaton <jwe@octave.org> |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
289 |
9899
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
290 * plot/module.mk (plot_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
291 (plot_FCN_FILES): Include $(plot_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
292 Remove new private functions and new subfunctions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
293 |
9898 | 294 * plot/private/__actual_axis_position__.m: Rename from |
295 plot/__actual_axis_position__.m. | |
296 * plot/private/__add_datasource__.m: Rename from | |
297 plot/__add_datasource__.m. | |
298 * plot/private/__axes_limits__.m: Rename from plot/__axes_limits__.m. | |
299 * plot/private/__axis_label__.m: Rename from plot/__axis_label__.m. | |
300 * plot/private/__bar__.m: Rename from plot/__bar__.m. | |
301 * plot/private/__clabel__.m: Rename from plot/__clabel__.m. | |
302 * plot/private/__contour__.m: Rename from plot/__contour__.m. | |
303 * plot/private/__default_plot_options__.m: Rename from | |
304 plot/__default_plot_options__.m. | |
305 * plot/private/__errcomm__.m: Rename from plot/__errcomm__.m. | |
306 * plot/private/__errplot__.m: Rename from plot/__errplot__.m. | |
307 * plot/private/__ezplot__.m: Rename from plot/__ezplot__.m. | |
308 * plot/private/__interp_cube__.m: Rename from plot/__interp_cube__.m. | |
309 * plot/private/__line__.m: Rename from plot/__line__.m. | |
310 * plot/private/__patch__.m: Rename from plot/__patch__.m. | |
311 * plot/private/__plt__.m: Rename from plot/__plt__.m. | |
312 * plot/private/__pltopt__.m: Rename from plot/__pltopt__.m. | |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
313 * plot/private/__quiver__.m: Rename from plot/__quiver__.m |
9898 | 314 * plot/private/__scatter__.m: Rename from plot/__scatter__.m. |
315 * plot/private/__stem__.m: Rename from plot/__stem__.m. | |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
316 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
317 * plot/__pltopt1__.m: Now a subfunction of plot/__pltopt__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
318 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
319 * plot/__bars__.m: Now a subfunction of plot/__bar__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
320 * plot/__bar__.m (bars): Rename from __bars__. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
321 (__bar__): Call bars insteaad of __bars__. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
322 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
323 * plot/__area__.m: Now a subfunction of plot/area.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
324 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
325 * plot/__plr1__.m, plot/__plr2__.m: Now subfunctions of polar.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
326 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
327 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
328 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2sv__.m, |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
329 plot/__plt2vm__.m, plot/__plt2vs__.m, plot/__plt2vv__.m: |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
330 Now subfunctions of __plt__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
331 |
9891
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
332 2009-11-30 John W. Eaton <jwe@octave.org> |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
333 |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
334 * mkdoc: Handle classes in function names. |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
335 |
9880 | 336 2009-11-27 David Bateman <dbateman@free.fr> |
337 | |
338 * @ftp/ascii.m, @ftp/binary.m, @ftp/cd.m, @ftp/close.m, | |
339 @ftp/delete.m, @ftp/dir.m, @ftp/display.m, @ftp/ftp.m, | |
340 @ftp/loadobj.m, @ftp/mget.m, @ftp/mkdir.m, @ftp/module.mk, | |
341 @ftp/mput.m, @ftp/rename.m, @ftp/rmdir.m, @ftp/saveobj.m: New files | |
342 * Makefile.am: Add the @ftp to the build. | |
343 | |
9877 | 344 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
345 | |
346 * linear-algebra/cross.m: Avoid doing indexing twice. | |
9880 | 347 |
9875
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
348 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
349 |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
350 * linear-algebra/normest.m: Randomize initial vector. |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
351 |
9874
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
352 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
353 |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
354 * linear-algebra/dot.m: Remove. |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
355 * linear-algebra/module.mk: Update. |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
356 |
9872
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
357 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
358 |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
359 * optimization/qp.m: Fix matrix tests. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
360 * optimization/condest.m: Ditto. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
361 * optimization/krylov.m: Ditto. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
362 |
9871
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
363 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
364 |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
365 * sparse/normest.m: Move to linear-algebra. |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
366 * linear-algebra/normest.m: Simplify. Don't form A'*A explicitly. |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
367 |
9870
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
368 2009-11-25 Jaroslav Hajek <highegg@gmail.com> |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
369 |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
370 * linear-algebra/isdefinite.m: Use Cholesky factorization. |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
371 |
9869
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
372 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
373 |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
374 * general/issymmetric.m: Move to linear-algebra. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
375 * general/isdefinite.m: Ditto. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
376 * linear-algebra/issymmetric.m: Use 0 as default tolerance. Optimize |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
377 this case. Check for symmetry, not hermitianness. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
378 * linear-algebra/ishermitian.m: New function. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
379 * linear-algebra/isdefinite.m: Use ishermitian instead of issymmetric. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
380 |
9868 | 381 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
382 | |
383 * general/cellidx.m: Deprecate. | |
384 | |
9867
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
385 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
386 |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
387 * general/issquare.m: Change to return consistent result for empty |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
388 matrices. |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
389 |
9860 | 390 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
391 | |
392 * general/cell2mat.m: Check type of all elements. Slightly optimize. | |
393 Add tests. | |
394 | |
9859
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
395 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
396 |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
397 * general/accumarray.m: Use num2cell instead of mat2cell. Use repmat. |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
398 |
9849
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
399 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
400 |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
401 * script/miscellaneous/getfield: Deblank field names, gripe on invalid |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
402 index. |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
403 * script/miscellaneous/setfield: Rewrite using subsasgn. |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
404 |
9847
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
405 2009-11-22 Michael Goffioul <michael.goffioul@gmail.com> |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
406 |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
407 * plot/print.m: Properly set the default ghostscript_binary |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
408 under Windows. Modify the search for the ghostscript binary |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
409 so that it works for Win32, mingw, Cygwin, and Unix systems. |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
410 |
9844 | 411 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
412 | |
413 * scripts/strings/dec2base.m: Fix division. | |
414 | |
9843 | 415 2009-11-20 Lukas Reichlin <lukas.reichlin@swissonline.ch> |
416 | |
417 * linear-algebra/krylov.m: Add missing swap routine. | |
418 | |
9841
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
419 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
420 |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
421 * general/__isequal__.m: Check for isnumeric|islogical. |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
422 * testfun/assert.m: Ditto. |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
423 |
9836 | 424 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
425 | |
426 * specfun/perms.m: Avoid recursion. Simplify assignments. Allow empty | |
427 vectors. | |
428 | |
9835
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
429 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
430 |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
431 * specfun/erfinv.m: Remove. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
432 * specfun/module.mk: Update. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
433 |
9832
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
434 2009-11-18 Ben Abbott <bpabbott@mac.com> |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
435 |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
436 * plot/orient.m: Flip papersize and paperposition when orientation |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
437 changes. Add support for 'tall' option. Add tests. |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
438 |
9828 | 439 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
440 | |
441 * io/textread.m: strncmp->strcmpi. | |
442 | |
9819 | 443 2009-11-14 Jaroslav Hajek <highegg@gmail.com> |
444 | |
445 * linear-algebra/expm.m: Fix typo. | |
446 | |
9810 | 447 2009-11-11 John W. Eaton <jwe@octave.org> |
448 | |
449 * miscellaneous/intwarning.m: Doc fix. | |
450 | |
9809
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
451 2009-11-11 John W. Eaton <jwe@octave.org> |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
452 |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
453 * plot/stairs.m (__stairs__): Correct nargin check. New demos. |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
454 From Jakub Kasse <jakub.kasse@tul.cz>. |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
455 |
9806
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
456 2009-11-11 John W. Eaton <jwe@octave.org> |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
457 |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
458 * help/help.m (help): Return immediately after calling do_contents. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
459 (do_contents): Find all matching directories, not just the first. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
460 Call get_help_text_from_file to avoid looking in path. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
461 Handle printing here. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
462 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
463 2009-11-10 John W. Eaton <jwe@octave.org> |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
464 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
465 * Makefile.am, audio/module.mk, deprecated/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
466 elfun/module.mk, general/module.mk, geometry/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
467 help/module.mk, image/module.mk, io/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
468 linear-algebra/module.mk, miscellaneous/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
469 optimization/module.mk, path/module.mk, pkg/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
470 plot/module.mk, polynomial/module.mk, set/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
471 signal/module.mk, sparse/Makefile.in, specfun/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
472 special-matrix/Makefile.in, startup/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
473 statistics/Makefile.in, statistics/base/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
474 statistics/distributions/module.mk, statistics/models/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
475 statistics/tests/module.mk, strings/module.mk, testfun/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
476 time/module.mk: New files. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
477 * Makefile.in, move-if-change, configure.ac, audio/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
478 deprecated/Makefile.in, elfun/Makefile.in, general/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
479 geometry/Makefile.in, help/Makefile.in, image/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
480 io/Makefile.in, linear-algebra/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
481 miscellaneous/Makefile.in, optimization/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
482 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
483 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
484 skip-autoheader, sparse/module.mk, specfun/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
485 special-matrix/module.mk, startup/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
486 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
487 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
488 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
489 Delete. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
490 * mk-pkg-add: Rename from mkpkgadd. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
491 * mkdoc, mk-pkg-addd: Operate on explicit lists of files instead |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
492 of directory names. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
493 * mkdoc: Skip files not ending in .m. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
494 |
9793
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
495 2009-11-10 Ben Abbott <bpabbott@mac.com> |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
496 |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
497 * plot/__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'. |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
498 |
9788
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
499 2009-11-09 Jaroslav Hajek <highegg@gmail.com> |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
500 |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
501 * general/arrayfun.m: Fix nargout=0 case. |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
502 |
9785
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
503 2009-11-08 Petr Mikulik <mikulik@physics.muni.cz> |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
504 |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
505 * plot/gnuplot_drawnow.m: Support gnuplot's dumb terminal. |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
506 |
9771
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
507 2009-11-02 Stefan Hepp <stefan@stefant.org> |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
508 |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
509 * plot/gnuplot_drawnow.m (gnuplot_default_term): Don't set term to |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
510 x11 unless DISPLAY is set. |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
511 |
9769
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
512 2009-11-02 Jaroslav Hajek <highegg@gmail.com> |
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
513 |
9770
1a69a9c0ee00
omission from last patch
Jaroslav Hajek <highegg@gmail.com>
parents:
9769
diff
changeset
|
514 * general/interp1.m: Simplify. |
9769
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
515 |
9768
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
516 2009-11-02 Jaroslav Hajek <highegg@gmail.com> |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
517 |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
518 * polynomial/mkpp.m: Improve Matlab compatibility. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
519 * polynomial/ppval.m: Ditto. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
520 * polynomial/unmkpp: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
521 * polynomial/pchip.m: Update and optimize. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
522 * polynomial/spline.m: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
523 * general/__splinen__.m: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
524 |
9756
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
525 2009-10-23 Jaroslav Hajek <highegg@gmail.com> |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
526 |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
527 * general/tril.m, general/triu.m: Remove sources. |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
528 * general/Makefile.in: Update. |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
529 |
9755
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
530 2009-10-20 Soren Hauberg <hauberg@gmail.com> |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
531 |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
532 * general/interp2.m: improved error checking and support for bicubic |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
533 interpolation when X and Y are meshgrid format. |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
534 |
9754
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
535 2009-10-22 Jaroslav Hajek <highegg@gmail.com> |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
536 |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
537 * general/interp1.m: Perform optimizations, improve code (use switch |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
538 instead of multiple ifs). |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
539 * polynomial/pchip.m: Employ more optimized formulas (from SLATEC). |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
540 |
9751
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
541 2009-10-22 Soren Hauberg <hauberg@gmail.com> |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
542 |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
543 * image/autumn.m, image/bone.m, image/cool.m, image/copper.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
544 image/flag.m, image/gmap40.m, image/gray.m, image/hot.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
545 image/hsv.m, image/jet.m, image/ocean.m, image/pink.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
546 image/prism.m, image/rainbow.m, image/spring.m, image/summer.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
547 image/white.m, image/winter.m: Add demos. |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
548 |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
549 2009-10-20 Soren Hauberg <hauberg@gmail.com> |
9967 | 550 |
9751
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
551 * general/interp2.m: improved error checking and support for bicubic |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
552 |
9746
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
553 2009-10-19 Soren Hauberg <hauberg@gmail.com> |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
554 |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
555 * io/strread.m, io/textread.m: New functions. |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
556 |
9744
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
557 2009-10-20 Jaroslav Hajek <highegg@gmail.com> |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
558 |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
559 * statistics/base/center.m: Rewrite using bsxfun. |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
560 |
9729
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
561 2009-10-15 David Bateman <dbateman@free.fr> |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
562 |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
563 * plot/__go_draw_axes__.m: Allow line and surface markerfacecolor |
9967 | 564 and markeredgecolor properties to be used and set the marker colors |
9729
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
565 appropriately. |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
566 |
9726
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
567 2009-10-14 Jaroslav Hajek <highegg@gmail.com> |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
568 |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
569 * statistics/base/median.m: Rewrite using nth_element. |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
570 |
9682
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
571 2009-10-01 John W. Eaton <jwe@octave.org> |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
572 |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
573 * image/__img__.m: Adjust xlim and ylim correctly. |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
574 |
9679
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
575 2009-10-01 John W. Eaton <jwe@octave.org> |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
576 |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
577 * Makefile.in (plot/gnuplot_binary.m): New rule. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
578 (DOCSTRINGS): Depend on plot/gnuplot_binary.m. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
579 (ALL_M_FILES): Define with =, not :=. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
580 |
9677
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
581 2009-10-01 Jaroslav Hajek <highegg@gmail.com> |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
582 |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
583 * geometry/griddata.m: Fix handling vector xi, yi. |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
584 |
9674 | 585 2009-09-30 Jaroslav Hajek <highegg@gmail.com> |
586 | |
587 * general/arrayfun.m: Simplify. | |
588 | |
9673
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
589 2009-09-30 John W. Eaton <jwe@octave.org> |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
590 |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
591 * mkdoc: Work on list of file names instead of a directory. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
592 * Makefile.in (ALL_M_FILES): Don't strip directories. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
593 Also search build directory if it is different from $(srcdir). |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
594 Pass $(ALL_M_FILES) to mkdoc. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
595 |
9672
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
596 2009-09-30 Michael D. Godfrey <godfrey@isl.stanford.edu> |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
597 |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
598 * plot/clabel.m: Spelling fix. |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
599 * plot/newplot.m: Update docstring. |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
600 |
9669
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
601 2009-09-28 John W. Eaton <jwe@octave.org> |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
602 |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
603 * general/sortrows.m: Also use old algorithm for sparse matrices. |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
604 |
9659
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
605 2009-09-21 Jaroslav Hajek <highegg@gmail.com> |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
606 |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
607 * set/union.m: Fix docstring. |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
608 * set/setxor.m: Fix docstring. |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
609 |
9647
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
610 2009-09-16 Jaroslav Hajek <highegg@gmail.com> |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
611 |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
612 * general/randperm.m: Remove. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
613 * general/Makefile.in: Update. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
614 |
9645 | 615 2009-09-15 John W. Eaton <jwe@octave.org> |
616 | |
617 * confiugre.ac: Rename from configure.in | |
618 * Makefile.in: Rename all instances of configure.in to | |
619 configure.ac. | |
620 | |
9634 | 621 2009-09-11 Jaroslav Hajek <highegg@gmail.com> |
622 | |
623 * optimization/Makefile.in: Include __doglegm__.m. | |
624 | |
9633
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
625 2009-09-11 Jaroslav Hajek <highegg@gmail.com> |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
626 |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
627 * optimization/fminunc.m: Simplify damped BFGS calculation. |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
628 |
9632
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
629 2009-09-09 Tatsuro Matsuoka <tmacchant@yahoo.co.jp> |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
630 |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
631 * plot/gnuplot_drawnow.m: Avoid flickering windows by avoding |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
632 'set multiplot' / 'unset multiplot' for gnuplot's windows and |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
633 wxt terminals. |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
634 |
9631
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
635 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
636 |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
637 * optimization/__dogleg__.m: Revert to revision 22c8272af34b. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
638 * optimization/__doglegm__.m: New source. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
639 * optimization/fminunc.m: Use it. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
640 |
9630 | 641 2009-09-08 John W. Eaton <jwe@octave.org> |
642 | |
643 * io/dlmwrite.m: Fix typo. | |
644 | |
9628
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
645 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
646 |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
647 * optimization/fsolve.m: Change initial TR step strategy. |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
648 * optimization/fminunc.m: Change initial TR step strategy. |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
649 |
9627
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
650 2009-09-08 Jaroslav Hajek <highegg@gmail.com> |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
651 |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
652 * optimization/fminunc.m: Correct extra output params handling. |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
653 |
9623
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
654 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
655 |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
656 * optimization/fsolve.m: Update initial factor. |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
657 * optimization/fminunc.m: Update initial factor. |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
658 |
9622 | 659 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
660 | |
661 * general/arrayfun.m: Fix test. | |
662 | |
9618
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
663 2009-09-05 John W. Eaton <jwe@octave.org> |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
664 |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
665 * plot/hold.m: Correctly toggle hold state. Set both figure and |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
666 axes "nextplot" property when turning hold state on. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
667 * plot/ishold.m: Check figure and axes nextplot properties. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
668 Accept axes or figure handle argument. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
669 |
9598
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
670 2009-09-01 Christophe Tournery <christophe.tournery@illusonic.com> |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
671 |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
672 * audio/wavread.m: Rename data_size from obsolete ck_size. |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
673 |
9590
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
674 2009-08-31 David Bateman <dbateman@free.fr> |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
675 |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
676 * general/quadgk.m: More care with the interval length and |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
677 convergence of contour integrals. |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
678 |
9586
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
679 2009-08-29 John W. Eaton <jwe@octave.org> |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
680 |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
681 * time/datestr.m: Add missing semicolon. |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
682 |
9576 | 683 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
684 | |
685 * general/int2str.m: Convert to double before calling log10. | |
686 | |
9574
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
687 2009-08-26 E. Joshua Rigler <relgire@gmail.com> |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
688 |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
689 * time/datestr.m: Set tm.isdst to -1 before calling mktime. |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
690 |
9561
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
691 2009-08-25 John W. Eaton <jwe@octave.org> |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
692 |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
693 * plot/__gnuplot_open_stream__.m: Save pid in __plot_stream__ property. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
694 * plot/gnuplot_drawnow.m: Wait for gnuplot subprocess when printing. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
695 From Ben Abbott <bpabbott@mac.com>, Rob Mahurin <rob@utk.edu>, and |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
696 Dmitri Sergatskov <dasergatskov@gmail.com>. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
697 |
9554
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
698 2009-08-22 David Bateman <dbateman@free.fr> |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
699 |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
700 * plot/__add_datasource__.m: Correct test for "datasource" argument |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
701 * plot/__countour__.m: Add edgecolor properties and make it an alias |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
702 for linecolor with the value "auto" being "flat" for the edgecolor. |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
703 |
9535
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
704 2009-08-17 John W. Eaton <jwe@octave.org> |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
705 |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
706 * help/print_usage.m: Make it work again if an argument is given. |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
707 |
9530
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
708 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
709 |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
710 * help/print_usage: Allow calling from methods. |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
711 |
9513
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
712 2009-08-11 Jaroslav Hajek <highegg@gmail.com> |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
713 |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
714 * general/diff.m: Remove. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
715 * general/Makefile.in: Update. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
716 |
9510
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
717 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
718 |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
719 * general/flipdim.m: Fix omitted check. |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
720 |
9508 | 721 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
722 | |
723 * general/flipdim.m: Simplify. | |
724 | |
9504
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
725 2009-08-07 Olli Saarela <olli.saarela@gmail.com> |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
726 |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
727 * plot/__gnuplot_ginput__.m: If read fails to return data, sleep |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
728 before trying again. |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
729 |
9502
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
730 2009-08-06 John W. Eaton <jwe@octave.org> |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
731 |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
732 * plot/compass.m, plot/feather.m: Simplify argument processing. |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
733 |
9500
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
734 2009-08-06 John W. Eaton <jwe@octave.org> |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
735 |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
736 * statistics/base/std.m: Correctly work along singleton dimension. |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
737 From Christoph Ellenberger <C.Ellenberger@gmx.net>. |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
738 |
9496 | 739 2009-08-06 Jaroslav Hajek <highegg@gmail.com> |
740 | |
741 * geometry/griddata.m: Optimize. | |
742 | |
9501 | 743 2009-08-06 Olaf Till <olaf.till@uni-jena.de> |
9495 | 744 |
745 * geometry/griddata.m: Linearize arrays. | |
746 | |
9967 | 747 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
9498
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
748 |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
749 * set/setxor.m: Added test for cell arrays of strings. |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
750 |
9491
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
751 2009-08-05 Olli Saarela <olli.saarela@gmail.com> |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
752 |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
753 * plot/__gnuplot_get_var__.m: If read fails to return data, sleep |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
754 before trying again. |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
755 |
9967 | 756 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
9481
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
757 |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
758 * set/setxor.m: Support cell arrays of strings. |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
759 |
9479
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
760 2009-08-03 Jaroslav Hajek <highegg@gmail.com> |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
761 |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
762 * general/sub2ind.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
763 * general/ind2sub.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
764 * general/Makefile.in: Update. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
765 |
9501 | 766 2009-08-02 Ben Abbott <bpabbott@mac.com> |
9478
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
767 |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
768 * plot/gnuplot_drawnow.m: Avoid the flickering x11 window seen with |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
769 rapid replots by avoidng setting multiplot mode. This fix only |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
770 functions for a single axes with no image objects. |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
771 * plot/__go_draw_figure__.m: Move 'set multiplot' to gnuplot_drawnow. |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
772 |
9477 | 773 2009-07-31 Jaroslav Hajek <highegg@gmail.com> |
774 | |
775 * general/common_size: Optimize. | |
776 | |
9501 | 777 2009-07-29 Ben Abbott <bpabbott@mac.com> |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
778 |
9472
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
779 * plot/__go_draw_axes__.m: Fix ticklabels specified as 2D character |
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
780 array. |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
781 * plot/__go_draw_axes__.m: Ignore fontnames for the Lua-TikZ terminal. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
782 * plot/gnuplot_drawnow.m: Support the gnuplot terminal Lua-TikZ. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
783 * plot/print.m: Support the gnuplot terminal Lua-TikZ. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
784 |
9467
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
785 2009-07-29 Jaroslav Hajek <highegg@gmail.com> |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
786 |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
787 * plot/gnuplot_binary.m: Fix typo. |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
788 |
9464
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
789 2009-07-27 Jaroslav Hajek <highegg@gmail.com> |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
790 |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
791 * optimization/fzero.m: Use "global" parameter in str2func. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
792 * optimization/fsolve.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
793 * optimization/fminunc.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
794 |
9461
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
795 2009-07-24 John W. Eaton <jwe@octave.org> |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
796 |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
797 * plot/gnuplot_binary.in: Accept arguments in addition to program name. |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
798 * plot/__gnuplot_open_stream__.m: Pass additional args to gnuplot. |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
799 |
9501 | 800 2009-07-23 Ben Abbott <bpabbott@mac.com> |
9457
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
801 |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
802 * plot/legend.m: Add an hggroup demo using bar(). Include clf() |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
803 in each demo. |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
804 |
9451 | 805 2009-07-23 John W. Eaton <jwe@octave.org> |
806 | |
9456 | 807 * image/imread.m: Fix test. |
808 | |
9451 | 809 * plot/legend.m: Process arguments in order, child objects in |
810 reverse. Remove special case for single label. New demos. | |
811 | |
9448
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
812 2009-07-23 Thorsten Meyer <thorsten.meyier@gmx.de> |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
813 |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
814 * testfun/assert.m: Fix string comparison bug. |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
815 |
9447
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
816 2009-07-20 Jaroslav Hajek <highegg@gmail.com> |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
817 |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
818 * testfun/assert.m: Use less strict checking for exact matches. |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
819 |
9438
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
820 2009-07-17 John W. Eaton <jwe@octave.org> |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
821 |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
822 * plot/__go_draw_axes__.m: Use "layer" property to decide whether |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
823 to send "set border front" or "set border layerdefault" to plot |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
824 stream. Don't send "set border front" to plot stream for image data. |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
825 |
9501 | 826 2009-07-15 Robert T. Short <octave@phaselockedsystems.com> |
9433
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
827 |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
828 * polynomial/conv.m: Fix Matlab incompatibility. New tests. |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
829 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
830 2009-07-09 John W. Eaton <jwe@octave.org> |
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
831 |
9427
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
832 * plot/axis.m: Return 4-element vector for 2-d view. |
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
833 From David Woodburn <david.woodburn@gmail.com>. |
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
834 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
835 * sparse/nonzeros.m: Always return a column vector. New tests. |
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
836 |
9501 | 837 2009-06-25 Ben Abbott <bpabbott@mac.com> |
9398
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
838 |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
839 * plot/gnuplot_drawnow.m: Apply feature 'wxt_has_size'. |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
840 * plot/__gnuplot_has_feature__.m: Add feature 'wxt_has_size' for |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
841 gnuplot >= 4.3.0. |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
842 |
9501 | 843 2009-06-24 Ben Abbott <bpabbott@mac.com> |
9393
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
844 |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
845 * plot/__go_draw_figure__.m: Modify the implicit margin when gnuplot's |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
846 output is landscape. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
847 * plot/gnuplot_drawnow.m: Simplify handling of the figure's paper |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
848 properties, and rely upon listeners for units conversion. Minor code |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
849 improvements. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
850 * plot/print.m: Reimplement -landscape and -portrait to modify the |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
851 properties papersize and paperposition. Produce compatible results |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
852 when paperpositionmode=='auto'. Simplfy units conversion and |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
853 restoration of initial figure properties. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
854 |
9388
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
855 2009-06-24 Marco Caliari <marco.caliari@univr.it> |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
856 |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
857 * general/repmat.m: Call kron, not spkron. |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
858 |
9385
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
859 2009-06-24 Alexander Mamonov <mamonov@gmail.com> |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
860 |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
861 * plot/plot3.m: Correctly compute offsets for property/value pairs. |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
862 |
9382
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
863 2009-06-23 Alexander Mamonov <mamonov@gmail.com> |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
864 |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
865 * image/imread.m: New test. |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
866 |
9501 | 867 2009-06-22 Ben Abbott <bpabbott@mac.com> |
9374
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
868 |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
869 * plot/grid.m: Add missing semi-colon. Allow grid to be toggled |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
870 on/off for each axis independently. Gnuplot requires that minor |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
871 ticks accompany minor ticks. Add demo. |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
872 * plot/__go_draw_axes__.m: For {x,y,z}scale == 'log' use 10 minor |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
873 ticks. |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
874 |
9371
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
875 2009-06-22 John W. Eaton <jwe@octave.org> |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
876 |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
877 * statistics/base/var.m: Return zero for scalar case. Handle |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
878 empty arguments in a Matlab compatible way. New tests. |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
879 |
9364 | 880 2009-06-19 Jaroslav Hajek <highegg@gmail.com> |
881 | |
882 * set/ismember.m: Properly handle NaNs. Fix test. | |
883 | |
9501 | 884 2009-06-18 Ben Abbott <bpabbott@mac.com> |
9361
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
885 |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
886 * plot/__go_draw_axes__.m: Change the default x11 fontspec from '*,0' |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
887 to ',0' to avoid delays searching the fontpath for a font named '*'. |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
888 |
9501 | 889 2009-06-18 Daniel Gualberto <daniel@alacer.com.br> |
9360
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
890 |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
891 * polynomial/mpoles.m: Fix infinite loop for a multiplicity of |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
892 poles at zero. Test added. |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
893 |
9501 | 894 2009-06-17 Bertrand Roessli <bertrand.roessli@psi.ch> |
9357
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
895 |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
896 * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots, |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
897 add demo. |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
898 |
9501 | 899 2009-06-15 Ben Abbott <bpabbott@mac.com> |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
900 |
9354
52bde0edd23a
quiver.m: Add 'clf' to demos.
Ben Abbott <bpabbott@mac.com>
parents:
9353
diff
changeset
|
901 * plot/quiver.m: Add 'clf' to demos. |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
902 * plot/plotyy.m: Consider dataaspectratiomode before changing |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
903 dataaspectratio. |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
904 |
9501 | 905 2009-06-14 Ben Abbott <bpabbott@mac.com> |
9349
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
906 |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
907 * plot/plotyy.m: Fix compatibility with subplot, add listeners for |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
908 dataaspectratio, and add a demo. |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
909 |
9501 | 910 2009-06-14 Eric Chassande-Mottin <echassandemottin@gmail.com> |
9346
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
911 |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
912 * plot/plotyy.m: Correct behavior when there is no currentfigure. |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
913 |
9345 | 914 2009-06-14 Jaroslav Hajek <highegg@gmail.com> |
915 | |
916 * set/ismember.m: Reimplement using lookup & unique. | |
917 | |
9501 | 918 2009-06-11 Ben Abbott <bpabbott@mac.com> |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
919 |
9337
878df7c11e3d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
9334
diff
changeset
|
920 * plot/print.m: Fix logic associated with 'have_ghostscript'. |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
921 * plot/gnuplot_drawnow.m: Add support for pdfcairo and pngcairo |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
922 terminals. Minor code improvements. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
923 * plot/print.m: Associate '-mono' with devices ps, ps2, eps, & eps2. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
924 Have '-mono' render all objects in monochrome. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
925 For pdf or png output, favor gnuplot's cairo terminals. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
926 |
9501 | 927 2009-06-10 Marco Caliari <marco.caliari@univr.it> |
9328
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
928 |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
929 * plot/hold.m: Add demo including a hggroup. |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
930 * plot/__go_draw_axes__.m: Fix order when pushing group children onto |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
931 the axes kid list. |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
932 * general/quadgk.m: Better waypoint transform. |
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
933 |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
934 2009-06-09 David Bateman <dbateman@free.fr> |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
935 |
9967 | 936 * general/quadgk.m: Add test case and fixed doubly infinite |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
937 waypoint transform for x = 0 case. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
938 |
9501 | 939 2009-06-09 Marco Caliari <marco.caliari@univr.it> |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
940 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
941 * general/quadgk.m: Fix doubly infinite transformation to the finite |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
942 interval. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
943 |
9501 | 944 2009-06-08 Ben Abbott <bpabbott@mac.com> |
9317
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
945 |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
946 * plot/axis.m: Fix bug for 'axis tight' with multiple lines, modify |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
947 demo. |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
948 |
9313 | 949 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
950 | |
951 * testfun/assert.m: Fix texinfo bug. | |
952 | |
9501 | 953 2009-06-04 Ben Abbott <bpabbott@mac.com> |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
954 |
9967 | 955 * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to |
9302
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
956 strcmp(scale,'log'). |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
957 * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'. |
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
958 |
9501 | 959 2009-06-03 Ben Abbott <bpabbott@mac.com> |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
960 |
9297
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
961 * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'. |
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
962 Add additional demos which illustrate problems with the present |
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
963 implementation. |
9967 | 964 * plot/__gnuplot_has_feature__.m: Change version for |
9296
b41a7b2bd6fc
__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents:
9295
diff
changeset
|
965 "x11_figure_position" from ">=4.3.0" to ">=4.2.5". |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
966 * plot/__scatter__.m: If the color spec is empty, set using |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
967 __next_line_color__. |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
968 * plot/scatter3.m: Add demos. |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
969 |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
970 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
971 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
972 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
973 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
974 2009-06-02 Rafael Laboissiere <rafael@debian.org> |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
975 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
976 * help/doc.m: In test, look also for the gzipped version of the |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
977 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
978 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
979 2009-05-29 John W. Eaton <jwe@octave.org> |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
980 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
981 * plot/__gnuplot_get_var__.m: Insert missing semicolon. |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
982 |
9501 | 983 2009-05-28 Ben Abbott <bpabbott@mac.com> |
9281
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
984 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
985 * plot/__go_draw_axes__.m: Set x2range when xaxislocation=='top' and set |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
986 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
987 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
988 * plot/__go_draw_figure__.m: Change 'autoscale fix' to 'autoscale keepfix'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
989 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
990 |
9501 | 991 2009-05-28 Ben Abbott <bpabbott@mac.com> |
9280
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
992 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
993 * plot/__go_draw_axes__.m: Add support for ticklabel separator '|'. |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
994 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
995 2009-05-28 Jaroslav Hajek <highegg@gmail.com> |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
996 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
997 * sparse/bicgstab.m: Improve preconditioning; avoid explicit inverse. |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
998 * sparse/cgs.m: Improve preconditioning; avoid explicit inverse. |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
999 |
9278 | 1000 2009-05-28 Radek Salac <salac.r@gmail.com> |
1001 | |
1002 * sparse/bicgstab.m: New output when calling without arguments. | |
1003 Time optimization - remove certain checks linked to preconditioner which | |
1004 are unacceptably slow. | |
1005 * sparse/cgs.m: New output when calling without arguments. | |
1006 Time optimization - remove certain checks linked to preconditioner which | |
1007 are unacceptably slow. Rename internal variable to match bicgstab. | |
1008 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1009 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1010 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1011 * plot/axis.m: Update documentation to reflect addition of "tight" option. |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1012 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1013 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1014 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1015 * ismember.m: Update examples to remove incorrect reference to residue function |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1016 |
9273 | 1017 2009-05-27 John W. Eaton <jwe@octave.org> |
1018 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
1019 * image/imwrite.m: Convert indexed images to RGB before calling |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
1020 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
1021 |
9273 | 1022 * image/imshow.m: In demo, convert image to rgb before scaling |
1023 components. Use imread instead of loadimage. | |
1024 | |
9501 | 1025 2009-05-26 Ben Abbott <bpabbott@mac.com> |
9272
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
1026 |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
1027 * plot/__go_draw_axes__.m: Fix rendering of overlaping images and |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
1028 line objects. Add demos as well. |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
1029 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1030 2009-05-27 S�ren Hauberg <hauberg@gmail.com> |
9271
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
1031 |
9967 | 1032 * geometry/delaunay.m: Support cellstr's as options. |
9271
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
1033 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
1034 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
1035 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
1036 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
1037 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1038 2009-05-26 S�ren Hauberg <hauberg@gmail.com> |
9263
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
1039 |
9967 | 1040 * help/__makeinfo__.m: Support several @seealso's in one text. |
9263
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
1041 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
1042 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
1043 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
1044 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
1045 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
1046 2009-05-26 Carlo de Falco <kingcrimson@tiscali.it> |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
1047 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
1048 * pkg/pkg.m: Add "version" field to the structure returned by "pkg |
9967 | 1049 describe". |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
1050 |
9501 | 1051 2009-05-25 Ben Abbott <bpabbott@mac.com> |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
1052 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
1053 * plot/__go_draw_axes__.m: Properly render TeX symbols for x11, when |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
1054 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
1055 |
9501 | 1056 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1057 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1058 * plot/gnuplot_drawnow.m: single-quote output name to allow backslash |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1059 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1060 * plot/print.m: Support ps->pdf using ghostscript under windows, check |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1061 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1062 |
9501 | 1063 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
1064 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
1065 * plot/__gnuplot_version__.m: quote gnuplot_binary to allow spaces |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
1066 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
1067 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1068 2009-05-22 John W. Eaton <jwe@octave.org> |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1069 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1070 * general/interp3.m: Don't require interpolation grid to have same |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1071 size as data. From Kris Thielemans <kris.thielemans@imperial.ac.uk>. |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1072 |
9220
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1073 2009-05-19 Carlo de Falco <kingcrimson@tiscali.it> |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1074 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1075 * pkg/pkg.m: Fix a bug when quering only one non installed package |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1076 with "pkg describe". |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1077 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1078 2009-05-14 Jaroslav Hajek <highegg@gmail.com> |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1079 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1080 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1081 * optimization/fsolve.m: Support central differences. Add FinDiffType |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1082 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1083 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1084 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
1085 2009-05-17 Rik Wehbring <rdrider0-list@yahoo.com> |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
1086 |
9967 | 1087 * *.m: Simplify Texinfo documentation in .m scripts by removing |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
1088 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
1089 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1090 2009-05-17 Jaroslav Hajek <highegg@gmail.com> |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1091 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1092 * optimization/fminunc.m: Improve TR updating strategy. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1093 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1094 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1095 2009-05-15 John W. Eaton <jwe@octave.org> |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1096 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1097 * general/nargchk.m: Don't generate error if output is struct. |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1098 Uncomment some additional tests. |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1099 From Alois Schloegl <alois.schloegl@tugraz.at> |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1100 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1101 2009-05-14 Jaroslav Hajek <highegg@gmail.com> |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1102 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1103 * optimization/fminunc.m: Import the step adaptation strategy |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1104 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1105 |
9501 | 1106 2009-05-08 Ben Abbott <bpabbott@mac.com> |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
1107 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
1108 * plot/__gnuplot_has_feature__.m: Add feature "key_has_font_properties". |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
1109 * plot/__go_draw_axes__.m: Have legend inherit the axis font-name/size. |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
1110 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1111 2009-05-04 Peter O'Gorman <pogma@thewrittenword.com> |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1112 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1113 * miscellaneous/tar.m, miscellaneous/unpack.m: |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1114 Pass "xvf" to tar instead of "-x -v -f". |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1115 |
9501 | 1116 2009-04-30 Ben Abbott <bpabbott@mac.com> |
9162
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
1117 |
9967 | 1118 * plot/__gnuplot_has_feature__.m: Change version for |
9162
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
1119 "x11_figure_position", >4.2.4 to >=4.3.0. |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
1120 |
9501 | 1121 2009-04-30 Ben Abbott <bpabbott@mac.com> |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
1122 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
1123 * plot/gnuplot_drawnow.m: For figure position, treat 'wxt' as 'x11'. |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
1124 |
9160 | 1125 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
1126 | |
1127 * statistics/base/range.m: Fix behavior when dim is specified. | |
1128 | |
9501 | 1129 2009-04-28 Ben Abbott <bpabbott@mac.com> |
9157
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1130 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1131 * plot/print.m: Fix typo: 'gswin23c' -> 'gswin32c'. Suppress stderr |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1132 when printing. New sub-function: fix_eps_bbox(). Add option, "-tight", |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1133 to replace the gnuplot bbox with a tight bbox for eps-files. |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1134 |
9501 | 1135 2009-04-23 Ben Abbott <bpabbott@mac.com> |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1136 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1137 * plot/print.m: Use Ghostscript rather than ImageMagick's 'convert'. |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1138 Support printing to non-postscript printers. Do not change the output |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1139 filename when using Ghostscript. When using lpr to print the output, |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1140 send it without filtering (unix), or as if it were binary (pc). |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1141 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1142 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1143 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1144 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1145 |
9140 | 1146 2009-04-20 John W. Eaton <jwe@octave.org> |
1147 | |
1148 * special-matrix/vander.m: Update tests. | |
1149 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1150 2009-04-20 Jaroslav Hajek <highegg@gmail.com> |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1151 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1152 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
1153 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1154 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1155 2009-04-17 Rik <rdrider0-list@yahoo.com> |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1156 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1157 * plot/__marching_cube__.m: Correct help Texinfo so manual will compile |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1158 |
9501 | 1159 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1160 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1161 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1162 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1163 2009-04-14 Thomas Treichl <Thomas.Treichl@gmx.net> |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1164 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1165 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1166 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1167 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1168 2009-04-14 David Bateman <dbateman@free.fr> |
9118
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
1169 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
1170 * plot/__patch__.m: Set default facecolor to [0,1,0]. |
9967 | 1171 |
9501 | 1172 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com> |
1173 | |
1174 * special-matrix/hadamard.m: Fix a documentation mistake. | |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
1175 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1176 2009-04-14 Jaroslav Hajek <highegg@gmail.com> |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1177 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1178 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1179 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1180 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1181 |
9501 | 1182 2009-04-12 Ben Abbott <bpabbott@mac.com> |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1183 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1184 * plot/__gnuplot_open_stream__.m: New function. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1185 * plot/__gnuplot_get_var__.m: If not open, open the gnuplot plot stream. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1186 * plot/gnuplot_drawnow.m: Replace internal function open_gnuplot_stream |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1187 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1188 |
9110
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1189 2009-04-11 David Bateman <dbateman@free.fr> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1190 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1191 * geometry/trisurf.m: New file. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1192 * geometry/Makefile.in (SOURCES): Add it here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1193 * geometry/trimesh.m: Convert to using 3D patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1194 * plot/__go_draw_axes__.m: Allow 3D filled triangular patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1195 * plot/__patch__.m: Rewrite to allow update of dependent variables |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1196 with listener functions amongst themselves. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1197 * plot/patch.m: Add 3D demo. Update the documentation. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1198 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1199 2009-04-11 Martin Helm <martinh@sirius.mhelm.de> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1200 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1201 * plot/__interp_cube__.m, plot/__marching_cube__.m, isocolors.m, |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1202 isonnormals.m, isosurface.m: New files. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1203 * plot/Makefile.in (SOURCES): Add them here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1204 |
9108 | 1205 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
1206 | |
1207 * set/intersect.m: Add missing branch. | |
1208 | |
9501 | 1209 2009-04-10 Ben Abbott <bpabbott@mac.com> |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1210 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1211 * plot/print.m: If no pdf support in gnuplot, then "convert" from |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1212 postscript to pdf. For gnuplot 4.2.x use "convert", if it is present, |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1213 to produce pdf output. Only render a full page for ps/pdf output. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1214 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1215 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1216 * plot/gnuplot_drawnow.m: Place canvas size at the end of the terminal |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1217 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1218 * plot/__gnuplot_get_var__.m: If fifo fails to open, try 2nd time. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1219 |
9104 | 1220 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
1221 | |
1222 * special-matrix/vander.m: Optimize. | |
1223 | |
9501 | 1224 2009-04-07 Ben Abbott <bpabbott@mac.com> |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
1225 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
1226 * plot/Makefile.in: Remove __gnuplot_default_font__.m from SOURCES. |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
1227 |
9501 | 1228 2009-04-06 Ben Abbott <bpabbott@mac.com> |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1229 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
1230 * plot/__gnuplot_get_var__.m: Correct misleading error messages, and |
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
1231 remove dangling/commented code. |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1232 * plot/__gnuplot_default_font__.m: Remove file from archive. |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1233 * plot/__go_draw_axes__.m, plot/__go_draw_figure__.m: Allow |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1234 fontsize to be specified for all terminals with fontname == "*". |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1235 |
9501 | 1236 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1237 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1238 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1239 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1240 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1241 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1242 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1243 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1244 |
9093 | 1245 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
1246 | |
1247 * linear-algebra/vech.m: Optimize. | |
1248 | |
9092 | 1249 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
1250 | |
1251 * special-matrix/toeplitz.m: Optimize. | |
1252 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1253 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1254 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1255 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1256 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1257 2009-04-03 Jaroslav Hajek <highegg@gmail.com> |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1258 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1259 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1260 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1261 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1262 |
9501 | 1263 2009-04-02 Ben Abbott <bpabbott@mac.com> |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1264 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1265 * plot/__go_draw_axes__.m: Include gnuplot command termination when |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1266 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1267 |
9501 | 1268 2009-04-02 Ben Abbott <bpabbott@mac.com> |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
1269 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
1270 * plot/__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x. |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
1271 |
9075 | 1272 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
1273 | |
1274 * optimization/fsolve.m: Fix test. | |
1275 | |
9501 | 1276 2009-03-30 Ben Abbott <bpabbott@mac.com> |
9063
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1277 |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1278 * plot/__go_draw_axes__.m: New subfunction create_fontspec(). Allow |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1279 fontsize to be specified when the fontname is anonymous. |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1280 |
9501 | 1281 2009-03-30 Ben Abbott <bpabbott@mac.com> |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1282 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1283 * plot/__gnuplot_default_font__.m: New function: determine gnuplot's |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1284 terminal dependent default font. |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1285 * plot/__go_draw_figure__.m: Substitute gnuplot default font when |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1286 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1287 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1288 2009-03-29 John W. Eaton <jwe@octave.org> |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1289 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1290 * testfun/Makefile.in (SOURCES): Add rundemos.m to the list. |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1291 |
9501 | 1292 2009-03-29 Ben Abbott <bpabbott@mac.com> |
9056
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1293 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1294 * plot/print.m: For eps output the bounding box should represent the |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1295 figure's position. |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1296 |
9501 | 1297 2009-03-28 Ben Abbott <bpabbott@mac.com> |
9055
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1298 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1299 * plot/gnuplot_drawnow.m: Always set figure property "__plot_stream__" |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1300 to the active gnuplot steam. Permits __gnuplot_get_var__ to return to |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1301 proper result for all gnuplot streams. |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1302 |
9501 | 1303 2009-03-27 Ben Abbott <bpabbott@mac.com> |
9050
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1304 |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1305 * plot/__go_draw_axes__.m: Properly position the title for 3D plots |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1306 when using the gnuplot (v4.3+) backend. |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1307 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1308 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1309 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1310 * linear-algebra/expm.m: Fix order of outputs from balance. |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1311 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1312 2009-03-25 Kai Habel <kai.habel@gmx.de> |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1313 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1314 * general/gradient.m: Fix calculation for more than two |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1315 dimensions. Change interpretation of vector arguments from |
9016 | 1316 spacing to coordinates. New tests. |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1317 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1318 2009-03-25 John W. Eaton <jwe@octave.org> |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1319 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1320 * mkdoc: Pass full file name to gethelp. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1321 * gethelp.cc (main): Handle second argument. Write comment with |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1322 full file name to output. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1323 |
9501 | 1324 2009-03-24 Ben Abbott <bpabbott@mac.com> |
9011
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1325 |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1326 * plot/gnuplot_drawnow.m: When printing, pass scalar plot_stream |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1327 to __gnuplot_draw_figure__, and close all plot streams when done. |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1328 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1329 2009-03-24 John W. Eaton <jwe@octave.org> |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1330 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1331 * general/isa.m: Handle parent classes. |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1332 |
9501 | 1333 2009-03-23 Ben Abbott <bpabbott@mac.com> |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1334 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1335 * plot/gnuplot_drawnow.m: Check that gnuplot has internal variable |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1336 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1337 * plot/__gnuplot_has_feature__.m: Add "variable_GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1338 |
9501 | 1339 2009-03-21 Ben Abbott <bpabbott@mac.com> |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
1340 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
1341 * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported. |
9001
b3268a0458f2
__gnuplot_get_var__.m: Add function to get gnuplot variables.
Ben Abbott <bpabbott@mac.com>
parents:
9000
diff
changeset
|
1342 * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables. |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
1343 * plot/print.m: Restore the behavior for option -S<num>,<num>. |
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
1344 |
9501 | 1345 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1346 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1347 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1348 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1349 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1350 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1351 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1352 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1353 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1354 FD jacobians. Document how it can be done with user jacobians. Make |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1355 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1356 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1357 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1358 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
1359 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1360 |
8980 | 1361 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
1362 | |
1363 * statistics/base/var.m: a -> x. | |
1364 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1365 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1366 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1367 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1368 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1369 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1370 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1371 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1372 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1373 |
8970 | 1374 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
1375 | |
1376 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
1377 products. | |
1378 | |
8953
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1379 2009-03-11 Ben Abbott <bpabbott@mac.com> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1380 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1381 * plot/__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1382 each axis. Set ticklabels when the ticklabels are empty and when |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1383 ticklabelmode=="manual". |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1384 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1385 2009-03-11 Marco Caliari <marco.caliari@univr.it> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1386 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1387 * plot/axis.m: Implement "square" and "equal" options, conditional |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1388 on how octave positions gnuplot axes. Place the "title()" and |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1389 "axis()" commands after "plot()" in the demos. |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1390 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1391 2009-03-09 Ben Abbott <bpabbott@mac.com> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1392 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1393 * plot/__go_draw_axes__.m (do_tics): Fix typo (xaxislocation -> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1394 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1395 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
1396 2009-03-09 John W. Eaton <jwe@octave.org> |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
1397 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
1398 * help/lookfor.m (search_cache): Also match function names. |
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
1399 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
1400 * pkg/pkg.m, help/gen_doc_cache.m, help/lookfor.m: |
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
1401 Use doc-cache instead of DOC for doc cache file. |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
1402 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1403 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1404 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1405 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1406 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
1407 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1408 |
9501 | 1409 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1410 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1411 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1412 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1413 2009-03-06 Ben Abbott <bpabbott@mac.com> |
8915
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1414 |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1415 * plot/__go_draw_axes__.m: Preserve the order of axes' children |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1416 when pruning the handles for the {x,y,z}labels and title. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1417 * plot/legend.m: Change demo to add colors to lines. This change |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1418 reveals the problem (above) with the ordering of the axes' children. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1419 |
8912 | 1420 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
1421 | |
1422 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
1423 for tests. | |
1424 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1425 2009-03-05 John W. Eaton <jwe@octave.org> |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1426 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1427 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1428 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1429 2009-03-05 Ben Abbott <bpabbott@mac.com> |
8909
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
1430 |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
1431 * plot/__go_draw_axes__.m: Preserve column vector orientation for |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
1432 the axes children while removing the axis label & title handles. |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
1433 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1434 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1435 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1436 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1437 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1438 2009-03-03 Ben Abbott <bpabbott@mac.com> |
8901
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
1439 |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
1440 * plot/gnuplot_drawnow.m: Fix unintended shift of plot image for |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
1441 the gnuplot postscript+eps terminal. |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
1442 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1443 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1444 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1445 * pkg/pkg.m (fix_depends): Fix & simplify splitting the string. |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1446 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1447 2009-03-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1448 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1449 * set/complement.m, set/union.m: Remove reference to deprecated |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1450 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1451 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1452 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8894
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
1453 |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
1454 * plot/__go_draw_axes__.m: Do not render axis labels twice when |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
1455 their handles are visible, but do render objects with hidden |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
1456 handles. |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
1457 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1458 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8893
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
1459 |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
1460 * general/num2str.m: Trivial bug fix. Recent switch from split() |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
1461 to strsplit() produced cells rather than character data. |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
1462 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1463 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8892
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
1464 |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
1465 * plot/colorbar.m: Bug fix. Allow hidden colorbars to be deleted, |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
1466 and replace existing colorbar when a new one is created. Additional |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
1467 demos are included to verify these behaviors. |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
1468 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1469 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8890
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
1470 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
1471 * plot/__actual_axis_position__.m: Include file missed in prior |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
1472 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
1473 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1474 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8889
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1475 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1476 * plot/print.m, plot/gnuplot_drawnow.m: Add compatible support for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1477 specificying resolution of bitmap terminals, "-r<num>". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1478 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1479 * plot/gnuplot_drawnow.m: Check that canvas size is only specified |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1480 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1481 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1482 * plot/gnuplot_drawnow.m, plot/__go_draw_figure__.m: Support papersize, |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1483 paperposition properties. Accommodate gnuplot's implicit margins for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1484 postscript terminals. Remove internal function get_canvassize(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1485 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1486 * plot/gnuplot_drawnow.m: |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1487 Terminate gnuplot "set term ..." with semicolon. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1488 Specify vector terminals sizes in floating point. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1489 Rename internal function isbackend() to output_to_screen(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1490 Rename internal function gnuplot_term() to gnuplot_default_term(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1491 Rename internal function isbitmap() to term_units_are_pixels(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1492 Minor changes for coding conventions. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1493 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1494 * plot/__actual_axis_position__.m, Makefile.in: New function to |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1495 determine position of rendered axes, including the effect of the |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1496 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1497 * plot/__gnuplot_has_feature__.m: Add new feature |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1498 "screen_coordinates_for_{lrtb}margin". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1499 * plot/__go_draw_axes__.m, plot/colorbar.m: Enable axes to be positioned |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1500 using {lrtb}margins. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1501 * plot/colorbar.m: Add to, and modify, demos. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1502 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1503 * plot/print.m: Remove non-functional/commented code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1504 * plot/__go_draw_figure__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1505 * plot/__gnuplot_has_feature__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1506 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1507 * plot/quiver3.m: Add "clf" and "colormap(jet(64))" to demo. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
1508 |
8884 | 1509 2009-02-27 John W. Eaton <jwe@octave.org> |
1510 | |
8887 | 1511 * set/complement.m: Call unique, not create_set. |
1512 * set/unique.m: Style fix for docstring. | |
1513 * deprecated/create_set.m: Move here from set/create_set.m. | |
1514 Always return a row vector, as documented. | |
8888
0c7b0049c023
mark create_set as deprecated in 3.2, not 3.0
John W. Eaton <jwe@octave.org>
parents:
8887
diff
changeset
|
1515 |
8887 | 1516 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
1517 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
1518 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
1519 * general/num2str.m: Call strsplit instead of split. |
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
1520 |
8884 | 1521 * strings/strsplit.m: Style fixes. |
1522 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
1523 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
1524 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
1525 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
1526 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
1527 2009-02-26 John W. Eaton <jwe@octave.org> |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
1528 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
1529 * deprecated/split.m: Add warning, not about version. |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
1530 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1531 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1532 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1533 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1534 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1535 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1536 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1537 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1538 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1539 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1540 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1541 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1542 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1543 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1544 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1545 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1546 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1547 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1548 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1549 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
1550 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1551 2009-02-25 John W. Eaton <jwe@octave.org> |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1552 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1553 * Makefile.in (distclean maintainer-clean): Remove tags and TAGS |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1554 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1555 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1556 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1557 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1558 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1559 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
1560 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1561 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1562 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
1563 * plot/pie.m: Use numel to check sizes of X and LABELS instead of |
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
1564 using size_equal. From Andy Buckle <andybuckle@gmail.com>. |
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
1565 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1566 * help/lookfor.m: Split original path into cell array and compare |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1567 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1568 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
1569 |
8861 | 1570 2009-02-24 John W. Eaton <jwe@octave.org> |
1571 | |
1572 * help/gen_doc_cache.m: Don't compress output file. By default, | |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1573 write to DOC, not DOC.gz. Don't save empty cache. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1574 |
8861 | 1575 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
1576 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
1577 2009-02-24 Jason Riedy <jason@acm.org> |
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
1578 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1579 * pkg/pkg.m (generate_lookfor_cache): Generate a DOC file for each |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1580 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
1581 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
1582 * help/gen_doc_cache.m: Call __makeinfo__, not makeinfo. |
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
1583 |
8857 | 1584 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
1585 | |
1586 * optimization/fsolve.m: Update niter after each iteration, not just | |
1587 a succesful one. | |
1588 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1589 2009-02-08 Thorsten Meyer <thorsten.meyier@gmx.de> |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1590 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1591 * configure.in: AC_SUBST ac_config_files |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1592 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1593 * Makefile.in: Add make targets for configuration files |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1594 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
1595 |
8847 | 1596 2009-02-23 John W. Eaton <jwe@octave.org> |
1597 | |
1598 * plot/fplot.m: Fix nargin check. | |
1599 From Joel Parker <Joel.Parker@radiancetech.com>. | |
1600 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1601 2009-02-20 Steffen Groot <steffen.groot@technolution.eu> |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1602 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1603 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
1604 |
8826 | 1605 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
1606 | |
1607 * linear-algebra/dmult.m: Remove. | |
1608 * linear-algebra/Makefile.in: Update. | |
1609 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
1610 * deprecated/Makefile.in: Update. | |
1611 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
1612 by diagonal matrices. | |
1613 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1614 2009-02-19 Ben Abbott <bpabbott@mac.com> |
8813
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
1615 |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
1616 * plot/gnuplot_drawnow.m: Only send figure position info to gnuplot |
9967 | 1617 when the plot stream is first opened. Revert usage of hidden axes |
8813
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
1618 to store prior figure "position" property. |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
1619 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1620 2009-02-19 John W. Eaton <jwe@octave.org> |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1621 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1622 * general/__isequal__.m, general/__splinen__.m, image/__img__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1623 image/__img_via_file__.m, miscellaneous/__xzip__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1624 optimization/__all_opts__.m, optimization/__dogleg__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1625 optimization/__fdjac__.m, path/__extractpath__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1626 plot/__add_datasource__.m, plot/__area__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1627 plot/__axes_limits__.m, plot/__axis_label__.m, plot/__bar__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1628 plot/__bars__.m, plot/__clabel__.m, plot/__contour__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1629 plot/__default_plot_options__.m, plot/__errcomm__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1630 plot/__errplot__.m, plot/__ezplot__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1631 plot/__gnuplot_has_feature__.m, plot/__gnuplot_version__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1632 plot/__go_close_all__.m, plot/__go_draw_axes__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1633 plot/__go_draw_figure__.m, plot/__line__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1634 plot/__next_line_color__.m, plot/__patch__.m, plot/__plr1__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1635 plot/__plr2__.m, plot/__plt1__.m, plot/__plt2__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1636 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1637 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1638 plot/__plt2vv__.m, plot/__plt__.m, plot/__plt_get_axis_arg__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1639 plot/__pltopt1__.m, plot/__pltopt__.m, plot/__quiver__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1640 plot/__scatter__.m, plot/__stem__.m, startup/__finish__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1641 statistics/base/__quantile__.m: Consistent doc strings for |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1642 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
1643 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1644 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1645 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1646 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
1647 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
1648 2009-02-18 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
1649 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
1650 * audio/wavread.m: Improve search for data chunks. |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
1651 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1652 2009-02-18 Ivan Sutoris <ivan.sutoris@gmail.com> |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1653 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1654 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
1655 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1656 2009-02-18 John W. Eaton <jwe@octave.org> |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1657 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1658 * plot/__gnuplot_version__.m: Don't use regexp to extract version |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1659 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
1660 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1661 2009-02-18 John W. Eaton <jwe@octave.org> |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1662 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1663 * plot/gnuplot_drawnow.m (gnuplot_set_term): |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1664 Adjust nargin checks for new signature. |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
1665 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1666 2009-02-17 Ben Abbott <bpabbott@mac.com> |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1667 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1668 * plot/contourc.m: Convert demo to test. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1669 * plot/surfnorm.m: Add another demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1670 * plot/surfnorm.m, plot/pareto.m: Add "colormap(jet)" to 1st demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1671 * plot/plotyy.m, plot/patch.m, plot/pareto.m, plot/legend.m, |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1672 plot/fill.m, plot/comet.m, plot/colorbar.m, plot/clabel.m: |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1673 Replace "close all" with "clf" in demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1674 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1675 2009-02-17 Ben Abbott <bpabbott@mac.com> |
8789
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
1676 |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
1677 * plot/gnuplot_drawnow.m: Only close the gnuplot window and send |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
1678 position/size info when the figure's position property has changed. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
1679 (gnuplot_set_term): New arg, NEW_STREAM. Change all uses. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
1680 (open_gnuplot_stream): Delete unused output ENHANCED. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
1681 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1682 2009-02-17 John W. Eaton <jwe@octave.org> |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1683 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1684 * plot/plotyy.m: Handle case of existing figure with no axes. |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
1685 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1686 2009-02-16 John W. Eaton <jwe@octave.org> |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1687 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1688 * help/__makeinfo__.m: Rename from help/makeinfo.m. Delete tmp file. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1689 * help/Makefile.in (SOURCES): Add __makeinfo__.m, delete makeinfo.m. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1690 * help/get_first_help_sentence.m, help/help.m, help/lookfor.m, |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1691 help/print_usage.m: Call __makeinfo__ instead of makeinfo. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1692 * help/__strip_html_tags__.m, help/__additional_help_message__.m: |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1693 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
1694 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1695 2009-02-16 Ben Abbott <bpabbott@mac.com> |
8765
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
1696 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
1697 * plot/shading.m: No new figure windows for the demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
1698 * plot/surfl.m: Clear figure before running demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
1699 |
8757 | 1700 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
1701 | |
1702 * linear-algebra/expm.m: Fix invalid unscaling. | |
8761
1db8033efa17
fix which message for built-in functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8757
diff
changeset
|
1703 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
1704 * optimization/fsolve.m: Update comments. |
8757 | 1705 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1706 2009-02-16 John W. Eaton <jwe@octave.org> |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1707 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1708 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
1709 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1710 2009-02-15 John W. Eaton <jwe@octave.org> |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1711 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1712 * help/doc.m, help/help.m, help/lookfor.m, help/type.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1713 help/which.m, image/colormap.m, miscellaneous/delete.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1714 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1715 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1716 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1717 miscellaneous/run.m, miscellaneous/what.m, path/savepath.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1718 pkg/pkg.m, plot/axis.m, plot/box.m, plot/caxis.m, plot/cla.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1719 plot/close.m, plot/colorbar.m, plot/grid.m, plot/hidden.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1720 plot/hold.m, plot/legend.m, plot/orient.m, plot/print.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1721 plot/shading.m, plot/title.m, plot/xlabel.m, plot/ylabel.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1722 plot/zlabel.m, testfun/demo.m, testfun/example.m, testfun/fail.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1723 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1724 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1725 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1726 * scripts/edit.m: Avoid command-style function call syntax when |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1727 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1728 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1729 * deprecated/mark_as_rawcommand.m, deprecated/unmark_rawcommand.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1730 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1731 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1732 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1733 * deprecated/Makefile.in (SOURCES): Add them to the list. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
1734 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1735 2009-02-15 Ben Abbott <bpabbott@mac.com> |
8744
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1736 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1737 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
1738 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1739 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1740 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1741 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
1742 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1743 2009-02-12 John W. Eaton <jwe@octave.org> |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1744 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1745 * general/sortrows.m: Call __sort_rows_idx__, not __sortrows_idx__. |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
1746 |
8729
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1747 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1748 |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1749 * help/gen_doc_cache.m: Change API so we only handle one directory per |
9967 | 1750 call to this function. |
8729
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
1751 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1752 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1753 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1754 * help/lookfor.m: Adapt to new cache scheme. |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
1755 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1756 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1757 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1758 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1759 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
1760 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1761 2009-02-11 John W. Eaton <jwe@octave.org> |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1762 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1763 * miscellaneous/news.m: Look in octetcdir for NEWS file. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
1764 |
8714 | 1765 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1766 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1767 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1768 Also simplified code and added support for natural extrapolation via |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1769 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
1770 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1771 2009-02-09 John W. Eaton <jwe@octave.org> |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1772 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
1773 * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list. |
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
1774 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1775 * testfun/rundemos.m: Error if fopen fails. |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
1776 |
8698 | 1777 2009-02-08 John W. Eaton <jwe@octave.org> |
1778 | |
1779 * Makefile.in (install install-strip): Don't install ls-R file. | |
1780 (uninstall): Don't uninstall ls-R file. | |
1781 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1782 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1783 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1784 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1785 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
1786 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1787 2009-02-05 John W. Eaton <jwe@octave.org> |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1788 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1789 * miscellaneous/news.m: Use puts instead of printf. |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
1790 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1791 2009-02-05 Thomas D. Dean <tomdean@speakeasy.org> |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1792 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1793 * polynomial/polyout.m: Replace com2str with num2str, and minor |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1794 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
1795 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1796 2009-02-04 John W. Eaton <jwe@octave.org> |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1797 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1798 * help/which.m: Still print something sensible if type is empty. |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
1799 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1800 2009-02-04 Soren Hauberg <hauberg@gmail.com> |
9967 | 1801 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1802 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1803 * miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list. |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
1804 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1805 2009-02-04 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1806 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1807 * signal/freqz.m: Ensure causal phase response. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1808 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
1809 |
8666 | 1810 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
1811 | |
1812 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
1813 instead of "interpolate 4, 4". | |
1814 | |
8664 | 1815 2009-02-04 John W. Eaton <jwe@octave.org> |
1816 | |
1817 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
1818 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
1819 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
1820 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
1821 geometry/voronoi.m, geometry/voronoin.m, | |
1822 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
1823 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
1824 linear-algebra/dmult.m, linear-algebra/dot.m, | |
1825 linear-algebra/expm.m, linear-algebra/housh.m, | |
1826 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
1827 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
1828 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
1829 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
1830 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
1831 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
1832 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
1833 statistics/tests/cor_test.m, | |
1834 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
1835 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
1836 time/addtodate.m: Style fixes. | |
1837 | |
8661 | 1838 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
1839 | |
1840 * optimization/fsolve.m: remove redundant line. | |
1841 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1842 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
9967 | 1843 |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1844 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
1845 |
9501 | 1846 2009-02-02 Rob Mahurin <rob@utk.edu> |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1847 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
1848 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
9967 | 1849 |
8652 | 1850 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
1851 | |
1852 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
1853 mlock to avoid unloading. | |
1854 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1855 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
|
1856 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
1857 * 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
|
1858 * 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
|
1859 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
|
1860 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1861 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1862 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1863 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1864 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1865 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1866 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1867 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
1868 |
8645 | 1869 2009-01-30 Kai Habel <kai.habel@gmx.de> |
1870 | |
1871 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
1872 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
1873 Require gnuplot 4.3 for transparent patches and surfaces. | |
1874 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1875 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
|
1876 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
1877 * 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
|
1878 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
|
1879 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1880 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
|
1881 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1882 * 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
|
1883 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
1884 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
1885 * 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
|
1886 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1887 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
|
1888 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
1889 * 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
|
1890 |
9501 | 1891 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8633 | 1892 |
9967 | 1893 * plot/__go_draw_axes__.m: Add support for transparent patches. |
8633 | 1894 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1895 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 1896 |
1897 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
1898 print sensible error message when function is found but not documented. | |
1899 | |
1900 * help/help.m: Allow displaying 'Contents.m' files. | |
1901 | |
9501 | 1902 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1903 |
9967 | 1904 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1905 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
1906 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1907 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1908 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
1909 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 1910 |
1911 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
1912 feature. | |
1913 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1914 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
|
1915 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1916 * 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
|
1917 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
1918 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1919 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
|
1920 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1921 * 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
|
1922 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
|
1923 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
|
1924 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
1925 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1926 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1927 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1928 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1929 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
1930 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1931 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
|
1932 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
1933 * 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
|
1934 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
|
1935 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
|
1936 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
1937 * 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
|
1938 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1939 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1940 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1941 * 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
|
1942 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
1943 |
8602 | 1944 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
1945 | |
1946 * polynomial/spline.m: Doc fix. | |
1947 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1948 2009-01-27 S�ren Hauberg <hauberg@gmail.com> |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1949 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1950 * 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
|
1951 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
1952 |
8600 | 1953 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
1954 | |
1955 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
1956 square and overdetermined systems. | |
1957 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1958 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
|
1959 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1960 * 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
|
1961 Adjust some defaults. |
8628 | 1962 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
1963 * 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
|
1964 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1965 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
|
1966 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
1967 * 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
|
1968 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1969 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1970 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1971 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
1972 |
8591 | 1973 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1974 | |
1975 * optimization/__fsolve_defopts__.m: Remove. | |
1976 * optimization/Makefile.in: Reflect change. | |
1977 | |
8590 | 1978 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
1979 | |
1980 * optimization/__fdjac__.m: Fix setting up h. | |
1981 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
1982 large enough square and overdetermined systems, with pivoting in the | |
1983 first step. Simplify options. Adjust defaults - make TR radius | |
1984 tolerance less stringent. Support DisplayFcn. | |
1985 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1986 2008-12-24 Ben Abbott <bpabbott@mac.com> |
8586
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1987 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
1988 * 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
|
1989 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
1990 2009-01-24 Ben Abbott <bpabbott@mac.com> |
8585
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1991 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
1992 * 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
|
1993 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1994 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 1995 |
1996 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
1997 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
1998 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
|
1999 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2000 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2001 * 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
|
2002 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2003 * 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
|
2004 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2005 * 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
|
2006 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2007 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2008 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2009 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2010 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2011 * 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
|
2012 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2013 * 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
|
2014 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
|
2015 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
|
2016 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2017 * 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
|
2018 * 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
|
2019 * 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
|
2020 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2021 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
2022 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
|
2023 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
2024 * 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
|
2025 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
2026 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
|
2027 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
2028 * miscellaneous/doc.m: Add test for existence of info file. |
9967 | 2029 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2030 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
|
2031 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
2032 * 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
|
2033 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
|
2034 * 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
|
2035 * 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
|
2036 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
2037 * 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
|
2038 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
|
2039 * 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
|
2040 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2041 * 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
|
2042 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2043 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2044 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2045 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2046 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2047 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2048 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
2049 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
2050 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
2051 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
2052 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
2053 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
|
2054 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
2055 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
2056 * general/prepad.m: Doc fix. |
8544 | 2057 * image/pink.m: Spelling fix. |
2058 * image/hsv.m: Doc fix. | |
2059 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 2060 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
2061 * 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
|
2062 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2063 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
2064 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
2065 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
2066 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
2067 |
9501 | 2068 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
2069 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
2070 * 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
|
2071 |
9501 | 2072 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
2073 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
2074 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
2075 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
2076 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
|
2077 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
2078 * 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
|
2079 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
|
2080 |
8528 | 2081 2008-01-15 Ben Abbott <bpabbott@mac.com> |
2082 | |
2083 * plot/grid.m: Document handle argument. | |
2084 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2085 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk> |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
2086 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
2087 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
2088 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
2089 |
8521 | 2090 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
2091 | |
2092 * gethelp.cc: Include <cstdio>. | |
2093 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
2094 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
|
2095 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
2096 * 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
|
2097 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
|
2098 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2099 2009-01-14 S�ren Hauberg <hauberg@gmail.com> |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2100 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2101 * 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
|
2102 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2103 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
|
2104 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
|
2105 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
|
2106 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
|
2107 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
|
2108 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
|
2109 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
|
2110 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
|
2111 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
|
2112 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
|
2113 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
|
2114 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
|
2115 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
|
2116 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2117 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
2118 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
|
2119 |
9967 | 2120 * linear-algebra/expm.m: |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2121 |
8513 | 2122 * optimization/fsolve.m: Doc fix. |
2123 | |
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
|
2124 * 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
|
2125 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
2126 * 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
|
2127 |
8506 | 2128 2009-01-13 John W. Eaton <jwe@octave.org> |
2129 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
2130 * 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
|
2131 |
8507 | 2132 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
2133 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
2134 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
2135 general/quadgk.m, general/quadv.m, general/repmat.m, | |
2136 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
2137 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
2138 image/imwrite.m, linear-algebra/dmult.m, | |
2139 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
2140 miscellaneous/setfield.m, miscellaneous/what.m, | |
2141 optimization/fsolve.m, optimization/fzero.m, | |
2142 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
2143 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
2144 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
2145 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
2146 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
2147 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
2148 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
2149 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
2150 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
2151 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
2152 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
2153 statistics/base/center.m, statistics/base/quantile.m, | |
2154 statistics/base/ranks.m, statistics/base/std.m, | |
2155 statistics/distributions/hygepdf.m, | |
2156 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
2157 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
2158 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
2159 testfun/speed.m, testfun/test.m: Style fixes. | |
2160 | |
8506 | 2161 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
2162 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
2163 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
2164 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
2165 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
2166 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
2167 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
2168 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
2169 statistics/base/quantile.m, statistics/base/values.m, | |
2170 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
2171 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
2172 time/datestr.m, time/datevec.m: Comment style fixes. | |
2173 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
2174 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
|
2175 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
2176 * 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
|
2177 |
8466 | 2178 2009-01-12 John W. Eaton <jwe@octave.org> |
2179 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
2180 * 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
|
2181 Use strcmpi to compare options. |
8466 | 2182 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2183 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
|
2184 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2185 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2186 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
9967 | 2187 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
2188 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
|
2189 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
2190 * 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
|
2191 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2192 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2193 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2194 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 2195 * miscellaneous/orderfields.m: Ditto. |
2196 * miscellaneous/what.m: Ditto. | |
2197 * pkg/pkg.m: Ditto. | |
2198 * plot/ndgrid.m: Ditto. | |
2199 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2200 |
9501 | 2201 2009-01-09 Kai Habel <kai.habel@gmx.de> |
8451 | 2202 |
9967 | 2203 * plot/surfl.m: New function |
2204 * plot/diffuse.m: Ditto. | |
2205 * plot/specular.m: Ditto. | |
8451 | 2206 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
2207 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
|
2208 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
2209 * 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
|
2210 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
2211 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
|
2212 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
2213 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
9967 | 2214 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2215 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
|
2216 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2217 * 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
|
2218 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
|
2219 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
|
2220 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
|
2221 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
|
2222 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
|
2223 strings/strrep.m, strings/strtok.m, strings/strtrim.m, |
9967 | 2224 strings/strtrunc.m, strings/strvcat.m, strings/substr.m: |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2225 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
|
2226 * 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
|
2227 * 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
|
2228 * scripts/strings/str2double.m: fix nargin check. |
9967 | 2229 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
2230 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
|
2231 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
2232 * 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
|
2233 |
9501 | 2234 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
8438 | 2235 |
2236 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
2237 operation fails. | |
2238 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2239 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
|
2240 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
2241 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
2242 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
2243 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
2244 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
2245 * 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
|
2246 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
2247 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
2248 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2249 * 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
|
2250 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2251 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2252 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
2253 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
2254 * 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
|
2255 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2256 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
2257 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
2258 * 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
|
2259 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2260 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2261 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2262 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2263 |
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
|
2264 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
|
2265 |
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
|
2266 * 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
|
2267 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
|
2268 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2269 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2270 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2271 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2272 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2273 |
8416 | 2274 2008-11-21 Radek Salac <salac.r@gmail.com> |
2275 | |
2276 * sparse/bicgstab.m: New function. | |
2277 * sparse/Makefile.in (SOURCES): Add it here. | |
2278 | |
9501 | 2279 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2280 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2281 * 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
|
2282 (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
|
2283 * 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
|
2284 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2285 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2286 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2287 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2288 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2289 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2290 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2291 2008-12-13 Francesco Potort� <pot@gnu.org> |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
2292 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
2293 * 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
|
2294 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
|
2295 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2296 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2297 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2298 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2299 |
8393 | 2300 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
2301 | |
8394 | 2302 * linear-algebra/expm.m: New source. |
8393 | 2303 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2304 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2305 |
8394 | 2306 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2307 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2308 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2309 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2310 * 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
|
2311 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
2312 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
|
2313 |
9967 | 2314 * strings/lower.m: Remove |
2315 * strings/upper.m: Remove | |
2316 * strings/Makefile.in: Remove lower.m, upper.m | |
2317 | |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
2318 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
|
2319 |
9967 | 2320 * strings/str2mat.m: Make it a simple wrapper around |
2321 char() and move it to scripts/deprecated/str2mat.m, remove | |
2322 obsolete tests, move remaining test to src/strfns.cc (Fchar). | |
2323 * strings/Makefile.in: Remove str2mat.m. | |
2324 * deprecated/Makefile.in: Add str2mat.m. | |
2325 * strings/strvcat.m: Remove reference to str2mat. | |
2326 | |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2327 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2328 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2329 * 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
|
2330 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
2331 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
|
2332 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
2333 * 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
|
2334 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2335 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
|
2336 |
9967 | 2337 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
2338 improve tests | |
2339 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, | |
2340 fix handling of output argument, add test | |
2341 miscellaneous/__xzip__.m: Improve error messages, fix cleanup | |
2342 of temporary directories, remove tab characters | |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2343 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2344 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
2345 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
2346 * 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
|
2347 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2348 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
2349 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
2350 * 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
|
2351 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2352 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
|
2353 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2354 * 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
|
2355 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2356 |
8324 | 2357 2008-11-14 David Bateman <dbateman@free.fr> |
2358 | |
2359 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
2360 of the axis object. | |
2361 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2362 2008-11-14 Ben Abbott <bpabbott@mac.com> |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
2363 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
2364 * 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
|
2365 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2366 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
|
2367 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2368 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2369 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2370 |
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
|
2371 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
|
2372 |
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
|
2373 * 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
|
2374 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
|
2375 * 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
|
2376 |
8316 | 2377 2008-11-10 John W. Eaton <jwe@octave.org> |
2378 | |
2379 * polynomial/spline.m: Delete debugging statements. From | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2380 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 2381 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
2382 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
|
2383 |
9967 | 2384 * mkdoc: do not remove white space before @ within @example |
2385 environment | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
2386 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
2387 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
|
2388 |
9967 | 2389 * plot/subplot.m: fix texi bug |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
2390 |
9501 | 2391 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
2392 |
9967 | 2393 * miscellaneous/unpack.m: return directly after recursive handling |
2394 of cell-strings | |
2395 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2396 2008-11-03 Ben Abbott <bpabbott@mac.com> |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
2397 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
2398 * 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
|
2399 |
9501 | 2400 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2401 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2402 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2403 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2404 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2405 * optimization/Makefile.in: Include the new sources. |
9967 | 2406 |
9501 | 2407 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 2408 |
2409 * optimization/fzero.m: Replace tabs by spaces. | |
2410 | |
9501 | 2411 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 2412 |
2413 * optimization/fzero.m: Simplify exception handling. | |
2414 | |
2415 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
2416 | |
2417 * optimization/fzero.m: New function file. | |
2418 * optimization/Makefile.in: Add it. | |
2419 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2420 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2421 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2422 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2423 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2424 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2425 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2426 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2427 |
9501 | 2428 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2429 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2430 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2431 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2432 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2433 |
9967 | 2434 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
2435 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, | |
2436 add tests. | |
2437 | |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2438 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
|
2439 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2440 * 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
|
2441 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2442 * 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
|
2443 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
|
2444 * 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
|
2445 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2446 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
|
2447 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
2448 * 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
|
2449 * 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
|
2450 reverse the key and labelling text. |
9967 | 2451 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2452 * 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
|
2453 * 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
|
2454 * 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
|
2455 * 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
|
2456 * 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
|
2457 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2458 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
2459 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
|
2460 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
2461 * 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
|
2462 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
|
2463 * 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
|
2464 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
|
2465 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
|
2466 * 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
|
2467 betai to betainc. |
9967 | 2468 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
2469 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
|
2470 * 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
|
2471 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
|
2472 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
2473 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
2474 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
|
2475 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
2476 * 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
|
2477 |
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
|
2478 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
|
2479 |
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
|
2480 * 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
|
2481 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
|
2482 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2483 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
2484 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
2485 * 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
|
2486 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2487 2008-10-22 Ben Abbott <bpabbott@mac.com> |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
2488 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
2489 * 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
|
2490 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
2491 * 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
|
2492 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
2493 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
|
2494 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
2495 * 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
|
2496 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
2497 |
8257 | 2498 2008-10-22 David Bateman <dbateman@free.fr> |
2499 | |
8260 | 2500 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
2501 "caller" workspace. | |
2502 | |
8258 | 2503 * plot/__errplot__.m: Add errorbar series objects. |
2504 * plot/errbar.m: Add some demos. | |
9967 | 2505 |
8257 | 2506 * plot/__add_line_series__.m: Remove |
2507 * plot/Makefile.in (SOURCES): Remove it here too. | |
2508 * plot/__add_datasource__.m: Allow for more than one character in | |
2509 source name. | |
2510 * plot/refreshdata.m: Ditto. | |
9967 | 2511 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
2512 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
8257 | 2513 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. |
2514 * plot/__scatter__.m: Add scatter series objects and data sources. | |
2515 * plot/legend.m: Update type in loop and remove debugging messages. | |
9967 | 2516 |
8251 | 2517 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
2518 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
2519 * 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
|
2520 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
2521 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
2522 |
8249 | 2523 2008-10-21 John W. Eaton <jwe@octave.org> |
2524 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
2525 * 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
|
2526 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
2527 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
2528 |
8249 | 2529 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
2530 struct. Use get instead of examining struct fields directly. | |
2531 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
2532 object struct. Use get instead of examining struct elements | |
2533 directly. Use allhild instead of looking at children field of | |
2534 figure object struct. | |
2535 | |
8251 | 2536 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 2537 |
2538 * plot/orient.m: Fix syntax error. | |
2539 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
2540 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
2541 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
2542 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
9967 | 2543 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
2544 * 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
|
2545 * 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
|
2546 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
2547 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
|
2548 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
2549 * 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
|
2550 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
|
2551 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
2552 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2553 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
|
2554 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
2555 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
2556 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2557 * 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
|
2558 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2559 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
2560 * 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
|
2561 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
2562 * 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
|
2563 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
2564 * 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
|
2565 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
2566 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
|
2567 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
2568 * 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
|
2569 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
|
2570 |
8236 | 2571 2008-10-17 David Bateman <dbateman@free.fr> |
2572 | |
2573 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
2574 from potential axis handles. | |
2575 * plot/colorbar.m: Remove debug output. | |
2576 * plot/comet.m: Close plot before demo | |
2577 * plot/contourc.m: No output if nargout == 0. | |
2578 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
2579 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
|
2580 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
2581 * 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
|
2582 |
8229 | 2583 2008-10-16 John W. Eaton <jwe@octave.org> |
2584 | |
2585 * testfun/rundemos.m: New function. | |
2586 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2587 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
|
2588 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
2589 * 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
|
2590 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
2591 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
|
2592 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
2593 * 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
|
2594 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
|
2595 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
2596 * 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
|
2597 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
|
2598 done after callbacks are executed. |
9967 | 2599 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
2600 * 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
|
2601 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
|
2602 "usingclause". |
9967 | 2603 |
2604 * plot/__go_draw_figure__.m: Always use multiplot and create an | |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
2605 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
|
2606 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
2607 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
|
2608 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
2609 * 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
|
2610 (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
|
2611 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2612 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
|
2613 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2614 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2615 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
2616 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2617 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
|
2618 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2619 * 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
|
2620 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
|
2621 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
9967 | 2622 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2623 * 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
|
2624 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2625 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2626 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2627 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
|
2628 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2629 * 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
|
2630 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
2631 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
2632 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
|
2633 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
2634 * 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
|
2635 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
2636 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
|
2637 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
2638 * 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
|
2639 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2640 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2641 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2642 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2643 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
2644 |
8208 | 2645 2008-10-10 David Bateman <dbateman@free.fr> |
2646 | |
2647 * image/__img__.m: Manually set the limits of th eimage | |
2648 * plot/__go_draw_axes__.m: Base window position in the axis | |
2649 position property and not the outerposition property. Remove | |
2650 colorbar code based on the gnuplot colorbox. Allow images to be a | |
2651 vector to support image based colorbars. Also check labelmode for | |
2652 manual tics. | |
2653 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
2654 colorbar code. | |
2655 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
2656 it to the principal axis. | |
2657 * plot/legend.m: Support an axis handle as the first | |
2658 argument. Support hggroups. | |
2659 * plot/pareto.m: Don't support an axis handle as the first | |
2660 argument as the plotyy command in fact needs two axis handles. | |
2661 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
2662 synchronize the two axes. | |
2663 * plot/subplot.m: Also skip axes that are tagged as being a | |
2664 colorbar. Don't break in search of overlapping axes to delete. Set | |
2665 both the position and the outerposition. | |
9967 | 2666 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
2667 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
|
2668 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
2669 * 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
|
2670 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
2671 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
|
2672 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
2673 * 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
|
2674 * general/Makefile.in (SOURCES): Add then here. |
9967 | 2675 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2676 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
|
2677 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2678 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2679 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
2680 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2681 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2682 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2683 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
2684 * 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
|
2685 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
2686 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
|
2687 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
2688 * 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
|
2689 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
2690 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
|
2691 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
2692 * 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
|
2693 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
|
2694 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
|
2695 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
|
2696 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
|
2697 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
|
2698 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
|
2699 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
|
2700 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
|
2701 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
|
2702 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
2703 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
|
2704 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2705 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2706 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2707 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
2708 * 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
|
2709 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
2710 * 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
|
2711 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
2712 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
|
2713 |
8182 | 2714 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
2715 | |
2716 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
|
2717 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
2718 * 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
|
2719 |
8182 | 2720 2008-10-02 Ben Abbott <bpabbott@mac.com> |
2721 | |
2722 * 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
|
2723 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2724 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2725 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2726 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
2727 |
8182 | 2728 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
|
2729 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2730 * 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
|
2731 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2732 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
2733 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2734 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
|
2735 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
2736 * 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
|
2737 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
2738 * 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
|
2739 |
8182 | 2740 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
|
2741 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
2742 * 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
|
2743 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
2744 * 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
|
2745 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2746 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
|
2747 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2748 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
2749 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2750 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2751 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2752 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2753 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
|
2754 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
2755 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2756 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
|
2757 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2758 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
2759 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2760 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 2761 |
2762 * image/imread.m, image/imwrite.m: Doc fix. | |
2763 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2764 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
|
2765 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
2766 * 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
|
2767 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2768 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
|
2769 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2770 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
2771 * 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
|
2772 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2773 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
|
2774 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2775 * 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
|
2776 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
2777 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2778 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2779 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2780 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
2781 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2782 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2783 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2784 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
2785 |
8182 | 2786 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 2787 |
2788 * plot/comet.m: New file. | |
2789 * plot/Makefile.in (SOURCES): Add it here. | |
2790 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
2791 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
|
2792 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2793 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2794 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2795 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
2796 * 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
|
2797 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
|
2798 |
8182 | 2799 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
|
2800 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
2801 * 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
|
2802 |
8116 | 2803 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
2804 | |
8117 | 2805 * image/imshow.m: Fix for display_range. |
9967 | 2806 |
2807 * general/interpn.m: Fixe for extrapval and documentation of | |
8116 | 2808 extrapval. |
2809 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2810 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
|
2811 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2812 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2813 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2814 * 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
|
2815 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2816 * 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
|
2817 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
2818 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
2819 * 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
|
2820 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
|
2821 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2822 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2823 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2824 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
2825 |
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
|
2826 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
|
2827 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
2828 * 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
|
2829 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
|
2830 |
8088 | 2831 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
2832 | |
2833 * plot/plot.m: Doc fix. | |
2834 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2835 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
|
2836 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2837 * 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
|
2838 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
2839 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2840 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
|
2841 |
9967 | 2842 * plot/contourf.m: Fix case for equal-sized matrices |
2843 of X and Y. | |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
2844 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2845 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2846 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2847 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
2848 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2849 * 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
|
2850 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
2851 |
8076 | 2852 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
2853 | |
2854 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
2855 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
2856 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
2857 | |
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
|
2858 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
|
2859 |
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
|
2860 * 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
|
2861 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
|
2862 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
|
2863 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
|
2864 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
|
2865 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
|
2866 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
|
2867 '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
|
2868 * 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
|
2869 |
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
|
2870 * 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
|
2871 * 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
|
2872 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2873 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2874 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2875 * 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
|
2876 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2877 * Makefile.in (SOURCES): Add them here. |
9967 | 2878 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2879 * 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
|
2880 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
|
2881 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
2882 * 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
|
2883 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
|
2884 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
|
2885 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2886 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2887 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2888 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
2889 |
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
|
2890 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
|
2891 |
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
|
2892 * 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
|
2893 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
|
2894 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2895 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
|
2896 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2897 * 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
|
2898 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
2899 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2900 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
|
2901 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2902 * 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
|
2903 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
|
2904 * 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
|
2905 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
|
2906 * plot/__bar.m: Pass the original rather than scaled width to |
9967 | 2907 __bars__. |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2908 * 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
|
2909 * 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
|
2910 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
|
2911 * 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
|
2912 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
|
2913 * 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
|
2914 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
|
2915 * 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
|
2916 * 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
|
2917 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
|
2918 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2919 |
8054 | 2920 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
2921 | |
2922 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
2923 Handle parameter-value options. Untabify. | |
9967 | 2924 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2925 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
|
2926 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2927 * 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
|
2928 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
2929 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2930 * 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
|
2931 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
|
2932 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2933 * 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
|
2934 * 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
|
2935 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
2936 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2937 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
|
2938 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2939 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
2940 |
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
|
2941 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
|
2942 |
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
|
2943 * 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
|
2944 (__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
|
2945 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
|
2946 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2947 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
9967 | 2948 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2949 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
2950 |
8046 | 2951 2008-08-21 David Bateman <dbateman@free.fr> |
2952 | |
2953 * plot/ezplot.m : New function. | |
2954 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
2955 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
9967 | 2956 |
8182 | 2957 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
|
2958 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2959 * 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
|
2960 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
2961 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2962 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
|
2963 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
2964 * 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
|
2965 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
|
2966 |
8040 | 2967 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
|
2968 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2969 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
2970 |
8035 | 2971 2008-08-19 David Bateman <dbateman@free.fr> |
2972 | |
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
|
2973 * 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
|
2974 * 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
|
2975 |
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
|
2976 * statistics/base/ranks.m: Doc fix. |
8035 | 2977 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2978 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
|
2979 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
2980 * 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
|
2981 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2982 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
|
2983 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2984 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
2985 |
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
|
2986 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
|
2987 |
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
|
2988 * 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
|
2989 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
|
2990 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2991 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
|
2992 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
2993 * 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
|
2994 |
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
|
2995 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
|
2996 |
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
|
2997 * 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
|
2998 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
|
2999 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3000 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
|
3001 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3002 * 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
|
3003 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3004 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3005 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3006 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3007 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3008 * 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
|
3009 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3010 * 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
|
3011 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3012 |
8182 | 3013 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
|
3014 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
3015 * plot/hold.m: Clarify help text. |
7986 | 3016 |
3017 * specfun/reallog.m: Fix help string. | |
3018 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
3019 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 3020 |
3021 * strings/regexptranslate.m: Add real documentation. | |
3022 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
3023 * 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
|
3024 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
3025 * plot/shading.m: Clarify help string. |
9967 | 3026 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
3027 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
3028 |
7974 | 3029 2008-07-28 John W. Eaton <jwe@octave.org> |
3030 | |
3031 * image/imwrite.m: New function. | |
3032 * image/Makefile.in (SOURCES): Add it to the list. | |
3033 | |
7969 | 3034 2008-07-24 Ben Abbott <bpabbott@mac.com> |
3035 | |
3036 * time/datestr.m: New xtest. | |
3037 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3038 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
|
3039 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3040 * 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
|
3041 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3042 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3043 |
7940 | 3044 2008-07-17 John W. Eaton <jwe@octave.org> |
3045 | |
3046 * general/fliplr.m: Fix usage test. | |
3047 * testfun/test.m: Fix usage tests. | |
3048 | |
8040 | 3049 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 3050 |
3051 * statistics/base/cov.m: Fix test that should no longer work. | |
3052 | |
7935 | 3053 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
3054 | |
3055 * plot/gcbo.m, plot/gcbf.m: New functions. | |
3056 * plot/Makefile.in (SOURCES): Add them to the list. | |
3057 | |
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
|
3058 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
|
3059 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3060 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3061 * deprecated/Makefile.in (SOURCES): Add it to the list. |
9967 | 3062 * image/loadimage.m: Delete. |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3063 * 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
|
3064 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3065 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3066 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3067 |
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
|
3068 * 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
|
3069 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3070 * 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
|
3071 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3072 * 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
|
3073 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
3074 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
|
3075 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
3076 * 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
|
3077 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
3078 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
|
3079 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
3080 * 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
|
3081 |
8040 | 3082 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
|
3083 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3084 * 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
|
3085 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3086 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3087 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3088 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3089 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
|
3090 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3091 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
|
3092 |
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
|
3093 * 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
|
3094 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3095 * 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
|
3096 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
|
3097 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3098 |
8040 | 3099 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
|
3100 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
3101 * 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
|
3102 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3103 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3104 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3105 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3106 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3107 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3108 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
3109 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
|
3110 |
7817 | 3111 * miscellaneous/debug.m: New file.. |
3112 * Makefile.in (SOURCES): Add it to the list. | |
3113 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
3114 * 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
|
3115 []. 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
|
3116 |
8040 | 3117 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 3118 |
3119 * strings/strcat.m: Add tests. | |
3120 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
3121 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
|
3122 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
3123 * 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
|
3124 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
3125 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3126 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3127 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3128 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3129 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3130 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3131 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3132 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3133 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3134 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3135 |
7783 | 3136 2008-05-20 Bill Denney <bill@denney.ws> |
3137 | |
3138 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
3139 New tests. | |
3140 | |
7777 | 3141 2008-05-19 John W. Eaton <jwe@octave.org> |
3142 | |
3143 * general/isa.m: Fix tests. | |
3144 | |
7773 | 3145 2008-05-13 Bill Denney <bill@denney.ws> |
3146 | |
3147 * general/isa.m: Use persistent cell arrays to hold class names | |
3148 instead of multiple strcmp calls. | |
3149 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3150 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3151 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3152 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3153 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
|
3154 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3155 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3156 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
|
3157 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
|
3158 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3159 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3160 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3161 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3162 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3163 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3164 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
|
3165 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3166 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3167 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3168 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3169 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
|
3170 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3171 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
3172 * 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
|
3173 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
3174 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
3175 * 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
|
3176 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
3177 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3178 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3179 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3180 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3181 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
|
3182 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3183 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3184 |
7765 | 3185 2008-05-06 David Bateman <dbateman@free.fr> |
3186 | |
3187 * miscellaneous/symvar.m: New function. | |
3188 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3189 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3190 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
|
3191 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3192 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3193 * 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
|
3194 |
9501 | 3195 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3196 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3197 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3198 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
|
3199 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
|
3200 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3201 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3202 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3203 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3204 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3205 * 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
|
3206 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3207 |
7747 | 3208 2008-04-30 John W. Eaton <jwe@octave.org> |
3209 | |
3210 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
3211 elfun/asech.m, specfun/pow2.m: Fix tests. | |
3212 | |
8040 | 3213 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 3214 |
9967 | 3215 * specfun/log2.m: Delete. |
7740 | 3216 * specfun/Makefile.in (SOURCES): Delete it from the list. |
3217 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
3218 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
|
3219 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
3220 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
|
3221 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3222 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3223 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3224 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3225 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3226 |
7736 | 3227 2008-04-25 John W. Eaton <jwe@octave.org> |
3228 | |
3229 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3230 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 3231 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3232 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
|
3233 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3234 * 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
|
3235 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
|
3236 * 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
|
3237 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3238 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
|
3239 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
3240 * 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
|
3241 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
3242 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
|
3243 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
3244 * 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
|
3245 |
7713 | 3246 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
|
3247 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
3248 * plot/__patch__.m: Fix for NaN values in faces of patches. |
9967 | 3249 |
7710 | 3250 2008-04-14 David Bateman <dbateman@free.fr> |
3251 | |
3252 * plot/rose.m: Add missing comment mark that causes issues with | |
3253 octave-forge function referencing. | |
3254 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
3255 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3256 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
|
3257 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3258 * 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
|
3259 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
|
3260 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
|
3261 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
|
3262 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
|
3263 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
|
3264 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
|
3265 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
|
3266 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
|
3267 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
|
3268 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
|
3269 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
|
3270 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
|
3271 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
|
3272 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
|
3273 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
|
3274 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
|
3275 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
|
3276 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
|
3277 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
|
3278 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
|
3279 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
|
3280 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
|
3281 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
|
3282 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
|
3283 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
|
3284 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
|
3285 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
|
3286 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
|
3287 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
|
3288 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
|
3289 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
|
3290 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
|
3291 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
|
3292 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
|
3293 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
|
3294 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
|
3295 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
|
3296 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
|
3297 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
|
3298 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
|
3299 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
|
3300 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
|
3301 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
|
3302 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
|
3303 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
|
3304 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
|
3305 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
|
3306 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
3307 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
|
3308 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
3309 * 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
|
3310 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3311 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
|
3312 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3313 * 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
|
3314 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3315 * 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
|
3316 * 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
|
3317 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3318 * 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
|
3319 * 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
|
3320 * 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
|
3321 * 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
|
3322 * 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
|
3323 * 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
|
3324 * 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
|
3325 * 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
|
3326 * 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
|
3327 * 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
|
3328 * 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
|
3329 * 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
|
3330 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3331 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3332 * 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
|
3333 * 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
|
3334 * 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
|
3335 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3336 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
|
3337 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3338 * 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
|
3339 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
|
3340 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3341 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
|
3342 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3343 * 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
|
3344 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
|
3345 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
|
3346 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
|
3347 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
|
3348 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
|
3349 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
|
3350 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
|
3351 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
|
3352 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
|
3353 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
|
3354 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
|
3355 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
|
3356 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
|
3357 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
|
3358 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
|
3359 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3360 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
|
3361 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
|
3362 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
|
3363 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
|
3364 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
|
3365 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
|
3366 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3367 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
|
3368 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
|
3369 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
|
3370 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
|
3371 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
|
3372 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
|
3373 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3374 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
|
3375 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
|
3376 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
|
3377 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
|
3378 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
|
3379 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
|
3380 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
|
3381 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
|
3382 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
|
3383 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3384 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
|
3385 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3386 * 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
|
3387 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
|
3388 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
|
3389 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
|
3390 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
|
3391 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
|
3392 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
|
3393 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
|
3394 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
|
3395 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
|
3396 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
|
3397 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
|
3398 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
|
3399 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
|
3400 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
|
3401 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
|
3402 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3403 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
|
3404 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
|
3405 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
|
3406 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
|
3407 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
|
3408 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3409 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
|
3410 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
|
3411 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3412 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
|
3413 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
|
3414 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
|
3415 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
|
3416 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
|
3417 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3418 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
|
3419 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3420 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
|
3421 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
|
3422 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
|
3423 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
|
3424 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
|
3425 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
|
3426 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
|
3427 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
|
3428 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
|
3429 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3430 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
|
3431 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
|
3432 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
|
3433 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3434 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3435 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3436 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3437 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3438 * 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
|
3439 plot or 3D plots with more than one line. |
9967 | 3440 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3441 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3442 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3443 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3444 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3445 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3446 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3447 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3448 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3449 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3450 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3451 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3452 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3453 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
3454 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
|
3455 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
3456 * 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
|
3457 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
3458 * 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
|
3459 |
7682 | 3460 2008-04-02 Bill Denney <bill@denney.ws> |
3461 | |
3462 * optimization/lsqnonneg.m: New function. | |
3463 * optimization/Makefile.in (SOURCES): Add it to the list. | |
3464 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
3465 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
3466 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
3467 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
3468 * sparse/Makefile.in (SOURCES): Add it here. |
9967 | 3469 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
3470 * 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
|
3471 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
|
3472 * 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
|
3473 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
3474 |
7678 | 3475 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
3476 | |
3477 * general/sortrows.m: Handle negative column arguments. | |
3478 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3479 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3480 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3481 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3482 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
3483 |
7673 | 3484 2008-03-31 David Bateman <dbateman@free.fr> |
3485 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
3486 * 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
|
3487 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
|
3488 ticks in plotyy. |
9967 | 3489 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
3490 * 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
|
3491 * 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
|
3492 * 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
|
3493 * 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
|
3494 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
3495 * plot/ginput.m: Eliminate setting of n. |
9967 | 3496 |
7673 | 3497 * plot/ginput.m: New function. |
3498 * plot/__gnuplot_ginput__.m: New function based on a version of | |
3499 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
3500 * plot/Makefile.in (SOURCES): Add them to the list. | |
3501 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
3502 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
|
3503 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
3504 * 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
|
3505 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3506 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3507 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3508 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3509 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3510 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3511 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3512 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
3513 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
3514 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
|
3515 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
3516 * 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
|
3517 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
3518 |
7669 | 3519 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
3520 | |
3521 * general/del2.m: Missing semicolon. | |
3522 | |
7668 | 3523 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
3524 | |
3525 * miscellaneous/info.m: New function. | |
3526 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3527 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3528 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
|
3529 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
3530 * 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
|
3531 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
3532 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
3533 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
|
3534 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
3535 * 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
|
3536 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
|
3537 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
3538 * 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
|
3539 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
|
3540 |
7655 | 3541 2008-03-27 Bill Denney <bill@denney.ws> |
3542 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
3543 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
3544 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
3545 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
3546 * 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
|
3547 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
3548 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
3549 * 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
|
3550 |
7657 | 3551 * general/genvarname.m: New function. |
3552 * general/Makefile.in (SOURCES): Add it to the list. | |
3553 | |
7656 | 3554 * time/addtodate.m: New function. |
7657 | 3555 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 3556 |
7655 | 3557 * geometry/rectint.m: Vectorize and add more tests. |
3558 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
3559 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
|
3560 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
3561 * 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
|
3562 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3563 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3564 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3565 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
3566 |
7650 | 3567 2008-03-26 John W. Eaton <jwe@octave.org> |
3568 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3569 * 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
|
3570 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3571 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
3572 * 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
|
3573 |
7650 | 3574 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
3575 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
3576 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
3577 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
3578 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
3579 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
3580 Texinfo fixes. | |
3581 | |
8040 | 3582 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
|
3583 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
3584 * 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
|
3585 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3586 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
|
3587 |
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
|
3588 * 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
|
3589 |
8182 | 3590 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
|
3591 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3592 * 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
|
3593 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
|
3594 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3595 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3596 * statistics/base/Makefile.in (SOURCES): Add them to the list. |
9967 | 3597 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3598 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 3599 |
3600 * polynomial/convn.m: New function. | |
3601 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
3602 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3603 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3604 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
3605 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3606 * image/Makefile.in (SOURCES): Add it to the list. |
9967 | 3607 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
3608 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
|
3609 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
3610 * 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
|
3611 |
7627 | 3612 2008-03-24 David Bateman <dbateman@free.fr> |
3613 | |
3614 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3615 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 3616 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
3617 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3618 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
3619 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
3620 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3621 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
3622 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
3623 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
|
3624 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3625 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3626 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3627 * 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
|
3628 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
3629 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
|
3630 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
3631 * 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
|
3632 |
7617 | 3633 * miscellaneous/cast.m: Also allow cast to "char". |
3634 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
3635 * 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
|
3636 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
3637 * 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
|
3638 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3639 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3640 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
3641 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
3642 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
3643 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3644 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3645 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3646 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3647 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
3648 |
7610 | 3649 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
3650 | |
3651 * signal/sinetone.m: Ensure integral number of samples. | |
3652 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
3653 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
|
3654 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
3655 * 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
|
3656 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3657 2008-03-19 Ben Abbott <bpabbott@mac.com> |
9967 | 3658 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3659 * 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
|
3660 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3661 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
|
3662 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3663 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3664 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3665 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3666 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
3667 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3668 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3669 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
3670 * 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
|
3671 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3672 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3673 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3674 * 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
|
3675 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3676 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
3677 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3678 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
|
3679 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
3680 * 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
|
3681 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3682 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
|
3683 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3684 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
3685 |
7592 | 3686 2008-03-14 Kai Habel <kai.habel@gmx.de> |
3687 | |
9967 | 3688 * plot/__go_draw_axes__.m: Expicitly set gnuplot user |
3689 style to default to avoid wrong mesh color in some cases. | |
7592 | 3690 |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3691 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3692 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3693 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
3694 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
|
3695 |
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
|
3696 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
|
3697 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
3698 * 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
|
3699 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
|
3700 |
7592 | 3701 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
3702 | |
7582 | 3703 2008-03-11 Kai Habel <kai.habel@gmx.de> |
3704 | |
9967 | 3705 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. |
3706 Allow plotting of uniform colored mesh plots with and | |
3707 w/o hidden line removal. | |
7582 | 3708 |
3709 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
|
3710 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
3711 * 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
|
3712 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
3713 * 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
|
3714 |
7569 | 3715 2008-03-07 John W. Eaton <jwe@octave.org> |
3716 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
3717 * 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
|
3718 |
7569 | 3719 * plot/__go_draw_axes__.m: Handle tickdir property. |
3720 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3721 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3722 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
3723 * 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
|
3724 Allow matrix arguments when number of bins > 30. |
7568 | 3725 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
|
3726 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3727 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
3728 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
3729 * 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
|
3730 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3731 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
3732 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3733 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
|
3734 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3735 * 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
|
3736 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3737 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
|
3738 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3739 * 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
|
3740 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3741 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3742 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
|
3743 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
3744 * 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
|
3745 |
7551 | 3746 2008-03-04 Bill Denney <bill@denney.ws> |
3747 | |
7557 | 3748 * plot/allchild.m, plot/findall.m: New functions. |
3749 * plot/Makefile.in (SOURCES): Add them to the list. | |
3750 | |
7551 | 3751 * geometry/rectint.m: New function. |
7557 | 3752 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 3753 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3754 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
|
3755 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
3756 * 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
|
3757 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
|
3758 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
3759 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 3760 |
3761 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
3762 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
3763 * plot/print.m: Accept a figure handle as an optional input. |
9967 | 3764 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3765 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
|
3766 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
3767 * 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
|
3768 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3769 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
|
3770 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3771 * 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
|
3772 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
|
3773 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3774 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
|
3775 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3776 * plot/__go_draw_axes__.m: If facecolor property of a surface is |
9967 | 3777 "none", don't use pm3d mode and set linestyle correctly. |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
3778 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3779 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
|
3780 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3781 * 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
|
3782 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
|
3783 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
|
3784 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
|
3785 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
|
3786 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
|
3787 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
|
3788 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
|
3789 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
|
3790 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
|
3791 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
|
3792 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
|
3793 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
|
3794 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3795 * 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
|
3796 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3797 * 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
|
3798 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3799 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
|
3800 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3801 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
3802 |
7525 | 3803 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
3804 | |
3805 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
3806 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3807 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
|
3808 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3809 * 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
|
3810 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
3811 |
7518 | 3812 2008-02-22 Ben Abbott <bpabbott@mac.com> |
3813 | |
3814 * specfun/legendre.m: Doc fix. | |
3815 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3816 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
|
3817 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
3818 * 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
|
3819 spdiag. |
9967 | 3820 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3821 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
|
3822 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3823 * 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
|
3824 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
3825 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
3826 * 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
|
3827 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3828 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
|
3829 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3830 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3831 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
3832 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3833 * 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
|
3834 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3835 * 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
|
3836 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
3837 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3838 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
|
3839 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3840 * 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
|
3841 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
3842 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3843 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
|
3844 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3845 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
3846 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3847 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
|
3848 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
3849 * 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
|
3850 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
|
3851 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
|
3852 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
|
3853 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3854 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
|
3855 |
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
|
3856 * 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
|
3857 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
|
3858 |
7501 | 3859 * polynomial/polyfit.m: Use QR decomposition. Handle |
3860 normalization option. | |
3861 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
3862 generate 50% prediction intervals. | |
3863 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3864 * 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
|
3865 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
3866 |
7498 | 3867 2008-02-19 John W. Eaton <jwe@octave.org> |
3868 | |
3869 * pkg/pkg.m: Style fixes. | |
3870 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3871 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 3872 |
3873 * pkg/pkg.m: Handle 'describe' command. | |
3874 (parse_pkg_idx, print_package_description): New subfunctions. | |
9967 | 3875 |
7493 | 3876 2008-02-19 Bill Denney <bill@denney.ws> |
3877 | |
3878 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
3879 elements wide. | |
3880 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3881 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
|
3882 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
3883 * 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
|
3884 |
7485 | 3885 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
3886 | |
3887 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
3888 * general/runlength.m: New function from Paul Kienzle. | |
3889 | |
7484 | 3890 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
3891 | |
3892 * linear-algebra/cond.m: New optional second argument to | |
9967 | 3893 specify 1-norm, inf-norm, or frobenius-norm. |
7484 | 3894 |
7475 | 3895 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
3896 | |
3897 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
3898 body. Allow the linespec to specify the arrow color. | |
3899 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3900 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
|
3901 |
7474 | 3902 * miscellaneous/cast.m: Also treat the logical type. |
3903 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3904 * 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
|
3905 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
3906 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3907 * 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
|
3908 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3909 * 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
|
3910 * 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
|
3911 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3912 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
|
3913 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
3914 * 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
|
3915 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
3916 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3917 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3918 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3919 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
3920 * 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
|
3921 |
7436 | 3922 2008-02-01 Dave Goel <deego3@gmail.com> |
3923 | |
3924 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
3925 | |
7434 | 3926 2008-02-01 Bill Denney <bill@denney.ws> |
3927 | |
3928 * time/weekday.m: Allow vector inputs and speed up. | |
3929 * time/eomday.m: Return column vector for column vector inputs. | |
3930 | |
7429 | 3931 2008-01-30 John W. Eaton <jwe@octave.org> |
3932 | |
7434 | 3933 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
3934 revision". | |
3935 | |
7431 | 3936 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
3937 __plt2vs__.m in the list. | |
3938 | |
7430 | 3939 * miscellaneous/tempdir.m: Append filesep to name for |
3940 compatibility. Warn if not a directory or directory does not | |
3941 exist. | |
3942 | |
7429 | 3943 * strings/deblank.m: Improve compatibility. |
3944 | |
7428 | 3945 2008-01-29 John W. Eaton <jwe@octave.org> |
3946 | |
3947 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
3948 | |
3949 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 3950 |
3951 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
3952 Return the label handle, not the current axis handle. | |
3953 | |
7421 | 3954 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
3955 | |
3956 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
3957 abscissa. | |
9967 | 3958 |
7421 | 3959 2008-01-25 David Bateman <dbateman@free.fr> |
3960 | |
7423 | 3961 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 3962 * plot/__scatter__.m: Remove NaN values from data. |
3963 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
3964 | |
7418 | 3965 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
3966 | |
3967 * linear-algebra/trace.m: Test cases for non 2-d args. | |
3968 | |
3969 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
3970 | |
3971 * geometry/griddata3.m: Call griddata, not gridata. | |
3972 | |
7415 | 3973 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
3974 | |
3975 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
3976 | |
7411 | 3977 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3978 | |
3979 * linear-algebra/cond.m, linear-algebra/trace.m: | |
3980 Move tests here from test/test_linalg.m. | |
9967 | 3981 |
7411 | 3982 * general/diff.m, general/fliplr.m, general/flipud.m, |
3983 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
3984 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
3985 special-matrix/hankel.m, special-matrix/hilb.m, | |
3986 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3987 special-matrix/toeplitz.m, special-matrix/vander.m: | |
3988 Move tests here from test/test_matrix.m. | |
9967 | 3989 |
7411 | 3990 * general/isscalar.m, general/issquare.m, general/isvector.m: |
3991 Move tests here from test/test_number.m. | |
9967 | 3992 |
7411 | 3993 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, |
3994 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
3995 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
3996 polynomial/polyvalm.m, polynomial/roots.m: | |
3997 Move tests here from test/test_poly.m. | |
3998 | |
3999 * signal/unwrap.m: | |
4000 Move tests here from test/test_signal.m. | |
4001 | |
4002 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
4003 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
4004 statistics/base/mean.m, statistics/base/median.m, | |
4005 statistics/base/skewness.m, statistics/base/std.m: | |
4006 Move tests here from test/test_stats.m. | |
4007 | |
4008 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
4009 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
4010 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4011 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4012 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
4013 strings/substr.m: | |
4014 Move tests here from test/test_string.m. | |
4015 | |
4016 * miscellaneous/computer.m, miscellaneous/ls.m, | |
4017 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
4018 time/date.m, time/etime.m, time/is_leap_year.m: | |
4019 Move tests here from test/test_system.m. | |
4020 | |
7410 | 4021 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
4022 | |
4023 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
4024 Simplify initial checks on argument values. | |
4025 | |
7408 | 4026 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
4027 | |
4028 * plot/gnuplot_drawnow.m: New function corresponding to the | |
4029 implementation of the gnuplot-based graphics backend (derived from | |
4030 drawnow.m). | |
4031 * plot/drawnow.m: Deleted (converted to C++). | |
4032 | |
7401 | 4033 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
4034 | |
4035 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
4036 New tests. | |
4037 | |
7399 | 4038 2008-01-18 John W. Eaton <jwe@octave.org> |
4039 | |
4040 * optimization/sqp.m: End each function with endfunction. | |
4041 | |
7398 | 4042 2008-01-18 Ben Abbott <bpabbott@mac.com> |
4043 | |
4044 * polynomial/residue.m: For each group of pole multiplicity, set | |
4045 the poles of the group to the value of the group's average. | |
4046 | |
7396 | 4047 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
4048 | |
4049 * plot/print.m: Handle PDF output. | |
9967 | 4050 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. |
7396 | 4051 |
7392 | 4052 2008-01-17 John W. Eaton <jwe@octave.org> |
4053 | |
7393 | 4054 * path/savepath.m: Print newline before initial comment line. |
4055 Double up single quote characters. | |
4056 * path/__extractpath__.m: Return just the path as a string. | |
4057 Undo single quote character doubling. | |
4058 | |
4059 * path/pathdef.m: Avoid eval. Simplify. | |
4060 | |
7392 | 4061 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
4062 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
4063 avoid possible file descriptor leak. | |
4064 | |
4065 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
4066 | |
4067 * path/savepath.m: Warn if modified file is not explicitly specified. | |
4068 * startup/main-rcfile: Call atexit ("__finish__"). | |
4069 | |
7388 | 4070 2008-01-16 John W. Eaton <jwe@octave.org> |
4071 | |
7390 | 4072 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
4073 Use it to disable enhanced mode for individual labels and titles. | |
4074 | |
7392 | 4075 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 4076 (install install-strip, uninstall): Handle function files. |
4077 | |
4078 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
4079 | |
7392 | 4080 * startup/__finish__.m: New file. |
4081 * path/__extractpath__.m, path/matlabroot.m, | |
4082 path/pathdef.m: New files. | |
7388 | 4083 * path/Makefile.in (SOURCES): Add them to the list. |
4084 | |
7385 | 4085 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
4086 | |
7387 | 4087 * special-matrix/vander.m: Vectorize. New test. |
4088 | |
7385 | 4089 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
4090 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
4091 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
4092 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
4093 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
4094 Move tests here from test/test_arith.m. | |
4095 | |
7382 | 4096 2008-01-15 John W. Eaton <jwe@octave.org> |
4097 | |
4098 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
4099 | |
7379 | 4100 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
4101 | |
9967 | 4102 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: |
7379 | 4103 Call __get__ instead of get. |
4104 | |
4105 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
4106 | |
4107 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
4108 Frobenius norm if matrix is all zeros. Use transpose instead of | |
4109 hermitian operator. | |
4110 | |
7376 | 4111 2008-01-14 Bill Denney <bill@denney.ws> |
4112 | |
4113 * plot/axis.m: Correctly handle "tight" and "image" options. | |
4114 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4115 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 4116 |
4117 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
4118 image/rgb2ntsc.m: Also accept images as input. | |
4119 | |
4120 * image/gray2ind.m: Handle image type other than double. | |
4121 Improve error checking and documentation. | |
4122 | |
7371 | 4123 2008-01-14 John W. Eaton <jwe@octave.org> |
4124 | |
7372 | 4125 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
4126 instead of calling tolower on first arg. Default font name is | |
4127 Helvetica, not helvetica. Don't downcase user-specified font name. | |
4128 (__maybe_munge_text__): Fix typo. | |
4129 | |
7371 | 4130 * optimization/sqp.m: Fix function definitions in test code. |
4131 | |
7361 | 4132 2008-01-12 John W. Eaton <jwe@octave.org> |
4133 | |
4134 * plot/gnuplot_binary.in: New file. | |
4135 * plot/gnuplot_binary.m: Delete. | |
4136 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
4137 (SOURCES_IN, GEN_M): New macros. | |
4138 (DISTFILES): Include $(SOURCES_IN) in the list. | |
4139 (FCN_FILES): Include $(GEN_M) in the list. | |
4140 (all): Depend on $(GEN_M). | |
4141 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 4142 (distclean): Also remove $(GEN_M). |
7361 | 4143 |
4144 2008-01-11 John W. Eaton <jwe@octave.org> | |
4145 | |
4146 * optimization/sqp.m: New test from example in doc string. | |
4147 | |
7360 | 4148 2008-01-10 Ben Abbott <bpabbott@mac.com> |
4149 | |
4150 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
4151 to more than one multiplicity group. | |
4152 | |
7358 | 4153 2008-01-10 John W. Eaton <jwe@octave.org> |
4154 | |
4155 * plot/gnuplot_binary.m: New file. | |
4156 * plot/Makefile.in (SOURCES): Add it to the list. | |
4157 | |
7355 | 4158 2008-01-09 John W. Eaton <jwe@octave.org> |
4159 | |
4160 * plot/drawnow.m: Fail if filename includes a directory part that | |
4161 does not exist. | |
4162 | |
7352 | 4163 2008-01-07 John W. Eaton <jwe@octave.org> |
4164 | |
4165 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4166 Error if glob call fails to match any files. | |
4167 | |
7346 | 4168 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
4169 | |
4170 * strings/strtrim.m: Doc fix. | |
4171 | |
7345 | 4172 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
4173 | |
4174 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4175 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4176 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 4177 |
4178 * set/create_set.m, set/union.m: Accept "rows" argument. | |
4179 | |
7341 | 4180 2008-01-02 John W. Eaton <jwe@octave.org> |
4181 | |
4182 * plot/print.m: Correctly handle pbm terminal. | |
4183 | |
7340 | 4184 2007-12-28 John W. Eaton <jwe@octave.org> |
4185 | |
4186 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
4187 extensions. | |
4188 | |
7337 | 4189 2007-12-28 David Bateman <dbateman@free.fr> |
4190 | |
4191 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
4192 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
4193 * Makefile.in (SOURCES): Add to the sources. | |
4194 | |
4195 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
4196 | |
4197 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
4198 Remove unnecessary call of size function. | |
4199 | |
7334 | 4200 2007-12-21 John W. Eaton <jwe@octave.org> |
4201 | |
4202 Version 3.0.0 released. | |
4203 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4204 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 4205 |
4206 * image/imshow.m: Accept empty value for display_range. | |
4207 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4208 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 4209 |
4210 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
4211 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4212 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 4213 |
4214 * image/imshow.m: Store uint8 images as doubles. Handle default | |
4215 display ranges correctly. | |
4216 | |
7327 | 4217 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
4218 Peter A. Gustafson <petegus@umich.edu> | |
4219 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4220 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 4221 |
7325 | 4222 2007-12-19 John W. Eaton <jwe@octave.org> |
4223 | |
4224 * miscellaneous/edit.m: New function. | |
4225 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4226 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4227 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 4228 |
4229 * plot/__bar__.m: Handle "basevalue" option. | |
4230 * plot/__bars__.m: New arg, base_value. | |
4231 | |
7321 | 4232 2007-12-17 David Bateman <dbateman@free.fr> |
4233 | |
4234 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
4235 * plot/Makefiles (SOURCES): Add them to the sources | |
4236 * plot/polar.m: Set the x and y limits to the maximum polar | |
4237 radius. Set the axes to be square. | |
4238 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
4239 and print axis at zero if this is used. | |
4240 | |
4241 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
4242 contours can overlay pcolor plots. Priveldge no hidden line | |
4243 removal when there are multiple objects in the plot. | |
4244 | |
7320 | 4245 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
4246 | |
4247 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
4248 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
4249 | |
7319 | 4250 2007-12-17 Ben Abbott <bpabbott@mac.com> |
4251 | |
9967 | 4252 * miscellaneous/run.m: Replace script with f when looking for |
7319 | 4253 file to run. |
4254 | |
7316 | 4255 2007-12-14 David Bateman <dbateman@free.fr> |
4256 | |
7317 | 4257 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
4258 * plot/contour.m: Doc fix. | |
4259 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
4260 Include linetype in withclause. | |
4261 | |
7316 | 4262 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
4263 Use it to determine dimensions. Consolidate all 3-d settings. | |
4264 | |
7315 | 4265 2007-12-13 John W. Eaton <jwe@octave.org> |
4266 | |
4267 * image/imshow.m: Turn axis visibility off. | |
4268 Don't scale true color images. | |
4269 * image/image.m: Set axis layer property to "top". | |
4270 | |
7307 | 4271 2007-12-12 John W. Eaton <jwe@octave.org> |
4272 | |
7313 | 4273 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
4274 | |
4275 * plot/pie.m: Avoid calling "exist". | |
4276 | |
9967 | 4277 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 4278 Condense argument processing logic. Allow 6 arguments. |
4279 Use issquare. Avoid calling "exist". | |
7309 | 4280 |
7307 | 4281 * plot/__go_draw_axes__.m: Handle the axes layer property. |
4282 | |
7305 | 4283 2007-12-12 David Bateman <dbateman@free.fr> |
4284 | |
4285 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
4286 * plot/Makefile.in (SOURCES): Add to the sources. | |
4287 | |
7290 | 4288 2007-12-11 John W. Eaton <jwe@octave.org> |
4289 | |
7298 | 4290 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
4291 * plot/surface.m: Not here. | |
4292 | |
7297 | 4293 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
4294 subsequent "unset grid" if there is no grid. | |
4295 | |
7296 | 4296 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
4297 | |
7293 | 4298 * plot/surface.m: Don't set facecolor property in call to |
4299 __go_surface__. | |
4300 | |
7290 | 4301 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
4302 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
4303 | |
7292 | 4304 2007-12-11 Kai Habel <kai.habel@gmx.de> |
4305 | |
7295 | 4306 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
4307 color string is not taken as z value. | |
4308 | |
7292 | 4309 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
4310 zgrid to "on" and box to "off" for used axes. | |
4311 | |
4312 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
4313 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
4314 | |
7286 | 4315 2007-12-11 David Bateman <dbateman@free.fr> |
4316 | |
7288 | 4317 * miscelleaneous/fullfile.m: Ignore empty arguments. |
4318 | |
7287 | 4319 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
4320 * statistics/base/mode.m: Ditto. | |
4321 | |
7286 | 4322 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
4323 object handles are all now non integer. | |
4324 | |
7278 | 4325 2007-12-10 John W. Eaton <jwe@octave.org> |
4326 | |
7282 | 4327 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
4328 | |
7281 | 4329 * general/issymmetric.m: Use ' instead of .' for compatibility |
4330 with previous versions of Octave. | |
4331 * general/ishermitian.m: Delete. | |
7285 | 4332 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 4333 |
7280 | 4334 * plot/fplot.m: In N is not specified, increase initial number of |
4335 points from 3 and 5 to 5 and 8. | |
4336 | |
7279 | 4337 * signal/detrend.m: Move tests here from test/test_signal.m. |
4338 Loosen tolerance on first test from 10*eps to 20*eps. | |
4339 | |
7278 | 4340 * finance/rate.m: Don't request info from fsolve. |
4341 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4342 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 4343 |
4344 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
4345 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
4346 | |
7276 | 4347 2007-12-10 David Bateman <dbateman@free.fr> |
4348 | |
4349 * image/image.m: Rewritten to allow trailing properties to be | |
4350 passed to underlying image object. | |
4351 * image/__img__.m: Pass additional arguments to __go_image__. | |
4352 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
4353 | |
7274 | 4354 2007-12-10 John W. Eaton <jwe@octave.org> |
4355 | |
4356 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
4357 front" to gnuplot. | |
4358 | |
7271 | 4359 2007-12-10 David Bateman <dbateman@free.fr> |
4360 | |
7274 | 4361 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 4362 border front" from images. |
7274 | 4363 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
4364 * plot/pcolor.m: Set axis "box" property. | |
4365 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
4366 Mark as commands. | |
7271 | 4367 |
7269 | 4368 2007-12-07 David Bateman <dbateman@free.fr> |
4369 | |
4370 * plot/surf.m: Don't set facecolor property. | |
4371 | |
7265 | 4372 2007-12-06 John W. Eaton <jwe@octave.org> |
4373 | |
7269 | 4374 * plot/print.m: Pass mono to drawnow. |
4375 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
4376 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
4377 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
4378 disable color specifications. | |
4379 | |
7265 | 4380 * general/issymmetric.m: Move tests here from test/test_number.m |
4381 | |
4382 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
4383 | |
4384 * general/issymmetric.m: To keep its argument sparse and the | |
4385 function quick, use the infinity norm rather than the 2-norm. | |
4386 Also measure the symmetric part rather than the Hermitian part. | |
4387 * general/ishermitian.m: New file. Measure the Hermitian part. | |
4388 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
4389 | |
7248 | 4390 2007-12-04 John W. Eaton <jwe@octave.org> |
4391 | |
7257 | 4392 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
4393 text and label commands if font is "*". | |
4394 | |
7248 | 4395 * linear-algebra/krylov.m: Doc fixes. |
4396 From Marco Caliari <caliari@sci.univr.it>. | |
4397 | |
7250 | 4398 2007-12-04 Kai Habel <kai.habel@gmx.de> |
4399 | |
4400 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
4401 Add "## PKG_ADD: mark_as_command axis" line. | |
4402 | |
7245 | 4403 2007-12-03 John W. Eaton <jwe@octave.org> |
4404 | |
4405 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
4406 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
4407 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
4408 Generate demos from examples. | |
4409 | |
7240 | 4410 2007-12-03 David Bateman <dbateman@free.fr> |
4411 | |
7243 | 4412 * testfun/test.m: Disable "testif" test block to avoid spurious |
4413 skipped test for "make check". Avoid printing variables for | |
4414 skipped tests. | |
4415 | |
7242 | 4416 * testfun/test.m: Add "testif" type to allow for conditional tests. |
4417 | |
7240 | 4418 * plot/plotyy.m: Use activepositionproperty property of axes |
4419 object. Set second axis color to "none". | |
4420 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
4421 property of the axis objects. | |
4422 | |
7239 | 4423 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
4424 | |
4425 * linear-algebra/condest.m: Loosen tolerance in test. | |
4426 | |
7236 | 4427 2007-12-02 John W. Eaton <jwe@octave.org> |
4428 | |
4429 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
4430 get_data_limits. | |
4431 | |
7222 | 4432 2007-11-30 John W. Eaton <jwe@octave.org> |
4433 | |
4434 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
4435 (get_data_limits, get_axis_limits): Delete. | |
4436 | |
7228 | 4437 2007-11-30 David Bateman <dbateman@free.fr> |
4438 | |
7235 | 4439 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
4440 | |
7228 | 4441 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
4442 tick labels rather than one by one on the labels themselves. | |
4443 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
4444 95% crossing fixed. | |
4445 | |
7217 | 4446 2007-11-29 David Bateman <dbateman@free.fr> |
4447 | |
7220 | 4448 * plot/pareto.m: New file. |
4449 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4450 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
4451 marks to avoid gnuplot error about formating. More colorspec to | |
4452 after the tics. | |
4453 * plot/plotyy.m: More generic check for appropriate axis color. | |
4454 | |
7217 | 4455 * plot/__stem__.m: New file based on old stem.m expanded to treat |
4456 2- and 3-D. | |
4457 * plot/stem3.m: New function. | |
4458 * plot/Makefile.in (SOURCES): Add them to the sources. | |
4459 * plot/stem.m: Adapt to use __stem__. | |
4460 | |
7216 | 4461 2007-11-29 John W. Eaton <jwe@octave.org> |
4462 | |
4463 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
4464 plot/surf.m, plot/surface.m: Don't return handle value unless | |
4465 requested. | |
4466 | |
4467 * plot/patch.m: Omit isnan check on handle returned from | |
4468 __plt_get_axis_arg__. | |
4469 | |
4470 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
4471 but has no axes. | |
4472 | |
7215 | 4473 2007-11-28 David Bateman <dbateman@free.fr> |
4474 | |
4475 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
4476 ancestor. If leading argument is logical set variable nogca to see | |
4477 if gca() should be called if there is no active handle found. | |
4478 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
4479 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
4480 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
4481 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
4482 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
4483 __plt__get_axis_arg__ to find axis handle. | |
4484 * polar.m: Typo. | |
4485 | |
7213 | 4486 2007-11-28 John W. Eaton <jwe@octave.org> |
4487 | |
4488 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
4489 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4490 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 4491 |
4492 * plot/drawnow.m: Fix typo. | |
4493 | |
7206 | 4494 2007-11-27 David Bateman <dbateman@free.fr> |
4495 | |
7207 | 4496 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
4497 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4498 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
4499 | |
4500 * plot/meshz.m: New function. | |
4501 * plot/Makefile.in (SOURCES): Add it to the list. | |
4502 * plot/surface.m: Allow surface to accept an axis handle as the | |
4503 first argument. | |
4504 * plot/meshc.m: Extract z from the the surface object rather than | |
4505 varargin so that we can rely on code in surface to treat leading | |
4506 axis handles. | |
4507 | |
7206 | 4508 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
4509 y2tics" in the case of a plotyy plot. | |
4510 * plot/plotyy.m: ensure the position property is set correct for | |
4511 the second axis, by setting it after the plot itself. In the case | |
4512 of a plot that returns multiple handles, base the color selection | |
4513 on the first. | |
4514 | |
7204 | 4515 2007-11-27 Kai Habel <kai.habel@gmx.de> |
4516 | |
4517 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
4518 z-value of vertex 'c3'. | |
4519 | |
7203 | 4520 2007-11-27 John W. Eaton <jwe@octave.org> |
4521 | |
4522 * image/image.m: Allow nargin == 0 case to work again. | |
4523 | |
7202 | 4524 2007-11-27 David Bateman <dbateman@free.fr> |
4525 | |
4526 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
4527 colorbar, to ensure that the colorbar is on the canvas for png and | |
4528 postscipt outputs. | |
4529 | |
7189 | 4530 2007-11-26 David Bateman <dbateman@free.fr> |
4531 | |
7197 | 4532 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
4533 return values. | |
4534 | |
7194 | 4535 * plot/plotyy.m: New function |
4536 * plot/Makefile.in (SOURCES): Add it here. | |
4537 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
9967 | 4538 color for {x|y|z}label and {x|y|z}tics. Also force the label of |
7194 | 4539 {x|y}label to respect the axis position. |
4540 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
4541 handle as the first argument. | |
9967 | 4542 |
7192 | 4543 * pkg/pkg.m (pkg:install): When loading the installed packages |
4544 index into installed_pkgs_lst and not descriptions.. | |
4545 | |
7189 | 4546 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
4547 * plot/Makefile.in (SOURCES): Add them to the sources. | |
4548 * plot/quiver.m: Modify to use __quiver__.m. | |
4549 | |
4550 * plot/hist.m: Avoid saturation when the x values are in an | |
4551 inetger type. | |
4552 | |
4553 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
4554 | |
4555 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
4556 functions. | |
4557 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
4558 | |
4559 2007-11-26 David Bateman <dbateman@free.fr> | |
4560 | |
4561 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
4562 extent. | |
4563 | |
4564 * plot/colorbar.m: New function. | |
4565 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4566 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
4567 precalculate the clim, set pm3d except for mesh. | |
4568 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
4569 save the real values so that colorbar corresponds to the contour | |
4570 levels. | |
4571 | |
9967 | 4572 * plot/stem.m: Set marker color the same as the line color. Draw |
7189 | 4573 a single discontinous line object for the stems. |
4574 | |
4575 * plot/sphere.m: New function ported from JHandles. | |
4576 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4577 | |
4578 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
4579 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
4580 to get enhanced mode to work correctly for the X11 terminal. | |
4581 | |
4582 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
4583 the reverse. Allow an axes handle to be passed and/or returned. | |
4584 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
4585 | |
4586 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
4587 sort surface patches by their depth and not the order they are | |
4588 rendered in. | |
4589 | |
4590 * plot/__patch__.m: Set clim correctly. | |
9967 | 4591 * plot__go_draw_axes__.m: Allow patch objects to have markers, and |
7189 | 4592 the marker color is determined by the cmap. |
4593 * plot/scatter.m: New function to 2D scatter plots. | |
4594 * plot/scatter3.m: New function to 3D scatter plots. | |
4595 * plot/__scatter__.m: Support function for scatter plots | |
4596 * Makefile.in (SOURCES): Ad dnew functions here. | |
4597 | |
4598 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
4599 Return whether the terminal supports enhanced text or not. | |
4600 (drawnow:enhanced_term): New sub-function to determine if terminal | |
4601 supports enhanced mode. | |
4602 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
4603 __go_draw_axes__. | |
4604 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
4605 needed to support the enhanced mode. | |
4606 * plot/print.m: Remove "enhanced" option as this is now treated in | |
4607 drawnow.m. | |
4608 | |
4609 * plot/caxis.m: New function to control the color axis limits. | |
4610 * plot/Makefile.in (SOURCES): Include it. | |
4611 * plot/axis.m: Allow the first argument to be an axes handle. | |
4612 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
4613 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
4614 caxis limits. | |
4615 | |
4616 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
4617 * image/Makefile.in (SOURCES): Include it. | |
4618 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
9967 | 4619 of the bars for the colormap. |
7189 | 4620 * plot/bar.m, plot/barh.m: Document that axis handles can be |
4621 passed. | |
4622 * plot/__contour.m: Avoid possible divide by zero error. | |
4623 * plot/contour.m: Missing semicolon. | |
4624 * plot/surface.m: Don't attempt to set additional arguments if | |
4625 there are none. | |
4626 * plot/Makefile.in (SOURCES): Include __bars__.m | |
9967 | 4627 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4628 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 4629 |
4630 * plot/__bar__.m: put bar creation code into separate function | |
4631 to allow easy hook up from other graphic backends | |
4632 | |
4633 * plot/__bars__.m: new function containing bar creation code | |
4634 | |
7186 | 4635 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
4636 | |
4637 * general/accumarray.m: Correct dimension check. | |
4638 | |
7183 | 4639 2007-11-26 John W. Eaton <jwe@octave.org> |
4640 | |
4641 * polynomial/residue.m: Prepad along second dimension. | |
4642 From Doug Stewart <dastew@sympatico.ca>. | |
4643 | |
7181 | 4644 2007-11-26 Kai Habel <kai.habel@gmx.de> |
4645 | |
7183 | 4646 * plot/cylinder.m, plot/slice.m: New functions. |
4647 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 4648 |
7177 | 4649 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
4650 | |
4651 * plot/patch.m: Handle arg may also be hggroup object. | |
4652 Use ancestor to find parent axes object. | |
4653 | |
7175 | 4654 2007-11-14 David Bateman <dbateman@free.fr> |
4655 | |
4656 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
4657 flag to patch that it is not closed. Allow z to take string | |
4658 arguments and use it to flag that the contours are placed at the | |
4659 z level of the contour itself. | |
4660 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
4661 objects as well. Let hidden removal take precedence in case of a | |
4662 conflict. | |
4663 * plot/surface.m: Allow surface to treat handles being passed or | |
4664 returned. Any additional arguments arr used to set the surface | |
4665 handle. | |
4666 * plot/contour3.m: New function | |
4667 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4668 | |
7173 | 4669 2007-11-14 John W. Eaton <jwe@octave.org> |
4670 | |
4671 * specfun/bessel.m: Update doc string from | |
4672 src/DLD-FUNCTIONS/besselj.cc. | |
4673 | |
7170 | 4674 2007-11-12 David Bateman <dbateman@free.fr> |
4675 | |
4676 * plot/contour.m: Allow handles to be passed and returned. Split | |
4677 the countour function itself into __contour__.m to be shared with | |
4678 surfc and meshc. | |
4679 * plot/__contour__.m: New file | |
4680 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4681 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
4682 the face or edge if the facecolor or edge color are marked as | |
4683 "none". Allow the edgecolor to be determined by the cdata in the | |
4684 same manner as the facecolor. Fail if facecolor is not "none" and | |
4685 a 3-D plot is desired, rather than ignoring zdata. Make the | |
9967 | 4686 storage of 3D/4D data consistent between line, surface and patch |
7170 | 4687 objects. |
4688 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
4689 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 4690 |
4691 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
4692 Handle fontweight and fontangle properties. | |
4693 | |
7163 | 4694 2007-11-12 Kai Habel <kai.habel@gmx.de> |
4695 | |
4696 * plot/spinmap.m, plot/ribbon.m: New functions. | |
4697 * plot/Makefile.in (SOURCES): Add them to the list. | |
4698 | |
4699 2007-11-12 John W. Eaton <jwe@octave.org> | |
4700 | |
4701 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
4702 Use it to avoid duplicated code. | |
4703 | |
7161 | 4704 2007-11-12 David Bateman <dbateman@free.fr> |
4705 | |
7162 | 4706 * plot/title.m: Fix return value for nargout > 0. |
4707 | |
4708 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
4709 specified for the title, xlabel, ylabel and text objects. | |
4710 | |
7161 | 4711 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
4712 4.0 and surface plots. | |
4713 | |
7160 | 4714 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
4715 | |
4716 * plot/__patch__.m: Fix computation of faces when patch is defined | |
4717 with X/Y/Z data. | |
4718 | |
7146 | 4719 2007-11-09 John W. Eaton <jwe@octave.org> |
4720 | |
7152 | 4721 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 4722 Correct logic in setting palette data. |
7152 | 4723 |
7151 | 4724 * audio/wavread.m, control/base/__bodquist__.m, |
4725 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
4726 control/system/c2d.m, control/system/is_detectable.m, | |
4727 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
4728 control/system/tfout.m, general/isdefinite.m, | |
4729 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
4730 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
4731 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
4732 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
4733 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
4734 testfun/test.m: Use specific end keywords. | |
4735 | |
7146 | 4736 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
4737 | |
4738 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
4739 | |
4740 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
4741 Don't change view if hold is on. | |
4742 | |
7142 | 4743 2007-11-09 David Bateman <dbateman@free.fr> |
4744 | |
7149 | 4745 * plot/hidden.m: New function. |
4746 * plot/Makefile.in (SOURCES): Add it here. | |
4747 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
4748 line removal. | |
4749 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
4750 removal and if it is "none" don't do hidden line removal. | |
4751 | |
7148 | 4752 * plot/legend.m: Also allow labels for surface and patch types. |
4753 * plot/__bar__.m: Split into separate patch pbjects to allow | |
4754 setting of the legend. | |
4755 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
4756 objects as well. | |
4757 | |
7146 | 4758 * plot/area.m, plot/__area__.m: New functions |
4759 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
4760 | |
7142 | 4761 * plot/patch.m: Correctly handle case of axis handle as first arg. |
4762 | |
7144 | 4763 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
4764 | |
4765 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
4766 | |
7131 | 4767 2007-11-08 John W. Eaton <jwe@octave.org> |
4768 | |
7133 | 4769 * control/base/dcgain.m, control/base/dre.m, |
4770 control/base/impulse.m, control/base/step.m, | |
4771 control/system/dmr2d.m, control/system/ord2.m, | |
4772 control/system/sys2ss.m, control/system/sysdimensions.m, | |
4773 control/system/sysgetsignals.m, control/system/sysout.m, | |
4774 control/system/tfout.m, control/system/ugain.m, | |
4775 control/system/zpout.m, control/util/strappend.m: | |
4776 Don't fail with usage message if nargout is too large. | |
4777 | |
7131 | 4778 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
4779 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4780 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 4781 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
4782 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
4783 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
4784 control/obsolete/rotg.m, control/obsolete/series.m, | |
4785 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
4786 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 4787 control/system/__syschnamesl__.m, |
4788 control/system/__syscont_disc__.m, | |
4789 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
4790 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
4791 control/system/abcddim.m, control/system/buildssic.m, | |
4792 control/system/c2d.m, control/system/cellidx.m, | |
4793 control/system/d2c.m, control/system/dmr2d.m, | |
4794 control/system/fir2sys.m, control/system/is_abcd.m, | |
4795 control/system/is_controllable.m, control/system/is_detectable.m, | |
4796 control/system/is_digital.m, control/system/is_observable.m, | |
4797 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4798 control/system/jet707.m, control/system/listidx.m, | |
4799 control/system/parallel.m, control/system/ss.m, | |
4800 control/system/ss2sys.m, control/system/ss2zp.m, | |
4801 control/system/starp.m, control/system/sys2ss.m, | |
4802 control/system/sys2tf.m, control/system/sys2zp.m, | |
4803 control/system/sysadd.m, control/system/sysappend.m, | |
4804 control/system/sysconnect.m, control/system/syscont.m, | |
4805 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 4806 control/system/sysdup.m, control/system/sysgetsignals.m, |
4807 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 4808 control/system/sysmult.m, control/system/sysout.m, |
4809 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 4810 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 4811 control/system/syssub.m, control/system/sysupdate.m, |
4812 control/system/tf.m, control/system/tf2ss.m, | |
4813 control/system/tf2sys.m, control/system/tfout.m, | |
4814 control/system/zp.m, control/system/zp2ss.m, | |
4815 control/system/zp2sys.m, control/system/zp2tf.m, | |
4816 control/system/zpout.m, control/util/__outlist__.m, | |
4817 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
4818 control/util/prompt.m, control/util/sortcom.m, | |
4819 control/util/zgfmul.m, control/util/zgfslv.m, | |
4820 control/util/zginit.m, control/util/zgreduce.m, | |
4821 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 4822 |
7130 | 4823 2007-11-08 David Bateman <dbateman@free.fr> |
4824 | |
4825 * plot/quiver.m: Fix arrowheads. | |
4826 | |
7128 | 4827 2007-11-07 Ben Abbott <bpabbott@mac.com> |
4828 | |
4829 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 4830 Handle "rows" argument. New tests. |
7128 | 4831 (cell_ismember): New function. |
4832 | |
7127 | 4833 2007-11-07 John W. Eaton <jwe@octave.org> |
4834 | |
4835 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4836 control/base/__stepimp__.m, control/base/are.m, | |
4837 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
4838 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
4839 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
4840 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
4841 control/base/ltifr.m, control/base/nichols.m, | |
4842 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
4843 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
4844 Style fixes. | |
4845 | |
7125 | 4846 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
4847 | |
4848 * control/base/bode_bounds.m, control/base/dgram.m, | |
4849 control/base/dlyap.m, control/base/freqchkw.m, | |
4850 control/base/gram.m, control/base/place.m, | |
4851 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
4852 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
4853 control/system/is_signal_list.m, control/system/ss2tf.m, | |
4854 control/system/sys2fir.m, control/system/sysgettsam.m, | |
4855 control/system/sysgettype.m, control/system/sysreorder.m, | |
4856 control/system/tf2sys.m, control/system/zp2tf.m, | |
4857 control/util/axis2dlim.m, control/util/swap.m, | |
4858 control/util/zgfmul.m, control/util/zgfslv.m, | |
4859 control/util/zginit.m, control/util/zgreduce.m, | |
4860 control/util/zgrownorm.m, control/util/zgscal.m, | |
4861 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
4862 geometry/inpolygon.m, linear-algebra/housh.m, | |
4863 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
4864 miscellaneous/run.m, quaternion/qconj.m, | |
4865 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
4866 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
4867 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
4868 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
4869 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
4870 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
4871 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
4872 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
4873 statistics/distributions/empirical_cdf.m, | |
4874 statistics/distributions/empirical_inv.m, | |
4875 statistics/distributions/empirical_pdf.m, | |
4876 statistics/models/logistic_regression_derivatives.m, | |
4877 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
4878 | |
7118 | 4879 2007-11-07 David Bateman <dbateman@free.fr> |
4880 | |
7120 | 4881 * general/gradient.m: Correctly convert deltax and deltay scalar |
4882 values are scalars to vectors. | |
4883 | |
7119 | 4884 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
4885 the meshc.m function. | |
4886 * plot/meshc.m: Also use the surface function. | |
9967 | 4887 |
7120 | 4888 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 4889 * plot/Makefile.in (SOURCES): Add them to the list. |
4890 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
4891 | |
7117 | 4892 2007-11-07 Michael Zeising <michael@michaels-website.de> |
4893 | |
4894 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
4895 | |
7115 | 4896 2007-11-07 John W. Eaton <jwe@octave.org> |
4897 | |
4898 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
4899 the data limits are infinite. | |
4900 (get_data_limits): Don't do anything if xdat or tx are empty. | |
4901 (get_axis_limits): Don't do anything if min_val or max_val are | |
4902 infinite. | |
4903 | |
7112 | 4904 2007-11-06 David Bateman <dbateman@free.fr> |
4905 | |
4906 * plot/hist.m: Pass any additional arguments to bar for | |
4907 treatment. Create a default x value that is always a vector. | |
4908 | |
7111 | 4909 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
4910 | |
4911 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
4912 when calling ./configure and add quotes to preserve spaces. | |
7109 | 4913 |
4914 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
4915 | |
4916 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
4917 New files. | |
4918 * plot/mesh.m: Call surface to do the real work. | |
4919 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
4920 properties. | |
4921 | |
4922 * image/colormap.m: Also return current colormap if nargout and | |
4923 nargin are both 0. | |
4924 | |
7106 | 4925 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
4926 | |
4927 * startup/inputrc: Delete key bindings starting with \340 code. | |
4928 | |
7112 | 4929 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 4930 |
4931 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
4932 to avoid issues of over- and underflow. From Rolf Fabian | |
4933 <Rolf.Fabian@gmx.de>. | |
4934 | |
7097 | 4935 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
4936 | |
4937 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
4938 help texts. | |
4939 | |
7096 | 4940 2007-11-02 Kai Habel <kai.habel@gmx.de> |
4941 | |
4942 * plot/bar.m, plot/barh.m: Doc fix. | |
4943 | |
7094 | 4944 2007-10-31 John W. Eaton <jwe@octave.org> |
4945 | |
4946 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
4947 | |
7086 | 4948 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
4949 | |
4950 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
4951 objects and legend objects are implemented with a separate axes | |
4952 object. | |
4953 | |
7078 | 4954 2007-10-30 David Bateman <dbateman@free.fr> |
4955 | |
7081 | 4956 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
4957 | |
7078 | 4958 * plot/__go_draw_axes__.m (do_linestyle_command): |
4959 Use point type 0 for ".". | |
4960 | |
7073 | 4961 2007-10-26 John W. Eaton <jwe@octave.org> |
4962 | |
7074 | 4963 * image/imshow.m: Improve compatibility. |
4964 * image/image.m: Return handle if nargou > 0. | |
4965 | |
7073 | 4966 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
4967 | |
7069 | 4968 2007-10-25 John W. Eaton <jwe@octave.org> |
4969 | |
4970 * miscellaneous/compare_versions.m: Style fixes. | |
4971 | |
7060 | 4972 2007-10-24 John W. Eaton <jwe@octave.org> |
4973 | |
7061 | 4974 * image/saveimage.m: Use functional form of save instead of eval. |
4975 Use -text instead of -ascii. | |
4976 | |
7060 | 4977 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
4978 | |
7054 | 4979 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
4980 | |
4981 * plot/legend.m: Also extract location string from varargin (lost | |
4982 when 2007-10-08 patch was applied). | |
4983 | |
7049 | 4984 2007-10-23 David Bateman <dbateman@free.fr> |
4985 | |
4986 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
4987 miscellaneous/what.m: New functions | |
4988 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
4989 functions. | |
4990 | |
7045 | 4991 2007-10-22 David Bateman <dbateman@free.fr> |
4992 | |
9967 | 4993 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
7045 | 4994 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
4995 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
4996 | |
7042 | 4997 2007-10-19 Kai Habel <kai.habel@gmx.de> |
4998 | |
4999 * plot/contourf.m: New function. | |
5000 * plot/Makefile.in (SOURCES): Add it to the list. | |
5001 | |
7040 | 5002 2007-10-19 John W. Eaton <jwe@octave.org> |
5003 | |
5004 * plot/subplot.m: Doc fix. | |
5005 | |
7039 | 5006 2007-10-19 David Bateman <dbateman@free.fr> |
5007 | |
7041 | 5008 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 5009 |
7037 | 5010 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
5011 | |
5012 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
5013 output. | |
5014 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5015 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 5016 |
5017 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
5018 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
5019 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
5020 control/system/syssetsignals.m, control/base/lqg.m, | |
5021 strings/str2double.m, control/system/sysscale.m, | |
5022 control/hinf/hinfdemo.m, general/cplxpair.m: | |
5023 Make help text fit on pages when using smallbook. | |
5024 | |
7028 | 5025 2007-10-15 David Bateman <dbateman@free.fr> |
5026 | |
7032 | 5027 * plot/print.m: Call drawnow before printing to ensure the plot is |
5028 on the screen. | |
5029 | |
7028 | 5030 * testfun/test.m: In error/warning blocks test for an error before |
5031 a warning to avoid unexpected failures. | |
5032 | |
7027 | 5033 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
5034 | |
9967 | 5035 * testfun/assert.m: Correct documentation of absolution versus |
7027 | 5036 relative error tolerance and add tests. |
5037 | |
7024 | 5038 2007-10-14 David Bateman <dbateman@free.fr> |
5039 | |
5040 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
5041 src directory. | |
5042 * plot/Makefile.in (SOURCES): Add fill.m. | |
5043 | |
7020 | 5044 2007-10-13 David Bateman <dbateman@free.fr> |
5045 | |
5046 * plot/__patch__.m: Allow multiple patches to be defined and | |
5047 return a single patch object. Allow Faces/Vertices form of | |
5048 patch. Flag failure so the patch can call print_usage. | |
5049 * plot/patch.m: Update help string for Faces/Vertices | |
5050 call. Respect the fail flag returned by __patch__. Add demo code | |
5051 that tests the functionality of patch. | |
5052 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
5053 patch object. | |
5054 * plot/fill.m: New function. | |
5055 | |
7016 | 5056 2007-10-12 John W. Eaton <jwe@octave.org> |
5057 | |
5058 * Change copyright notices in all files that are part of Octave to | |
5059 GPLv3 or any later version. | |
5060 | |
7012 | 5061 2007-10-11 John W. Eaton <jwe@octave.org> |
5062 | |
5063 * plot/__go_draw_axes__.m (get_axis_limits): | |
5064 Return lim = [] if logscale and no positive values. | |
5065 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
5066 Set initial min and min positive values to Inf, max values to -Inf. | |
5067 (get_data_limits): Correctly handle xminp when no positive values | |
5068 are found. | |
5069 | |
7011 | 5070 2007-10-11 Ben Abbott <bpabbott@mac.com> |
5071 | |
5072 * polynomial/residue.m: New optional input for pole multiplicity. | |
5073 Doc fix. Fix tests. | |
5074 | |
7010 | 5075 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
5076 | |
9967 | 5077 * toplev.cc (Foctave_config_info): Add field "mac". |
7010 | 5078 |
5079 * miscellaneous/ismac.m: New function. | |
5080 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
5081 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
5082 | |
7009 | 5083 2007-10-11 Arno Onken <asnelt@asnelt.org> |
5084 | |
5085 * statistics/distributions/hygernd.m: Allow size to be specified | |
5086 as a scalar. Handle three argument case. Allow T, M, and N to be | |
5087 scalars or matrices of a common size. | |
5088 | |
7007 | 5089 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
5090 | |
5091 * control/csrefcard.lt, control/system/is_detectable.m, | |
5092 control/system/sysgroup.m, geometry/voronoin.m, | |
5093 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
5094 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
5095 statistics/distributions/binornd.m, | |
5096 statistics/distributions/cauchy_rnd.m, | |
5097 statistics/distributions/chi2rnd.m, | |
5098 statistics/distributions/discrete_rnd.m, | |
5099 statistics/distributions/exprnd.m, | |
5100 statistics/distributions/frnd.m, | |
5101 statistics/distributions/gamrnd.m, | |
5102 statistics/distributions/geornd.m, | |
5103 statistics/distributions/laplace_rnd.m, | |
5104 statistics/distributions/logistic_rnd.m, | |
5105 statistics/distributions/lognrnd.m, | |
5106 statistics/distributions/nbinrnd.m, | |
5107 statistics/distributions/normrnd.m, | |
5108 statistics/distributions/poissrnd.m, | |
5109 statistics/distributions/stdnormal_rnd.m, | |
5110 statistics/distributions/trnd.m, | |
5111 statistics/distributions/unifrnd.m, | |
5112 statistics/distributions/wblrnd.m: Spelling fixes. | |
5113 | |
7005 | 5114 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
5115 | |
5116 * time/tic.m: New optional output value. | |
5117 | |
5118 * general/int2str.m: Doc fix. | |
5119 | |
7002 | 5120 2007-10-10 Arno Onken <asnelt@asnelt.org> |
5121 | |
5122 * statistics/distributions/hygecdf.m, | |
5123 statistics/distributions/hygeinv.m, | |
5124 statistics/distributions/hygepdf.m, | |
5125 statistics/distributions/hygernd.m: | |
5126 Swap order of T and M args for compatibility. | |
5127 | |
7001 | 5128 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
5129 | |
5130 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
5131 control/system/buildssic.m, control/system/c2d.m, | |
5132 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
5133 control/system/ss2sys.m, control/system/ss2tf.m, | |
5134 control/system/syscont.m, control/system/sysdimensions.m, | |
5135 control/system/sysdisc.m, control/system/sysmult.m, | |
5136 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
5137 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
5138 general/interp1.m, general/interp2.m, general/interp3.m, | |
5139 general/interpft.m, general/interpn.m, general/polyarea.m, | |
5140 general/rat.m, general/structfun.m, general/trapz.m, | |
5141 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
5142 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
5143 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
5144 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
5145 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
5146 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
5147 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
5148 statistics/base/meansq.m, statistics/base/var.m, | |
5149 statistics/tests/chisquare_test_independence.m, | |
5150 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
5151 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
5152 testfun/test.m: Spelling fixes. | |
5153 | |
6998 | 5154 2007-10-10 Ben Abbott <bpabbott@mac.com> |
5155 | |
5156 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
5157 | |
6997 | 5158 2007-10-10 John W. Eaton <jwe@octave.org> |
5159 | |
5160 * general/num2str.m: Always allow for sign for automatically | |
5161 computed format widths. | |
5162 | |
6988 | 5163 2007-10-09 David Bateman <dbateman@free.fr> |
5164 | |
5165 * plot/patch.m: Accept a handle as the first argument. | |
5166 | |
6987 | 5167 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
5168 | |
7010 | 5169 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 5170 |
6985 | 5171 2007-10-09 John W. Eaton <jwe@octave.org> |
5172 | |
5173 * audio/wavwrite.m: Accept arguments in compatible order. | |
5174 | |
6979 | 5175 2007-10-08 David Bateman <dbateman@free.fr> |
5176 | |
5177 * general/interp2.m: Relax test for values outside the grid to | |
5178 allow monotonically decreasing abscissa as well. | |
5179 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5180 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 5181 |
5182 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
5183 as output parameter. | |
5184 | |
6977 | 5185 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
5186 | |
5187 * plot/__go_draw_axes__.m, plot/legend.m: | |
5188 Handle compatible position specifiers as strings. | |
5189 | |
6975 | 5190 2007-10-08 John Swensen <jpswensen@comcast.net> |
5191 | |
5192 * general/num2str.m: Eliminate extra whitespace in output. | |
5193 * strings/strtrim.m: New function. | |
5194 * strings/Makefile.in (SOURCES): Add it to the list. | |
5195 | |
6968 | 5196 2007-10-06 John W. Eaton <jwe@octave.org> |
5197 | |
5198 * polynomial/residue.m: New test from test/test_poly.m. | |
5199 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5200 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 5201 |
5202 * image/saveimage.m: Handle saving color images without a colormap. | |
5203 * image/__img_via_file__.m: Add missing semicolon. | |
5204 | |
5205 2007-10-06 Bill Denney <wsloand@gmail.com> | |
5206 | |
7010 | 5207 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 5208 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
5209 | |
6965 | 5210 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
5211 | |
5212 * plot/print.m: Handle svg output type. Accept new -S option to | |
5213 specify size for PNG and SVG output types. | |
5214 | |
5215 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 5216 |
5217 * polynomial/mpoles.m: New function. | |
5218 * polynomial/residue.m: Modified to behave in reciprocal | |
5219 manner. No longer compute 4th output, "e". No longer accept | |
5220 tolerance input. Explicitly set tolerance parameter to 0.001. | |
5221 Respect maximum relative difference in poles when determining | |
5222 their multiplicity. Use mpoles to determine the multiplicity of | |
5223 poles. | |
5224 | |
6963 | 5225 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
5226 | |
9967 | 5227 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
6963 | 5228 for surface plots. |
5229 | |
6962 | 5230 2007-10-05 John W. Eaton <jwe@octave.org> |
5231 | |
5232 * plot/__next_line_color__.m: Get color_rotation from axes | |
5233 colororder property. | |
5234 | |
6953 | 5235 2007-10-03 John W. Eaton <jwe@octave.org> |
5236 | |
6955 | 5237 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
5238 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
5239 | |
6953 | 5240 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
5241 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
5242 special for __vnorm__. | |
5243 | |
6951 | 5244 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
5245 | |
6952 | 5246 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 5247 |
6950 | 5248 2007-10-03 David Bateman <dbateman@free.fr> |
5249 | |
5250 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
5251 if a file is architecture dependent based on a list of file | |
5252 extensions. | |
5253 (configure_make): Simplify the search for architecture dependent | |
5254 files based on this function. | |
5255 (load_pakages_and_dependencies): Also look for bin directory in | |
5256 the architecture dependent directory. | |
5257 | |
6947 | 5258 2007-10-03 John W. Eaton <jwe@octave.org> |
5259 | |
5260 * miscellaneous/dir.m: Create empty struct with field names. | |
5261 Include datenum in struct. | |
9967 | 5262 |
6943 | 5263 2007-10-02 David Bateman <dbateman@free.fr> |
5264 | |
5265 * miscellaneous/ls.m: If nargout return string array of files | |
5266 returned by ls. | |
5267 | |
6942 | 5268 2007-10-01 John W. Eaton <jwe@octave.org> |
5269 | |
5270 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
5271 range values. | |
5272 | |
6937 | 5273 2007-10-01 David Bateman <dbateman@free.fr> |
5274 | |
7010 | 5275 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 5276 speed with small vectors. |
9967 | 5277 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
6937 | 5278 rather than OCTAVE_HOME(). |
5279 | |
6935 | 5280 2007-09-30 Ben Abbott <bpabbott@mac.com> |
5281 | |
5282 * plot/findobj.m: New function. | |
5283 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
5284 | |
6925 | 5285 2007-09-26 David Bateman <dbateman@free.fr> |
5286 | |
5287 * pkg/pkg.m: Add second argument to setting for prefix for | |
5288 architecture dependent files. Use throughout. | |
5289 (pkg:issuperuser): New function, use through to check for | |
5290 root user. | |
5291 (pkg:getarchprefix): function to give the archiecture dependent | |
5292 prefix for a package. | |
5293 (pkg:getarchdir): New function giving location of architetcure | |
5294 dependent directory. Use through out. | |
5295 (pkg:install): Treat architecture dependent directory separately | |
5296 as in might not be a sub-directory of the package directory. | |
5297 (pkg:uninstall): ditto. | |
5298 (pkg:create_pkgadddel): Check for global or local install for | |
5299 architecture dependent directory. | |
5300 (pkg:finish_installation): ditto. | |
5301 (pkg:write_INDEX): ditto. | |
5302 (pkg:load_packages_and_dependencies): ditto. | |
5303 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
5304 files to a new location if user is root. | |
5305 (pkg:rm_rf): Check if file or directory exists before removing. | |
5306 (pkg:dirempty): Check if directory exists before checking. | |
9967 | 5307 |
6925 | 5308 * plot/___patch__.m: Allow face colors to be passed as strings |
5309 | |
5310 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
5311 needed for calls to "hold" without an argument. | |
5312 | |
6920 | 5313 2007-09-21 John W. Eaton <jwe@octave.org> |
5314 | |
6921 | 5315 * optimization/sqp.m: Fix typo. |
5316 | |
6920 | 5317 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
5318 | |
6919 | 5319 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
5320 | |
5321 * control/hinf/h2norm: Compute d*d', not d'*d. | |
5322 | |
6918 | 5323 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
5324 | |
5325 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
5326 unidpdf.m and unidinv.m | |
5327 | |
6914 | 5328 2007-09-18 John W. Eaton <jwe@octave.org> |
5329 | |
5330 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
5331 (do_tics_1): Set numeric axes formats to "%.15g". | |
5332 | |
6912 | 5333 2007-09-18 David Bateman <dbateman@free.fr> |
5334 | |
5335 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
5336 of %g when writing data. | |
5337 | |
6908 | 5338 2007-09-17 John W. Eaton <jwe@octave.org> |
5339 | |
5340 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
5341 | |
6903 | 5342 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
5343 | |
5344 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
5345 noninteger N with N-K < 1. | |
5346 | |
6901 | 5347 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
5348 | |
5349 * strings/index.m: Correct for strings differing after the third | |
5350 position (bug reported by Maude Martin). | |
5351 | |
6895 | 5352 2007-09-13 John W. Eaton <jwe@octave.org> |
5353 | |
5354 * plot/__default_colormap__.m: Delete. | |
5355 * plot/Makefile (SOURCES): Remove from the list. | |
5356 | |
6898 | 5357 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
5358 | |
5359 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
5360 | |
6885 | 5361 2007-09-10 David Bateman <dbateman@free.fr> |
5362 | |
5363 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
5364 limit the selection of colors in the same way as for lines. | |
5365 * plot/__patch__.m: Allow matrix arguments with one patch per | |
5366 column. | |
5367 * plot/__bar__.m: Adapt to use "patch". | |
5368 | |
6870 | 5369 2007-09-06 John W. Eaton <jwe@octave.org> |
5370 | |
5371 * plot/drawnow.m (drawnow): New arg, debug_file. | |
5372 (init_plot_stream): Split from open_plot_stream. | |
5373 * plot/print.m: Accept -debug=FILE argument. | |
5374 | |
6868 | 5375 2007-09-06 David Bateman <dbateman@free.fr> |
5376 | |
7010 | 5377 * general/celldisp.m: New function. |
5378 * general/Makefile.in (SOURCES): Add celldisp.m. | |
5379 * miscellaneous/swapbytes.m: New function. | |
5380 * miscellaneous/gzip.m: New function. | |
5381 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 5382 |
6863 | 5383 2007-09-05 David Bateman <dbateman@free.fr> |
5384 | |
7010 | 5385 * general/structfun.m: New function. |
5386 * general/Makefile.in (SOURCES): Add it to sources. | |
5387 * miscellaneous/run.m: New function. | |
5388 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
5389 * statistics/base/mode.m: New function. | |
5390 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 5391 |
6862 | 5392 2007-09-05 John W. Eaton <jwe@octave.org> |
5393 | |
5394 * miscellaneous/orderfields.m: Use numel instead of length. | |
5395 | |
5396 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
5397 | |
5398 * miscellaneous/orderfields.m: Handle empty structs. | |
5399 | |
6861 | 5400 2007-09-05 John W. Eaton <jwe@octave.org> |
5401 | |
5402 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
5403 DATA_IDX. | |
5404 | |
5405 2007-09-04 David Bateman <dbateman@free.fr> | |
5406 | |
5407 * general/isdir.m: Return a logical value. | |
5408 | |
6859 | 5409 2007-09-04 David Bateman <dbateman@free.fr> |
5410 | |
5411 * statistics/distributions/chi2pdf.m, | |
5412 statistics/distributions/chi2cdf.m, | |
5413 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
5414 distribution functions to account for inverse of scale factor in | |
5415 gamma functions. | |
5416 | |
6857 | 5417 2007-09-01 John W. Eaton <jwe@octave.org> |
5418 | |
5419 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
5420 | |
6853 | 5421 2007-09-01 David Bateman <dbateman@free.fr> |
5422 | |
5423 * polynomial/polyint.m: New function like polyinteg but with | |
5424 explicit integration constant. | |
5425 * polynomial/polyinteg.m: Remove. | |
5426 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
5427 polyinteg.m. | |
5428 * deprecated/polyinteg.m: Move version here. | |
5429 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
9967 | 5430 |
6852 | 5431 * geometry/voronoi.m: Add large box around data to get a good |
5432 approximation of the rays to infinity. | |
5433 | |
6851 | 5434 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
5435 | |
5436 * plot/axes.m: Allow parent to be specified when creating axes | |
5437 objects. Support non-figure parents. | |
5438 | |
5439 2007-08-31 John W. Eaton <jwe@octave.org> | |
5440 | |
5441 * plot/ancestor.m: New function, adapted from Octave Forge. | |
5442 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5443 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 5444 |
7010 | 5445 * polynomial/polygcd.m: Better layout of example. |
5446 * polynomial/compan.m: Remove unnecessary check. | |
5447 * polynomial/roots.m: Added example to help text. | |
5448 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
5449 * polynomial/poly.m: Added example to help text. | |
6850 | 5450 |
6848 | 5451 2007-08-30 John W. Eaton <jwe@octave.org> |
5452 | |
5453 * optimization/qp.m: Increase maxit to 200. | |
5454 | |
6847 | 5455 2007-08-30 David Bateman <dbateman@free.fr> |
5456 | |
5457 * geometry/inpolygon.m: New file. | |
5458 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
9967 | 5459 |
6843 | 5460 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
5461 | |
5462 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
5463 | |
6829 | 5464 2007-08-24 David Bateman <dbateman@free.fr> |
5465 | |
5466 * plot/__go_draw_axes__.m: Treat text color property. | |
5467 | |
6828 | 5468 2007-08-24 John W. Eaton <jwe@octave.org> |
5469 | |
5470 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
5471 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
5472 | |
5473 * miscellaneous/movefile.m: Separate second and third args and | |
5474 use p1 and p2, not f1 and f2 when constructing arguments for | |
5475 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
5476 | |
6825 | 5477 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
5478 | |
5479 * set/intersect.m: Make it work with cell arrays of strings. | |
5480 | |
6823 | 5481 2007-08-24 David Bateman <dbateman@free.fr> |
5482 | |
9967 | 5483 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
5484 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New | |
5485 functions ported from octave-forge. | |
7010 | 5486 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
9967 | 5487 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
5488 geometry/triplot.m, geometry/tsearchn.m: | |
5489 New functions. | |
7010 | 5490 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
5491 * geometry/Makefile.in (SOURCES): Add functions above. | |
5492 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
9967 | 5493 |
6820 | 5494 2007-08-23 John W. Eaton <jwe@octave.org> |
5495 | |
5496 * pkg/pkg.m: Avoid using installed_packages for both function and | |
5497 variable name. | |
5498 | |
5499 2007-08-23 David Bateman <dbateman@free.fr> | |
5500 | |
5501 * plot/plot.m: Allow first arg to be axes handle. | |
5502 | |
6818 | 5503 2007-08-22 David Bateman <dbateman@free.fr> |
5504 | |
5505 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
5506 outputs are returned only if requested. | |
5507 | |
5508 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
5509 | |
5510 * control/base/nichols.m: Fix typo. | |
5511 | |
6813 | 5512 2007-08-13 John W. Eaton <jwe@octave.org> |
5513 | |
5514 * plot/meshgrid.m: Use repmat instead of multiplication. | |
5515 | |
6809 | 5516 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
5517 | |
5518 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
5519 use axes position in each appropriate gnuplot set statement. | |
5520 | |
6808 | 5521 2007-08-10 John W. Eaton <jwe@octave.org> |
5522 | |
5523 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
5524 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
5525 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
5526 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
5527 | |
6807 | 5528 2007-08-10 Kai Habel <kai.habel@gmx.de> |
5529 | |
5530 * plot/patch.m, plot/__patch__.m: New files. | |
5531 * plot/Makefile.in (SOURCES): Add them to the list. | |
5532 | |
5533 2007-08-07 John W. Eaton <jwe@octave.org> | |
5534 | |
5535 * path/savepath.m: Use single quotes for argument to PATH command | |
5536 that is inserted in file. | |
5537 | |
6805 | 5538 2007-07-27 John W. Eaton <jwe@octave.org> |
5539 | |
5540 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
5541 not set in the environment. | |
5542 | |
6796 | 5543 2007-07-25 David Bateman <dbateman@free.fr> |
5544 | |
5545 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5546 control/base/Makefile.in, control/hinf/Makefile.in, | |
9967 | 5547 control/obsolete/Makefile.in, control/system/Makefile.in, |
6796 | 5548 control/util/Makefile.in, deprecated/Makefile.in, |
5549 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5550 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5551 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
5552 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5553 polynomial/Makefile.in, quaternion/Makefile.in, | |
5554 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
5555 specfun/Makefile.in, special-matrix/Makefile.in, | |
5556 startup/Makefile.in, statistics/Makefile.in, | |
5557 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5558 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5559 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5560 Adjust DISTFILES to allow out of tree "make dist" to work. | |
5561 | |
6795 | 5562 2007-07-25 John W. Eaton <jwe@octave.org> |
5563 | |
5564 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
5565 | |
6793 | 5566 2007-07-24 David Bateman <dbateman@free.fr> |
5567 | |
5568 * image/flag.m: New colormap function. | |
5569 * images/Makefile.in: Include it in SOURCES. | |
5570 | |
9967 | 5571 * image/autumn.m image/bone.m image/cool.m image/copper.m |
5572 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
5573 image/rainbow.m image/spring.m image/summer.m image/white.m | |
6793 | 5574 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
5575 * image/gray.m, image/ocean.m: Use the same means of finding the | |
5576 number of colormap elements as the other colormap functions. | |
5577 | |
6790 | 5578 2007-07-24 Kai Habel <kai.habel@gmx.de> |
5579 | |
5580 * plot/__go_draw_axes__.m: Handle patch. | |
5581 | |
6788 | 5582 2007-07-23 David Bateman <dbateman@free.fr> |
5583 | |
5584 * general/rat.m: New function for ration approximation imported | |
5585 from octave-forge. | |
5586 * general/del2.m: New function for discrete laplacian operator. | |
5587 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
5588 | |
9967 | 5589 * image/autumn.m image/bone.m image/cool.m image/copper.m |
5590 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
5591 image/rainbow.m image/spring.m image/summer.m image/white.m | |
6788 | 5592 image/winter.m, image/brighten.m: Port image functions from |
5593 octave-forge. | |
5594 * image/Makefile.in: Add ported functions to SOURCES. | |
5595 * image/gray.m, image/ocean.m: Don't set the colormap for | |
5596 compatibility with matlab. | |
9967 | 5597 |
6788 | 5598 * plot/meshc.m, plot/peaks.m: Port plotting function from |
5599 octave-forge | |
5600 * plot/Makefile.in: Add ported functions to SOURCES. | |
5601 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
5602 using gnuplot 4.2 or greater. | |
9967 | 5603 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5604 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 5605 |
5606 * general/cart2sph.m: Fix unbalanced paranthesis. | |
5607 | |
6781 | 5608 2007-07-19 David Bateman <dbateman@free.fr> |
5609 | |
5610 * plot/fplot.m: More compatible version. | |
5611 | |
6780 | 5612 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
5613 | |
5614 * plot/clf.m: Check for valid handle before deleting. | |
5615 | |
5616 * plot/figure.m: Pass "figure" property/value pairs directly to | |
5617 __go_figure__ instead of using regular "set" call. | |
5618 | |
6779 | 5619 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
5620 | |
5621 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
5622 type for gnuplot. | |
5623 | |
6778 | 5624 2007-07-18 John W. Eaton <jwe@octave.org> |
5625 | |
5626 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
5627 gnuplot for each set of axes. | |
5628 | |
6777 | 5629 2007-07-18 David Bateman <dbateman@free.fr> |
5630 | |
6778 | 5631 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
5632 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
5633 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
5634 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
5635 Use standard scale factor rather than one on the scale factor for | |
5636 compatibility. | |
5637 | |
5638 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
9967 | 5639 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
6778 | 5640 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
5641 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
5642 Preserve backward compatibility. | |
6777 | 5643 |
6776 | 5644 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
5645 | |
5646 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
5647 to avoid issues with regexp special characters in the path strings. | |
5648 | |
6770 | 5649 2007-07-06 David Bateman <dbateman@free.fr> |
5650 | |
9967 | 5651 * general/accumarray.m: New function to create an array by |
6778 | 5652 accumulating the elements. |
6770 | 5653 |
6768 | 5654 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
5655 | |
5656 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
5657 (fdjac): Set nx outside of if block. | |
5658 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
5659 | |
6765 | 5660 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
5661 | |
5662 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
5663 | |
5664 * plot/axis.m: Also set "visible" property when setting axes to | |
5665 on/off. | |
5666 | |
6762 | 5667 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
5668 | |
5669 * image/colormap.m: Only return colormap if nargout > 0. | |
5670 Mark as command. | |
5671 | |
6758 | 5672 2007-06-25 John W. Eaton <jwe@octave.org> |
5673 | |
5674 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
5675 strcmp for selected property comparisons. | |
5676 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5677 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 5678 |
6778 | 5679 * image/imshow.m: Fix check for colormap arguments. |
6756 | 5680 |
6754 | 5681 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
5682 | |
5683 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
5684 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5685 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 5686 |
6778 | 5687 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 5688 argument, and note that the data should be sorted for the |
5689 definition of the median to be correct. | |
5690 | |
6778 | 5691 * statistics/base/std.m: Add missing square to definition of |
6754 | 5692 standard deviation. |
5693 | |
6778 | 5694 * statistics/base/cov.m: Add definition of covariance to the help text. |
5695 | |
5696 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 5697 statistics/base/std.m: |
5698 Note that \bar{x} is the mean value of x in the help text. | |
5699 | |
6778 | 5700 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 5701 coefficient to the help text. |
5702 | |
6778 | 5703 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
5704 | |
5705 * statistics/base/var.m: Put N in @math in help text. | |
5706 | |
9967 | 5707 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754 | 5708 statistics/tests/kolmogorov_smirnov_test.m: |
5709 Write about possible values of 'dist' in help text. | |
5710 | |
6778 | 5711 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 5712 Add definition of correlation to the help text. |
5713 | |
6778 | 5714 * statistics/base/logit.m, statistics/base/kendall.m, |
5715 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 5716 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
5717 TeXification of help text. | |
5718 | |
5719 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
5720 | |
5721 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
5722 Add missing @var's to help text. | |
5723 | |
5724 * statistics/models/logistic_regression.m: Fix typos in help text. | |
5725 | |
5726 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
5727 of help text. | |
5728 | |
5729 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
5730 help text. | |
5731 | |
5732 * statistics/distributions/unidpdf.m, | |
5733 statistics/distributions/discrete_pdf.m: | |
5734 Replace 'pDF' with 'PDF' in help text. | |
5735 | |
6753 | 5736 2007-06-25 John W. Eaton <jwe@octave.org> |
5737 | |
5738 * strings/substr.m: Use offset consistently in code and doc string. | |
5739 From Rafael Laboissiere <rafael@debian.org>. | |
5740 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5741 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 5742 |
6778 | 5743 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 5744 |
6751 | 5745 2007-06-25 John W. Eaton <jwe@octave.org> |
5746 | |
5747 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
5748 Recycle tic labels if necessary. From Juhani Saastamoinen | |
5749 <juhani@cs.joensuu.fi>. | |
5750 | |
6748 | 5751 2007-06-20 John W. Eaton <jwe@octave.org> |
5752 | |
6749 | 5753 * strings/index.m: Allow strings to be empty. |
5754 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
5755 | |
6748 | 5756 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
5757 | |
6747 | 5758 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
5759 | |
5760 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
5761 separate matrices. | |
5762 | |
6746 | 5763 2007-06-19 David Bateman <dbateman@free.fr> |
5764 | |
5765 * plot/axis.m: Prefer to use legend rather than the older Octave | |
5766 only ";;" legend syntax. | |
5767 * polynomial/mkpp.m: ditto. | |
5768 * polynomial/pchip.m: ditto. | |
5769 * signal/freqz_plot.m: ditto. | |
5770 * sparse/gplot.m: ditto. | |
5771 * sparse/treeplot.m: ditto. | |
5772 | |
6745 | 5773 2007-06-19 John W. Eaton <jwe@octave.org> |
5774 | |
5775 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
5776 (__go_draw_axes__): Call do_tics to handle tic marks. | |
5777 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5778 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 5779 |
6778 | 5780 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 5781 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
5782 to check for NA. | |
5783 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5784 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 5785 |
6778 | 5786 * optimization/glpk.m: TeXified the help text. |
5787 * optimization/qp.m: TeXified the help text. | |
5788 * optimization/sqp.m: TeXified the help text. | |
6741 | 5789 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5790 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 5791 |
6778 | 5792 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 5793 |
6738 | 5794 2007-06-15 John W. Eaton <jwe@octave.org> |
5795 | |
5796 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
5797 have_newer_gnuplot is true. | |
5798 | |
6736 | 5799 2007-06-15 Pete Gustafson <petegus@umich.edu> |
5800 | |
6778 | 5801 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
5802 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 5803 to 90, all others 0. |
5804 | |
6778 | 5805 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
5806 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 5807 get_data_limits. |
6778 | 5808 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 5809 called by __errplot__. |
5810 | |
6730 | 5811 2007-06-15 John W. Eaton <jwe@octave.org> |
5812 | |
5813 * testfun/test.m: Also return number of expected failures. | |
5814 | |
6724 | 5815 2007-06-14 John W. Eaton <jwe@octave.org> |
5816 | |
6730 | 5817 * set/ismember.m: Mark two tests known to fail with xtest. |
5818 | |
6724 | 5819 * plot/__go_draw_axes__.m: Handle text rotation property. |
5820 | |
6728 | 5821 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
5822 | |
5823 * testfun/test.m: Add xtest support for tests known to fail. | |
5824 | |
6727 | 5825 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
5826 | |
5827 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
5828 epslatexstandalone terminals. | |
5829 | |
6721 | 5830 2007-06-14 David Bateman <dbateman@free.fr> |
5831 | |
5832 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
5833 as permutation of results was incorrect. | |
5834 * general/interp1.m: Add demo on second derivative | |
5835 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 5836 call. Add 3D demo. Fix typos |
5837 * general/interp3.m: Fix typos. Correct permutation for use of | |
5838 interpn. | |
6721 | 5839 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
5840 | |
6717 | 5841 2007-06-13 John W. Eaton <jwe@octave.org> |
5842 | |
5843 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 5844 |
6706 | 5845 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
5846 | |
5847 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
5848 | |
6704 | 5849 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
5850 | |
5851 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
5852 Set have_linestyle to true if two character linestyle is found. | |
5853 | |
6702 | 5854 2007-06-12 David Bateman <dbateman@free.fr> |
5855 | |
6717 | 5856 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
5857 and interpn.m. | |
5858 | |
5859 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
5860 structure before using it. | |
5861 | |
5862 2007-06-12 David Bateman <dbateman@free.fr> | |
5863 | |
6704 | 5864 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 5865 * general/__splinen__.m: New support function for N-dimensional |
5866 spline interpolation. | |
5867 * general/bicubic.m: Allow definition of extrapolation | |
5868 value. Adapt tests to use new graphics interface | |
5869 * general/interp2.m: Call __splinen__ for 2-D spline | |
5870 interpolation. Make the lookup table code only be called for | |
5871 linear and nearest methods. | |
5872 * general/interpn.m: New function for N-dimensional, linear, nearest | |
5873 and spline interpolation. | |
5874 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
5875 and spline interpolation. | |
6704 | 5876 * polynomial/spline.m: Change examples to use new graphics interface. |
9967 | 5877 |
6701 | 5878 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
5879 | |
5880 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
5881 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5882 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 5883 |
5884 * plot/fplot.m: If function is inline, vectorize it. | |
5885 | |
6698 | 5886 2007-06-10 David Bateman <dbateman@free.fr> |
5887 | |
5888 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
5889 directory if need to, so that it fits on a line. | |
9967 | 5890 |
6695 | 5891 2007-06-07 David Bateman <dbateman@free.fr> |
5892 | |
5893 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
5894 saved file so that dependent packages are loaded first, and if | |
5895 nargout==0 don't return any arguments. | |
5896 (pkg:install): Only load packages that are marked autoload after | |
5897 install. Various fixes. Save in order. | |
5898 (pkg:uninstall): Save in order | |
5899 (pkg:load_packages): Use load_package_and_dependencies to load | |
5900 packages. | |
5901 (pkg:save_order): New function to sort package list with dependent | |
5902 packages first. | |
5903 (pkg:load_packages_and_dependencies): New function to load both a | |
5904 list of packages and their dependencies. | |
5905 (pkg:load_package_dirs): New function that returns a vector of the | |
5906 indexes into the installed package list indicating the packages to | |
5907 load and the order to load them in to respect the dependencies. | |
5908 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5909 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 5910 |
5911 * plot/axes.m: Eliminate redundant else clause. | |
5912 | |
6686 | 5913 2007-06-03 David Bateman <dbateman@free.fr> |
5914 | |
5915 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 5916 * pkg/pkg.m: Protect against multiple actions being define. |
9967 | 5917 |
6683 | 5918 2007-06-01 David Bateman <dbateman@free.fr> |
5919 | |
5920 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
5921 incorporate into main pkg function. | |
5922 (pkg:install): Check for existence of files to install before | |
5923 globbing and warn the user if they don't exist. | |
5924 | |
6675 | 5925 2007-05-31 David Bateman <dbateman@free.fr> |
5926 | |
9967 | 5927 * miscellaneous/copyfile.m: Split copying of multiple files to a |
6679 | 5928 directory over several copy command to limit the line length. |
5929 * miscellaneous/movefile.m: Ditto. | |
9967 | 5930 |
6675 | 5931 * pkg.m: Add build option to allow binary Octave packages to be |
5932 built from source packages. Probe absolute path of prefix, global | |
5933 and local lists. Use strcat, rather that [] for strings. | |
5934 (pkg:build): New function to binary binary package. | |
5935 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
5936 (pkg:repackage): Package binary Octave package from installation. | |
5937 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
5938 from m-files into main installation directory. | |
5939 (pkg:shell): Suppress verbose messages from shell and only display | |
5940 them with the verbose flag. | |
5941 (pkg:installed_packages): Also include the loaded flag in the | |
5942 local and global packages. | |
5943 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
5944 flagged as loaded. | |
5945 | |
5946 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
5947 | |
5948 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
5949 with and without architecture dependent directories. | |
5950 (pkg:installed_packages): Probe the global_list file even if it is | |
9967 | 5951 the same as the local_list. |
6675 | 5952 |
6669 | 5953 2007-05-29 John W. Eaton <jwe@octave.org> |
5954 | |
5955 * sparse/spy.m: Set axis to "ij" mode. | |
5956 | |
6664 | 5957 2007-05-24 John W. Eaton <jwe@octave.org> |
5958 | |
5959 * set/ismember.m: Quote first arg of "fail" tests. | |
5960 | |
6663 | 5961 2007-05-24 David Bateman <dbateman@free.fr> |
5962 | |
6778 | 5963 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 5964 |
6655 | 5965 2007-05-22 David Bateman <dbateman@free.fr> |
5966 | |
5967 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
5968 error(lasterr()(8:end)). | |
5969 (pkg:install): Warning for empty packages being removed. Suppress | |
5970 spurious output. Warning rather than error for uninstalling a | |
5971 package that is not installed to avoid RPM issue. | |
5972 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
5973 inst or architecture dependent directory if it exists. | |
5974 | |
6653 | 5975 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
5976 | |
5977 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
5978 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
5979 signal/freqz.m: Fix typos. | |
5980 | |
6645 | 5981 2007-05-21 David Bateman <dbateman@free.fr> |
5982 | |
5983 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
5984 force installation location. | |
5985 (rebuild): New subfunction to rebuild package database from | |
5986 installed packages. Also allows changing of autoload status | |
5987 (install): Warn use if attempting to install from non existent | |
9967 | 5988 file. |
6645 | 5989 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
5990 "USER", "root"))' for root test. | |
5991 | |
5992 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
5993 | |
5994 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
5995 and replace "\" characters with "/". | |
9967 | 5996 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
6645 | 5997 characters with "/" throughout. |
5998 (shell): New subfunction that wraps system and is careful with the | |
5999 shell on windows platforms. | |
6000 (configure_make): Explictly pass complier etc to configure | |
6001 process. | |
6002 (issuperuser): Force default to global install for Windows machines. | |
9967 | 6003 |
6636 | 6004 2007-05-19 Kristan Onu |
6005 | |
6006 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
6007 | |
6634 | 6008 2007-05-18 David Bateman <dbateman@free.fr> |
6009 | |
9967 | 6010 * pkg/pkg.m (install): More verbosity. |
6634 | 6011 (configure_make): Ditto. |
6012 (create_pkgadddel): Install in architecture dependent directory if | |
6013 it exists to address issues with autoload/mfilename. | |
6014 (write_INDEX): Check in archiecture dependent directories as well. | |
6015 | |
6633 | 6016 2007-05-17 David Bateman <dbateman@free.fr> |
6017 | |
6018 * plot/hbar.m: Remove. | |
6019 * plot/barh.m: and move it here. | |
6020 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6021 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 6022 |
6023 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
6024 | |
6629 | 6025 2007-05-16 John W. Eaton <jwe@octave.org> |
6026 | |
6027 * general/logspace.m: Return second arg if fewer than two values | |
6028 are requested. | |
6029 | |
6619 | 6030 2007-05-14 John W. Eaton <jwe@octave.org> |
6031 | |
6032 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
6033 on a new line. | |
6034 | |
6617 | 6035 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
6036 | |
6037 * statistics/distributions/norminv.m, | |
6038 statistics/distributions/norminv.m, | |
6039 statistics/distributions/normpdf.m, | |
6040 statistics/distributions/normrnd.m: | |
6041 Use standard deviation, not variance. | |
6042 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
6043 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
6044 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
6045 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
6046 backward compatibility. | |
6047 | |
6616 | 6048 2007-05-14 David Bateman <dbateman@free.fr> |
6049 | |
6050 * pkg/pkg.m: Mark loaded packages with "*". | |
6051 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6052 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 6053 |
6054 * miscellaneous/single.m: Doc fix. | |
6055 Convert to double instead of returning argument unchanged. | |
6056 | |
6057 * miscellaneous/doc.m: Doc fix. | |
6058 | |
6059 * miscellaneous/ver.m: Doc fix. | |
6060 Don't display information about Octave Forge. | |
6061 | |
6614 | 6062 2007-05-12 David Bateman <dbateman@free.fr> |
6063 | |
6064 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
6065 install to be printed. An error in the on_uninstall script causes | |
6066 a failure to uninstall. Place oct- and mex-files in an | |
6067 architecture dependent directory. | |
6068 | |
6611 | 6069 2007-05-09 John W. Eaton <jwe@octave.org> |
6070 | |
6071 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
6072 | |
6609 | 6073 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6074 | |
6075 * statistics/distributions/normcdf.m: Use standard deviation | |
6076 instead of variance for compatibility. | |
6077 | |
6078 2007-05-08 John W. Eaton <jwe@octave.org> | |
6079 | |
6080 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
6081 | |
6082 * set/ismember.m: Always return logical values. | |
6083 | |
6084 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 6085 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 6086 |
6087 * general/__isequal__.m: Allow numeric values of different classes | |
6088 to compare equal. | |
6089 | |
6606 | 6090 2007-05-07 David Bateman <dbateman@free.fr> |
6091 | |
6607 | 6092 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
6093 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 6094 |
6605 | 6095 2007-05-02 John W. Eaton <jwe@octave.org> |
6096 | |
6097 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
6098 | |
6604 | 6099 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6100 | |
6101 * contour.m: Rewrite help string. | |
6102 | |
6599 | 6103 2007-04-28 John W. Eaton <jwe@octave.org> |
6104 | |
6105 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
6106 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
6107 Special case nargout == 0. | |
6108 | |
6597 | 6109 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
6110 | |
6111 * general/sub2ind.m: Handle empty input, add tests. | |
6112 | |
6590 | 6113 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6114 | |
6115 * plot/contourc.m: Doc fix. | |
6116 | |
6586 | 6117 2007-04-26 David Bateman <dbateman@free.fr> |
6118 | |
6119 * plot/hist.m: Partially remove previous patch. | |
6120 | |
6582 | 6121 2007-04-26 David Bateman <dbateman@free.fr> |
6122 | |
6123 * plot/hist.m: Support returning of handle | |
6124 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
6125 cells. | |
6126 | |
6575 | 6127 2007-04-25 John W. Eaton <jwe@octave.org> |
6128 | |
6579 | 6129 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
6130 "title \"\"", not "". | |
6131 | |
6575 | 6132 * plot/legend.m: Initialize WARNED to false. |
6133 | |
6567 | 6134 2007-04-24 John W. Eaton <jwe@octave.org> |
6135 | |
6136 * io/beep.m: Fix cut and paste error. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6137 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 6138 |
6139 2007-04-23 John W. Eaton <jwe@octave.org> | |
6140 | |
6141 * plot/box.m: Delete extra endfunction keyword. | |
6142 | |
6560 | 6143 2007-04-23 David Bateman <dbateman@free.fr> |
6144 | |
6145 * plot/plot3.m: Call newplot. | |
6146 | |
6553 | 6147 2007-04-20 John W. Eaton <jwe@octave.org> |
6148 | |
6149 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
6150 | |
6546 | 6151 2007-04-19 John W. Eaton <jwe@octave.org> |
6152 | |
6153 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
6154 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
6155 | |
6544 | 6156 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
6157 | |
6158 * control/util/axis2dlim.m: Delete extraneous line. | |
6159 | |
6542 | 6160 2007-04-18 John W. Eaton <jwe@octave.org> |
6161 | |
6162 * specfun/factorial.m: Increase tolerance in large value test. | |
6163 | |
6540 | 6164 2007-04-18 David Bateman <dbateman@free.fr> |
6165 | |
6166 * __bar__.m: New support function for bar/hbar to support graphic | |
6167 handles, and additional arguments. | |
6168 * bar.m: Convert to use __bar__. | |
6169 * hbar.m: New function | |
6170 * hist.m: Explicitly set the width of the bar plot. | |
9967 | 6171 |
6533 | 6172 2007-04-17 John W. Eaton <jwe@octave.org> |
6173 | |
6534 | 6174 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
6175 | |
6533 | 6176 * set/ismember.m: New tests. |
6177 From David Grohmann <grohmann@arlut.utexas.edu> | |
6178 | |
6532 | 6179 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
6180 | |
6181 * specfun/factorial.m: Use gamma function instead of cumprod. | |
6182 Add tests. | |
6183 | |
6527 | 6184 2007-04-16 John W. Eaton <jwe@octave.org> |
6185 | |
6528 | 6186 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
6187 looks_like_copyright in src/help.cc. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6188 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 6189 |
6527 | 6190 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
6191 | |
6526 | 6192 2007-04-13 John W. Eaton <jwe@octave.org> |
6193 | |
6527 | 6194 * optimization/sqp.m: Initialize info to 0. |
6195 | |
6526 | 6196 * optimization/qp.m: Undo previous change. |
6197 | |
6524 | 6198 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6199 | |
6200 * spdiags.m: Fixed the four-argument case to work for columns of | |
6201 length one. | |
6202 | |
6523 | 6203 2007-04-12 John W. Eaton <jwe@octave.org> |
6204 | |
6205 * optimization/qp.m: Avoid Octave indexing bug. | |
6206 | |
6521 | 6207 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
6208 | |
6522 | 6209 * miscellaneous/menu.m, control/base/bddemo.m, |
6210 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
6211 control/system/sysrepdemo.m: | |
6212 Adapt to page_screen_output as a function. | |
6521 | 6213 |
6518 | 6214 2007-04-11 John W. Eaton <jwe@octave.org> |
6215 | |
6216 * miscellaneous/not.m: Delete. | |
6217 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
6218 | |
6219 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
6220 | |
6221 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
6222 that are close but not exactly equal. | |
6223 | |
6515 | 6224 2007-04-11 David Bateman <dbateman@free.fr> |
6225 | |
6226 * general/bitcmp.m: Make it work again. | |
6227 | |
6512 | 6228 2007-04-10 John W. Eaton <jwe@octave.org> |
6229 | |
6230 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
6231 that are close but not exactly equal. | |
6232 | |
6511 | 6233 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
6234 | |
6235 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
6236 in response to a change in x limits for now. | |
6237 | |
6510 | 6238 2007-04-09 John W. Eaton <jwe@octave.org> |
6239 | |
6240 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
6241 (__go_draw_axes__): Use it to write data to plot stream. | |
6242 | |
6509 | 6243 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
6244 | |
6245 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
6246 zeros. Set markerfacecolor property in call to plot. | |
6247 | |
6508 | 6248 2007-04-06 John W. Eaton <jwe@octave.org> |
6249 | |
6250 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
6251 | |
6252 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
6253 | |
6254 * plot/stem.m: Use plot instead of a series of calls to line. | |
6255 | |
6494 | 6256 2007-04-05 John W. Eaton <jwe@octave.org> |
6257 | |
6499 | 6258 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
6259 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
6260 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6261 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
6262 | |
6496 | 6263 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 6264 Use strcmpi instead of strcmp+tolower. |
6496 | 6265 Style fixes. |
6266 | |
6494 | 6267 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
6268 Plotting fixes. Style fixes. | |
6269 | |
6270 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
6271 Style fixes. | |
6272 | |
6273 * testfun/fail.m: No need to check for evalin and lastwarn. | |
6274 Style fixes. | |
6275 | |
6276 * testfun/demo.m, testfun/example.m: Style fixes. | |
6277 Use "strcat (...)" instead of "[...]". | |
6278 Use format specifiers in calls to warning. | |
6279 | |
6280 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
6281 Use "strcat (...)" instead of "[...]". | |
6282 Use "x(end)" instead of "x(length (x))". | |
6283 Check NA before NaN. | |
6284 Style fixes. | |
6285 | |
6473 | 6286 2007-03-29 John W. Eaton <jwe@octave.org> |
6287 | |
6474 | 6288 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 6289 |
6467 | 6290 2007-03-27 John W. Eaton <jwe@octave.org> |
6291 | |
6292 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
6293 control/base/Makefile.in, control/hinf/Makefile.in, | |
6294 control/obsolete/Makefile.in, control/system/Makefile.in, | |
6295 control/util/Makefile.in, deprecated/Makefile.in, | |
6296 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
6297 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
6298 miscellaneous/Makefile.in, optimization/Makefile.in, | |
6299 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
6300 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6301 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6302 special-matrix/Makefile.in, startup/Makefile.in, | |
6303 statistics/Makefile.in, statistics/base/Makefile.in, | |
6304 statistics/distributions/Makefile.in, | |
6305 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6306 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
6307 Use ln instead of $(LN_S) in dist target. | |
6308 | |
6465 | 6309 2007-03-27 David Bateman <dbateman@free.fr> |
6310 | |
6311 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
6312 gnuplot 4.0. | |
6313 | |
6464 | 6314 2007-03-26 John W. Eaton <jwe@octave.org> |
6315 | |
6316 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
6317 | |
6461 | 6318 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
6319 | |
6320 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
6321 plot stream and using binary data. | |
6322 | |
6459 | 6323 2007-03-26 John W. Eaton <jwe@octave.org> |
6324 | |
6325 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6326 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6327 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
6328 | |
6329 2007-03-26 David Bateman <dbateman@free.fr> | |
6330 | |
6461 | 6331 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
6332 | |
6459 | 6333 * plot/plot3.m: Handle line properties. |
6334 * plot/plot.m: Update docstring. | |
6335 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
6336 * plot/__plt__.m: Also gather properties. | |
6337 | |
6455 | 6338 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
6339 | |
6340 * testfun/assert.m: Delete special check for empty objects. | |
6341 Add test. | |
6342 | |
6453 | 6343 2007-03-26 John W. Eaton <jwe@octave.org> |
6344 | |
6454 | 6345 * plot/drawnow.m: Exit early if call is recursive. |
6346 | |
6453 | 6347 * plot/__go_draw_axes__.m (get_data_limits): New function. |
6348 Check for Inf too. | |
6349 (__go_draw_axes__): Use get_data_limits. | |
6350 | |
6450 | 6351 2007-03-24 John W. Eaton <jwe@octave.org> |
6352 | |
6451 | 6353 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
6354 send terminal setting command with title option to plot stream. | |
6355 | |
6450 | 6356 * plot/legend.m: Correctly increment index into list of children.. |
6357 | |
6434 | 6358 2007-03-23 John W. Eaton <jwe@octave.org> |
6359 | |
6448 | 6360 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
6361 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
6362 control/base/nyquist.m, control/base/nichols.m, | |
6363 control/base/frdemo.m, signal/freqz_plot.m, | |
6364 control/base/__stepimp__.m, control/base/bode.m, | |
6365 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
6366 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 6367 Update plotting code. |
6368 | |
6369 * control/base/bode.m: Unwrap phase angle. | |
6370 | |
6371 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
6372 | |
6373 * plot/axis.m: Don't check automatic_replot, or call replot. | |
6374 | |
6375 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
6376 commands. | |
6446 | 6377 |
6442 | 6378 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 6379 Handle numeric color specs. |
6442 | 6380 * plot/plot.m: Remove "-@" and "@" from docstring. |
6381 | |
6441 | 6382 * plot/orient.m: Fix tests to avoid creating a plot window. |
6383 | |
6440 | 6384 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
6385 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6386 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
6387 general/arrayfun.m, miscellaneous/compare_versions.m, | |
6388 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
6389 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
6390 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
6391 | |
6438 | 6392 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
6393 plot, not just multiplots. | |
6394 | |
6436 | 6395 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
6396 | |
6434 | 6397 * plot/contour.m: Don't call drawnow. |
6398 | |
6431 | 6399 2007-03-22 John W. Eaton <jwe@octave.org> |
6400 | |
6432 | 6401 * plot/drawnow.m: Check and optionally, set, the __modified__ |
6402 property of each figure. | |
6403 | |
6431 | 6404 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
6405 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
6406 | |
6407 2007-03-21 John W. Eaton <jwe@octave.org> | |
6408 | |
6409 * linear-algebra/null.m: Set elements of retval with magnitudes | |
6410 less than eps to 0. | |
6411 | |
6429 | 6412 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 6413 |
6414 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 6415 * testfun/speed.m: Documentation and example fix. |
9967 | 6416 |
6424 | 6417 2007-03-21 John W. Eaton <jwe@octave.org> |
6418 | |
6419 * plot/subplot.m: If we find an existing subplot region, set | |
6420 it to be the "currentaxes" property for the current figure. | |
6425 | 6421 Delete old axes objects if the new axes object overlaps the old. |
6424 | 6422 |
6422 | 6423 2007-03-20 David Bateman <dbateman@free.fr> |
6424 | |
6425 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
6426 | |
6427 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
6428 | |
6429 * general/arrayfun.m: New function. | |
6430 | |
6418 | 6431 2007-03-20 John W. Eaton <jwe@octave.org> |
6432 | |
6419 | 6433 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
6434 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
6435 | |
6436 * plot/clf.m: Don't call drawnow. | |
6437 | |
6431 | 6438 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 6439 |
6420 | 6440 * image/__img__.m: Maybe set yaxis to reverse for images. |
6441 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
6442 images. | |
6443 | |
6418 | 6444 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 6445 instead of global. Only register __go_close_all__ with atexit if |
6446 the plot stream is successfully opened. | |
6418 | 6447 |
6413 | 6448 2007-03-15 John W. Eaton <jwe@octave.org> |
6449 | |
6418 | 6450 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 6451 From Daniel J Sebald <daniel.sebald@ieee.org>. |
6452 | |
6453 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
6454 | |
6455 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 6456 Use numeric line types. |
6413 | 6457 |
6458 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 6459 lines and larger markers. Remove key titles from line type |
6460 properties. | |
6413 | 6461 |
6405 | 6462 2007-03-14 John W. Eaton <jwe@octave.org> |
6463 | |
6412 | 6464 * plot/__axis_label__.m: Accept additional property-value pairs |
6465 and pass them to __go_text__. Simply return the handle obtained | |
6466 from __go_text__ instead of calling get on the current axis. | |
6467 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
6468 Allow for extra property value pairs to be passed along. | |
6469 * plot/title.m: Implement with __axis_label__ since it does all | |
6470 that title needs to do. | |
6471 | |
6410 | 6472 * plot/clf.m: Set currentaxes property for current figure to []. |
6473 | |
6405 | 6474 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
6475 | |
6476 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
6477 and __plt2__, not just the last. | |
6478 | |
6479 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
6480 (SOURCES_IN, GEN_M): Delete. | |
6481 (FCN_FILES): Don't include $(GEN_M). | |
6482 (all): Don't depend on $(GEN_M). | |
6483 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
6484 | |
6485 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
6486 | |
6487 * plot/newplot.m: Call __go_axes_init__ instead of | |
6488 __uiobject_axes_init__. | |
6489 | |
6490 * plot/mesh.m: Use __go_surface__ instead of | |
6491 __uiobject_surface_ctor__. Don't access object fields directly. | |
6492 | |
6493 * plot/line.m: Use __line__ to do actual work. | |
6494 * plot/__line__.m: New function. | |
6495 | |
6496 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
6497 Use get and set instead of accessing object fields directly. | |
6498 | |
6499 * plot/figure.m: Use __go_figure__ to create figure graphics | |
6500 handle. | |
6501 | |
6502 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
6503 __uiobject_close_all. Call __go_draw_figure__ instead of | |
6504 __uiobject_draw_figure__. | |
6505 | |
6506 * plot/clf.m: Use get instead of accessing object fields | |
6507 directly. Simply delete children. Don't set currentaxes. | |
6508 | |
6509 * plot/close.m (close_all_figures): New subfunction. | |
6510 Use it instead of getting list of figures to close from | |
6511 __uiobject_figures__. | |
6512 | |
6513 * plot/closereq.m: Simply delete the current figure. Don't set | |
6514 currentfigure. | |
6515 | |
6516 * plot/__errplot__.m: Call __line__ instead of | |
6517 __uiobject_line_ctor__. Use set instead of accesing object fields | |
6518 directly. Don't call __uiobject_adopt__. | |
6519 | |
6520 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
6521 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
6522 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
6523 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
6524 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
6525 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
6526 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
6527 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
6528 plot/__uiobject_init_root_figure__.in, | |
6529 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
6530 plot/__uiobject_root_figure_ctor__.m, | |
6531 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
6532 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
6533 plot/set.in: Delete. | |
6408 | 6534 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 6535 |
6536 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
6537 Pass "hidden" as second arg to close. | |
6538 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
6539 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 6540 * plot/Makefile.in (SOURCES_M): Rename in list. |
9967 | 6541 |
6405 | 6542 * image/__img__.m: Use __go_image__ to create image graphics |
6543 handle. | |
6544 | |
6545 * miscellaneous/delete.m: Call __go_delete__, not | |
6546 __uiobject_delete__. Check that arg is a graphics handle before | |
6547 calling __go_delete__. | |
6548 | |
6403 | 6549 2007-03-13 John W. Eaton <jwe@octave.org> |
6550 | |
6551 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
6552 arg instead of switch statement. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6553 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 6554 |
6555 2007-03-12 John W. Eaton <jwe@octave.org> | |
6556 | |
6557 * miscellaneous/cast.m: New function. | |
6558 | |
6559 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
6560 | |
6398 | 6561 2007-03-08 John W. Eaton <jwe@octave.org> |
6562 | |
6563 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
6564 tilde expansion on target filename before passing it to the shell. | |
6565 | |
6566 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
6567 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
6568 | |
6396 | 6569 2007-03-08 David Bateman <dbateman@free.fr> |
6570 | |
6571 * statistics/base/unidrnd.m: Move to statistics/distributions | |
6572 replacing slower version based on dicrete_rnd. | |
6573 | |
6392 | 6574 2007-03-07 John W. Eaton <jwe@octave.org> |
6575 | |
6395 | 6576 * control/base/rlocus.m: Update for current plotting functions. |
6577 | |
6578 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
6579 | |
6580 * control/base/rlocus.m: Improve display. | |
6581 | |
6582 2007-03-07 John W. Eaton <jwe@octave.org> | |
6583 | |
6584 * plot/legend.m: Only handle positions -1:4. | |
6585 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
6586 found in option string | |
6587 * plot/__uiobject_draw_axes__.m: Handle key position. | |
6588 | |
6394 | 6589 * plot/newplot.m: Always reset next line color. |
6590 | |
6392 | 6591 * testfun/assert.m: Check that number of dimensions match before |
6592 checking dimensions. | |
6593 | |
6391 | 6594 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
6595 | |
6596 * specfun/perms.m, specfun/factorial.m: Check args. | |
6597 | |
6387 | 6598 2007-03-07 John W. Eaton <jwe@octave.org> |
6599 | |
6390 | 6600 * plot/mesh.m: Call newplot before doing anything. |
6601 | |
6602 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
6603 just "e". Only flush plot stream once. | |
6604 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
6605 | |
6387 | 6606 * strings/blanks.m: Omit first index in assignment. |
6607 | |
6386 | 6608 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
6609 | |
6610 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
6611 | |
6385 | 6612 2007-03-06 David Bateman <dbateman@free.fr> |
6613 John W. Eaton <jwe@octave.org> | |
6614 | |
6615 * set/setdiff.m: Ignore "rows" for cell array args. | |
6616 Handle cellstr args. | |
6617 | |
6382 | 6618 2007-03-05 John W. Eaton <jwe@octave.org> |
6619 | |
6620 * optimization/sqp.m: Defer first call to obj_hess until after | |
6621 calling obj_fun. | |
6622 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6623 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 6624 |
6625 * specfun/nchoosek.m: Fix nargin check. | |
6626 | |
6376 | 6627 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
6628 | |
6629 * image/__img__.m: Don't set xlim and ylim properties. | |
6630 | |
6374 | 6631 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
6632 | |
6633 * general/interp1.m: Fix *style cases for decreasing x. | |
6634 | |
6372 | 6635 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
6636 | |
6637 * polynomial/roots.m: Check nargin before accessing arg. | |
6638 | |
6369 | 6639 2007-02-28 John W. Eaton <jwe@octave.org> |
6640 | |
6641 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
6642 increment data_idx unless using gnuplot for display. | |
6643 | |
6368 | 6644 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
6645 | |
6646 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
6647 plots with images. | |
6648 * image/image.m, image/imagesc.m, image/imshow.m: | |
6649 Deprecate zoom argument. | |
6650 | |
6366 | 6651 2007-02-28 John W. Eaton <jwe@octave.org> |
6652 | |
6653 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
6654 temporary file names. Keep image and colormap file ids separate. | |
6655 | |
6656 * general/interp1.m: Correctly compute min and max values when | |
6657 values are decreasing and not evenly spaced. | |
6658 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
6659 | |
6365 | 6660 2007-02-27 John W. Eaton <jwe@octave.org> |
6661 | |
6662 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
6663 returning an empty cell array. | |
6664 | |
6546 | 6665 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 6666 |
6667 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
6668 | |
6546 | 6669 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 6670 |
6671 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
6672 control/base/Makefile.in, control/hinf/Makefile.in, | |
6673 control/obsolete/Makefile.in, control/system/Makefile.in, | |
6674 control/util/Makefile.in, deprecated/Makefile.in, | |
6675 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
6676 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
6677 miscellaneous/Makefile.in, optimization/Makefile.in, | |
6678 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
6679 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6680 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6681 special-matrix/Makefile.in, startup/Makefile.in, | |
6682 statistics/Makefile.in, statistics/base/Makefile.in, | |
6683 statistics/distributions/Makefile.in, | |
6684 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6685 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
6686 Use $(LN_S) instead of ln or ln -s. | |
6687 | |
6356 | 6688 2007-02-24 David Bateman <dbateman@free.fr> |
6689 | |
6690 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
6691 '\n' in FILES file. | |
6357 | 6692 (configure_make): Also install any mex files. |
6356 | 6693 |
6353 | 6694 2007-02-24 David Bateman <dbateman@free.fr> |
6695 | |
6696 * statistics/distributions (SOURCES): Add nbincdf.m, | |
6697 nbininv.m, nbinpdf.m and nbinrnd.m. | |
6698 | |
6351 | 6699 2007-02-23 John W. Eaton <jwe@octave.org> |
6700 | |
6701 * statistics/distributions/Makefile.in (SOURCES): Remove | |
6702 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
6703 | |
6704 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
6705 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
6706 | |
6349 | 6707 2007-02-23 David Bateman <dbateman@free.fr> |
6708 | |
9967 | 6709 * statistics/distributions/discrete_rnd.m, |
6710 statistics/distributions/geornd.m, | |
6711 statistics/distributions/lognnd.m, | |
6712 statistics/distributions/nbinrnd.m, | |
6349 | 6713 statistics/distributions/wblrnd.m: Accelerate distributions. |
9967 | 6714 |
6715 * statistics/distributions/unidcdf.m, | |
6716 statistics/distributions/unidinv.m, | |
6717 statistics/distributions/unidpdf.m, | |
6718 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 6719 discrete_cdf, etc. |
6349 | 6720 |
6721 * statistics/distributions/pascal_cdf.m, | |
6722 statistics/distributions/pascal_inv.m, | |
6723 statistics/distributions/pascal_pdf.m, | |
6724 statistics/distributions/pascal_rnd.m: Remove. | |
6725 * statistics/distributions/nbincdf.m, | |
6726 statistics/distributions/nbininv.m, | |
6727 statistics/distributions/nbinpdf.m, | |
6728 statistics/distributions/nbinrnd.m: Replace with matlab | |
6729 compatible functions. | |
6730 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
6731 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
6732 nbincdf, etc functions to implement these. | |
6733 | |
6344 | 6734 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6735 | |
6736 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
6737 command and data. | |
6738 | |
6739 2007-02-22 John W. Eaton <jwe@octave.org> | |
6740 | |
6741 * miscellaneous/doc.m: If index search fails, try again without | |
6742 the index search option. | |
6743 | |
6339 | 6744 2007-02-22 David Bateman <dbateman@free.fr> |
6745 | |
6341 | 6746 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
6747 | |
9967 | 6748 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
6749 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
6340 | 6750 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
6751 statistics/distributions/betarnd.m: Convert to use randg, rande | |
6752 and randp to accelerate. | |
6753 | |
9967 | 6754 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
6339 | 6755 |
6338 | 6756 2007-02-22 John W. Eaton <jwe@octave.org> |
6757 | |
6758 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
6759 cache data and display after xlim and ylim have been determined. | |
6760 | |
6337 | 6761 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
6762 | |
6763 * plot/__uiobject_draw_axes__.m: | |
6764 Allow multiple images to be displayed with gnuplot. | |
6765 | |
6333 | 6766 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
6767 | |
6768 * optimization/glpk.m: Document the fact that extra.mem does not work | |
6769 for versions of GLPK 4.15 and later. | |
6770 | |
6328 | 6771 2007-02-19 John W. Eaton <jwe@octave.org> |
6772 | |
6773 * plot/__uiobject_alloc__.in: If next available element in | |
6774 __uiobject_list__ is 0, grow list before doing anything else. | |
6775 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
6776 first call when size of __uiobject_list__ is 0. | |
6777 | |
6323 | 6778 2007-02-16 John W. Eaton <jwe@octave.org> |
6779 | |
6780 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
6781 | |
6321 | 6782 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
6783 | |
6784 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
6785 | |
6316 | 6786 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
6787 | |
6788 * specfun/nchoosek.m: Check nargin. | |
6789 | |
6314 | 6790 2007-02-15 John W. Eaton <jwe@octave.org> |
6791 | |
6315 | 6792 * path/addpath.m, path/rmpath.m: Delete |
6793 * path/Makefile.in (SOURCES): Remove them from the list. | |
6794 | |
6314 | 6795 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
6796 Delete title, xlabel, ylabel, and zlabel properties before | |
6797 reassigning. | |
6798 * plot/__uiobject_axes_init__.in: New arg, mode. | |
6799 Don't init outerposition if "mode" is "replace". | |
6800 * plot/newplot.m: Check both figure and axes nextplot properties. | |
6801 If axes nextplot property is replace, pass "replace" as mode arg | |
6802 to __uiobject_axes_init__. | |
6803 | |
6308 | 6804 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
6805 | |
6310 | 6806 * image/imshow.m: Don't restore old colormap. |
6807 | |
6309 | 6808 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
6809 * image/__img__.m: New file containing common parts of image.m and | |
6810 imshow.m. | |
6312 | 6811 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 6812 * image/image.m, image/imshow.m: Call __img__. |
6813 * plot/__uiobject_draw_axes__.m: | |
6814 Handle rgb imaged data stored in 3-d arrays. | |
6815 | |
6308 | 6816 * plot/figure.m: Doc fix. |
6817 | |
6304 | 6818 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
6819 | |
6820 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
6821 for reading and writing data. New tests. Improve rounding. | |
6822 | |
6302 | 6823 2007-02-13 John W. Eaton <jwe@octave.org> |
6824 | |
6303 | 6825 * plot/stem.m: New file, adapted from OctPlot. |
6826 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6827 | |
6302 | 6828 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
6829 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6830 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6831 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
6832 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
6833 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6834 plot/semilogyerr.m: Return handles to line objects. | |
6835 | |
6301 | 6836 2007-02-11 John W. Eaton <jwe@octave.org> |
6837 | |
6838 * plot/__uiobject_close_all.m: New file. | |
6839 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6840 | |
6298 | 6841 2007-02-10 John W. Eaton <jwe@octave.org> |
6842 | |
6843 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
6844 * plot/__uiobject_globals__.m: Don't call mlock. | |
6845 | |
6846 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
6847 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
6848 before calling pclose. | |
6849 | |
6291 | 6850 2007-02-09 John W. Eaton <jwe@octave.org> |
6851 | |
6295 | 6852 * plot/subplot.m: Delete spurious call to axes. |
6853 | |
6293 | 6854 * plot/figure.m: Call drawnow for current figure before creating |
6855 or switching to a new figure. | |
6856 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
6857 nargin == 0 case. | |
6858 | |
6291 | 6859 * testfun/assert.m: Try to avoid problems when comparisons involve |
6860 strange values like Inf+NaNi. | |
6861 | |
6283 | 6862 2007-02-08 John W. Eaton <jwe@octave.org> |
6863 | |
6286 | 6864 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
6865 and check gnuplot_use_title_option instead of just assuming -title | |
6866 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
6867 | |
6285 | 6868 * Makefile.in (DISTFILES): Add move-if-change to the list. |
6869 | |
6284 | 6870 * audio/Makefile.in, control/base/Makefile.in, |
6871 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6872 control/system/Makefile.in, control/util/Makefile.in, | |
6873 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6874 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6875 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6876 optimization/Makefile.in, plot/Makefile.in, | |
6877 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6878 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6879 special-matrix/Makefile.in, startup/Makefile.in, | |
6880 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6881 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6882 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
6883 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
6884 | |
6283 | 6885 * plot/figure.m: Don't call drawnow. Correctly init figure when |
6886 only given property list. | |
6887 | |
6278 | 6888 2007-02-07 John W. Eaton <jwe@octave.org> |
6889 | |
6280 | 6890 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
6891 properties. | |
6892 | |
6278 | 6893 * plot/sombrero.m: Call box ("off") after mesh. |
6894 | |
6895 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
6896 line default" commands with older versions of gnuplot. | |
6897 | |
6898 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
6899 | |
6273 | 6900 2007-02-06 John W. Eaton <jwe@octave.org> |
6901 | |
6902 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
6903 * sparse/gplot.m: Use line style - instead of 1. | |
6904 | |
6272 | 6905 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
6906 | |
6907 * plot/print.m: Avoid error message from cellidx. | |
6908 | |
6909 2007-02-05 John W. Eaton <jwe@octave.org> | |
6910 | |
6911 * plot/legend.m: Fix check for data. | |
6912 | |
6270 | 6913 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
6914 | |
6915 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
6916 Always set lt and pt. | |
6917 | |
6269 | 6918 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
6919 | |
6920 * plot/contourc.m: Correctly compute X and Y. | |
6921 | |
6268 | 6922 2007-02-05 John W. Eaton <jwe@octave.org> |
6923 | |
6924 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
6925 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
6926 | |
6264 | 6927 2007-02-01 John W. Eaton <jwe@octave.org> |
6928 | |
6266 | 6929 * plot/__uiobject_draw_axes__.m: |
6930 Don't try to set axis limits unless we have data. | |
6931 | |
6264 | 6932 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
6933 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6934 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6935 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
6936 instead of of key and fmt strings. | |
6937 | |
6938 * plot/__pltopt1__.m: Greatly simplify. | |
6939 | |
6940 * plot/__next_line_color__.m: New file. | |
6941 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6942 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
6943 | |
6944 * plot/__default_plot_options__.m: New file. | |
6945 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6946 | |
6947 * plot/__plt3__.m: Delete. | |
6948 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
6949 | |
6259 | 6950 2007-01-31 John W. Eaton <jwe@octave.org> |
6951 | |
6263 | 6952 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
6953 linestyle, linewidth, marker, and markersize properties. | |
6954 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
6955 colors and widths, and line styles. | |
6956 | |
6957 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 6958 |
6261 | 6959 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
6960 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
6961 | |
6962 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
6963 __gnuplot_save_data__. | |
6964 | |
6259 | 6965 * image/image.m: Accept 2 args, but ignore the second for now. |
6966 | |
6258 | 6967 2007-01-30 David Bateman <dbateman@free.fr> |
6968 | |
6969 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
9967 | 6970 to flag a package as to be autoloaded. Add install flags -noauto, |
6258 | 6971 -auto to force autoload behavior. |
6972 (installed_packages): Make list of installed packages unique. | |
6973 | |
6259 | 6974 2007-01-30 John W. Eaton <jwe@octave.org> |
6975 | |
6976 * Merge of changes from graphics-branch: | |
6977 | |
6978 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 6979 |
6980 * plot/subplot.m: Set nextplot property of current figure to "add". | |
6981 | |
6982 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
6983 property if it exists. | |
6984 | |
6259 | 6985 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 6986 |
6987 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
6988 min values outside of loop over child objects. | |
6989 | |
6990 * plot/contour.m, plot/contourc.m: New files. | |
6991 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
6992 | |
6993 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
6994 find a gnuplot version newer than 4.0. | |
6995 * image/__img_gnuplot__.m: Delete. | |
6996 * image/image.m: Create image graphics object. | |
6997 Call newplot to setup and drawnow to finish. | |
6998 Eliminate ZOOM arg. | |
6999 | |
7000 * plot/__uiobject_draw_axes__.m: Handle image data. | |
7001 | |
7002 * plot/legend.m: Eliminate useless variable "warned". | |
7003 | |
7004 * plot/__uiobject_image_ctor__.m: New file. | |
7005 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7006 | |
7007 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
7008 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
7009 | |
7010 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
7011 | |
7012 * plot/__default_colormap__.m: New file. | |
7013 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7014 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
7015 property. | |
7016 * image/colormap.m: Use colormap property of current figure | |
7017 to store colormap instead of using persistent variable. | |
7018 Call __default_colormap__ to get default map value. | |
7019 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
7020 | |
7021 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
7022 Handle some tick mark options. | |
7023 | |
7024 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
7025 set corresponding *mode to "manual". If we set dataaspectratio, | |
7026 set dataaspectratiomode to "manual". | |
7027 | |
7028 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
7029 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
7030 | |
7031 * plot/axis.m: New file. | |
7032 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
7033 | |
7034 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
7035 set corresponding *limmode to "manual". | |
7036 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
7037 Use it to compute autosclaled limits. | |
7038 Arg is now handle, not object. Change all callers. | |
7039 Compute data limits. | |
7040 | |
6259 | 7041 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 7042 |
7043 * plot/drawnow: Fix visibility check for zero args. | |
7044 | |
7045 * plot/text.m: New file. | |
7046 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7047 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
7048 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
7049 horizontalalignment properties. | |
7050 | |
7051 * plot/figure.m: Set options for f we just constructed or were | |
9967 | 7052 given as an argument, not gcf. Only return handle if nargout > 0. |
6257 | 7053 |
7054 * plot/drawnow.m: Handle visible field for figure here. | |
7055 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
7056 | |
7057 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
7058 title and axis labels. | |
7059 | |
7060 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
7061 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
7062 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
7063 * plot/view.m: New file. | |
7064 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7065 | |
7066 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
7067 Call __request_drawnow__. | |
7068 | |
7069 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
7070 | |
7071 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
7072 Call set to set properties. Return handle instead of structure. | |
7073 Change all callers. | |
7074 | |
7075 * plot/__uiobject_axes_setr__.m: New file. | |
7076 * plot/set.in: Check for __setter__ field. | |
7077 | |
7078 * plot/__uiobject_axes_init__.in: | |
7079 Rename from plot/__uiobject_axes_init__.m. | |
7080 Include __uiobject_globals__. | |
7081 Accept handle as arg instead of structure | |
7082 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
7083 from the list. | |
7084 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
7085 | |
6259 | 7086 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 7087 |
7088 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
7089 | |
7090 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
7091 initializing each global variable. | |
7092 | |
6259 | 7093 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 7094 |
7095 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
7096 __uiobject_figure_handles_free_list__): New global variables. | |
7097 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
7098 Place unused handles on the free list. | |
7099 | |
7100 * plot/__uiobject_get_figure_handle__.in: Delete. | |
7101 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
7102 | |
7103 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
7104 handles here. Return figure handle. | |
7105 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
7106 | |
6259 | 7107 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 7108 |
7109 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
7110 data for gnuplot. | |
7111 | |
7112 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
7113 files. | |
7114 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
7115 (DISTFILES): Include include-globals.awk in the list. | |
7116 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
7117 ($(GEN_M) : %.m : %.in): New rule. | |
7118 | |
7119 * include-globals.awk: New file. | |
7120 | |
9967 | 7121 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
7122 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
7123 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
7124 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6257 | 7125 plot/__uiobject_init_root_figure__.in, |
7126 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
7127 Rename from corresponding .m files. | |
7128 | |
7129 * move-if-change: New file. | |
7130 | |
7131 * plot/__uiobject_delete__.m: New file. | |
7132 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
7133 plot/__uiobject_delete_child__.m: Delete. | |
7134 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
7135 not a character string. | |
7136 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
7137 Fix assignment to tmp key value in loop. | |
7138 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
7139 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
7140 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
7141 Inline code to delete children. | |
7142 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
7143 __uiobject_list__. | |
7144 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
7145 and free child. | |
7146 | |
6259 | 7147 2006-12-08 John W. Eaton <jwe@octave.org> |
7148 | |
7149 * plot/gcf.m: Check if the root figure object's currentfigure | |
7150 handle is empty, not 0. | |
7151 * plot/__uiobject_root_figure_ctor__.m: | |
7152 Set currentfigure to [], not 0. | |
7153 | |
7154 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
7155 | |
7156 2006-12-07 John W. Eaton <jwe@octave.org> | |
7157 | |
7158 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
7159 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
7160 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
7161 plot/__uiobject_delete_children__.m, | |
7162 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
7163 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
7164 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
7165 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
7166 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
7167 plot/__uiobject_init_figure__.m, | |
7168 plot/__uiobject_init_root_figure__.m, | |
7169 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
7170 plot/__uiobject_remove_child__.m, | |
7171 plot/__uiobject_root_figure_ctor__.m, | |
7172 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
7173 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
7174 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
7175 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
7176 plot/set.m: New files. | |
7177 | |
7178 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
7179 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
7180 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
7181 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
7182 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
7183 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
7184 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
7185 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
7186 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
7187 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
7188 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
7189 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
7190 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
7191 plot/semilogyerr.m, plot/replot.m: | |
7192 Adapt to new graphics data structure. | |
7193 | |
7194 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
7195 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
7196 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
7197 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
7198 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
7199 plot/plot_border.m, plot/subwindow.m: Delete. | |
7200 | |
7201 2007-01-24 David Bateman <dbateman@free.fr> | |
7202 | |
7203 * pkg/pkg.m: Install ChangeLog file if it exists. | |
7204 Delete bare newline in string passed to write_INDEX. | |
7205 | |
7206 * sparse/sprandsym.m: Make work for even values of N. | |
7207 | |
7208 2007-01-24 John W. Eaton <jwe@octave.org> | |
7209 | |
7210 * miscellaneous/news.m: New file. | |
7211 | |
7212 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
7213 | |
7214 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
7215 | |
7216 * strings/strncmp.m: Delete (we now have a built-in version). | |
7217 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7218 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 7219 |
7220 * testfun/test.m: Check for all files in path, use first found. | |
7221 | |
7222 2007-01-22 David Bateman <dbateman@free.fr> | |
7223 | |
7224 * polynomial/spline.m: Make DG a column instead of a row vector. | |
7225 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7226 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 7227 |
7228 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
7229 file name. | |
7230 | |
7231 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
7232 nargout is 1. Handle colormaps that have too few colors. | |
7233 | |
7234 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
7235 (configure_make): Use fullfile instead of concatenating with "/". | |
7236 | |
6258 | 7237 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
7238 | |
7239 * set/ismember.m: Handle N-d arrays. | |
7240 | |
7241 2007-01-10 David Bateman <dbateman@free.fr> | |
7242 | |
7243 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
7244 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
7245 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
7246 New files. | |
7247 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7248 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7249 |
6778 | 7250 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 7251 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7252 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7253 |
7254 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
7255 instead of concatenating with "/". Use mlock to ensure that | |
7256 persistent variables are not clobbered if user types clear all. | |
7257 | |
7258 2007-01-08 John W. Eaton <jwe@octave.org> | |
7259 | |
7260 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
7261 Improve handling of file names containing globbing characters. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7262 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 7263 |
7264 2007-01-05 John W. Eaton <jwe@octave.org> | |
7265 | |
7266 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
7267 New files. | |
7268 | |
7269 2006-12-30 John W. Eaton <jwe@octave.org> | |
7270 | |
7271 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
7272 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
7273 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7274 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7275 |
7276 * image/imshow.m: Strip NaNs from image. | |
7277 | |
7278 2006-12-08 David Bateman <dbateman@free.fr> | |
7279 | |
7280 * sparse/normest.m: New file. | |
7281 | |
6286 | 7282 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 7283 |
6210 | 7284 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
7285 Work on Windows systems without cp or mv. | |
7286 | |
6209 | 7287 * startup/inputrc: Include sequences for Windows. |
7288 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7289 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 7290 |
7291 * pkg/pkg.m (unload_packages): New function. | |
7292 (pkg): Handle unload action. | |
7293 | |
7294 * __errplot__.m: Add missing semicolon. | |
7295 | |
6193 | 7296 2006-11-30 John W. Eaton <jwe@octave.org> |
7297 | |
7298 * miscellaneous/mexext.m: New file. | |
7299 | |
6189 | 7300 2006-11-29 David Bateman <dbateman@free.fr> |
7301 | |
7302 * pkg/pkg.m: Add local_list and global_list options that allow the | |
7303 location of package lists to be probed and set. | |
7304 | |
6179 | 7305 2006-11-17 John W. Eaton <jwe@octave.org> |
7306 | |
6181 | 7307 * plot/__render_plot1__.m: Reverse y axis for images. |
7308 | |
6179 | 7309 * plot/__render_plot__.m: New args, terminal and output. |
7310 * plot/print.m: Don't set output and term here. Instead, call | |
7311 __render_plot__ with terminal and output. | |
7312 | |
6178 | 7313 2006-11-16 John W. Eaton <jwe@octave.org> |
7314 | |
7315 * plot/__render_plot1__.m: New file. | |
7316 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
7317 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
7318 gnuplot. Let __render_plot__ do that. | |
7319 | |
6177 | 7320 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
7321 | |
7322 * plot/plot.m: Fix doc string. | |
7323 | |
6173 | 7324 2006-11-16 John W. Eaton <jwe@octave.org> |
7325 | |
7326 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
7327 before sending anything to the plotter. | |
7328 | |
6172 | 7329 2006-11-15 John W. Eaton <jwe@octave.org> |
7330 | |
7331 * image/__img_gnuplot__.m: Store more info in global plot | |
7332 structures and use __render_plot__ to build plot command to | |
7333 display image. | |
7334 | |
7335 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
7336 | |
7337 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
7338 __plot_command_sep__): Delete. | |
7339 (__plot_data_type__, __plot_data_parametric__, | |
7340 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
7341 __plot_usingstr__, __plot_withstr__): New variables. | |
7342 * plot/__init_plot_vars__.m: Initialize them. | |
7343 | |
7344 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
7345 Don't handle sep or cmd. | |
7346 | |
7347 * plot/__render_plot__.m: New function. | |
7348 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
7349 Store more info in global plot structures and use __render_plot__ | |
7350 to build plot command. | |
7351 * plot/replot.m: Simply call __render_plot__. | |
7352 | |
7353 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
7354 Set __plot_data_parametric__ here. | |
7355 | |
6164 | 7356 2006-11-14 John W. Eaton <jwe@octave.org> |
7357 | |
6166 | 7358 * plot/bottom_title.m, plot/top_title.m: Delete. |
7359 | |
6164 | 7360 * image/image_viewer.m: Set default values here. |
7361 * image/image.m: Not here. | |
7362 | |
7363 * image/image_viewer.m: Always return old values. Check arguments. | |
7364 * image/__img_gnuplot__.m: Rename from __img__m. | |
7365 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7366 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 7367 |
7368 * image/image_viewer.m: New function. | |
7369 * image/__img_via_file__.m: New function. | |
7370 * image/image.m: Use image_viewer to determine which program to | |
7371 use for image viewing. | |
6754 | 7372 * image/__img__.m: Silently accept more than 3 args. |
6164 | 7373 |
6163 | 7374 2006-11-14 John W. Eaton <jwe@octave.org> |
7375 | |
7376 * plot/__do_legend__.m, plot/__errplot__.m, | |
7377 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
7378 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
7379 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
7380 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
7381 Use __plot_globals__ for multiplot variables. Keep track of | |
7382 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
7383 | |
6157 | 7384 2006-11-13 John W. Eaton <jwe@octave.org> |
7385 | |
6158 | 7386 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
7387 | |
6157 | 7388 * miscellaneous/substruct.m: New function. |
7389 | |
7390 * testfun/assert.m: Force orientation to match when comparing | |
7391 struct elements. | |
7392 | |
7393 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
7394 when comparing structs. | |
7395 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7396 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 7397 |
6754 | 7398 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
7399 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
7400 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
7401 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
7402 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
7403 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
7404 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 7405 |
6156 | 7406 2006-11-13 John W. Eaton <jwe@octave.org> |
7407 | |
7408 * plot/mesh.m: Use size_equal to compare dimensions. | |
7409 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7410 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 7411 |
7412 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
7413 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7414 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 7415 |
7416 * miscellaneous/copyfile.m: Fix docs to match function. | |
7417 | |
6145 | 7418 2006-11-08 John W. Eaton <jwe@octave.org> |
7419 | |
6146 | 7420 * plot/legend.m: New function, adapted from Octave Forge. |
7421 | |
7422 * plot/__do_legend__.m: New function. | |
7423 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
7424 plot/replot.m: Call it before plotting. | |
7425 | |
7426 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
7427 noparametric" to gnuplot.. | |
9967 | 7428 |
6146 | 7429 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
7430 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
7431 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
7432 and return key title separate from line format. Accept format and | |
7433 key as cellstr. Always return data as cell array. Return format | |
7434 and key title as cellstr. | |
7435 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
7436 Handle line format and key titles separately. | |
7437 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
7438 | |
7439 * plot/__plot_globals__.m (__plot_line_offset__, | |
7440 __plot_key_labels__, __plot_key_properties__): New global | |
7441 variables. Initialize them. | |
7442 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
7443 __plot_key_labels__, __plot_key_properties__): Initialize. | |
7444 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
7445 (__plot_line_offset__, __plot_key_labels__, | |
7446 __plot_key_properties__): Store information about plot key titles. | |
7447 | |
7448 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
7449 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
7450 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
7451 respectively. | |
7452 | |
7453 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
7454 | |
6145 | 7455 * strings/strcat.m: Disable Octave:empty-list-elements warning |
7456 whle concatenating args. | |
7457 | |
6144 | 7458 2006-11-07 John W. Eaton <jwe@octave.org> |
7459 | |
7460 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
7461 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7462 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 7463 |
6143 | 7464 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
7465 option to regexp. | |
7466 | |
6142 | 7467 * image/__img__.m: Send "set size ratio -1" before plotting. |
7468 | |
6138 | 7469 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
7470 | |
6139 | 7471 * strings/index.m: New arg, direction. Simplify and speed up. |
7472 * strings/rindex.m: Implement using index (..., "last"); | |
7473 | |
6754 | 7474 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 7475 |
6130 | 7476 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
7477 | |
7478 * general/__isequal__.m: Test size and class more consistently. | |
7479 | |
6116 | 7480 2006-10-27 John W. Eaton <jwe@octave.org> |
7481 | |
6117 | 7482 * miscellaneous/ls_command.m: Use /D instead of /w. |
7483 From Michael Goffioul <michael.goffioul@swing.be>. | |
7484 | |
6116 | 7485 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
7486 * miscellaneous/dir.m: Mark as a command. | |
7487 | |
6112 | 7488 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7489 | |
7490 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
7491 | |
6088 | 7492 2006-10-25 John W. Eaton <jwe@octave.org> |
7493 | |
7494 * image/image.m: Set x = y = [] when nargin == 0; | |
7495 | |
7496 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
7497 | |
7498 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
7499 * image/__img__.m: New file, originally from | |
7500 Daniel J Sebald <daniel.sebald@ieee.org>. | |
7501 | |
6087 | 7502 2006-10-25 John W. Eaton <jwe@octave.org> |
7503 | |
7504 * plot/__gnuplot_version__.m: New function, originally from | |
9967 | 7505 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
6087 | 7506 Quentin Spencer <qspencer@ieee.org>. |
7507 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7508 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 7509 |
7510 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
7511 | |
6081 | 7512 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
7513 | |
7514 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
7515 miscellaneous/gunzip.m: New files. | |
7516 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
7517 Call unpack to do the real work. | |
7518 | |
6075 | 7519 2006-10-24 John W. Eaton <jwe@octave.org> |
7520 | |
6078 | 7521 * plot/plot3.m: If we have a format string, then also pass using |
7522 string to __plt3__. | |
7523 | |
6077 | 7524 * plot/sombrero.m: Don't return anything if nargout == 0. |
7525 | |
6075 | 7526 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 7527 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 7528 |
6069 | 7529 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
7530 | |
7531 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
7532 Quote filenames in shell commands. | |
7533 | |
6055 | 7534 2006-10-17 David Bateman <dbateman@free.fr> |
7535 | |
7536 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
7537 the package directory is missing. | |
7538 | |
6052 | 7539 2006-10-13 John W. Eaton <jwe@octave.org> |
7540 | |
7541 * plot/box.m: New function. | |
7542 | |
6050 | 7543 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
7544 | |
7545 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
7546 | |
6049 | 7547 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
7548 | |
7549 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
7550 | |
6047 | 7551 2006-10-10 John W. Eaton <jwe@octave.org> |
7552 | |
7553 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
7554 | |
6046 | 7555 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
7556 | |
7557 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7558 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7559 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
7560 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
7561 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
7562 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
7563 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
7564 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
7565 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
7566 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
7567 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
7568 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
7569 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
7570 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
7571 control/system/buildssic.m, control/system/c2d.m, | |
7572 control/system/cellidx.m, control/system/d2c.m, | |
7573 control/system/dmr2d.m, control/system/fir2sys.m, | |
7574 control/system/is_abcd.m, control/system/is_controllable.m, | |
7575 control/system/is_detectable.m, control/system/is_digital.m, | |
7576 control/system/is_observable.m, control/system/is_siso.m, | |
7577 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7578 control/system/jet707.m, control/system/listidx.m, | |
7579 control/system/ord2.m, control/system/parallel.m, | |
7580 control/system/ss.m, control/system/ss2zp.m, | |
7581 control/system/starp.m, control/system/sys2ss.m, | |
7582 control/system/sys2tf.m, control/system/sys2zp.m, | |
7583 control/system/sysadd.m, control/system/sysappend.m, | |
7584 control/system/syschtsam.m, control/system/sysconnect.m, | |
7585 control/system/syscont.m, control/system/sysdimensions.m, | |
7586 control/system/sysdisc.m, control/system/sysdup.m, | |
7587 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
7588 control/system/sysgroup.m, control/system/sysidx.m, | |
7589 control/system/sysmin.m, control/system/sysmult.m, | |
7590 control/system/sysout.m, control/system/sysprune.m, | |
7591 control/system/sysscale.m, control/system/syssetsignals.m, | |
7592 control/system/syssub.m, control/system/sysupdate.m, | |
7593 control/system/tf.m, control/system/tfout.m, | |
7594 control/system/ugain.m, control/system/zp.m, | |
7595 control/system/zpout.m, control/util/__outlist__.m, | |
7596 control/util/__zgpbal__.m, control/util/prompt.m, | |
7597 control/util/sortcom.m, control/util/strappend.m, | |
7598 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
7599 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
7600 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
7601 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
7602 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7603 finance/pvl.m, finance/rate.m, finance/vol.m, | |
7604 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
7605 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
7606 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
7607 general/cumtrapz.m, general/deal.m, general/diff.m, | |
7608 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
7609 general/ind2sub.m, general/int2str.m, | |
7610 general/is_duplicate_entry.m, general/isdefinite.m, | |
7611 general/isequal.m, general/isequalwithequalnans.m, | |
7612 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
7613 general/isvector.m, general/logical.m, general/logspace.m, | |
7614 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
7615 general/perror.m, general/postpad.m, general/prepad.m, | |
7616 general/randperm.m, general/rem.m, general/repmat.m, | |
7617 general/rot90.m, general/rotdim.m, general/shift.m, | |
7618 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
7619 general/sub2ind.m, general/trapz.m, general/tril.m, | |
7620 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
7621 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
7622 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
7623 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
7624 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
7625 linear-algebra/cross.m, linear-algebra/dmult.m, | |
7626 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
7627 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
7628 linear-algebra/logm.m, linear-algebra/norm.m, | |
7629 linear-algebra/null.m, linear-algebra/orth.m, | |
7630 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
7631 linear-algebra/trace.m, linear-algebra/vec.m, | |
7632 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
7633 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
7634 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
7635 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
7636 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
7637 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
7638 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
7639 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
7640 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
7641 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
7642 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
7643 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
7644 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
7645 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
7646 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
7647 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
7648 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
7649 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
7650 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
7651 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
7652 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
7653 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
7654 polynomial/polyder.m, polynomial/polyderiv.m, | |
7655 polynomial/polyfit.m, polynomial/polygcd.m, | |
7656 polynomial/polyinteg.m, polynomial/polyout.m, | |
7657 polynomial/polyreduce.m, polynomial/polyval.m, | |
7658 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
7659 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
7660 set/complement.m, set/create_set.m, set/intersect.m, | |
7661 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
7662 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
7663 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
7664 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
7665 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
7666 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
7667 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
7668 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
7669 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
7670 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
7671 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
7672 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
7673 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
7674 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
7675 special-matrix/hankel.m, special-matrix/hilb.m, | |
7676 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
7677 special-matrix/toeplitz.m, special-matrix/vander.m, | |
7678 statistics/base/center.m, statistics/base/cloglog.m, | |
7679 statistics/base/cor.m, statistics/base/corrcoef.m, | |
7680 statistics/base/cov.m, statistics/base/cut.m, | |
7681 statistics/base/gls.m, statistics/base/iqr.m, | |
7682 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
7683 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
7684 statistics/base/mean.m, statistics/base/meansq.m, | |
7685 statistics/base/median.m, statistics/base/moment.m, | |
7686 statistics/base/ols.m, statistics/base/ppplot.m, | |
7687 statistics/base/probit.m, statistics/base/qqplot.m, | |
7688 statistics/base/range.m, statistics/base/ranks.m, | |
7689 statistics/base/run_count.m, statistics/base/skewness.m, | |
7690 statistics/base/spearman.m, statistics/base/statistics.m, | |
7691 statistics/base/std.m, statistics/base/studentize.m, | |
7692 statistics/base/table.m, statistics/base/values.m, | |
7693 statistics/base/var.m, statistics/distributions/betacdf.m, | |
7694 statistics/distributions/betainv.m, | |
7695 statistics/distributions/betapdf.m, | |
7696 statistics/distributions/betarnd.m, | |
7697 statistics/distributions/binocdf.m, | |
7698 statistics/distributions/binoinv.m, | |
7699 statistics/distributions/binopdf.m, | |
7700 statistics/distributions/binornd.m, | |
7701 statistics/distributions/cauchy_cdf.m, | |
7702 statistics/distributions/cauchy_inv.m, | |
7703 statistics/distributions/cauchy_pdf.m, | |
7704 statistics/distributions/cauchy_rnd.m, | |
7705 statistics/distributions/chi2cdf.m, | |
7706 statistics/distributions/chi2inv.m, | |
7707 statistics/distributions/chi2pdf.m, | |
7708 statistics/distributions/chi2rnd.m, | |
7709 statistics/distributions/discrete_cdf.m, | |
7710 statistics/distributions/discrete_inv.m, | |
7711 statistics/distributions/discrete_pdf.m, | |
7712 statistics/distributions/discrete_rnd.m, | |
7713 statistics/distributions/empirical_rnd.m, | |
7714 statistics/distributions/expcdf.m, | |
7715 statistics/distributions/expinv.m, | |
7716 statistics/distributions/exppdf.m, | |
7717 statistics/distributions/exprnd.m, | |
7718 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
7719 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
7720 statistics/distributions/gamcdf.m, | |
7721 statistics/distributions/gaminv.m, | |
7722 statistics/distributions/gampdf.m, | |
7723 statistics/distributions/gamrnd.m, | |
7724 statistics/distributions/geocdf.m, | |
7725 statistics/distributions/geoinv.m, | |
7726 statistics/distributions/geopdf.m, | |
7727 statistics/distributions/geornd.m, | |
7728 statistics/distributions/hygecdf.m, | |
7729 statistics/distributions/hygeinv.m, | |
7730 statistics/distributions/hygepdf.m, | |
7731 statistics/distributions/hygernd.m, | |
7732 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7733 statistics/distributions/laplace_cdf.m, | |
7734 statistics/distributions/laplace_inv.m, | |
7735 statistics/distributions/laplace_pdf.m, | |
7736 statistics/distributions/laplace_rnd.m, | |
7737 statistics/distributions/logistic_cdf.m, | |
7738 statistics/distributions/logistic_inv.m, | |
7739 statistics/distributions/logistic_pdf.m, | |
7740 statistics/distributions/logistic_rnd.m, | |
7741 statistics/distributions/logncdf.m, | |
7742 statistics/distributions/logninv.m, | |
7743 statistics/distributions/lognpdf.m, | |
7744 statistics/distributions/lognrnd.m, | |
7745 statistics/distributions/normcdf.m, | |
7746 statistics/distributions/norminv.m, | |
7747 statistics/distributions/normpdf.m, | |
7748 statistics/distributions/normrnd.m, | |
7749 statistics/distributions/pascal_cdf.m, | |
7750 statistics/distributions/pascal_inv.m, | |
7751 statistics/distributions/pascal_pdf.m, | |
7752 statistics/distributions/pascal_rnd.m, | |
7753 statistics/distributions/poisscdf.m, | |
7754 statistics/distributions/poissinv.m, | |
7755 statistics/distributions/poisspdf.m, | |
7756 statistics/distributions/poissrnd.m, | |
7757 statistics/distributions/stdnormal_cdf.m, | |
7758 statistics/distributions/stdnormal_inv.m, | |
7759 statistics/distributions/stdnormal_pdf.m, | |
7760 statistics/distributions/stdnormal_rnd.m, | |
7761 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
7762 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
7763 statistics/distributions/unifcdf.m, | |
7764 statistics/distributions/unifinv.m, | |
7765 statistics/distributions/unifpdf.m, | |
7766 statistics/distributions/unifrnd.m, | |
7767 statistics/distributions/wblcdf.m, | |
7768 statistics/distributions/wblinv.m, | |
7769 statistics/distributions/wblpdf.m, | |
7770 statistics/distributions/wblrnd.m, | |
7771 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
7772 statistics/tests/bartlett_test.m, | |
7773 statistics/tests/chisquare_test_homogeneity.m, | |
7774 statistics/tests/chisquare_test_independence.m, | |
7775 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
7776 statistics/tests/hotelling_test.m, | |
7777 statistics/tests/hotelling_test_2.m, | |
7778 statistics/tests/kolmogorov_smirnov_test.m, | |
7779 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7780 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
7781 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
7782 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
7783 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7784 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7785 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7786 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7787 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7788 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
7789 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
7790 strings/index.m, strings/isletter.m, strings/lower.m, | |
7791 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7792 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7793 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
7794 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
7795 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
7796 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
7797 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
7798 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
7799 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7800 time/etime.m, time/is_leap_year.m: | |
7801 Use print_usage instead of usage. | |
7802 | |
6044 | 7803 2006-10-09 David Bateman <dbateman@free.fr> |
7804 | |
7805 * time/datevec.m: Add additional compatible default parsing strings. | |
7806 | |
6395 | 7807 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 7808 |
6042 | 7809 * pkg/pkg.m: Remove trailing "\n" from error messages. |
7810 Remove compare_versions subfunction. | |
7811 | |
7812 * miscellaneous/compare_versions.m: New function to compare | |
7813 version numbers as strings with any boolean operators. | |
7814 | |
6041 | 7815 * miscellaneous/untar.m: Check more rigorously to see if the tar |
7816 file exists. | |
7817 | |
6036 | 7818 2006-10-04 John W. Eaton <jwe@octave.org> |
7819 | |
7820 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
7821 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7822 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 7823 |
6037 | 7824 * pkg/pkg.m: Update docs. Handle prefix option. |
7825 Handle dependencies for load option. | |
6032 | 7826 |
6029 | 7827 2006-10-04 John W. Eaton <jwe@octave.org> |
7828 | |
6030 | 7829 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
7830 | |
7831 * plot/clg.m: Delete. | |
7832 * plot/__init_plot_vars__.m: New function. | |
7833 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 7834 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7835 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 7836 |
7837 * pkg/pkg.m: Avoid calling addpath with no args. | |
7838 | |
6024 | 7839 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
7840 | |
7841 * audio/loadaudio.m, control/base/nyquist.m, | |
7842 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
7843 linear-algebra/krylov.m, statistics/base/center.m, | |
7844 statistics/base/median.m, statistics/base/std.m, | |
7845 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
7846 find first or last element matching a condition. | |
7847 | |
6023 | 7848 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
7849 | |
7850 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
7851 general/__isequal__.m: Minimize looping using cellfun. | |
7852 | |
6020 | 7853 2006-10-02 David Bateman <dbateman@free.fr> |
7854 | |
7855 * pkg/pkg.m (copy_files): always create installation directory. | |
7856 | |
6016 | 7857 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
7858 | |
7859 * miscellaneous/doc.m: Swap file and directory args to info. | |
7860 | |
7861 2006-10-01 Arno Onken <whyly@gmx.net> | |
7862 | |
7863 * statistics/distributions/exprnd.m: Fix typo. | |
7864 | |
6014 | 7865 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
7866 | |
7867 * polynomial/ppval.m: Use .' instead of '. | |
7868 * polynomial/spline.m: Likewise. New tests. | |
7869 | |
6004 | 7870 2006-09-26 David Bateman <dbateman@free.fr> |
7871 | |
7872 * __plt3__.m: Using global variables __plot_data__, | |
7873 __plot_data_offset__ and __plot_command__ to store plots and | |
7874 correctly handle multiplots, and hold state. Only accept a single | |
7875 data parameter plus, using, format and with strings. Remove | |
7876 setting of gnuplot parameters. | |
7877 * __make_using_clause__.m: New function extracted from __plt__.m. | |
7878 * __setup_plot__.m: Convert to a function and pass the plotting | |
7879 command to use. | |
7880 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
7881 * contour.m: Use unwind protect on the parametric state of plot | |
7882 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
7883 * mesh.m: ditto. | |
7884 * plot3.m: Error checking, setting of parametric state and | |
7885 formation of matrix to plot moved from old __plt3__. | |
7886 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7887 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 7888 |
9967 | 7889 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 7890 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7891 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 7892 |
7893 * signal/filter2.m: Correct texinfo doc. | |
7894 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7895 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 7896 |
7897 * miscellaneous/parseparams.m: Correct texinfo doc. | |
9967 | 7898 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7899 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 7900 |
7901 * pkg/pkg.m (prepare_installation): Don't create package | |
7902 installation directory here. | |
7903 (copy_files): Create it here instead, to avoid issues with | |
7904 upgrades. Also install the COPYING file in packinfo. | |
7905 | |
5989 | 7906 2006-09-13 John W. Eaton <jwe@octave.org> |
7907 | |
7908 * general/blkdiag.m: Adjust to new cellfun rules. | |
7909 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7910 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 7911 |
7912 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
7913 error message for archive name not matching package name. | |
7914 (installed_packages): Size header of printed results to | |
7915 arguments. Sort the list of installed packages before printing | |
7916 them. | |
7917 | |
5986 | 7918 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
7919 | |
7920 * signal/freqz.m: Update tests. | |
7921 | |
7922 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
7923 | |
7924 * signal/freqz.m: Corretly postpad arrays. | |
7925 Don't call fliplr on a column vector. | |
7926 | |
5984 | 7927 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
7928 | |
7929 * general/shiftdim.m: Use permute instead of reshape. | |
7930 | |
5981 | 7931 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
7932 | |
7933 * miscellaneous/parseparams.m: New function. | |
7934 | |
5980 | 7935 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
7936 | |
7937 * miscellaneous/doc.m: Swap order of --file and --directory | |
7938 options for info program invocation. | |
7939 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7940 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 7941 |
5987 | 7942 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 7943 previous change. |
7944 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7945 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 7946 |
7947 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
7948 absence of trailing "/" in OCTAVE_HOME. | |
7949 | |
5973 | 7950 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
7951 | |
7952 * time/datenum.m: Allow arg to be character string. | |
7953 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7954 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 7955 |
7956 * pkg/pkg.m (install): Verify that package name correponds to the | |
7957 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
7958 they are empty. If package directory is empty, remove it to fail | |
7959 gracefully for system specific packages. | |
7960 (extract_pkgadd, create_pkgadd): delete. | |
7961 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
7962 (copy_files): Install both bin/ and doc/ directories, adding the | |
7963 bin/ to the EXEC_PATH when the package is loaded. | |
9967 | 7964 |
5962 | 7965 2006-08-24 John W. Eaton <jwe@octave.org> |
7966 | |
7967 * image/saveimage.m: Use logical indexing instead of | |
7968 indices computed by calling find on the logical index. | |
7969 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7970 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 7971 |
5967 | 7972 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 7973 Use logical indexing instead of indices computed by calling find |
7974 on the logical index. | |
7975 | |
7976 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 7977 |
5959 | 7978 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
7979 | |
7980 * control/system/tf2zp.m: Simplify gain calculation. | |
7981 | |
5958 | 7982 2006-08-23 John W. Eaton <jwe@octave.org> |
7983 | |
7984 * plot/__plt__.m: Insert using clauses for all plots. | |
7985 | |
5957 | 7986 2006-08-23 A S Hodel <hodelas@auburn.edu> |
7987 | |
7988 * control/system/sysscale.m: Call tf and zp with correct number of | |
7989 args. | |
7990 | |
5955 | 7991 2006-08-22 David Bateman <dbateman@free.fr> |
7992 | |
9967 | 7993 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
5955 | 7994 Search inst/*.m and src/*.m files in the package for |
7995 PKG_ADD directives and append user supplied PKG_ADD. | |
7996 (pkg): Call create_pkgadd after copying files. | |
7997 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7998 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 7999 |
8000 * pkg/pkg.m: Handle multiple packages in a single file. | |
8001 Insert directory separator between OCTAVE_HOME and rest of package | |
8002 installation directory. | |
8003 | |
8004 2006-08-21 John W. Eaton <jwe@octave.org> | |
8005 | |
8006 * general/num2str.m: Early return if arg is empty. | |
8007 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
8008 | |
5946 | 8009 2006-08-21 David Bateman <dbateman@free.fr> |
8010 | |
8011 * strings/mat2str.m: Compute NC before using. | |
8012 | |
5937 | 8013 2006-08-17 John W. Eaton <jwe@octave.org> |
8014 | |
8015 * audio/wavread.m: Fix calculation of sample count. | |
8016 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8017 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 8018 |
8019 * image/imshow.m: New Matlab-compatible version. | |
8020 | |
5930 | 8021 2006-08-15 John W. Eaton <jwe@octave.org> |
8022 | |
8023 * deprecated/is_global.m: Delete. | |
8024 | |
5928 | 8025 2006-08-14 John W. Eaton <jwe@octave.org> |
8026 | |
8027 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
8028 | |
5926 | 8029 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8030 | |
8031 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
8032 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
9967 | 8033 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8034 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 8035 |
6778 | 8036 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 8037 Use addpath and rmpath instead of manipulating LOADPATH. |
8038 Handle changes to system function. | |
8039 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
8040 recursive directory removal. | |
5922 | 8041 |
5924 | 8042 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
8043 | |
6778 | 8044 * colormap.m: Change global variable to persistent. |
5923 | 8045 |
5922 | 8046 * rgb2ind.m: Handle single 3-d array as rgb image. |
8047 | |
5920 | 8048 2006-08-14 John W. Eaton <jwe@octave.org> |
8049 | |
8050 * strings/str2double.m: Fix missing semicolon. | |
8051 | |
5910 | 8052 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
8053 | |
8054 * plot/plot3.m: Accept one complex or one real and one complex | |
8055 argument and plot real and imaginary components for y and z. | |
8056 | |
5908 | 8057 2006-07-27 John W. Eaton <jwe@octave.org> |
8058 | |
8059 * testfun/test.m: Call fflush after each block of calls to | |
8060 fprintf, fputs, or fdisp. | |
8061 | |
5904 | 8062 2006-07-26 John W. Eaton <jwe@octave.org> |
8063 | |
8064 * miscellaneous/mex.m: New function. | |
8065 | |
5901 | 8066 2006-07-22 John W. Eaton <jwe@octave.org> |
8067 | |
8068 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
8069 | |
5881 | 8070 2006-07-07 John W. Eaton <jwe@octave.org> |
8071 | |
8072 * miscellaneous/orderfields.m: New file. | |
8073 | |
5873 | 8074 2006-06-30 John W. Eaton <jwe@octave.org> |
8075 | |
8076 * time/datevec.m: Make another attempt to account for precision of | |
8077 datenum format. | |
8078 | |
5868 | 8079 2006-06-29 John W. Eaton <jwe@octave.org> |
8080 | |
8081 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
8082 Use feval instead of "type -q" to get values now that all the | |
8083 symbols are functions. | |
8084 | |
5860 | 8085 2006-06-16 John W. Eaton <jwe@octave.org> |
8086 | |
8087 * time/datevec.m: Avoid computing log of non-positive values. | |
8088 | |
5859 | 8089 2006-06-14 John W. Eaton <jwe@octave.org> |
8090 | |
8091 * time/datevec.m: Attempt to account for precision of datenum format. | |
8092 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8093 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 8094 |
8095 * audio/wavread.m: Fix file range error and add read support for | |
8096 24-bit WAV files. | |
8097 | |
5837 | 8098 2006-06-01 David Bateman <dbateman@free.fr> |
8099 | |
8100 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
8101 general/interp1.m, general/gradient.m, general/interp2.m, | |
8102 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
8103 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
8104 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
8105 | |
5835 | 8106 2006-05-31 Bill Denney <bill@givebillmoney.com> |
8107 | |
8108 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
8109 * miscellaneous/texas_lotto.m: Fix warning message. | |
8110 | |
5830 | 8111 2006-05-26 John W. Eaton <jwe@octave.org> |
8112 | |
8113 * miscellaneous/doc.m: Also handle nargin == 0. | |
8114 | |
5829 | 8115 2006-05-23 John W. Eaton <jwe@octave.org> |
8116 | |
8117 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
8118 really needed. | |
8119 | |
5827 | 8120 2006-05-22 John W. Eaton <jwe@octave.org> |
8121 | |
6754 | 8122 * general/lookup.m: New file from Octave Forge. |
5827 | 8123 |
8124 2006-05-22 David Bateman <dbateman@free.fr> | |
8125 | |
6754 | 8126 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
8127 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
8128 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
8129 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
8130 special-matrix/magic.m, special-matrix/hadamard.m, | |
8131 strings/strtok.m: New files from Octave Forge. | |
5827 | 8132 |
5824 | 8133 2006-05-19 David Bateman <dbateman@free.fr> |
8134 | |
8135 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 8136 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 8137 |
5821 | 8138 2006-05-17 John W. Eaton <jwe@octave.org> |
8139 | |
8140 * set/intersection.m: Delete | |
8141 * deprecated/intersection.m: New file. | |
8142 | |
5820 | 8143 2006-05-17 David Bateman <dbateman@free.fr> |
8144 | |
8145 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
8146 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
8147 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
8148 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
8149 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
8150 Forge. | |
8151 | |
5809 | 8152 2006-05-11 John W. Eaton <jwe@octave.org> |
8153 | |
5815 | 8154 * path/path.m: Delete (now a built-in function). |
8155 | |
5811 | 8156 * pkg/Makefile.in: New file. |
8157 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 8158 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 8159 |
5808 | 8160 2006-05-10 John W. Eaton <jwe@octave.org> |
8161 | |
8162 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
8163 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
8164 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8165 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 8166 |
8167 * tar.m, untar.m, unzip.m: New files. | |
8168 | |
5801 | 8169 2006-05-10 John W. Eaton <jwe@octave.org> |
8170 | |
5804 | 8171 * path/addpath.m, path/rmpath.m: Improve compatibility. |
8172 * path/setpath.m: Delete. | |
8173 | |
5801 | 8174 * pkg/pkg.m: New file. |
8175 | |
5798 | 8176 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
8177 | |
8178 * plot/plot.m: Doc string fix. | |
8179 | |
8180 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
8181 | |
8182 * testfun/speeed.m: Use new interface to unique and assert. | |
8183 Improve documentation. Approximate time complexity from log-log | |
8184 plot. Return time complexity and raw times if requested. The | |
8185 mean ratio is no longer returned. Provide complete control over | |
8186 which n are computed. | |
8187 | |
8188 2006-05-09 John W. Eaton <jwe@octave.org> | |
8189 | |
8190 * path/path.m: Move here from miscellaneous. | |
8191 Adapt to new LOADPATH definition. | |
8192 | |
5789 | 8193 2006-05-03 David Bateman <dbateman@free.fr> |
8194 | |
8195 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
8196 explicit uses of a path seperation character with pathsep(). | |
8197 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8198 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 8199 |
6778 | 8200 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 8201 |
5781 | 8202 2006-04-29 John W. Eaton <jwe@octave.org> |
8203 | |
8204 * startup/main-rcfile: Disable some warnings. | |
8205 | |
5762 | 8206 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
8207 | |
8208 * strings/strcmpi.m: Return false instead of error if args are not | |
8209 char or cellstr. | |
8210 | |
5750 | 8211 2006-04-10 John W. Eaton <jwe@octave.org> |
8212 | |
8213 * miscellaneous/dir.m: Ensure that returned structure array is | |
8214 Nx1, not 1xN. | |
8215 | |
5746 | 8216 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
8217 | |
8218 * plot/hist.m: Ignore NaN in inputs. | |
8219 | |
5745 | 8220 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
8221 | |
8222 * miscellaneous/mkoctfile.m: Doc string fix. | |
8223 | |
5741 | 8224 2006-04-05 John W. Eaton <jwe@octave.org> |
8225 | |
8226 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
8227 are both empty. | |
8228 * plot/__plt__.m: Ignore empty data and format strings returned | |
8229 from __plt1__ or __plt2__. | |
8230 | |
5737 | 8231 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
8232 | |
6778 | 8233 * set/unique.m: Properly handle single column input when |
5737 | 8234 "rows" is specified. |
8235 | |
5732 | 8236 2006-04-04 John W. Eaton <jwe@octave.org> |
8237 | |
5736 | 8238 * path/setpath.m: New file. |
8239 * path/savepath.m: Use setpath to set path instead of assigning | |
8240 directly to LOADPATH. | |
8241 | |
5732 | 8242 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
8243 New files, adapted from Octave Forge by Keith Goodman | |
8244 <kwgoodman@gmail.com>. | |
8245 * path: New directory. | |
8246 * Makefile.in (SUBDIRS): Add it to the list. | |
8247 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
8248 | |
5731 | 8249 2006-04-02 David Bateman <dbateman@free.fr> |
8250 | |
8251 * general/tril.m, general.triu.m: | |
8252 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
8253 to allow user types to work correctly. | |
8254 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
8255 | |
5727 | 8256 2006-04-03 David Bateman <dbateman@free.fr> |
8257 | |
8258 * plot/grid.m: Cache the state of the grid to allow toggling. | |
8259 Accept keyword "minor" for minor grid. | |
8260 | |
5721 | 8261 2006-03-28 John W. Eaton <jwe@octave.org> |
8262 | |
8263 * general/isscalar.m: Only require that all dimensions are 1 for | |
8264 compatiblity. | |
8265 | |
8266 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
8267 | |
8268 * general/isvector.m: Allow non-numeric objects to be vectors for | |
8269 compatibility. | |
8270 | |
5720 | 8271 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
8272 | |
8273 * plot/__errplot__.m: Doc string fix. | |
8274 | |
8275 * miscellaneous/doc.m: Mark as command. | |
8276 | |
8277 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
8278 general/isequalwithequalnans.m, general/blkdiag.m, | |
8279 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
9967 | 8280 |
5717 | 8281 2006-03-27 Don Bindner <dbindner@truman.edu> |
8282 | |
8283 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
8284 return 3d matrices. | |
8285 | |
8286 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
8287 | |
8288 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
8289 | |
5708 | 8290 2006-03-22 John W. Eaton <jwe@octave.org> |
8291 | |
8292 * plot/print.m: Don't replot after popping terminal setting. | |
8293 | |
5696 | 8294 2006-03-20 John W. Eaton <jwe@octave.org> |
8295 | |
8296 * miscellaneous/mkoctfile.m: Use version-specific name of | |
8297 mkoctfile. Use fullfile to construct file name. | |
8298 | |
5695 | 8299 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
8300 | |
8301 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
8302 shell script from Octave prompt. | |
8303 | |
5690 | 8304 2006-03-17 John W. Eaton <jwe@octave.org> |
8305 | |
5693 | 8306 * deprecated/weibcdf.m, deprecated/weibinv.m, |
8307 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
8308 | |
8309 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
8310 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
8311 Call new wbl functions to do the real work. | |
8312 Swap args and provide default values as necessary to preserve | |
8313 compatibility with old version of Octave. | |
8314 | |
8315 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
8316 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
8317 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
8318 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
8319 Swap scale and shape args for compatibility. | |
8320 | |
5692 | 8321 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
8322 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
8323 Preserve compatibility with old versions of Octave given new | |
8324 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 8325 |
5692 | 8326 * statistics/distributions/logncdf.m, |
8327 statistics/distributions/logninv.m, | |
8328 statistics/distributions/lognpdf.m, | |
8329 statistics/distributions/lognrnd.m: Compatibility fixes. | |
8330 From Ben Barrowes <barrowes@alum.mit.edu> | |
8331 | |
5691 | 8332 * deprecated/hypergeometric_rnd.m: Update interface to match |
8333 current 2.1.x version. | |
8334 | |
8335 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
8336 | |
5690 | 8337 * miscellaneous/dir.m: Use readdir instead of glob. |
8338 Special case for "." to avoid globbing. Use list_in_columns. | |
8339 Eliminate unused variables len and finfo. | |
8340 | |
5689 | 8341 2006-03-16 Bill Denney <bill@givebillmoney.com> |
8342 | |
8343 * miscellaneous/dir.m: Improve compatibility. | |
8344 | |
5687 | 8345 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8346 | |
8347 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
8348 time/now.m, time/weekday.m: New functions from Octave Forge. | |
8349 | |
5686 | 8350 2006-03-16 John W. Eaton <jwe@octave.org> |
8351 | |
8352 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
8353 of looking at sum of max dimensions. | |
8354 | |
5681 | 8355 2006-03-16 David Bateman <dbateman@free.fr> |
8356 | |
8357 * testfun/test.m: Clear last warning before warning test to avoid | |
8358 issues with previously set warnings. | |
8359 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
8360 sparse matrices. Force matrix type from spqr solution to be | |
8361 singular to force QR solvers to be used for assert. | |
8362 | |
5678 | 8363 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8364 | |
8365 * strings/strfind.m: New file. | |
8366 | |
5677 | 8367 2006-03-16 John W. Eaton <jwe@octave.org> |
8368 | |
8369 * general/rows.m, general/columns.m: Delete. | |
8370 | |
5674 | 8371 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8372 | |
8373 * strings/strcmpi.m: Simplify. | |
8374 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 8375 * strings/strtrunc.m: New file. |
5674 | 8376 |
5676 | 8377 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
8378 | |
5672 | 8379 2006-03-15 John W. Eaton <jwe@octave.org> |
8380 | |
8381 * miscellaneous/doc.m: New file. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8382 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 8383 |
5671 | 8384 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
8385 | |
8386 * miscellaneous/mkoctfile.m: New file. | |
8387 | |
5670 | 8388 2006-03-15 John W. Eaton <jwe@octave.org> |
8389 | |
8390 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
8391 | |
5666 | 8392 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
8393 | |
8394 * strings/bin2dec.m: Doc fix. | |
8395 | |
5661 | 8396 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
8397 | |
8398 * time/etime.m: Use datenum to support times spanning year boundaries. | |
8399 * time/datenum.m: New function to compute day number from time. | |
8400 | |
5659 | 8401 2006-03-09 John W. Eaton <jwe@octave.org> |
8402 | |
8403 * miscellaneous/unix.m, plot/print.m: | |
8404 Swap order of outputs from system. | |
8405 | |
5642 | 8406 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
8407 | |
8408 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
8409 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
8410 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
8411 control/base/__stepimp__.m, control/base/are.m, | |
8412 control/base/controldemo.m, control/base/damp.m, | |
8413 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
8414 control/base/step.m, control/system/abcddim.m, | |
8415 control/system/is_abcd.m, control/system/is_controllable.m, | |
8416 control/system/is_detectable.m, control/system/is_observable.m, | |
8417 control/system/is_stabilizable.m, control/system/is_stable.m, | |
8418 control/system/jet707.m, control/system/sys2fir.m, | |
8419 control/system/sysdimensions.m, control/system/sysupdate.m, | |
8420 control/system/tfout.m, control/system/ugain.m, | |
8421 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
8422 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
8423 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
8424 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
8425 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
8426 general/circshift.m, general/columns.m, general/flipdim.m, | |
8427 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
8428 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
8429 general/isequalwithequalnans.m, general/isscalar.m, | |
8430 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
8431 general/logspace.m, general/mod.m, general/nextpow2.m, | |
8432 general/num2str.m, general/perror.m, general/pol2cart.m, | |
8433 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
8434 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
8435 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
8436 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
8437 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
8438 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
8439 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
8440 miscellaneous/license.m, miscellaneous/menu.m, | |
8441 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
8442 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
8443 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
8444 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
8445 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
8446 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
8447 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
8448 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
8449 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
8450 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
8451 polynomial/polyinteg.m, polynomial/polyout.m, | |
8452 polynomial/polyreduce.m, polynomial/polyval.m, | |
8453 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
8454 set/create_set.m, set/intersection.m, set/ismember.m, | |
8455 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
8456 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
8457 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
8458 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
8459 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
8460 special-matrix/hilb.m, special-matrix/invhilb.m, | |
8461 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
8462 special-matrix/vander.m, statistics/base/median.m, | |
8463 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
8464 statistics/distributions/gaminv.m, | |
8465 statistics/distributions/gampdf.m, | |
8466 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
8467 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
8468 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
8469 strings/lower.m, strings/upper.m, testfun/assert.m, | |
8470 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
8471 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
8472 | |
5633 | 8473 2006-02-27 John W. Eaton <jwe@octave.org> |
8474 | |
8475 * time/tic.m: Move here from miscellaneous/tic.m. | |
8476 * time/toc.m: Move here from miscellaneous/toc.m. | |
8477 | |
8478 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
9967 | 8479 |
5633 | 8480 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
8481 does not assign output of toc to a variable. | |
8482 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8483 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 8484 |
8485 * axis.m: Catch limits that are the same and return an error. | |
8486 | |
5625 | 8487 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8488 | |
8489 * plot/print.m: Accept emf device option to support Enhanced | |
8490 Metafile format. | |
8491 | |
8492 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
8493 | |
8494 * control/base/lqe.m: Doc fix. | |
8495 | |
5623 | 8496 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
9967 | 8497 |
5623 | 8498 * statistics/distributions/gamcdf.m: Doc fix. |
8499 * statistics/distributions/gaminv.m: Doc fix. | |
8500 * statistics/distributions/gampdf.m: Doc fix. | |
8501 * statistics/distributions/gamrnd.m: Doc fix. | |
8502 | |
5610 | 8503 2006-02-09 David Bateman <dbateman@free.fr> |
8504 | |
6778 | 8505 * general/triu.m: Minimum change to allow sparse matrix. More needed |
8506 for arbitrary user type. | |
8507 * general/tril.m: ditto. | |
8508 * sparse/sprand.m: Doc fix. | |
8509 * sparse/sprandn.m: Ditto. | |
8510 * sparse/sprandsym.m: New function. | |
8511 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
8512 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
8513 Update for syntax error for latest texinfo.tex file. | |
5610 | 8514 |
5605 | 8515 2006-02-02 John W. Eaton <jwe@octave.org> |
8516 | |
8517 * plot/grid.m: Append ";\n" to "set grid" command. | |
8518 | |
8519 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
8520 | |
8521 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
8522 | |
5597 | 8523 2006-01-13 John W. Eaton <jwe@octave.org> |
8524 | |
8525 * audio/Makefile.in, control/base/Makefile.in, | |
8526 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8527 control/system/Makefile.in, control/util/Makefile.in, | |
8528 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
8529 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
8530 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
8531 optimization/Makefile.in, plot/Makefile.in, | |
8532 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
8533 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
8534 special-matrix/Makefile.in, startup/Makefile.in, | |
8535 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8536 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8537 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
8538 (all): Depend on PKG_ADD. | |
8539 (PKG_ADD): New target. | |
8540 | |
8541 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
8542 | |
8543 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
8544 | |
5596 | 8545 2006-01-13 John W. Eaton <jwe@octave.org> |
8546 | |
8547 * time/etime.m: Move here from miscellaneous/etime.m. | |
8548 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
8549 | |
5595 | 8550 2006-01-13 Bill Denney <bill@givebillmoney.com> |
8551 | |
6778 | 8552 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 8553 * miscellaneous/fullfile.m: Likewise. |
8554 | |
5592 | 8555 2006-01-12 David Bateman <dbateman@free.fr> |
8556 | |
9967 | 8557 * general/blkdiag.m: Compatible behavior for empty matrices |
5592 | 8558 * statistics/base/unidrnd.m: Documentation buglet. |
8559 | |
5583 | 8560 2005-12-14 David Bateman <dbateman@free.fr> |
8561 | |
5589 | 8562 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
8563 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
8564 | |
8565 * Makefile.in (SUBDIRS): Include testfun. | |
8566 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
8567 | |
5583 | 8568 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
8569 | |
8570 * general/__isequal__.m: Remove reference to getfield. | |
8571 | |
8572 * plot/hist.m: Update test code for row/column discrepencies. | |
8573 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
8574 Update the test code for this. | |
8575 * sparse/spstats.m: Fix small bug in the dimension of output. | |
8576 | |
5579 | 8577 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8578 | |
8579 * cell/cell2mat.m: New file, from octave-forge. | |
8580 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8581 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 8582 |
8583 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
8584 New graph theory functions. | |
8585 | |
5574 | 8586 2005-12-13 John W. Eaton <jwe@octave.org> |
8587 | |
8588 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
8589 | |
8590 * control/system/ss.m: Doc fix. | |
8591 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8592 | |
5572 | 8593 2005-12-12 Michael Zeising <michael@michaels-website.de> |
8594 | |
9967 | 8595 * audio/wavread.m, audio/wavwrite.m: |
5572 | 8596 Correct scaling for 8-bit linear pcm samples. |
8597 Improve scaling for all other linear pcm resolutions. | |
8598 | |
5568 | 8599 2005-12-07 John W. Eaton <jwe@octave.org> |
8600 | |
8601 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
8602 | |
8603 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
8604 * strings/strjust.m: Likewise. | |
8605 | |
8606 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
8607 * signal/arma_rnd.m: Likewise. | |
8608 * strings/strcat.m: Likewise. | |
8609 * control/base/__freqresp__.m: Likewise. | |
8610 * control/base/place.m: Likewise. | |
8611 * control/base/pzmap.m: Likewise. | |
8612 * control/base/pzmap.m: Likewise. | |
8613 * control/system/sysappend.m: Likewise. | |
8614 * control/system/syscont.m: Likewise. | |
8615 * control/system/sysdisc.m: Likewise. | |
8616 * control/system/sysgroup.m: Likewise. | |
8617 * control/system/tfout.m: Likewise. | |
8618 * control/system/zpout.m: Likewise. | |
8619 * control/util/__outlist__.m: Likewise. | |
8620 | |
5567 | 8621 2005-12-06 John W. Eaton <jwe@octave.org> |
8622 | |
8623 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
8624 Avoid for loop in interleave/deinterleave steps. | |
8625 | |
5565 | 8626 2005-12-06 Michael Zeising <michael@michaels-website.de> |
8627 | |
8628 * audio/wavread.m, audio/wavwrite.m: New files. | |
8629 | |
5563 | 8630 2005-12-06 John W. Eaton <jwe@octave.org> |
8631 | |
8632 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
8633 | |
5560 | 8634 2005-12-05 John W. Eaton <jwe@octave.org> |
8635 | |
5561 | 8636 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 8637 |
5558 | 8638 2005-12-02 John W. Eaton <jwe@octave.org> |
8639 | |
8640 * miscellaneous/fileattrib.m: New function. | |
8641 | |
5556 | 8642 2005-12-01 John W. Eaton <jwe@octave.org> |
8643 | |
8644 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
8645 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
8646 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
8647 | |
5555 | 8648 2005-11-30 John W. Eaton <jwe@octave.org> |
8649 | |
8650 * linear-algebra/krylov.m: Format doc string. | |
8651 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8652 | |
5551 | 8653 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
8654 | |
8655 * general/blkdiag.m: Import from octave-forge. | |
8656 Ignore empty matrices in the input. Add tests. | |
5549 | 8657 |
8658 * general/isequal.m, general/isequalwithequalnans.m: | |
8659 New wrapper scripts for general/__isequal__.m. | |
8660 * general/__isequal__.m: Rename from general/isequal.m. | |
8661 New arg, nans_compare_equal. | |
8662 | |
5548 | 8663 2005-11-29 John W. Eaton <jwe@octave.org> |
8664 | |
8665 * miscellaneous/ver.m: Use new uname built-in function instead of | |
8666 calling system. Only append octave_forge_string if | |
8667 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
8668 Call license instead of hard-coding license info here. | |
8669 | |
8670 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 8671 __octave_licenses__. Use puts instead of disp. |
5548 | 8672 Use getuid and getpwuid instead of calling unix ("id -un"). |
8673 If nargout = 1, return license info instead of printing usage message. | |
8674 | |
5546 | 8675 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8676 | |
8677 * miscellaneous/ver.m: New file. | |
8678 * miscellaneous/license.m: New file. | |
8679 | |
5545 | 8680 2005-11-22 John W. Eaton <jwe@octave.org> |
8681 | |
8682 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
8683 gnuplot set command. | |
8684 | |
5539 | 8685 2005-11-15 John W. Eaton <jwe@octave.org> |
8686 | |
8687 * general/shiftdim.m: Doc fix. | |
8688 | |
5532 | 8689 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
8690 | |
8691 * set/unique.m: Doc string fix. | |
8692 | |
5527 | 8693 2005-11-01 John W. Eaton <jwe@octave.org> |
8694 | |
8695 * Makefile.in (distclean, maintainer-clean): | |
8696 Also remove autom4te.cache directory. | |
8697 From Quentin Spencer <qspencer@ieee.org>. | |
8698 | |
5518 | 8699 2005-10-28 John W. Eaton <jwe@octave.org> |
8700 | |
8701 * general/shiftdim.m: Compatibility fix for row vectors. | |
8702 Correct check for non-scalar non-integer shift. For positive | |
8703 N, shift is remainder of N and number of dims. Always return NS. | |
8704 Simplify. | |
8705 | |
5500 | 8706 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
8707 | |
8708 * general/randperm.m: Improve compatibility by allowing input | |
8709 value of zero. | |
8710 | |
5493 | 8711 2005-10-13 John W. Eaton <jwe@octave.org> |
8712 | |
8713 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
8714 If in multiplot mode, clear plot before issuing new plot command. | |
8715 | |
8716 * plot/__setup_plot__.m: New function. | |
8717 * plot/__plt__.m, plot__errplot__.m: Use it. | |
8718 Handle multiplot data and offsets here. | |
8719 | |
8720 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
8721 Move initialization to __setup_plot__.m. | |
8722 | |
8723 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
8724 Don't reset gnuplot_command_replot. | |
8725 | |
8726 * plot/replot.m: Handle multiplot data and offsets here. | |
8727 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
8728 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
8729 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
8730 | |
5489 | 8731 2005-10-12 John W. Eaton <jwe@octave.org> |
8732 | |
8733 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
8734 | |
5482 | 8735 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
8736 | |
8737 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
8738 weibrnd.m: Removed calls and references to deprecated _pdf and | |
8739 _inv functions. | |
8740 * chi2pdf.m: Fixed typos in the documentation. | |
8741 | |
5475 | 8742 2005-09-28 John W. Eaton <jwe@octave.org> |
8743 | |
5476 | 8744 * miscellaneous/single.m: New function. |
8745 | |
5475 | 8746 * statistics/base/unidrnd.m: New function. |
8747 | |
5474 | 8748 2005-09-27 John W. Eaton <jwe@octave.org> |
8749 | |
8750 * miscellaneous/dir.m: Filename never includes directory part. | |
8751 | |
5464 | 8752 2005-09-22 John W. Eaton <jwe@octave.org> |
8753 | |
8754 * polynomial/residue.m: Use logical indexing instead of find.. | |
8755 | |
8756 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
8757 | |
8758 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
8759 and zero poles. | |
8760 | |
5462 | 8761 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
8762 | |
8763 * strings/deblank.m: Handle cell arrays. | |
8764 * strings/split.m: New argument, N, to limit number of splits. | |
8765 | |
8766 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
8767 | |
8768 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
8769 | |
5460 | 8770 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
8771 | |
8772 * control/base/rlocus.m: Doc fix. | |
8773 | |
5459 | 8774 2005-09-20 John W. Eaton <jwe@octave.org> |
8775 | |
8776 * general/isvector.m: Improve compatibility. | |
8777 | |
8778 * general/postpad.m: Allow first argument to be a scalar. | |
8779 Allow padding to extend dimensionality. | |
8780 * general/prepad.m: Likewise. | |
8781 | |
5448 | 8782 2005-09-14 Daniel <durbano@shbano.com> |
8783 | |
8784 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 8785 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
8786 /control/base/dgram.m: Doc string fixes. | |
5448 | 8787 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
8788 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8789 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 8790 |
8791 * saveimage.m: Do not ignore most significant bit when writing | |
8792 black and white images to file. | |
8793 | |
5443 | 8794 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
8795 | |
8796 * audio/playaudio.m, control/base/__bodquist__.m, | |
8797 control/base/lqg.m, control/obsolete/dezero.m, | |
8798 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
8799 control/system/c2d.m, control/system/cellidx.m, | |
8800 control/system/d2c.m, control/system/dmr2d.m, | |
8801 control/system/is_signal_list.m, control/system/listidx.m, | |
8802 control/system/ss.m, control/system/sysappend.m, | |
8803 control/system/sysconnect.m, control/system/sysdup.m, | |
8804 control/system/sysgetsignals.m, control/system/sysidx.m, | |
8805 control/system/sysprune.m, control/system/syssetsignals.m, | |
8806 control/system/tfout.m, control/system/zpout.m, | |
8807 control/util/prompt.m, control/util/sortcom.m, | |
8808 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
8809 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
8810 general/num2str.m, general/repmat.m, general/sortrows.m, | |
8811 general/strerror.m, image/colormap.m, image/imshow.m, | |
8812 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
8813 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
8814 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
8815 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
8816 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
8817 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
8818 plot/print.m, plot/title.m, plot/top_title.m, | |
8819 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
8820 statistics/base/mean.m, statistics/base/moment.m, | |
8821 statistics/tests/cor_test.m, | |
8822 statistics/tests/kolmogorov_smirnov_test.m, | |
8823 statistics/tests/kolmogorov_smirnov_test_2.m, | |
8824 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
8825 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
8826 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
8827 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
8828 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
8829 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
8830 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
8831 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
8832 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
8833 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
8834 Avoid deprecated functions. Use ischar instead of isstr. Use | |
8835 isvector instead of is_vector. Use isstruct instead of | |
8836 is_struct. Use char instead of setstr. | |
8837 | |
5435 | 8838 2005-08-31 Daniel <durbano@shbano.com> |
8839 | |
8840 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
8841 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
8842 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
8843 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8844 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 8845 |
8846 * image/saveimage.m: Open output file in binary mode. | |
8847 | |
8848 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
8849 | |
5427 | 8850 2005-08-16 John W. Eaton <jwe@octave.org> |
8851 | |
8852 * miscellaneous/computer.m: Handle optional maxsize and endian | |
8853 outputs. | |
8854 | |
5426 | 8855 2005-08-15 John W. Eaton <jwe@octave.org> |
8856 | |
8857 * strings/strcat.m: Allow single argument. | |
8858 | |
5416 | 8859 2005-07-18 John W. Eaton <jwe@octave.org> |
8860 | |
8861 * strings/strcmp.m: Delete. | |
8862 | |
5413 | 8863 2005-07-13 John W. Eaton <jwe@octave.org> |
8864 | |
8865 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
8866 versions of Octave. | |
8867 | |
8868 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
8869 | |
8870 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
8871 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
8872 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
8873 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
8874 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
8875 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
8876 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
8877 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
8878 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
8879 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
8880 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
8881 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
8882 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
8883 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
8884 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
8885 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
8886 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
8887 * statistics/distributions/finv.m: Rename from f_inv.m. | |
8888 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
8889 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
8890 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
8891 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
8892 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
8893 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
8894 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
8895 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
8896 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
8897 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
8898 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
8899 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
8900 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
8901 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
8902 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
8903 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
8904 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
8905 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
8906 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
8907 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
8908 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
8909 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
8910 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
8911 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
8912 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
8913 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
8914 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
8915 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
8916 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
8917 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 8918 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 8919 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
8920 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
8921 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
8922 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
8923 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
8924 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
8925 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
8926 | |
8927 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
8928 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
8929 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
8930 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
8931 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
8932 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
8933 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
8934 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
8935 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
8936 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
8937 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
8938 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
8939 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
8940 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
8941 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
8942 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
8943 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
8944 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
8945 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
8946 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
8947 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
8948 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
8949 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
8950 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
8951 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
8952 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
8953 deprecated/wiener_rnd.m: New files. | |
8954 | |
5408 | 8955 2005-07-08 John W. Eaton <jwe@octave.org> |
8956 | |
8957 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
8958 * deprecated/weibull_rnd.m: New file. | |
8959 | |
5407 | 8960 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
8961 | |
8962 * strings/dec2base.m: Allow matrix arguments. | |
8963 | |
5406 | 8964 2005-07-08 John W. Eaton <jwe@octave.org> |
8965 | |
8966 * plot/__errplot__.m: Use __plot_globals__. | |
8967 * plot/__plt__.m: Likewise. | |
8968 * plot/figure.m: Likewise. | |
8969 | |
8970 * plot/hold.m: New file. | |
8971 * plot/ishold.m: New file. | |
8972 * plot/__plot_globals__.m: New file. | |
8973 | |
5400 | 8974 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
8975 | |
8976 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
8977 | |
8978 2005-07-05 John W. Eaton <jwe@octave.org> | |
8979 | |
8980 * strings/findstr.m: Return [] for no matches. | |
8981 | |
5399 | 8982 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
8983 | |
8984 * miscellaneous/tic.m: Fix doc string. | |
8985 | |
5395 | 8986 2005-06-15 John W. Eaton <jwe@octave.org> |
8987 | |
8988 * polynomial/polyfit.m: Force return value to be a row vector. | |
8989 | |
5393 | 8990 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
8991 | |
8992 * general/isequal.m: Correct nargin check. | |
8993 | |
5388 | 8994 2005-06-14 John W. Eaton <jwe@octave.org> |
8995 | |
8996 * general/isvector.m: Handle N-d arrays. | |
8997 From Bill Denney <denney@seas.upenn.edu>. | |
8998 | |
5381 | 8999 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
9000 | |
9001 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 9002 |
5377 | 9003 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
9004 | |
9005 * signal/freqz.m: Use correct calculations when given a vector of | |
9006 frequencies. Improve accuracy of returned frequency vector. | |
9007 Improve speed for medium length filters (at a slight cost for slow | |
9008 filters). Add test cases. | |
9009 | |
5373 | 9010 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
9011 | |
9012 * plot/loglog.m: Fix set commands. | |
9013 | |
5381 | 9014 2005-05-25 John W. Eaton <jwe@octave.org> |
9015 | |
9016 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
9017 | |
5371 | 9018 2005-05-24 John W. Eaton <jwe@octave.org> |
9019 | |
5373 | 9020 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
9021 | |
5372 | 9022 * strings/strncmp.m: New file, from Tom Holroyd |
9023 <tomh@kurage.nimh.nih.gov>. | |
9024 | |
5371 | 9025 * strings/strcmp.m: Return logical values in all cases. |
9026 | |
5366 | 9027 2005-05-23 John W. Eaton <jwe@octave.org> |
9028 | |
9029 * plot/orient.m: New file. Adapt to Octave coding style. | |
9030 Texinfoize doc string. | |
9031 | |
9032 * plot/print.m: New file. Adapt to Octave coding style. Include | |
9033 PKG_ADD command. Use set terminal consistently throughout. Use | |
9034 set terminal push/pop and unconditionally set output to screen | |
9035 when done to avoid requiring gget. Use a cell array for dev_list | |
9036 and cellidx to search for items in the list. Delete local | |
9037 variable endl. Don't set and restore automatic_replot. Use {} | |
9038 instead of nth to index varargin. Delete local variable | |
9039 va_arg_cnt. | |
9040 | |
5355 | 9041 2005-05-18 John W. Eaton <jwe@octave.org> |
9042 | |
9043 * general/num2str.m: Return early if X is a character string. | |
9044 | |
5347 | 9045 2005-05-11 John W. Eaton <jwe@octave.org> |
9046 | |
5348 | 9047 * strings/findstr.m: Allow non-string arguments for compatiblity. |
9048 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
9049 | |
5347 | 9050 * plot/polar.m: Don't call __pltopt__ here. |
9051 | |
5333 | 9052 2005-05-02 John W. Eaton <jwe@octave.org> |
9053 | |
9054 * mkdoc: Print header message. | |
9055 | |
5319 | 9056 2005-04-28 John W. Eaton <jwe@octave.org> |
9057 | |
9058 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
9059 startup/octaverc. | |
9060 | |
5318 | 9061 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
9062 | |
9063 * image/imshow.m: Handle various image depths and 3d RGB images. | |
9064 (__im_numeric_limits__): New internal function. | |
9065 | |
5317 | 9066 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
9067 | |
9068 * statistics/tests/anova.m: Compute total_mean as mean of all | |
9069 data, not mean of group_mean. | |
9070 | |
9071 2005-04-28 John W. Eaton <jwe@octave.org> | |
9072 | |
9073 * startup/local-rcfile: New file. | |
9074 * startup/main-rcfile: Rename from startup/octaverc. | |
9075 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
9076 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
9077 Install local-rcfile in $(localfcnfiledir)/startup. | |
9078 | |
9079 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
9080 | |
9081 * startup/inputrc: New file. | |
9082 * startup/octaverc: Configure readline using inputrc from | |
9083 startupfiledir. | |
9084 * startup/Makefile.in (install, install-strip): Install octaverc | |
9085 in $(fcnfiledir)/startup. | |
9086 | |
5310 | 9087 2005-04-27 John W. Eaton <jwe@octave.org> |
9088 | |
9089 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
9090 | |
5289 | 9091 2005-04-21 John W. Eaton <jwe@octave.org> |
9092 | |
9093 * optimization/glpk.m: Handle SENSE argument. | |
9094 | |
9095 * optimization/qp.m, optimization/sqp.m: New files. | |
9096 | |
5276 | 9097 2005-04-08 John W. Eaton <jwe@octave.org> |
9098 | |
9099 * Makefile.in (clean, distclean, maintainer-clean): | |
9100 Avoid duplication in rules. | |
9101 | |
5252 | 9102 2005-03-28 John W. Eaton <jwe@octave.org> |
9103 | |
9104 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
9105 setting {no,}parametric. | |
9106 * plot/figure.m: Likewise, for setting terminal type. | |
9107 | |
9108 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
9109 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
9110 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
9111 plot/title.m, plot/top_title.m: Avoid eval. | |
9112 | |
5251 | 9113 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
9114 | |
5253 | 9115 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
9116 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
9117 Use __gnuplot_replot__ instead of replot. | |
9118 | |
5252 | 9119 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
9120 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
9121 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
9122 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
9123 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
9124 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
9125 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 9126 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 9127 |
5251 | 9128 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
9129 | |
5244 | 9130 2005-03-24 John W. Eaton <jwe@octave.org> |
9131 | |
9132 * optimization/glpkmex.m: Texinfoize Doc string. | |
9133 * optimization/glpk.m: Likewise. | |
9134 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
9135 (row vectors are orginary character strings). | |
9136 * optimization/glpkparam.m: Delete. | |
9137 | |
5243 | 9138 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
9139 | |
9140 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
9141 of dimensions of X. | |
9142 | |
5237 | 9143 2005-03-23 John W. Eaton <jwe@octave.org> |
9144 | |
5239 | 9145 * general/tril.m, general/triu.m: Return value of same class as |
9146 argument. | |
9147 | |
5237 | 9148 * optimization/glpk.m: Simplify interface. By default, solve |
9149 standard LP min C'*x s.t. A*x = b, x >= 0. | |
9150 * optimization/glpkmex.m: New file. | |
9151 | |
5232 | 9152 2005-03-22 John W. Eaton <jwe@octave.org> |
9153 | |
5237 | 9154 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
9155 list. | |
9156 | |
5233 | 9157 * optimization/glpk.m: Adapt to Octave coding style. |
9158 No need for varargout or varargin. | |
9159 Print usage message if nargin > 11. | |
9160 Allow any value of nargout. | |
9161 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
9162 Avoid looping when checking character classes. | |
9163 | |
5232 | 9164 * optimization: New directory. |
9165 * Makefile.in (SUBDIRS): Add it to the list. | |
9166 * optimization/Makefile.in: New file. | |
9167 * optimization/glpk.m, optimization/glpkparams.m, | |
9168 optimization/glpktest1, optimization/glpktest2: New files. | |
9169 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
9170 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 9171 |
9172 * strings/split.m: Quick return for empty second arg. | |
9173 Improve warning for multi-line strings. | |
9174 Speed up by avoiding sprintf in loop and eval. | |
9175 | |
5217 | 9176 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
9177 | |
9178 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
9179 * polynomial/polyder.m: Ditto. | |
6778 | 9180 * polynomial/polygcd.m: New function. |
5217 | 9181 |
5214 | 9182 2005-03-16 John W. Eaton <jwe@octave.org> |
9183 | |
5215 | 9184 * control/base/__stepimp__.m, control/base/bode.m, |
9185 control/base/frdemo.m, control/base/nichols.m, | |
9186 control/base/nyquist.m, control/base/pzmap.m, | |
9187 control/base/rldemo.m, control/base/rlocus.m, | |
9188 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
9189 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
9190 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
9191 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
9192 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
9193 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
9194 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
9195 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
9196 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
9197 plot/xlabel.m, quaternion/demoquat.m, | |
9198 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
9199 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
9200 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
9201 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
9202 gsplot from @seealso docs. | |
5214 | 9203 |
9204 * plot/replot.m: New file. | |
9205 | |
5205 | 9206 2005-03-15 David Bateman <dbateman@free.fr> |
9207 | |
9208 * set/unique.m, set/ismember.m: Handle cell arrays. | |
9209 | |
5196 | 9210 2005-03-09 John W. Eaton <jwe@octave.org> |
9211 | |
9212 * statistics/Makefile.in (bin-dist): Delete target. | |
9213 (BINDISTSUBDIRS): Delete variable. | |
6754 | 9214 * control/Makefile.in: Likewise. |
5196 | 9215 |
5378 | 9216 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 9217 (BINDISTFILES): Delete variable. |
5378 | 9218 * control/base/Makefile.in: Likewise. |
9219 * control/hinf/Makefile.in: Likewise. | |
9220 * control/obsolete/Makefile.in: Likewise. | |
9221 * control/system/Makefile.in: Likewise. | |
9222 * control/util/Makefile.in: Likewise. | |
9223 * deprecated/Makefile.in: Likewise. | |
9224 * elfun/Makefile.in: Likewise. | |
9225 * finance/Makefile.in: Likewise. | |
9226 * general/Makefile.in: Likewise. | |
9227 * image/Makefile.in: Likewise. | |
9228 * sparse/Makefile.in: Likewise. | |
9229 * io/Makefile.in: Likewise. | |
9230 * plot/Makefile.in: Likewise. | |
9231 * Makefile.in: Likewise. | |
9232 * miscellaneous/Makefile.in: Likewise. | |
9233 * linear-algebra/Makefile.in: Likewise. | |
9234 * polynomial/Makefile.in: Likewise. | |
9235 * quaternion/Makefile.in: Likewise. | |
9236 * set/Makefile.in: Likewise. | |
9237 * signal/Makefile.in: Likewise. | |
9238 * specfun/Makefile.in: Likewise. | |
9239 * special-matrix/Makefile.in: Likewise. | |
9240 * startup/Makefile.in: Likewise. | |
9241 * statistics/base/Makefile.in: Likewise. | |
9242 * statistics/distributions/Makefile.in: Likewise. | |
9243 * statistics/models/Makefile.in: Likewise. | |
9244 * statistics/tests/Makefile.in: Likewise. | |
9245 * strings/Makefile.in: Likewise. | |
9246 * time/Makefile.in: Likewise. | |
5196 | 9247 |
5195 | 9248 2005-03-08 John W. Eaton <jwe@octave.org> |
9249 | |
9250 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
9251 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
9252 | |
5192 | 9253 2005-03-04 John W. Eaton <jwe@octave.org> |
9254 | |
9255 * plot/clg.m: New file. | |
9256 | |
5193 | 9257 2005-03-03 John W. Eaton <jwe@octave.org> |
9258 | |
9259 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
9260 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
9261 strings/strcmpi.m: | |
9262 New files from Octave-forge. Adapt to Octave coding standards. | |
9263 | |
5181 | 9264 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
9265 | |
9266 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
9267 computation range. | |
9268 | |
5164 | 9269 2005-02-25 John W. Eaton <jwe@octave.org> |
9270 | |
9271 Sparse merge. | |
9272 | |
9273 2005-01-23 David Bateman <dbateman@free.fr> | |
9274 | |
9275 * sparse/randperm.m: Delete duplicate randperm.m. | |
9276 | |
9277 2005-01-10 John W. Eaton <jwe@octave.org> | |
9278 | |
9279 * sparse/Makefile.in: New file. | |
9280 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
9281 | |
9282 2005-01-07 David Bateman <dbateman@free.fr> | |
9283 | |
9284 * set/unique.m: import file from octave-forge. | |
9285 | |
9286 2005-01-05 David Bateman <dbateman@free.fr> | |
9287 | |
9288 * Makefile.in: include sparse directory in SUBDIRS. | |
9967 | 9289 |
5164 | 9290 2004-12-30 John W. Eaton <jwe@octave.org> |
9291 | |
9292 * sparse/nzmax.m: Delete (there is an nzmax function in | |
9293 src/DLD-FUNCTIONS/sparse.cc). | |
9294 | |
9295 2004-12-28 John W. Eaton <jwe@octave.org> | |
9296 | |
9967 | 9297 Merge of sparse code from David Bateman <dbateman@free.fr> and |
5164 | 9298 Andy Adler <adler@site.uottawa.ca>. |
9299 | |
9300 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
9301 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
9302 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
9303 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
9304 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
9305 | |
9306 * sparse: New directory. | |
9307 | |
5158 | 9308 2005-02-22 John W. Eaton <jwe@octave.org> |
9309 | |
9310 * polynomial/residue.m: Force prepad to always create row vectors. | |
9311 | |
9312 * polynomial/poly.m: Quick return if m is 0. | |
9313 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
9314 | |
5154 | 9315 2005-02-21 David Bateman <dbateman@free.fr> |
9316 | |
9317 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
9318 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
9319 Fix for row vectors with at least one element of lambda not in | |
9320 (0, Inf). | |
9321 | |
5152 | 9322 2005-02-21 John W. Eaton <jwe@octave.org> |
9323 | |
5153 | 9324 * statistics/base/qqplot.m: Use feval instead of eval. |
9325 | |
5152 | 9326 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
9327 plot/__axis_label__.m: Issue replot command. | |
9328 | |
5135 | 9329 2005-02-09 John W. Eaton <jwe@octave.org> |
9330 | |
9331 * polynomial/polyderiv.m: Force P to be a row vector. | |
9332 | |
5133 | 9333 2005-02-08 John W. Eaton <jwe@octave.org> |
9334 | |
9335 * strings/dec2base.m: Don't delete leading zero if third arg is | |
9336 provided and len <= computed max_len. | |
9337 | |
5125 | 9338 2005-01-27 David Bateman <dbateman@free.fr> |
9339 | |
9340 * strings/dec2base.m: Be even more careful about handling all digits. | |
9341 | |
9342 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
9343 | |
9344 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
9345 | |
5123 | 9346 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
9347 | |
9348 * statistics/base/median.m: Make it work for the scalar case too. | |
9349 | |
6308 | 9350 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 9351 |
9352 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 9353 Simplify logic for decoding args. |
5117 | 9354 |
5115 | 9355 2005-01-24 John W. Eaton <jwe@octave.org> |
9356 | |
5116 | 9357 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
9358 | |
9359 * plot/__plt__.m: No need to save and reset hold state now. | |
9360 (first_plot): Delete unused variable. | |
9361 | |
5115 | 9362 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
9363 | |
9364 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
9365 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
9366 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
9367 plot/__plt2vv__.m: | |
9368 Return data and gnuplot commands instead of evaluating them. | |
9369 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
9370 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
9371 | |
5108 | 9372 2005-01-18 John W. Eaton <jwe@octave.org> |
9373 | |
9374 * linear-algebra/cross.m: Allocate idx1 before use. | |
9375 | |
5096 | 9376 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
9377 | |
9378 * statistics/base/range.m: Fix varargin usage. | |
9379 | |
5091 | 9380 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
9381 | |
9382 * strings/deblank.m: Remove all trailing whitespace (check with | |
9383 isspace), not just SPC. | |
9384 | |
5090 | 9385 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
9386 | |
9387 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
9388 | |
5073 | 9389 2004-11-09 John W. Eaton <jwe@octave.org> |
9390 | |
9391 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
9392 From Julius Smith <jos@ccrma.stanford.edu>. | |
9967 | 9393 |
5072 | 9394 2004-11-08 John W. Eaton <jwe@octave.org> |
9395 | |
9396 * plot/__plt2vm__.m: Delete debugging statement. | |
9397 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
9398 | |
5065 | 9399 2004-11-04 John W. Eaton <jwe@octave.org> |
9400 | |
9401 * plot/hist.m: Always return row vectors for vector args. | |
9402 | |
5031 | 9403 2004-09-23 John W. Eaton <jwe@octave.org> |
9404 | |
9405 * strings/strcmp.m: If args are not strings or cell arrays of | |
9406 strings, return zero instead of reporting an error. | |
9407 | |
5021 | 9408 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
9409 | |
9410 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
9967 | 9411 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
5021 | 9412 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
9413 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
9414 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
9415 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
9416 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
9967 | 9417 control/hinf/is_dgkf.m, control/system/c2d.m, |
5021 | 9418 control/system/is_detectable.m, control/system/is_sample.m, |
9419 control/system/is_siso.m, control/system/is_stable.m, | |
9420 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
9967 | 9421 control/system/sys2tf.m, control/system/sys2zp.m, |
5021 | 9422 control/system/sysappend.m, control/system/sysconnect.m, |
9423 control/system/sysdisc.m, control/system/sysdup.m, | |
9424 control/system/sysgetsignals.m, control/system/sysmult.m, | |
9425 control/system/syssetsignals.m, control/system/syssub.m, | |
9426 control/system/tf2sys.m, control/system/ugain.m, | |
9967 | 9427 control/system/zp2ss.m, control/system/zp2sys.m, |
5021 | 9428 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
9429 special-matrix/toeplitz.m: Fix typos in doc strings. | |
9430 | |
9431 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
9432 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
9433 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
9434 ontrol/system/is_abcd.m, control/system/parallel.m, | |
9435 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
9436 control/system/sysappend.m, control/system/sysconnect.m, | |
9437 control/system/sysdup.m, control/system/sysgroup.m, | |
9438 control/system/sysprune.m, control/system/sysreorder.m, | |
9439 control/system/sysscale.m, control/system/syssub.m, | |
9440 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
9441 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
9442 polynomial/polyout.m, specfun/log2.m: | |
9443 Add output arguments in doc strings. | |
9444 | |
9445 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
9446 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
9447 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
9448 control/base/freqchkw.m, control/base/__freqresp__.m, | |
9449 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
9450 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
9451 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
9452 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
9453 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
9967 | 9454 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
9455 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
9456 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
5021 | 9457 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
9967 | 9458 control/system/c2d.m, control/system/is_abcd.m, |
5021 | 9459 control/system/is_controllable.m, control/system/is_detectable.m, |
9460 control/system/is_observable.m, control/system/is_stable.m, | |
9967 | 9461 control/system/jet707.m, control/system/ord2.m, |
9462 control/system/starp.m, control/system/sys2fir.m, | |
9463 control/system/sys2ss.m, control/system/sys2tf.m, | |
9464 control/system/sys2zp.m, control/system/syscont.m, | |
5021 | 9465 control/system/sysdisc.m, control/system/sysdup.m, |
9466 control/system/sysgettype.m, control/system/sysgroup.m, | |
9467 control/system/sysmult.m, control/system/sysprune.m, | |
9468 control/system/sysreorder.m, control/system/sysscale.m, | |
9469 control/system/syssetsignals.m, control/system/sysupdate.m, | |
9967 | 9470 control/system/tf2ss.m, control/system/tf2sys.m, |
9471 control/system/zp2ss.m, control/system/zp2sys.m, | |
5021 | 9472 control/util/axis2dlim.m, control/util/prompt.m, |
9967 | 9473 control/util/zgfmul.m, control/util/zginit.m, |
9474 control/util/__zgpbal__.m, control/util/zgscal.m: | |
9475 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
5021 | 9476 in doc strings. |
9477 | |
9967 | 9478 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
5021 | 9479 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
9480 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
9481 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
9482 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
9967 | 9483 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
5021 | 9484 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
9485 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
9486 control/system/c2d.m, control/system/fir2sys.m, | |
9487 control/system/is_stabilizable.m, control/system/jet707.m, | |
9488 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
9489 control/util/zgshsr.m, polynomial/polyout.m: | |
9490 New @tex section(s) in doc strings for better formating of printed | |
9491 output. | |
9492 | |
9967 | 9493 * control/base/__freqresp__.m, control/base/nyquist.m, |
5021 | 9494 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
9495 control/obsolete/syschnames.m, control/system/sysprune.m: | |
9496 Use proper double quote marks for TeX. | |
9497 | |
9498 * control/base/DEMOcontrol.m: Add missing ; | |
9499 | |
9967 | 9500 * control/base/nichols.m, control/base/rlocus.m, |
5021 | 9501 control/obsolete/minfo.m, control/system/is_digital.m, |
9967 | 9502 control/system/ss2zp.m, control/system/sysmin.m, |
9503 control/system/tf2zp.m, control/util/sortcom.m: | |
5021 | 9504 Convert documentation to use or more completely use Texinfo. |
9505 | |
9967 | 9506 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
9507 control/hinf/hinfdemo.m, control/system/ord2.m, | |
5021 | 9508 control/system/parallel.m, control/system/ss2tf.m, |
9509 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
9510 art splitting over a page boundary. | |
9967 | 9511 |
9512 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
9513 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
9514 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5021 | 9515 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
9516 control/hinf/wgt1o.m, control/system/buildssic.m: | |
9517 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
9518 the TeX documentation. | |
9967 | 9519 |
5021 | 9520 * control/system/is_stabilizable.m: |
9521 Add Copyright so that help is displayed correctly. | |
9522 | |
9523 * special-matrix/vander.m: Octave indexes start at 1. | |
9524 | |
5011 | 9525 2004-09-21 David Bateman <dbateman@free.fr> |
9526 | |
9527 * general/rotdim.m: New function for rotation of an N-d array in an | |
9528 arbitrary plane. | |
9529 | |
9967 | 9530 * general/flipdim.m: New function to flip an N-d array about an |
5011 | 9531 arbitrary axis. |
9532 | |
5003 | 9533 2004-09-15 David Bateman <dbateman@free.fr> |
9534 | |
9535 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
9536 | |
4992 | 9537 2004-09-15 John W. Eaton <jwe@octave.org> |
9538 | |
9539 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 9540 Use iscellstr to check for cells rather than iscell. |
9541 Improve diagnostics for invalid args. | |
4992 | 9542 |
4983 | 9543 2004-09-10 David Bateman <dbateman@free.fr> |
9544 | |
9545 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
9546 and p with n > 1, and fix for matrix n and p with n == 1. | |
9547 | |
9548 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
9549 due to row vs. column vector operations. | |
9550 | |
4964 | 9551 2004-09-03 David Bateman <dbateman@free.fr> |
9552 | |
9553 * general/repmat.m: Fix to allow logical classes. | |
9554 | |
4950 | 9555 2004-08-31 John W. Eaton <jwe@octave.org> |
9556 | |
9557 * general/isa.m: New function, from Octave-forge. | |
9558 | |
9559 2004-08-31 David Bateman <dbateman@free.fr> | |
9560 | |
9967 | 9561 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
4950 | 9562 limitation on the use of int64 and uint64 types, and the use |
9563 of the eval. | |
9564 | |
9565 * general/bitset.m: Remove superfluous cast to return type, as bug | |
9566 in .^ with integer types is fixed. | |
9567 | |
9568 * general/repmat.m: Adapt to allow integer types. | |
4945 | 9569 |
9570 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
9571 | |
9572 * plot/axis.m: Don't reset axes when querying them. | |
9573 | |
4942 | 9574 2004-08-27 David Bateman <dbateman@free.fr> |
9575 | |
9576 * statistics/base/ranks.m: Handle non-consecutive ties. | |
9577 Eliminate loop. | |
9578 | |
4918 | 9579 2004-07-27 David Bateman <dbateman@free.fr> |
9580 | |
9581 * general/num2str.m: Also insert spaces in output when precision | |
9582 argument is supplied. | |
9583 | |
4915 | 9584 2004-07-23 David Bateman <dbateman@free.fr> |
9585 | |
9586 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
9587 | |
4911 | 9588 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
9589 | |
9590 * general/sub2ind.m: Make reshaping index list unnecessary. | |
9591 | |
9592 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
9593 | |
9594 * miscellaneous/unix.m: Fix doc string. | |
9595 | |
9596 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
9597 | |
9598 * plot/figure.m: Clarification of documentation. | |
9599 | |
9600 * image/imshow.m: Warn for complex images. | |
9601 Only estimate colourmap for images in [0, 65536]. | |
9602 | |
9603 2004-07-22 David Bateman <dbateman@free.fr> | |
9604 | |
9605 * general/num2str.m: Fix the case of an all zero input. | |
9606 | |
4906 | 9607 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
9608 | |
9609 * general/ind2sub.m: Doc fix. | |
9610 | |
4900 | 9611 2004-06-08 John W. Eaton <jwe@octave.org> |
9612 | |
9613 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
9614 convert function handle to string for eval. | |
9615 | |
4898 | 9616 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
9617 | |
9618 * plot/errorbar.m: Remove debugging output. | |
9619 | |
9620 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
9621 | |
9622 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
9623 | |
4897 | 9624 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
9625 | |
4898 | 9626 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
9627 | |
9628 * polynomial/polyout.m: Use parenthesis if necessary around | |
9629 complex polynomial coefficient. | |
9630 | |
4897 | 9631 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
9632 the bug which causes __errplot__ to ignore the last argument. | |
9633 | |
4894 | 9634 2004-06-03 David Bateman <dbateman@free.fr> |
9635 | |
9636 * general/shiftdim.m: New function based on JWE code snippet. | |
9637 | |
9638 * general/circdim.m: New function. | |
9639 | |
4890 | 9640 2004-05-06 David Bateman <dbateman@free.fr> |
9641 | |
9642 * general/issquare.m: Fail if ndim(x) > 2. | |
9643 | |
9644 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
9645 | |
9646 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
9647 N-d array arguments. Add optional dim argument to define | |
9648 dimension along which to operate. | |
9649 | |
9650 * linear-algebra/dmult.m: Allow N-d arrays. | |
9651 | |
9652 * linear-algebra/vec.m: Use v(:) and not reshape. | |
9653 | |
4885 | 9654 2004-04-29 David Bateman <dbateman@free.fr> |
9655 | |
9656 * statistics/base/ranks.m, statistics/base/run_count.m, | |
9657 statistics/base/studentize.m, statistics/base/kurtosis.m | |
9658 statistics/base/statistics.m, statistics/base/skewness.m | |
9659 statistics/base/iqr.m: | |
9660 Make N-d array aware. Allow optional argument to define the | |
9661 dimension along which to operate. Update the documentation. | |
9662 | |
9663 * statistics/base/ranks.m: Change algorithm to use sort, | |
9664 and adjust for the ties after. | |
9665 | |
9666 * statistics/base/run_counts.m: Change algorithm to use | |
9667 the a combination of diff and find, rather than a for-loop. | |
9668 | |
4881 | 9669 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
9670 | |
9671 * plot/hist.m: Correctly determine cutoffs. New tests. | |
9672 | |
4878 | 9673 2004-04-23 David Bateman <dbateman@free.fr> |
9674 | |
9675 * general/int2str.m: Treat only real part of argument, and treat | |
9676 NDArrays by stacking the slices through the matrix vertically. | |
9677 | |
9678 * general/num2str.m: Improve format of integer matrices, and the | |
9679 conversion of complex matrices added. Treat NDArrays by stacking | |
9680 the slices through the matrix vertically. | |
9681 | |
9682 * deprecated/com2str.m: Moved here from general subdirectory. | |
9683 | |
4877 | 9684 2004-04-22 John W. Eaton <jwe@octave.org> |
9685 | |
9686 * quaternion/qtransvmat.m: Use continuation characters to make | |
9687 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
9688 | |
4869 | 9689 2004-04-21 David Bateman <dbateman@free.fr> |
9690 | |
5378 | 9691 * elfun/lcm.m: Make N-d aware. |
4870 | 9692 |
4869 | 9693 * general/diff.m: Make the code N-d array aware. Allow an |
9694 optional argument to define the dimension along which to perform | |
9695 the differences and allow the order of the differences to be larger | |
9696 than the dimension itself. | |
9697 | |
9698 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
9699 use of these functions to 1- and 2-d arrays. | |
9700 | |
4863 | 9701 2004-04-16 John W. Eaton <jwe@octave.org> |
9702 | |
9703 * elfun/gcd.m: Delete. | |
9704 | |
4862 | 9705 2004-04-15 David Bateman <dbateman@free.fr> |
9706 | |
9707 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
9708 | |
9709 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
9710 array aware and and optional argument for the dimension along | |
9711 which to operate. | |
9712 | |
5378 | 9713 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 9714 argument for the dimension to be consistent with other N-d array |
9715 functions. | |
9716 | |
4860 | 9717 2004-04-08 David Bateman <dbateman@free.fr> |
9718 | |
9719 * statistics/distributions/discrete_cdf.m, | |
9720 statistics/distributions/discrete_inv.m, | |
9721 statistics/distributions/discrete_pdf.m, | |
9722 statistics/distributions/discrete_rnd.m, | |
9723 statistics/distributions/exponential_cdf.m, | |
9724 statistics/distributions/exponential_inv.m, | |
9725 statistics/distributions/exponential_pdf.m, | |
9726 statistics/distributions/exponential_rnd.m, | |
9727 statistics/distributions/f_cdf.m, | |
9728 statistics/distributions/f_inv.m, | |
9729 statistics/distributions/f_pdf.m, | |
9730 statistics/distributions/f_rnd.m, | |
9731 statistics/distributions/geometric_cdf.m, | |
9732 statistics/distributions/geometric_inv.m, | |
9733 statistics/distributions/geometric_pdf.m, | |
9734 statistics/distributions/geometric_rnd.m, | |
9735 statistics/distributions/hypergeometric_rnd.m, | |
9736 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
9737 statistics/distributions/laplace_cdf.m, | |
9738 statistics/distributions/laplace_inv.m, | |
9739 statistics/distributions/laplace_pdf.m, | |
9740 statistics/distributions/laplace_rnd.m, | |
9741 statistics/distributions/logistic_inv.m, | |
9742 statistics/distributions/logistic_rnd.m, | |
9743 statistics/distributions/lognormal_cdf.m, | |
9744 statistics/distributions/lognormal_inv.m, | |
9745 statistics/distributions/lognormal_pdf.m, | |
9746 statistics/distributions/lognormal_rnd.m, | |
9747 statistics/distributions/pascal_cdf.m, | |
9748 statistics/distributions/pascal_inv.m, | |
9749 statistics/distributions/pascal_pdf.m, | |
9750 statistics/distributions/pascal_rnd.m, | |
9751 statistics/distributions/poisson_cdf.m, | |
9752 statistics/distributions/poisson_inv.m, | |
9753 statistics/distributions/poisson_pdf.m, | |
9754 statistics/distributions/poisson_rnd.m, | |
9755 statistics/distributions/t_cdf.m, | |
9756 statistics/distributions/t_inv.m, | |
9757 statistics/distributions/t_pdf.m, | |
9758 statistics/distributions/t_rnd.m, | |
9759 statistics/distributions/weibull_cdf.m, | |
9760 statistics/distributions/weibull_inv.m, | |
9761 statistics/distributions/weibull_pdf.m, | |
9762 statistics/distributions/weibull_rnd.m: | |
9763 Allow N-d arrays. | |
9764 | |
9765 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
9766 that results in NaN in places where it should not have had. | |
9767 | |
9768 * statistics/distributions/discrete_rnd.m: New argument formats to | |
9967 | 9769 allow creating arbitrary matrices, compatiable with the other |
5583 | 9770 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 9771 |
9772 * statistics/distributions/empirical_rnd.m: New argument formats | |
9773 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 9774 *_rnd.m functions. Maintain compatibility with previous |
4860 | 9775 format. Allow N-d arrays. |
9776 | |
9777 * statistics/distributions/hypergeometric_cdf.m, | |
9778 statistics/distributions/hypergeometric_inv.m, | |
9779 statistics/distributions/hypergeometric_pdf.m, | |
9780 statistics/distributions/wiener_rnd.m: | |
9781 Error for non-scalar arguments. | |
9967 | 9782 |
4860 | 9783 * statistics/distributions/pascal_rnd.m: |
9784 Correct for n = 1 bug, where all elements were equal. | |
9785 | |
4849 | 9786 2004-04-06 David Bateman <dbateman@free.fr> |
9787 | |
4854 | 9788 * general/common_size.m, miscellaneous/bincoeff.m, |
9789 statistics/distributions/beta_cdf.m, | |
9790 statistics/distributions/beta_inv.m, | |
9791 statistics/distributions/beta_pdf.m, | |
9792 statistics/distributions/beta_rnd.m, | |
9793 statistics/distributions/binomial_cdf.m, | |
9794 statistics/distributions/binomial_inv.m, | |
9795 statistics/distributions/binomial_pdf.m, | |
9796 statistics/distributions/binomial_rnd.m, | |
9797 statistics/distributions/cauchy_cdf.m, | |
9798 statistics/distributions/cauchy_inv.m, | |
9799 statistics/distributions/cauchy_pdf.m, | |
9800 statistics/distributions/cauchy_rnd.m, | |
9801 statistics/distributions/chisquare_cdf.m, | |
9802 statistics/distributions/chisquare_inv.m, | |
9803 statistics/distributions/chisquare_pdf.m, | |
9804 statistics/distributions/chisquare_rnd.m, | |
9805 statistics/distributions/gamma_cdf.m, | |
9806 statistics/distributions/gamma_inv.m, | |
9807 statistics/distributions/gamma_pdf.m, | |
9808 statistics/distributions/gamma_rnd.m, | |
9809 statistics/distributions/normal_cdf.m, | |
9810 statistics/distributions/normal_inv.m, | |
9811 statistics/distributions/normal_pdf.m, | |
9812 statistics/distributions/normal_rnd.m, | |
9813 statistics/distributions/stdnormal_cdf.m, | |
9814 statistics/distributions/stdnormal_pdf.m, | |
9815 statistics/distributions/stdnormal_rnd.m, | |
9816 statistics/distributions/uniform_cdf.m, | |
9817 statistics/distributions/uniform_inv.m, | |
9818 statistics/distributions/uniform_pdf.m, | |
9819 statistics/distributions/uniform_rnd.m: | |
9820 Allow the inputs to be N-d arrays. | |
9821 | |
4852 | 9822 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
9823 * statistics/base/median.m: Likewise. | |
4849 | 9824 |
4844 | 9825 2004-04-02 David Bateman <dbateman@free.fr> |
9826 | |
9827 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 9828 * statistics/base/center.m, statistics/base/meansq.m, |
9829 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 9830 Update for N-d arrays. |
4844 | 9831 * signal/fftshift.m: Fix dimensioning error. |
9967 | 9832 |
4844 | 9833 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852 | 9834 N-d arrays. |
9967 | 9835 |
4852 | 9836 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
9837 | |
9838 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
9967 | 9839 |
4852 | 9840 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
9967 | 9841 |
4844 | 9842 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
9843 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
9844 control/system/sysprune.m: Doc update for usage of cell arrays. | |
9845 | |
9846 * control/system/sysidx.m: Use cellidx and not listidx. | |
9847 | |
4841 | 9848 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9849 | |
9850 * plot/__pltopt1__.m: Always add title clause to plot command with | |
9851 default of "" (so it is off unless explicitly set by the user). | |
9852 | |
4836 | 9853 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
9854 | |
9855 * image/imshow.m: Accept "truesize" argument. | |
9856 Ignore current colormap. New tests and demos. | |
9857 | |
4834 | 9858 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
9859 | |
9860 * signal/sinewave.m: Allow N to default to M. | |
9861 | |
4826 | 9862 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9863 | |
9864 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
9865 | |
4818 | 9866 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9867 | |
9868 * general/deal.m: New function. | |
4819 | 9869 Add tests from Paul Kienzle. |
4818 | 9870 |
4811 | 9871 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
9872 | |
9873 * plot/hist.m: Compute histogram correctly for n>=30. | |
9874 | |
5095 | 9875 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 9876 |
9877 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
9878 | |
4806 | 9879 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9880 | |
9881 * miscellaneous/horzcat.m: Delete. | |
9882 * miscellaneous/vertcat.m: Delete. | |
9883 | |
4790 | 9884 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9885 | |
9886 * plot/figure.m: Also look for GNUTERM in the environment and use | |
9887 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
9888 | |
4789 | 9889 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9890 | |
9891 * control/base/__stepimp__.m: Only call clearplot if we will be | |
9892 doing multiple plots in the same gnuplot frame. | |
9893 | |
4780 | 9894 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9895 | |
9896 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
9897 control/system/cellidx.m, control/system/ss.m, | |
9898 control/system/tf.m, control/system/zp.m: New functions. | |
9899 | |
4778 | 9900 2004-02-16 Glenn Golden <gdg@zplane.com> |
9901 | |
9902 * statistics/distributions/discrete_inv.m: | |
9903 Reduce memory requirements. | |
9904 | |
4772 | 9905 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9906 | |
9907 * plot/__errcomm__.m: Fix thinko in previous change. | |
9908 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
9909 | |
4771 | 9910 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
9911 | |
9912 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
9913 control/base/analdemo.m, control/base/bddemo.m, | |
9914 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
9915 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
9916 control/base/rldemo.m, control/base/rlocus.m, | |
9917 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
9918 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
9919 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
9920 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
9921 control/obsolete/packsys.m, control/obsolete/series.m, | |
9922 control/system/__sysdefioname__.m, | |
9923 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
9924 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
9925 control/system/c2d.m, control/system/d2c.m, | |
9926 control/system/dmr2d.m, control/system/fir2sys.m, | |
9927 control/system/is_signal_list.m, control/system/is_siso.m, | |
9928 control/system/jet707.m, control/system/listidx.m, | |
9929 control/system/moddemo.m, control/system/ord2.m, | |
9930 control/system/packedform.m, control/system/parallel.m, | |
9931 control/system/ss2sys.m, control/system/sys2tf.m, | |
9932 control/system/sys2zp.m, control/system/sysadd.m, | |
9933 control/system/sysappend.m, control/system/sysconnect.m, | |
9934 control/system/syscont.m, control/system/sysdimensions.m, | |
9935 control/system/sysdisc.m, control/system/sysdup.m, | |
9936 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
9937 control/system/sysgroup.m, control/system/sysmin.m, | |
9938 control/system/sysmult.m, control/system/sysprune.m, | |
9939 control/system/sysrepdemo.m, control/system/sysscale.m, | |
9940 control/system/syssetsignals.m, control/system/syssub.m, | |
9941 control/system/sysupdate.m, control/system/tf2sys.m, | |
9942 control/system/ugain.m, control/system/zp2ss.m, | |
9943 control/system/zp2sys.m, control/util/__outlist__.m, | |
9944 control/util/__zgpbal__.m, control/util/strappend.m: | |
9945 Use cell arrays instead of lists. | |
9946 | |
4723 | 9947 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
9948 | |
9949 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
9950 so that bar (1, 1) will work. | |
9951 | |
4710 | 9952 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9953 | |
4717 | 9954 * plot/__errcomm__.m: Cope with nargin now being a function. |
9955 * plot/__errplot__.m: Likewise. | |
9956 * plot/__plt__.m: Likewise. | |
9957 * plot/plot_border.m: Likewise. | |
9958 | |
4710 | 9959 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
9960 not $(DOCSTRINGS). | |
9961 | |
4706 | 9962 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
9963 | |
9964 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
9965 rank ([], tol). | |
9966 | |
4691 | 9967 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9968 | |
4692 | 9969 * elfun/acot.m: Return atan (1./z). |
9970 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
9971 | |
4691 | 9972 * miscellaneous/dir.m: New file. |
9973 | |
9974 * general/num2str.m: Use "%d" as format if values are ints with | |
9975 magnitude less than 1e10. | |
9976 | |
9977 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9978 | |
9979 * general/num2str.m: If single arg is string, return it. | |
9980 | |
9981 * miscellaneous/not.m: New file. | |
9982 | |
9983 * miscellaneous/unix.m: New file. | |
9984 | |
9985 * miscellaneous/isunix.m: New file. | |
9986 * miscellaneous/ispc.m: New file. | |
9987 | |
9988 * miscellaneous/computer.m: New file. | |
9989 | |
9990 * miscellaneous/delete.m: New file. | |
9991 | |
4689 | 9992 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9993 | |
9994 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
9995 | |
9996 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9997 | |
9998 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
9999 Always return substituted version of LOADPATH if nargout != 0. | |
10000 | |
4685 | 10001 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
10002 | |
10003 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
10004 before continuing. | |
10005 | |
10006 * miscellaneous/fileparts.m: Allow name to start with ".". | |
10007 | |
4677 | 10008 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
10009 | |
10010 * general/ind2sub.m: New file. | |
10011 * general/sub2ind.m: New file. | |
10012 | |
4675 | 10013 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10014 | |
10015 * control/system/zp2ss.m: Don't save and restore | |
10016 warn_empty_list_elements. | |
10017 | |
10018 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
10019 | |
6778 | 10020 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 10021 |
4673 | 10022 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
10023 | |
10024 * statistics/base/mean.m: Remove special case for row vectors. | |
10025 | |
4637 | 10026 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
10027 | |
10028 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
10029 | |
4631 | 10030 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
10031 | |
10032 * statistics/base/iqr.m: Handle matrices. | |
10033 | |
4630 | 10034 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10035 | |
10036 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
10037 | |
4629 | 10038 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10039 | |
10040 * miscellaneous/path.m: Fix thinko in previous change. | |
10041 | |
4609 | 10042 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
10043 | |
4629 | 10044 * control/base/dare.m: Check positive (semi)definiteness and |
9967 | 10045 dimensions of r (and q). |
4629 | 10046 * control/base/dlqr.m: Check stabilizability of (A,B), |
10047 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
10048 near unit circle. | |
4611 | 10049 |
10050 * control/system/is_detectable.m: Use Hautus Lemma. | |
10051 Correct the behavior for discrete-time systems. | |
10052 * control/system/is_stabilizable.m: Likewise. | |
10053 | |
4609 | 10054 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
10055 | |
10056 * linear-algebra/krylovb.m: Fix typo in usage message. | |
10057 | |
4610 | 10058 * general/isdefinite.m: New function. |
10059 | |
4567 | 10060 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10061 | |
10062 * general/reshape: Delete. | |
10063 | |
4559 | 10064 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
10065 | |
10066 * general/numel.m: Delete. | |
10067 | |
4535 | 10068 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10069 | |
4536 | 10070 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
10071 | |
10072 * deprecated/isstr.m: New file. | |
4535 | 10073 |
4529 | 10074 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10075 | |
10076 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
10077 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
10078 | |
4525 | 10079 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
10080 | |
10081 * statistics/base/mean.m: Fix missing semicolon problem. | |
10082 | |
4503 | 10083 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
10084 | |
10085 * plot/subplot.m: New global variable, __multiplot_scale__. | |
10086 | |
4492 | 10087 2003-08-29 David Castelow <DCastelow@Airspan.com> |
10088 | |
10089 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
10090 Allow optional length argument. | |
10091 | |
4491 | 10092 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
10093 | |
10094 * polynomial/polyfit.m: Avoid calling flipud. | |
10095 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
10096 Return structure as second output value for improved Matlab | |
10097 compatibility. | |
10098 | |
4476 | 10099 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10100 | |
4478 | 10101 * linear-algebra/cond.m: Behave as though old built-in variable |
10102 propagate_empty_matrices is always 1. Also handle empty matrices | |
10103 with one non-zero dimension. | |
10104 | |
4476 | 10105 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
10106 warn_single_quote_string to the list. | |
4478 | 10107 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
10108 from the list. | |
4476 | 10109 |
5095 | 10110 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 10111 |
10112 * signal/autocov.m: Transpose result of conj because diag returns | |
10113 a column vector, not a row vector. | |
10114 | |
10115 * audio/playaudio.m, audio/record.m, image/image.m, | |
10116 miscellaneous/bug_report.m: Protect spaces in filenames | |
10117 with quotes. | |
10118 | |
4466 | 10119 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10120 | |
4468 | 10121 * io/printf.m, io/puts.m: Delete. |
10122 | |
4466 | 10123 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
10124 default_return_value from the list. | |
10125 Add warn_undefined_return_values to the list. | |
9967 | 10126 |
4466 | 10127 |
4464 | 10128 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10129 | |
10130 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
10131 and initialize_global_variables from the list. | |
10132 | |
4460 | 10133 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10134 | |
4463 | 10135 * image/colormap.m: Don't save and restore default_eval_print_flag. |
10136 | |
10137 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
10138 | |
10139 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
10140 * control/system/sys2fir.m: Likewise. | |
10141 | |
10142 * control/system/is_siso.m: Use && instead of & where appropriate. | |
10143 * control/system/__tf2sysl__.m: Likewise. | |
10144 | |
10145 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
10146 | |
10147 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
10148 and [] concatenation. | |
10149 * control/system/sys2fir.m: Likewise. | |
10150 | |
10151 * control/base/dgram.m, control/base/freqchkw.m, | |
10152 control/base/gram.m, control/system/__abcddims__.m, | |
10153 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
10154 control/system/is_sample.m, control/system/is_signal_list.m, | |
10155 control/system/is_siso.m, control/system/sys2fir.m, | |
10156 control/system/syschtsam.m, control/system/sysgettsam.m, | |
10157 control/system/sysgettype.m, control/system/tf2zp.m, | |
10158 control/system/ugain.m, control/util/prompt.m, | |
10159 control/util/run_cmd.m, control/util/zgrownorm.m, | |
10160 control/util/zgshsr.m: | |
9967 | 10161 Improve conformance to Octave coding style. |
4463 | 10162 |
4461 | 10163 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
10164 the list. | |
10165 Delete resize_on_range_error from the list. | |
10166 | |
4460 | 10167 * control/base/pzmap.m, control/base/place.m, |
10168 control/base/__freqresp__.m, control/system/sysappend.m, | |
10169 control/system/syscont.m, control/system/sysdisc.m, | |
10170 control/system/sysgroup.m, control/system/tfout.m, | |
10171 control/system/zp2ss.m, control/system/zpout.m, | |
10172 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
10173 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
10174 empty_list_elements_ok. | |
10175 | |
10176 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
10177 Delete empty_list_elements_ok from the list. | |
10178 | |
4457 | 10179 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10180 | |
10181 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
10182 list. | |
10183 Delete treat_neg_dim_as_zero from the list. | |
10184 | |
10185 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
10186 | |
4451 | 10187 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10188 | |
4455 | 10189 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
10190 was not used in the code in any case). | |
10191 | |
10192 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
10193 do_fortran_indexing. | |
10194 | |
4452 | 10195 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
10196 implict_str_to_num_ok. Use unwind_protect block to do it. | |
10197 | |
4451 | 10198 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
10199 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 10200 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 10201 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
10202 warn_fortran_indexing in the list. | |
10203 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
10204 implicit_str_to_num_ok, do_fortran_indexing, and | |
10205 prefer_column_vectors from list. | |
4451 | 10206 |
4440 | 10207 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10208 | |
10209 * Makefile.in (distclean, maintainer-clean): Also remove | |
10210 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
10211 directory. | |
10212 | |
5095 | 10213 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 10214 |
10215 * plot/hist.m: Don't forget to define n if x is a vector. | |
10216 | |
5095 | 10217 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 10218 |
10219 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
10220 return "." with extension. | |
10221 | |
4422 | 10222 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10223 | |
10224 * control/base/__stepimp__.m, control/base/nichols.m, | |
10225 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
10226 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
10227 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
10228 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
10229 Eliminate gnuplot_has_multiplot (assume it is always true). | |
10230 | |
4413 | 10231 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10232 | |
10233 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
10234 | |
5095 | 10235 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 10236 |
10237 * plot/hist.m: Improve performance by using different algorithms | |
10238 depending on number of bins. | |
10239 | |
4404 | 10240 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10241 | |
10242 * control/system/sysadd.m: If systems are not "tf", convert before | |
10243 adding. | |
10244 | |
5095 | 10245 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 10246 |
10247 * image/imagesc.m: Accept data limits parameter for colormap. | |
10248 | |
5095 | 10249 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 10250 |
10251 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
10252 the impulse by t_step. | |
10253 | |
4373 | 10254 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10255 | |
10256 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
10257 column vectors. | |
10258 | |
5095 | 10259 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 10260 |
10261 * linear-algebra/null.m: Handle empty matrix arg. | |
10262 | |
4369 | 10263 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10264 | |
10265 * general/shift.m: Force empty_list_elements_ok to 1. | |
10266 | |
4358 | 10267 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10268 | |
10269 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
10270 New files. | |
10271 | |
4348 | 10272 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10273 | |
10274 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
10275 function handle to pass to feval. | |
10276 * statistics/base/qqplot.m: Likewise. | |
10277 * statistics/base/ppplot.m: Likewise. | |
10278 * signal/spectral_xdf.m: Likewise. | |
10279 * signal/spectral_adf.m: Likewise. | |
10280 | |
4340 | 10281 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10282 | |
10283 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
10284 | |
4334 | 10285 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10286 | |
10287 * linear-algebra/logm.m: New file. | |
10288 | |
5095 | 10289 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 10290 |
10291 * mkpkgadd: Scan C++ files as well | |
10292 | |
5095 | 10293 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 10294 |
10295 * strings/findstr.m: Return empty set for zero-length target. | |
10296 | |
5095 | 10297 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 10298 |
10299 * set/union.m: Preserve the orientation of inputs. | |
10300 | |
4305 | 10301 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10302 | |
10303 * general/int2str.m: Eliminate leading spaces. | |
10304 | |
4303 | 10305 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10306 | |
9967 | 10307 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
4303 | 10308 |
5095 | 10309 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 10310 |
10311 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
10312 $(BUILD_LDFLAGS) to compiler. | |
10313 | |
4295 | 10314 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10315 | |
10316 * general/num2str.m: Don't specify field width for scalars. | |
10317 | |
4292 | 10318 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10319 | |
10320 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
10321 | |
4265 | 10322 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
10323 | |
4279 | 10324 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
10325 | |
4266 | 10326 * miscellaneous/tempname.m: New file. |
10327 | |
10328 * miscellaneous/tempdir.m: New file. | |
10329 | |
4265 | 10330 * miscellaneous/fullfile.m: New file. |
10331 | |
4259 | 10332 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10333 | |
4264 | 10334 * miscellaneous/fileparts.m: New file. |
10335 | |
10336 * io/beep.m: New file. | |
10337 | |
4260 | 10338 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
10339 format only. | |
4259 | 10340 |
4257 | 10341 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10342 | |
10343 * strings/strcmp.m: Handle cell arrays of strings. | |
10344 | |
4229 | 10345 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10346 | |
10347 * general/int2str.m: Handle matrices. | |
10348 * general/num2str.m: Likewise. | |
10349 Also handle optional precision, and format args. | |
10350 | |
4225 | 10351 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10352 | |
10353 * audio/Makefile.in, control/base/Makefile.in, | |
10354 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
10355 control/system/Makefile.in, elfun/Makefile.in, | |
10356 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10357 io/Makefile.in, linear-algebra/Makefile.in, | |
10358 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
10359 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10360 specfun/Makefile.in, special-matrix/Makefile.in, | |
10361 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
10362 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
10363 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
10364 deprecated/Makefile.in: Use new do-script-install and | |
10365 do-script-uninstall macros. | |
10366 | |
10367 * mkpkgadd: New script. | |
10368 | |
10369 * plot/close.m: New file. | |
10370 | |
4184 | 10371 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10372 | |
10373 * image/image.m: Use -raw option for xv. | |
10374 From Remy Bruno <remy.bruno@libertysurf.fr> | |
10375 | |
4172 | 10376 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
10377 | |
4174 | 10378 * control/base/lsim.m: Use approximate test for step size change. |
10379 | |
4172 | 10380 * signal/bartlett.m: Avoid row/column mismatch error. |
10381 | |
5095 | 10382 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 10383 |
10384 * statistics/base/var.m: Use better formula for improved accuracy. | |
10385 | |
5095 | 10386 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 10387 |
10388 * control/base/lsim.m: Correct doc string. | |
10389 | |
5095 | 10390 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 10391 |
10392 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
10393 | |
4148 | 10394 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10395 | |
10396 * plot/contour.m: Handle x and y as matrices too. | |
10397 | |
5095 | 10398 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 10399 |
10400 * plot/contour.m: Fix error and usage messages. | |
10401 | |
4146 | 10402 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10403 | |
10404 * plot/contour.m: Correct orientation of plot. | |
10405 | |
4139 | 10406 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
10407 | |
10408 * control/base/analdemo.m: Fix typo. | |
10409 | |
5095 | 10410 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 10411 |
10412 * statistics/distributions/discrete_pdf.m: Fix typo. | |
10413 | |
4098 | 10414 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10415 | |
10416 * mkdoc: Exit immediately on errors. | |
10417 Exit with error if gethelp does not exist. | |
10418 | |
10419 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
10420 | |
4093 | 10421 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10422 | |
10423 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
10424 | |
5095 | 10425 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 10426 |
10427 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
10428 * statistics/distributions/normal_pdf.m: Likewise. | |
10429 * statistics/distributions/normal_inv.m: Likewise. | |
10430 | |
5095 | 10431 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 10432 |
10433 * specfun/erfinv.m: Return NaN for NaN inputs. | |
10434 | |
5095 | 10435 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 10436 |
10437 * statistics/base/var.m: Handle complex values. | |
10438 | |
4031 | 10439 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10440 | |
10441 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
10442 list. | |
10443 * deprecated/Makefile.in: New file. | |
10444 | |
5095 | 10445 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 10446 |
10447 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
10448 * statistics/distributions/binomial_cdf.m: Likewise. | |
10449 * statistics/distributions/f_cdf.m: Likewise. | |
10450 * statistics/distributions/t_cdf.m: Likewise. | |
10451 | |
10452 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
10453 * specfun/beta.m: Likewise. | |
10454 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
10455 * statistics/distributions/gamma_pdf.m: Likewise. | |
10456 * statistics/distributions/poisson_pdf.m: Likewise. | |
10457 | |
10458 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
10459 * statistics/distributions/poisson_cdf.m: Likewise. | |
10460 | |
4026 | 10461 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10462 | |
4028 | 10463 * deprecated/is_bool.m: New file. |
10464 * deprecated/is_complex.m: New file. | |
10465 * deprecated/is_global.m: New file. | |
10466 * deprecated/is_list.m: New file. | |
10467 * deprecated/is_matrix.m: New file. | |
10468 * deprecated/is_scalar.m: New file. | |
10469 * deprecated/is_square.m: New file. | |
10470 * deprecated/is_stream.m: New file. | |
10471 * deprecated/is_struct.m: New file. | |
10472 * deprecated/is_symmetric.m: New file. | |
10473 * deprecated/is_vector.m: New file. | |
4030 | 10474 * Change all callers of these functions to use the new names. |
4028 | 10475 |
4029 | 10476 * deprecated: New directory. |
10477 * Makefile.in (SUBDIRS): Add it to the list. | |
10478 | |
4026 | 10479 * general/isscalar.m: Rename from is_scalar.m. |
10480 * general/issquare.m: Rename from is_square.m. | |
10481 * general/issymmetric.m: Rename from is_symmetric.m. | |
10482 * general/isvector.m: Rename from is_vector.m. | |
10483 | |
4022 | 10484 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10485 | |
10486 * statistics/base/mean.m: Allow empty matrices. | |
10487 Handle DIM arg. | |
10488 | |
5095 | 10489 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 10490 |
10491 * plot/__errcomm__.m: If format is not specified, default to error | |
10492 bar format. | |
10493 | |
4011 | 10494 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10495 | |
10496 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
10497 __F_SETFL__ and __O_NONBLOCK__. | |
10498 | |
10499 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
10500 * miscellaneous/bug_report.m: Likewise. | |
10501 | |
4007 | 10502 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10503 | |
4008 | 10504 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
10505 * general/rem.m: Likewise. | |
10506 | |
10507 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
10508 * plot/semilogxerr.m: Likewise. | |
4007 | 10509 * plot/semilogyerr.m: Likewise. |
10510 | |
5095 | 10511 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 10512 |
10513 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
10514 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
10515 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
10516 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
10517 | |
10518 * plot/errorbar.m: Use __errcomm__.m. | |
10519 * plot/__errplot__.m: Minor cleanups. | |
9967 | 10520 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
4006 | 10521 * plot/__pltopt1__.m: Likewise. |
10522 | |
3980 | 10523 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10524 | |
3981 | 10525 * general/rem.m: Delete redundant call to usage. |
10526 | |
3980 | 10527 * general/mod.m: Additional error checks, Texinfoize doc string. |
10528 | |
5095 | 10529 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 10530 |
10531 * general/mod.m: New function. | |
10532 | |
3979 | 10533 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10534 | |
10535 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
10536 * control/system/sysadd.m: Likewise. | |
10537 * control/system/sysgroup.m: Likewise. | |
10538 * control/system/syssub.m: Likewise. | |
10539 * elfun/gcd.m: Likewise. | |
10540 * elfun/lcm.m: Likewise. | |
10541 * general/common_size.m: Likewise. | |
10542 * io/printf.m: Likewise. | |
10543 * miscellaneous/menu.m: Likewise. | |
10544 * miscellaneous/path.m: Likewise. | |
10545 * plot/__errplot__.m: Likewise. | |
10546 * plot/__plt__.m: Likewise. | |
10547 * plot/axis.m: Likewise. | |
10548 * plot/errorbar.m: Likewise. | |
10549 * plot/mplot.m: Likewise. | |
10550 * plot/loglog.m: Likewise. | |
10551 * plot/plot.m: Likewise. | |
10552 * plot/plot_border.m: Likewise. | |
10553 * plot/semilogx.m: Likewise. | |
10554 * plot/semilogy.m: Likewise. | |
10555 * plot/xlabel.m: Likewise. | |
10556 * plot/ylabel.m: Likewise. | |
10557 * plot/zlabel.m: Likewise. | |
10558 * statistics/base/ppplot.m: Likewise. | |
10559 * statistics/base/qqplot.m: Likewise. | |
10560 * statistics/tests/bartlett_test.m: Likewise. | |
10561 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
10562 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10563 * strings/str2mat.m: Likewise. | |
10564 * strings/strcat.m: Likewise. | |
10565 | |
5095 | 10566 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 10567 |
10568 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
10569 | |
3924 | 10570 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10571 | |
10572 * skip-autoheader: New file, for autogen.sh. | |
3925 | 10573 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 10574 |
5095 | 10575 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 10576 |
10577 * general/repmat.m: New function. | |
10578 | |
5095 | 10579 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 10580 |
10581 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
10582 Use optional parameter to specify the number of bits in the input. | |
9967 | 10583 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
3911 | 10584 floats in the range [-1,1], 2x speedup. |
10585 | |
10586 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
10587 | |
3910 | 10588 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10589 | |
10590 * linear-algebra/kron.m: Delete. | |
10591 | |
5095 | 10592 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 10593 |
10594 * signal/freqz.m: If nargout is zero, plot results instead of | |
10595 returning them. | |
10596 * signal/freqz_plot.m: New file. | |
10597 | |
5095 | 10598 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 10599 |
5378 | 10600 * signal/unwrap.m: New file. |
3906 | 10601 |
5095 | 10602 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 10603 |
10604 * image/rgb2hsv.m: Faster, more accurate, remove the | |
10605 divide by zero warning. | |
10606 | |
5095 | 10607 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 10608 |
3894 | 10609 * strings/deblank.m: Trim \0 as well as blank. |
10610 | |
5378 | 10611 * freqz.m: Evaluate a specific range of frequencies |
3893 | 10612 expressed in radians or Hz relative to a supplied sample rate. |
10613 | |
5095 | 10614 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 10615 |
10616 * signal/fftfilt.m: Filter columns if called with a matrix. | |
10617 | |
3891 | 10618 * strings/findstr.m: Vectorize as much as possible. |
10619 | |
5095 | 10620 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 10621 |
10622 * special-matrix/invhilb.m: New version that is faster and more | |
10623 accurate. | |
10624 | |
5095 | 10625 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 10626 |
10627 * configure.in: Update for autoconf 2.5x. | |
10628 | |
5095 | 10629 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 10630 |
10631 * special-matrix/vander.m: Code tidy and vectorize. | |
10632 | |
5095 | 10633 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 10634 |
3883 | 10635 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
10636 to vectors. Issue a warning in the case x matches y' but return a | |
10637 column vector as Octave currently does. | |
10638 | |
3882 | 10639 * plot/contour.m: Set default number of levels for contour(x,y,z). |
10640 | |
10641 * control/system/starp.m: Leave more of the documentation | |
10642 processing to texinfo and less to the @format block. | |
10643 | |
10644 * image/imagesc.m: Only display image if no output is requested. | |
10645 Code tidying. | |
10646 | |
3876 | 10647 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9967 | 10648 |
3876 | 10649 * statistics/base/center.m: Accept and return empty matrix. |
9967 | 10650 |
3872 | 10651 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10652 | |
10653 * specfun/erfinv.m: Fix usage message. | |
10654 | |
3869 | 10655 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10656 | |
10657 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
10658 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
10659 | |
3837 | 10660 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10661 | |
10662 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
10663 capitalized variable names. | |
10664 | |
3836 | 10665 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
10666 | |
10667 * m/image/saveimage.m: fix saving an image to Postscript format. | |
10668 | |
5095 | 10669 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 10670 |
10671 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
10672 | |
3803 | 10673 2001-02-28 Kai Habel <kai.habel@gmx.de> |
10674 | |
3833 | 10675 * general/cart2pol.m: New file. |
10676 * general/pol2cart.m: New file. | |
10677 * general/cart2sph.m: New file. | |
10678 * general/sph2cart.m: New file. | |
10679 * image/rgb2hsv.m: New file. | |
10680 * image/hsv2rgb.m: New file. | |
3803 | 10681 |
10682 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
10683 | |
10684 * plot/meshgrid.m: Avoid for loops. | |
10685 * plot/meshdom.m: Likewise. | |
10686 | |
3801 | 10687 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10688 | |
10689 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
10690 | |
10691 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
10692 | |
10693 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
10694 norm. | |
10695 | |
3792 | 10696 2001-02-09 David Livings <david.livings@asa.co.uk> |
10697 | |
10698 * statistics/tests/welch_test.m: Fix typo. | |
10699 | |
10700 * statistics/distributions/chisquare_cdf.m: | |
10701 Don't restrict inputs to be only positive integers. | |
10702 * statistics/distributions/chisquare_inv.m: Likewise. | |
10703 * statistics/distributions/chisquare_pdf.m: Likewise. | |
10704 * statistics/distributions/chisquare_rnd.m: Likewise. | |
10705 * statistics/distributions/f_cdf.m: Likewise. | |
10706 * statistics/distributions/f_inv.m: Likewise. | |
10707 * statistics/distributions/f_pdf.m: Likewise. | |
10708 * statistics/distributions/f_rnd.m: Likewise. | |
10709 * statistics/distributions/t_cdf.m: Likewise. | |
10710 * statistics/distributions/t_inv.m: Likewise. | |
10711 * statistics/distributions/t_pdf.m: Likewise. | |
10712 * statistics/distributions/t_rnd.m: Likewise. | |
10713 | |
3790 | 10714 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10715 | |
10716 * strings/dec2base.m: New file. | |
10717 * strings/base2dec.m: New file. | |
10718 * strings/strjust.m: New file. | |
10719 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
10720 * strings/dec2bin.m: Likewise. | |
10721 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
10722 * strings/bin2dec.m: Likewise. | |
10723 | |
5095 | 10724 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 10725 |
10726 * statistics/base/ppplot.m: Use gset, not set. | |
10727 * statistics/base/qqplot.m: Likewise. | |
10728 | |
5095 | 10729 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 10730 |
10731 * control/system/c2d.m: Add missing endif. | |
10732 | |
3759 | 10733 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10734 | |
10735 * strings/index.m: Return 0 if either string is empty. | |
10736 | |
10737 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
10738 | |
10739 * control/system/c2d.m: Allow option of matched pole/zero | |
9967 | 10740 equivalent for conversion. |
3759 | 10741 |
10742 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
10743 | |
10744 * strings/findstr.m: Return empty matrix if search string is empty. | |
10745 | |
3757 | 10746 2000-12-15 Kai Habel <kai.habel@gmx.de> |
10747 | |
10748 * saveimage.m: Do create rawbit image for black and white images, | |
10749 but do it correctly. | |
10750 | |
3754 | 10751 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10752 | |
6778 | 10753 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
10754 result polynomials. | |
3754 | 10755 |
3748 | 10756 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10757 | |
10758 * image/saveimage.m: Don't try to create rawbit image. | |
10759 | |
3740 | 10760 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10761 | |
10762 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
10763 | |
5095 | 10764 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 10765 |
10766 * plot/contour.m: Reorder args for Matlab compatibility. | |
10767 | |
3727 | 10768 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
10769 | |
10770 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
10771 | |
3717 | 10772 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
10773 | |
3718 | 10774 * plot/errorbar.m, plot/__errplot__.m: New functions. |
10775 | |
3717 | 10776 * plot/mesh.m: Also set nologscale before plotting. |
10777 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
10778 xyerrorbars instead of just errorbars. | |
10779 | |
3714 | 10780 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
10781 | |
10782 * image/image.m: Try display (from ImageMagick) first. | |
10783 | |
3709 | 10784 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
10785 | |
10786 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
10787 conjugate transpose. | |
10788 | |
3705 | 10789 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10790 | |
10791 * strings/str2mat.m: Apply setstr to each argument. | |
10792 | |
3696 | 10793 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
10794 | |
10795 * control/base/dkalman.m: New file. | |
10796 * control/base/dlqe.m: Handle singular A matrix. | |
10797 * control/base/dlqr.m: Likewise. | |
10798 | |
3695 | 10799 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10800 | |
10801 * strings/strcmp.m: Return 0 instead of an error if row and column | |
10802 dimensions don't match. | |
10803 | |
3690 | 10804 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
10805 | |
10806 * plot/hist.m: Allow 3 argument form to work. | |
10807 | |
5095 | 10808 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 10809 |
10810 * plot/plot.m: Add examples in doc string. | |
10811 | |
5095 | 10812 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 10813 |
10814 * control/base/__stepimp__.m: Reset multiplot state when done. | |
10815 Do the right thing even if automatic_replot is not zero. | |
10816 Avoid failure if system has pure imaginary poles. | |
10817 | |
3674 | 10818 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10819 | |
10820 * general/logical.m: Return arg if it is empty. Better error | |
9967 | 10821 message for non-numeric types. |
3674 | 10822 |
5095 | 10823 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 10824 |
10825 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
10826 about difference with Matlab dlqe function. | |
10827 | |
10828 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
10829 | |
5095 | 10830 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 10831 |
10832 * strings/strrep.m: Fix typo. | |
10833 | |
3666 | 10834 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10835 | |
10836 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
10837 | |
5095 | 10838 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 10839 |
10840 * strings/strrep.m: Avoid for loop for speed. | |
9967 | 10841 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 10842 |
5095 | 10843 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 10844 |
10845 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
10846 guess for iteration. | |
10847 | |
3651 | 10848 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10849 | |
10850 * image/image.m: Allow image (A) or image (x, y, A). | |
10851 * image/imagesc.m: Likewise. | |
10852 | |
10853 * image/image.m: If zoom is not supplied, or if it is an empty | |
10854 matrix, autoscale the image. | |
10855 | |
3618 | 10856 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10857 | |
9967 | 10858 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
3619 | 10859 Undo string escapes in text twice(!) before sending to gnuplot. |
10860 | |
3618 | 10861 * image/saveimage.m: Add comment to file saying who created it and |
10862 when it was created. Suggested by Stephen Eglen | |
10863 <stephen@cogsci.ed.ac.uk>. | |
10864 | |
5095 | 10865 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 10866 |
10867 * polynomial/polyreduce.m: Simplify by looking for the first | |
10868 non-zero element rather than the last of the first set of zero | |
10869 elements. | |
10870 | |
10871 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
10872 | |
5095 | 10873 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 10874 |
10875 * image/saveimage.m: Swap black and white colormaps so zero is | |
10876 displayed as black and 1 is displayed as white. | |
10877 Fix indexing bug in ppm case. | |
10878 | |
3604 | 10879 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
10880 | |
10881 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
10882 between the two distributions (took same approach as ks.test() in R.) | |
10883 | |
3603 | 10884 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10885 | |
10886 * control/base/bode.m: Temporarily disable automatic_replot. | |
10887 | |
3599 | 10888 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10889 | |
3601 | 10890 * Makefile.in (clean): Also remove gethelp. |
10891 | |
3599 | 10892 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
10893 | |
5095 | 10894 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 10895 |
10896 * set/create_set.m: Use find to avoid while loop. | |
10897 | |
5095 | 10898 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 10899 |
10900 * plot/hist.m: New optional third argument. | |
10901 | |
10902 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10903 | |
10904 * miscellaneous/bug_report.m: Use octave-bug script with version | |
10905 number appended. | |
10906 | |
3575 | 10907 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10908 | |
10909 * gethelp.cc: Sprinkle with std:: qualifier. | |
10910 | |
3498 | 10911 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10912 | |
10913 * image/saveimage.m: Delete some debugging code. | |
10914 | |
3486 | 10915 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10916 | |
10917 * signal/sinc.m: Avoid reshaping. | |
10918 | |
10919 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
10920 * image/ind2rgb.m: Ditto. | |
10921 * image/ind2gray.m: Ditto. | |
10922 * general/reshape.m: Ditto. Also no longer needs to reset | |
10923 implicit_str_to_num_ok. | |
10924 | |
3483 | 10925 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10926 | |
10927 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
10928 a list of file structures, not a vector of numeric file ids. | |
10929 | |
3474 | 10930 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10931 | |
3476 | 10932 * plot/__axis_label__.m: New function. |
10933 Undo string escapes in text twice(!) before sending to gnuplot. | |
10934 * plot/xlabel.m: Use it. | |
10935 * plot/ylabel.m: Ditto. | |
10936 * plot/zlabel.m: Ditto. | |
10937 | |
3474 | 10938 * plot/mesh.m: Fix error message to reflect reality. |
10939 | |
5095 | 10940 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 10941 |
10942 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
10943 | |
5095 | 10944 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 10945 |
10946 * audio/saveaudio.m: Also accept files with .ul extension. | |
10947 * audio/loadaudio.m: Ditto. | |
10948 * audio/playaudio.m: Ditto. | |
10949 | |
3456 | 10950 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10951 | |
10952 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
10953 * statistics/distributions/beta_inv.m: Ditto. | |
10954 * statistics/distributions/beta_pdf.m: Ditto. | |
10955 * statistics/distributions/beta_rnd.m: Ditto. | |
10956 * statistics/distributions/binomial_cdf.m: Ditto. | |
10957 * statistics/distributions/binomial_inv.m: Ditto. | |
10958 * statistics/distributions/binomial_pdf.m: Ditto. | |
10959 * statistics/distributions/binomial_rnd.m: Ditto. | |
10960 * statistics/distributions/cauchy_cdf.m: Ditto. | |
10961 * statistics/distributions/cauchy_inv.m: Ditto. | |
10962 * statistics/distributions/cauchy_pdf.m: Ditto. | |
10963 * statistics/distributions/cauchy_rnd.m: Ditto. | |
10964 * statistics/distributions/chisquare_cdf.m: Ditto. | |
10965 * statistics/distributions/chisquare_inv.m: Ditto. | |
10966 * statistics/distributions/chisquare_pdf.m: Ditto. | |
10967 * statistics/distributions/chisquare_rnd.m: Ditto. | |
10968 * statistics/distributions/discrete_cdf.m: Ditto. | |
10969 * statistics/distributions/discrete_inv.m: Ditto. | |
10970 * statistics/distributions/discrete_pdf.m: Ditto. | |
10971 * statistics/distributions/discrete_rnd.m: Ditto. | |
10972 * statistics/distributions/empirical_cdf.m: Ditto. | |
10973 * statistics/distributions/empirical_inv.m: Ditto. | |
10974 * statistics/distributions/empirical_pdf.m: Ditto. | |
10975 * statistics/distributions/empirical_rnd.m: Ditto. | |
10976 * statistics/distributions/exponential_cdf.m: Ditto. | |
10977 * statistics/distributions/exponential_inv.m: Ditto. | |
10978 * statistics/distributions/exponential_pdf.m: Ditto. | |
10979 * statistics/distributions/exponential_rnd.m: Ditto. | |
10980 * statistics/distributions/f_cdf.m: Ditto. | |
10981 * statistics/distributions/f_inv.m: Ditto. | |
10982 * statistics/distributions/f_pdf.m: Ditto. | |
10983 * statistics/distributions/f_rnd.m: Ditto. | |
10984 * statistics/distributions/gamma_cdf.m: Ditto. | |
10985 * statistics/distributions/gamma_inv.m: Ditto. | |
10986 * statistics/distributions/gamma_pdf.m: Ditto. | |
10987 * statistics/distributions/gamma_rnd.m: Ditto. | |
10988 * statistics/distributions/geometric_cdf.m: Ditto. | |
10989 * statistics/distributions/geometric_inv.m: Ditto. | |
10990 * statistics/distributions/geometric_pdf.m: Ditto. | |
10991 * statistics/distributions/geometric_rnd.m: Ditto. | |
10992 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
10993 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
10994 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
10995 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
10996 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
10997 * statistics/distributions/laplace_cdf.m: Ditto. | |
10998 * statistics/distributions/laplace_inv.m: Ditto. | |
10999 * statistics/distributions/laplace_pdf.m: Ditto. | |
11000 * statistics/distributions/laplace_rnd.m: Ditto. | |
11001 * statistics/distributions/logistic_cdf.m: Ditto. | |
11002 * statistics/distributions/logistic_inv.m: Ditto. | |
11003 * statistics/distributions/logistic_pdf.m: Ditto. | |
11004 * statistics/distributions/logistic_rnd.m: Ditto. | |
11005 * statistics/distributions/lognormal_cdf.m: Ditto. | |
11006 * statistics/distributions/lognormal_inv.m: Ditto. | |
11007 * statistics/distributions/lognormal_pdf.m: Ditto. | |
11008 * statistics/distributions/lognormal_rnd.m: Ditto. | |
11009 * statistics/distributions/normal_cdf.m: Ditto. | |
11010 * statistics/distributions/normal_inv.m: Ditto. | |
11011 * statistics/distributions/normal_pdf.m: Ditto. | |
11012 * statistics/distributions/normal_rnd.m: Ditto. | |
11013 * statistics/distributions/pascal_cdf.m: Ditto. | |
11014 * statistics/distributions/pascal_inv.m: Ditto. | |
11015 * statistics/distributions/pascal_pdf.m: Ditto. | |
11016 * statistics/distributions/pascal_rnd.m: Ditto. | |
11017 * statistics/distributions/poisson_cdf.m: Ditto. | |
11018 * statistics/distributions/poisson_inv.m: Ditto. | |
11019 * statistics/distributions/poisson_pdf.m: Ditto. | |
11020 * statistics/distributions/poisson_rnd.m: Ditto. | |
11021 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
11022 * statistics/distributions/stdnormal_inv.m: Ditto. | |
11023 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
11024 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
11025 * statistics/distributions/t_cdf.m: Ditto. | |
11026 * statistics/distributions/t_inv.m: Ditto. | |
11027 * statistics/distributions/t_pdf.m: Ditto. | |
11028 * statistics/distributions/t_rnd.m: Ditto. | |
11029 * statistics/distributions/uniform_cdf.m: Ditto. | |
11030 * statistics/distributions/uniform_inv.m: Ditto. | |
11031 * statistics/distributions/uniform_pdf.m: Ditto. | |
11032 * statistics/distributions/uniform_rnd.m: Ditto. | |
11033 * statistics/distributions/weibull_cdf.m: Ditto. | |
11034 * statistics/distributions/weibull_inv.m: Ditto. | |
11035 * statistics/distributions/weibull_pdf.m: Ditto. | |
11036 * statistics/distributions/weibull_rnd.m: Ditto. | |
11037 * statistics/distributions/wiener_rnd.m: Ditto. | |
11038 | |
3453 | 11039 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
11040 | |
11041 * statistics/base/values.m: Texinfoize doc string. | |
11042 * statistics/base/var.m: Ditto. | |
11043 * statistics/base/table.m: Ditto. | |
11044 * statistics/base/studentize.m: Ditto. | |
11045 * statistics/base/statistics.m: Ditto. | |
11046 * statistics/base/spearman.m: Ditto. | |
11047 * statistics/base/run_count.m: Ditto. | |
11048 * statistics/base/ranks.m: Ditto. | |
11049 * statistics/base/range.m: Ditto. | |
11050 * statistics/base/qqplot.m: Ditto. | |
11051 * statistics/base/probit.m: Ditto. | |
11052 * statistics/base/ppplot.m: Ditto. | |
11053 * statistics/base/moment.m: Ditto. | |
11054 * statistics/base/meansq.m: Ditto. | |
11055 * statistics/base/logit.m: Ditto. | |
11056 * statistics/base/kendall.m: Ditto. | |
11057 * statistics/base/iqr.m: Ditto. | |
11058 * statistics/base/cut.m: Ditto. | |
11059 * statistics/base/cor.m: Ditto. | |
11060 * statistics/base/cloglog.m: Ditto. | |
11061 * statistics/base/center.m: Ditto. | |
3454 | 11062 * statistics/models/logistic_regression.m: Ditto. |
11063 * statistics/models/logistic_regression_derivative.m: Ditto. | |
11064 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11065 * statistics/tests/anova.m: Ditto. | |
11066 * statistics/tests/bartlett_test.m: Ditto. | |
11067 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
11068 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11069 * statistics/tests/cor_test.m: Ditto. | |
11070 * statistics/tests/f_test_regression.m: Ditto. | |
11071 * statistics/tests/hotelling_test.m: Ditto. | |
11072 * statistics/tests/hotelling_test_2.m: Ditto. | |
11073 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
11074 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
11075 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
11076 * statistics/tests/manova.m: Ditto. | |
11077 * statistics/tests/mcnemar_test.m: Ditto. | |
11078 * statistics/tests/prop_test_2.m: Ditto. | |
11079 * statistics/tests/run_test.m: Ditto. | |
11080 * statistics/tests/sign_test.m: Ditto. | |
11081 * statistics/tests/t_test.m: Ditto. | |
11082 * statistics/tests/t_test_2.m: Ditto. | |
11083 * statistics/tests/t_test_regression.m: Ditto. | |
11084 * statistics/tests/u_test.m: Ditto. | |
11085 * statistics/tests/var_test.m: Ditto. | |
11086 * statistics/tests/welch_test.m: Ditto. | |
11087 * statistics/tests/wilcoxon_test.m: Ditto. | |
11088 * statistics/tests/z_test.m: Ditto. | |
11089 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 11090 |
3446 | 11091 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
11092 | |
11093 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 11094 * plot/__plr1__.m: Ditto. |
11095 * plot/__pltopt__.m: Ditto. | |
11096 * plot/__plt__.m: Ditto. | |
11097 * plot/__plt2vv__.m: Ditto. | |
11098 * plot/__plr2__.m: Ditto. | |
11099 * plot/__plr__.m: Ditto. | |
11100 * plot/__plt1__.m: Ditto. | |
11101 * plot/__plt2__.m: Ditto. | |
11102 * plot/__plt2mm__.m: Ditto. | |
11103 * plot/__plt2mv__.m: Ditto. | |
11104 * plot/__plt2ss__.m: Ditto. | |
11105 * miscellaneous/paren.m: Ditto. | |
11106 * miscellaneous/comma.m: Ditto. | |
11107 * miscellaneous/semicolon.m: Ditto. | |
11108 * miscellaneous/path.m: Ditto. | |
11109 * miscellaneous/list_primes.m: Ditto. | |
11110 * miscellaneous/flops.m: Ditto. | |
11111 * miscellaneous/dump_prefs.m: Ditto. | |
11112 * miscellaneous/bug_report.m: Ditto. | |
11113 * linear-algebra/dot.m: Ditto | |
11114 * linear-algebra/dmult.m: Ditto. | |
11115 * general/randperm.m: Ditto. | |
11116 * general/logical.m: Ditto. | |
11117 * general/is_duplicate_entry.m: Ditto. | |
11118 * signal/arch_fit.m: Ditto. | |
11119 * signal/arch_rnd.m: Ditto. | |
11120 * signal/arch_test.m: Ditto. | |
11121 * signal/arma_rnd.m: Ditto. | |
11122 * signal/autocor.m: Ditto. | |
11123 * signal/autocov.m: Ditto. | |
11124 * signal/autoreg_matrix.m: Ditto. | |
11125 * signal/bartlett.m: Ditto. | |
11126 * signal/blackman.m: Ditto. | |
11127 * signal/detrend.m: Ditto. | |
11128 * signal/diffpara.m: Ditto. | |
11129 * signal/durbinlevinson.m: Ditto. | |
11130 * signal/fftconv.m: Ditto. | |
11131 * signal/fftfilt.m: Ditto. | |
11132 * signal/fftshift.m: Ditto. | |
11133 * signal/fractdiff.m: Ditto. | |
11134 * signal/freqz.m: Ditto. | |
11135 * signal/hamming.m: Ditto. | |
11136 * signal/hanning.m: Ditto. | |
11137 * signal/hurst.m: Ditto. | |
11138 * signal/periodogram.m: Ditto. | |
11139 * signal/rectangle_lw.m: Ditto. | |
11140 * signal/rectangle_sw.m: Ditto. | |
11141 * signal/sinc.m: Ditto. | |
11142 * signal/sinetone.m: Ditto. | |
11143 * signal/sinewave.m: Ditto. | |
11144 * signal/spectral_adf.m: Ditto. | |
11145 * signal/spectral_xdf.m: Ditto. | |
11146 * signal/spencer.m: Ditto. | |
11147 * signal/stft.m: Ditto. | |
11148 * signal/synthesis.m: Ditto. | |
11149 * signal/triangle_lw.m: Ditto. | |
11150 * signal/triangle_sw.m: Ditto. | |
11151 * signal/yulewalker.m: Ditto. | |
3450 | 11152 * control/util/strappend.m: Ditto. |
3451 | 11153 * control/base/nichols.m: Ditto. |
3452 | 11154 * control/system/is_signal_list.m: Ditto. |
11155 * control/system/listidx.m: Ditto. | |
11156 * control/system/sysgettsam.m: Ditto. | |
11157 * control/system/sysidx.m: Ditto. | |
3446 | 11158 |
3438 | 11159 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11160 | |
11161 * control/system/__abcddims__.m: Rename from | |
11162 control/system/abcddims.m, change all callers. | |
11163 * control/base/__bodquist__.m: Likewise. | |
11164 * control/base/__freqresp__.m: Likewise. | |
11165 * control/util/__outlist__.m: Likewise. | |
11166 * control/base/__stepimp__.m: Likewise. | |
11167 * control/system/__syschnamesl__.m: Likewise. | |
11168 * control/system/__syscont_disc__.m: Likewise. | |
11169 * control/system/__sysdefioname__.m: Likewise. | |
11170 * control/system/__sysdefstname__.m: Likewise. | |
11171 * control/system/__sysgroupn__.m: Likewise. | |
11172 * control/system/__tf2sysl__.m: Likewise. | |
11173 * control/util/__zgpbal__.m: Likewise. | |
11174 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 11175 |
11176 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 11177 * quaternion/qconj.m: Ditto. |
11178 * quaternion/qcoordinate_plot.m: Ditto. | |
11179 * quaternion/qderiv.m: Ditto. | |
11180 * quaternion/qderivmat.m: Ditto. | |
11181 * quaternion/qinv.m: Ditto. | |
11182 * quaternion/qmult.m: Ditto. | |
11183 * quaternion/qtrans.m: Ditto. | |
11184 * quaternion/qtransv.m: Ditto. | |
11185 * quaternion/qtransvmat.m: Ditto. | |
11186 * quaternion/quaternion.m: Ditto. | |
3438 | 11187 |
3436 | 11188 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11189 | |
11190 * control/base/Makefile.in: Ditto. | |
11191 * control/hinf/Makefile.in: New file. | |
11192 * control/marsyas/Makefile.in: Ditto. | |
11193 * control/obsolete/Makefile.in: Ditto. | |
11194 * control/system/Makefile.in: Ditto. | |
11195 * control/util/Makefile.in: Ditto. | |
11196 | |
11197 * strings/com2str.m: Move here from control directory. | |
11198 | |
11199 * control/base: New directory. | |
11200 * control/base/DEMOcontrol.m: Move here from control directory. | |
11201 * control/base/analdemo.m: Ditto. | |
11202 * control/base/are.m: Ditto. | |
11203 * control/base/bddemo.m: Ditto. | |
11204 * control/base/bode.m: Ditto. | |
11205 * control/base/bode_bounds.m: Ditto. | |
11206 * control/base/bodquist.m: Ditto. | |
11207 * control/base/controldemo.m: Ditto. | |
11208 * control/base/ctrb.m: Ditto. | |
11209 * control/base/damp.m: Ditto. | |
11210 * control/base/dare.m: Ditto. | |
11211 * control/base/dcgain.m: Ditto. | |
11212 * control/base/dgram.m: Ditto. | |
11213 * control/base/dlqe.m: Ditto. | |
11214 * control/base/dlqr.m: Ditto. | |
11215 * control/base/dlyap.m: Ditto. | |
11216 * control/base/dre.m: Ditto. | |
11217 * control/base/frdemo.m: Ditto. | |
11218 * control/base/freqchkw.m: Ditto. | |
11219 * control/base/freqresp.m: Ditto. | |
11220 * control/base/gram.m: Ditto. | |
11221 * control/base/impulse.m: Ditto. | |
11222 * control/base/lqe.m: Ditto. | |
11223 * control/base/lqg.m: Ditto. | |
11224 * control/base/lqr.m: Ditto. | |
11225 * control/base/lsim.m: Ditto. | |
11226 * control/base/ltifr.m: Ditto. | |
11227 * control/base/lyap.m: Ditto. | |
11228 * control/base/nichols.m: Ditto. | |
11229 * control/base/nyquist.m: Ditto. | |
11230 * control/base/obsv.m: Ditto. | |
11231 * control/base/place.m: Ditto. | |
11232 * control/base/pzmap.m: Ditto. | |
11233 * control/base/rldemo.m: Ditto. | |
11234 * control/base/rlocus.m: Ditto. | |
11235 * control/base/step.m: Ditto. | |
11236 * control/base/stepimp.m: Ditto. | |
11237 * control/base/tzero.m: Ditto. | |
11238 * control/base/tzero2.m: Ditto. | |
11239 | |
11240 * control/hinf: New directory. | |
11241 * control/hinf/dhinfdemo.m: Move here from control directory. | |
11242 * control/hinf/h2norm.m: Ditto. | |
11243 * control/hinf/h2syn.m: Ditto. | |
11244 * control/hinf/hinf_ctr.m: Ditto. | |
11245 * control/hinf/hinfdemo.m: Ditto. | |
11246 * control/hinf/hinfnorm.m: Ditto. | |
11247 * control/hinf/hinfsyn.m: Ditto. | |
11248 * control/hinf/hinfsyn_chk.m: Ditto. | |
11249 * control/hinf/hinfsyn_ric.m: Ditto. | |
11250 * control/hinf/wgt1o.m: Ditto. | |
3441 | 11251 * control/hinf/dgkfdemo.m: Ditto. |
11252 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 11253 |
11254 * control/marsyas: New directory. | |
11255 * control/marsyas/demomarsyas.m: Move here from control directory. | |
11256 * control/marsyas/susball.m: Ditto. | |
11257 | |
11258 * control/obsolete/dezero.m: Move here from control directory. | |
11259 * control/obsolete/rotg.m: Ditto. | |
11260 | |
11261 * control/system: New directory. | |
11262 * control/system/abcddim.m: Move here from control directory. | |
11263 * control/system/abcddims.m: Ditto. | |
11264 * control/system/buildssic.m: Ditto. | |
11265 * control/system/c2d.m: Ditto. | |
11266 * control/system/d2c.m: Ditto. | |
11267 * control/system/dmr2d.m: Ditto. | |
11268 * control/system/fir2sys.m: Ditto. | |
11269 * control/system/is_abcd.m: Ditto. | |
11270 * control/system/is_digital.m: Ditto. | |
11271 * control/system/is_sample.m: Ditto. | |
11272 * control/system/is_signal_list.m: Ditto. | |
11273 * control/system/is_siso.m: Ditto. | |
3441 | 11274 * control/system/is_controllable.m: Ditto. |
11275 * control/system/is_detectable.m: Ditto. | |
11276 * control/system/is_observable.m: Ditto. | |
11277 * control/system/is_stabilizable.m: Ditto. | |
11278 * control/system/is_stable.m: Ditto. | |
3436 | 11279 * control/system/jet707.m: Ditto. |
11280 * control/system/listidx.m: Ditto. | |
11281 * control/system/moddemo.m: Ditto. | |
11282 * control/system/ord2.m: Ditto. | |
11283 * control/system/packedform.m: Ditto. | |
11284 * control/system/parallel.m: Ditto. | |
11285 * control/system/ss2sys.m: Ditto. | |
11286 * control/system/ss2tf.m: Ditto. | |
11287 * control/system/ss2zp.m: Ditto. | |
11288 * control/system/starp.m: Ditto. | |
11289 * control/system/sys2fir.m: Ditto. | |
11290 * control/system/sys2ss.m: Ditto. | |
11291 * control/system/sys2tf.m: Ditto. | |
11292 * control/system/sys2zp.m: Ditto. | |
11293 * control/system/sysadd.m: Ditto. | |
11294 * control/system/sysappend.m: Ditto. | |
11295 * control/system/syschnamesl.m: Ditto. | |
11296 * control/system/syschtsam.m: Ditto. | |
11297 * control/system/sysconnect.m: Ditto. | |
11298 * control/system/syscont.m: Ditto. | |
11299 * control/system/syscont_disc.m: Ditto. | |
11300 * control/system/sysdefioname.m: Ditto. | |
11301 * control/system/sysdefstname.m: Ditto. | |
11302 * control/system/sysdimensions.m: Ditto. | |
11303 * control/system/sysdisc.m: Ditto. | |
11304 * control/system/sysdup.m: Ditto. | |
11305 * control/system/sysgetsignals.m: Ditto. | |
11306 * control/system/sysgettsam.m: Ditto. | |
11307 * control/system/sysgettype.m: Ditto. | |
11308 * control/system/sysgroup.m: Ditto. | |
11309 * control/system/sysgroupn.m: Ditto. | |
11310 * control/system/sysidx.m: Ditto. | |
11311 * control/system/sysmin.m: Ditto. | |
11312 * control/system/sysmult.m: Ditto. | |
11313 * control/system/sysout.m: Ditto. | |
11314 * control/system/sysprune.m: Ditto. | |
11315 * control/system/sysreorder.m: Ditto. | |
11316 * control/system/sysrepdemo.m: Ditto. | |
11317 * control/system/sysscale.m: Ditto. | |
11318 * control/system/syssetsignals.m: Ditto. | |
11319 * control/system/syssub.m: Ditto. | |
11320 * control/system/sysupdate.m: Ditto. | |
11321 * control/system/tf2ss.m: Ditto. | |
11322 * control/system/tf2sys.m: Ditto. | |
11323 * control/system/tf2sysl.m: Ditto. | |
11324 * control/system/tf2zp.m: Ditto. | |
11325 * control/system/tfout.m: Ditto. | |
11326 * control/system/ugain.m: Ditto. | |
11327 * control/system/zp2ss.m: Ditto. | |
11328 * control/system/zp2ssg2.m: Ditto. | |
11329 * control/system/zp2sys.m: Ditto. | |
11330 * control/system/zp2tf.m: Ditto. | |
11331 * control/system/zpout.m: Ditto. | |
11332 | |
11333 * control/util: New directory. | |
11334 * control/util/axis2dlim.m: Move here from control directory. | |
11335 * control/util/outlist.m: Ditto. | |
11336 * control/util/prompt.m: Ditto. | |
11337 * control/util/run_cmd.m: Ditto. | |
11338 * control/util/sortcom.m: Ditto. | |
11339 * control/util/strappend.m: Ditto. | |
11340 * control/util/swap.m: Ditto. | |
11341 * control/util/zgfmul.m: Ditto. | |
11342 * control/util/zgfslv.m: Ditto. | |
11343 * control/util/zginit.m: Ditto. | |
11344 * control/util/zgpbal.m: Ditto. | |
11345 * control/util/zgreduce.m: Ditto. | |
11346 * control/util/zgrownorm.m: Ditto. | |
11347 * control/util/zgscal.m: Ditto. | |
11348 * control/util/zgsgiv.m: Ditto. | |
11349 * control/util/zgshsr.m: Ditto. | |
11350 | |
3427 | 11351 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11352 | |
11353 * gethelp.cc (extract_help_text): Discard first space character | |
11354 after consecutive comment characters. | |
11355 | |
3422 | 11356 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
11357 | |
11358 * control/obsolete: New directory | |
11359 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 11360 * control/obsolete/swapcols.m: Ditto. |
11361 * control/obsolete/dlqg.m: Ditto. | |
11362 * control/obsolete/minfo.m: Ditto. | |
11363 * control/obsolete/packsys.m: Ditto. | |
11364 * control/obsolete/qzval.m: Ditto. | |
11365 * control/obsolete/unpacksys.m: Ditto. | |
11366 * control/obsolete/series.m: Ditto. | |
11367 * control/obsolete/syschnames.m: Ditto. | |
11368 * polynomial/polyout.m: Ditto. | |
3422 | 11369 |
3420 | 11370 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11371 | |
11372 * general/fliplr.m: Eliminate useless copy of arg. | |
11373 * general/flipud.m: Ditto. | |
11374 | |
3418 | 11375 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
11376 | |
11377 * linear-algebra/cross.m: Only return a row vector if both args | |
11378 are row vectors. | |
11379 * polynomial/polyfit.m: Likewise. | |
11380 | |
11381 * signal/autocov.m: Don't reset prefer_column_vectors. | |
11382 | |
11383 * statistics/distributions/discrete_rnd.m: | |
11384 Always generate a row vector. | |
11385 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
11386 | |
5095 | 11387 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 11388 |
11389 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
11390 | |
11391 * audio/setaudio.m: Texinfoize doc string. | |
11392 * control/com2str.m: Likewise. | |
11393 * control/controldemo.m: Likewise. | |
11394 * control/DEMOcontrol.m: Likewise. | |
11395 * control/dezero.m: Likewise. | |
11396 * control/dre.m: Likewise. | |
11397 * control/hinfsyn_ric.m: Likewise. | |
11398 | |
5095 | 11399 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 11400 |
11401 * io/printf.m: Add @seealso{...} to doc string. | |
11402 * io/puts.m: Likewise. | |
11403 * plot/semilogx.m: Likewise. | |
11404 * plot/semilogy.m: Likewise. | |
11405 * plot/__pltopt__.m: Likewise. | |
11406 * plot/bar.m: Likewise. | |
11407 * plot/xlabel.m: Likewise. | |
11408 * plot/grid.m: Likewise. | |
11409 * plot/shg.m: Likewise. | |
11410 * plot/title.m: Likewise. | |
11411 * plot/mesh.m: Likewise. | |
11412 * plot/__pltopt1__.m: Likewise. | |
11413 * plot/contour.m: Likewise. | |
11414 * plot/hist.m: Likewise. | |
11415 * plot/stairs.m: Likewise. | |
11416 * plot/meshgrid.m: Likewise. | |
11417 * plot/polar.m: Likewise. | |
11418 * plot/loglog.m: Likewise. | |
11419 * plot/plot.m: Likewise. | |
11420 * miscellaneous/semicolon.m: Likewise. | |
11421 * miscellaneous/menu.m: Likewise. | |
11422 * miscellaneous/etime.m: Likewise. | |
11423 * miscellaneous/texas_lotto.m: Likewise. | |
11424 * miscellaneous/comma.m: Likewise. | |
11425 * audio/lin2mu.m: Likewise. | |
11426 * audio/playaudio.m: Likewise. | |
11427 * audio/loadaudio.m: Likewise. | |
11428 * audio/saveaudio.m: Likewise. | |
11429 * audio/mu2lin.m: Likewise. | |
11430 * audio/record.m: Likewise. | |
11431 * strings/isletter.m: Likewise. | |
11432 * strings/lower.m: Likewise. | |
11433 * strings/lower.m: Likewise. | |
11434 * strings/upper.m: Likewise. | |
11435 * specfun/erfinv.m: Likewise. | |
11436 * specfun/gammai.m: Likewise. | |
11437 * specfun/log2.m: Likewise. | |
11438 * specfun/pow2.m: Likewise. | |
11439 * elfun/gcd.m: Likewise. | |
11440 * elfun/lcm.m: Likewise. | |
11441 * special-matrix/vander.m: Likewise. | |
11442 * special-matrix/sylvester_matrix.m: Likewise. | |
11443 * special-matrix/hilb.m: Likewise. | |
11444 * special-matrix/hankel.m: Likewise. | |
11445 * special-matrix/toeplitz.m: Likewise. | |
11446 * special-matrix/invhilb.m: Likewise. | |
11447 * statistics/base/std.m: Likewise. | |
11448 * statistics/base/median.m: Likewise. | |
11449 * linear-algebra/cond.m: Likewise. | |
11450 * linear-algebra/norm.m: Likewise. | |
11451 * finance/nper.m: Likewise. | |
11452 * finance/pmt.m: Likewise. | |
11453 * finance/pv.m: Likewise. | |
11454 * finance/rate.m: Likewise. | |
11455 * finance/npv.m: Likewise. | |
11456 * general/fliplr.m: Likewise. | |
11457 * general/flipud.m: Likewise. | |
11458 * general/is_scalar.m: Likewise. | |
11459 * general/rem.m: Likewise. | |
11460 * general/perror.m: Likewise. | |
11461 * general/tril.m: Likewise. | |
11462 * general/rot90.m: Likewise. | |
11463 * general/num2str.m: Likewise. | |
11464 * general/int2str.m: Likewise. | |
11465 * general/reshape.m: Likewise. | |
11466 * general/logspace.m: Likewise. | |
11467 * general/is_symmetric.m: Likewise. | |
11468 * general/is_vector.m: Likewise. | |
11469 * general/nextpow2.m: Likewise. | |
11470 * general/columns.m: Likewise. | |
11471 * general/is_square.m: Likewise. | |
11472 * general/rows.m: Likewise. | |
11473 * control/ugain.m: Likewise. | |
11474 * control/damp.m: Likewise. | |
11475 * control/dare.m: Likewise. | |
11476 * control/are.m: Likewise. | |
11477 * control/sys2fir.m: Likewise. | |
11478 * control/abcddim.m: Likewise. | |
11479 * control/is_abcd.m: Likewise. | |
11480 * control/step.m: Likewise. | |
11481 * control/is_observable.m: Likewise. | |
11482 * control/is_controllable.m: Likewise. | |
11483 * control/jet707.m: Likewise. | |
11484 * control/polyout.m: Likewise. | |
11485 * control/impulse.m: Likewise. | |
11486 * control/lqg.m: Likewise. | |
11487 * control/is_detectable.m: Likewise. | |
11488 * control/sysdimensions.m: Likewise. | |
11489 * control/sysupdate.m: Likewise. | |
11490 * control/stepimp.m: Likewise. | |
11491 * control/is_stable.m: Likewise. | |
11492 * control/tfout.m: Likewise. | |
11493 * control/zpout.m: Likewise. | |
11494 | |
3405 | 11495 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
11496 | |
11497 * set/complement.m: Add @seealso{} stuff. | |
11498 * set/create_set.m: Likewise. | |
11499 * set/intersection.m: Likewise. | |
11500 * set/union.m: Likewise. | |
11501 | |
3399 | 11502 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11503 | |
3400 | 11504 * control/d2c.m: Use double quotes instead of single quotes for |
11505 string constants. | |
11506 * control/dgkfdemo.m: Likewise. | |
11507 * control/fir2sys.m: Likewise. | |
11508 * control/frdemo.m: Likewise. | |
11509 * control/moddemo.m: Likewise. | |
11510 * control/minfo.m: Likewise. | |
11511 * control/is_stabilizable.m: Likewise. | |
11512 * control/is_dgkf.m: Likewise. | |
11513 * control/polyout.m: Likewise. | |
11514 * control/sysconnect.m: Likewise. | |
11515 * control/sysrepdemo.m: Likewise. | |
11516 * control/tf2sys.m: Likewise. | |
11517 * control/tfout.m: Likewise. | |
11518 * control/zp2sys.m: Likewise. | |
11519 * control/zpout.m: Likewise. | |
11520 * control/tzero.m: Likewise. | |
11521 | |
11522 * control/DEMOcontrol.m: Handle moddemo case too. | |
11523 | |
11524 * image/loadimage.m: Use double quotes instead of single quotes | |
11525 for string constants. Use sprintf instead of square brackets to | |
11526 construct string. | |
11527 | |
3399 | 11528 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 11529 * control/fir2sys.m: Likewise. |
3399 | 11530 |
3390 | 11531 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
11532 | |
11533 * mkdoc: Only delete spaces before @ characters at the beginning | |
11534 of a line. | |
11535 | |
3383 | 11536 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
11537 | |
3388 | 11538 * control/bddemo.m: Make it more likely to work with any value of |
11539 whitespace_in_literal_matrix. | |
3386 | 11540 * control/analdemo.m: Ditto. |
11541 * control/dgkfdemo.m: Ditto. | |
11542 * control/frdemo.m: Ditto. | |
11543 * control/sysrepdemo.m: Ditto. | |
11544 * control/moddemo.m: Ditto. | |
3388 | 11545 * control/zp2ss.m: Ditto. |
3387 | 11546 * control/zp2tf.m: Ditto. |
3388 | 11547 * control/syssub.m: Ditto. |
11548 * finance/npv.m: Ditto. | |
11549 * statistics/base/studentize.m: Ditto. | |
11550 * statistics/base/values.m: Ditto. | |
11551 * statistics/distributions/exponential_cdf.m: Ditto. | |
11552 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 11553 |
3384 | 11554 * control/dezero.m: Use toascii to convert string to ASCII value |
11555 instead of multiplying it by 1. | |
11556 | |
3383 | 11557 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
11558 * control/zpout.m: Ditto. | |
11559 * control/tfout.m: Ditto. | |
11560 * control/tf2sys.m: Ditto. | |
11561 * control/syssub.m: Ditto. | |
11562 * control/syssetsignals.m: Ditto. | |
11563 * control/sysout.m: Ditto. | |
11564 * control/sysmult.m: Ditto. | |
11565 * control/sysgroup.m: Ditto. | |
11566 * control/sysdup.m: Ditto. | |
11567 * control/sysdisc.m: Ditto. | |
11568 * control/syscont.m: Ditto. | |
11569 * control/sysconnect.m: Ditto. | |
11570 * control/sysappend.m: Ditto. | |
11571 * control/sysadd.m: Ditto. | |
11572 * control/ss2sys.m: Ditto. | |
11573 * control/nyquist.m: Ditto. | |
11574 * control/lqg.m: Ditto. | |
11575 * control/fir2sys.m: Ditto. | |
11576 * control/dmr2d.m: Ditto. | |
11577 * control/dezero.m: Ditto. | |
11578 * control/d2c.m: Ditto. | |
11579 * control/c2d.m: Ditto. | |
11580 * control/bddemo.m: Ditto. | |
11581 * control/pzmap.m: Ditto. | |
11582 | |
5095 | 11583 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 11584 |
11585 * signal/spectral_adf.m: Fix typo. | |
11586 | |
3372 | 11587 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
11588 | |
11589 * linear-algebra/cond.m: Texinfoize doc string. | |
11590 * linear-algebra/kron.m: Ditto. | |
11591 * linear-algebra/norm.m: Ditto. | |
11592 * linear-algebra/null.m: Ditto. | |
11593 * linear-algebra/orth.m: Ditto. | |
11594 * linear-algebra/rank.m: Ditto. | |
11595 * linear-algebra/trace.m: Ditto. | |
11596 * linear-algebra/qzhess.m: Ditto. | |
11597 * miscellaneous/menu.m: Ditto. | |
3373 | 11598 * general/perror.m: Ditto. |
11599 * general/strerror.m: Ditto. | |
11600 * general/columns.m: Ditto. | |
11601 * general/rows.m: Ditto. | |
11602 * image/colormap.m: Ditto. | |
11603 * image/gray.m: Ditto. | |
11604 * image/gray2ind.m: Ditto. | |
11605 * image/image.m: Ditto. | |
11606 * image/imagesc.m: Ditto. | |
11607 * image/imshow.m: Ditto. | |
11608 * image/ind2gray.m: Ditto. | |
11609 * image/ind2rgb.m: Ditto. | |
11610 * image/loadimage.m: Ditto. | |
11611 * image/rgb2ntsc.m: Ditto. | |
11612 * image/ntsc2rgb.m: Ditto. | |
11613 * image/ocean.m: Ditto. | |
11614 * image/rgb2ind.m: Ditto. | |
11615 * image/saveimage.m: Ditto. | |
3372 | 11616 * io/printf.m: Ditto. |
11617 * io/puts.m: Ditto. | |
11618 | |
3369 | 11619 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11620 | |
11621 * special-matrix/hankel.m: Texinfoize doc string. | |
11622 * special-matrix/hilb.m: Ditto. | |
11623 * special-matrix/invhilb.m: Ditto. | |
11624 * special-matrix/sylvester_matrix.m: Ditto. | |
11625 * special-matrix/toeplitz.m: Ditto. | |
11626 * special-matrix/vander.m: Ditto. | |
11627 * linear-algebra/vec.m: Ditto. | |
11628 * linear-algebra/vech.m: Ditto. | |
11629 * general/common_size.m: Ditto. | |
11630 * general/diff.m: Ditto. | |
11631 * general/fliplr.m: Ditto. | |
11632 * general/flipud.m: Ditto. | |
11633 * general/rot90.m: Ditto. | |
11634 * general/reshape.m: Ditto. | |
11635 * general/shift.m: Ditto. | |
11636 * general/tril.m: Ditto. | |
11637 * general/triu.m: Ditto. | |
11638 * general/logspace.m: Ditto. | |
3371 | 11639 * general/nargchk.m: Ditto. |
3369 | 11640 |
3367 | 11641 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11642 | |
11643 * statistics/base/mean: Texinfoize doc string. | |
11644 * statistics/base/median: Ditto. | |
11645 * statistics/base/std: Ditto. | |
11646 * statistics/base/cov: Ditto. | |
11647 * statistics/base/corrcoef: Ditto. | |
11648 * statistics/base/kurtosis: Ditto. | |
11649 * statistics/base/mahalanobis: Ditto. | |
11650 * statistics/base/skewness: Ditto. | |
3368 | 11651 * statistics/base/gls.m: Ditto. |
11652 * statistics/base/ols.m: Ditto. | |
3367 | 11653 * signal/detrend.m: Ditto. |
11654 * signal/freqz.m: Ditto. | |
11655 * signal/sinc.m: Ditto. | |
11656 * signal/fftconv.m: Ditto. | |
11657 * signal/fftfilt.m: Ditto. | |
3368 | 11658 * set/create_set.m: Ditto. |
11659 * set/union.m: Ditto. | |
11660 * set/intersection.m: Ditto. | |
11661 * set/complement.m: Ditto. | |
11662 * poly/compan.m: Ditto. | |
11663 * poly/conv: Ditto. | |
11664 * poly/deconv: Ditto. | |
11665 * poly/poly: Ditto. | |
11666 * poly/polyderiv: Ditto. | |
11667 * poly/polyfit: Ditto. | |
11668 * poly/polyinteg: Ditto. | |
11669 * poly/polyreduce: Ditto. | |
11670 * poly/polyval: Ditto. | |
11671 * poly/polyvalm: Ditto. | |
11672 * poly/residue: Ditto. | |
11673 * poly/roots: Ditto. | |
11674 * plot/top_title.m: Ditto | |
11675 * plot/subwindow.m: Ditto | |
11676 * plot/subplot.m: Ditto | |
11677 * plot/plot_border.m: Ditto | |
11678 * plot/oneplot.m: Ditto | |
11679 * plot/multiplot.m: Ditto | |
11680 * plot/mplot.m: Ditto | |
11681 * plot/xlabel.m: Ditto | |
11682 * plot/figure.m: Ditto | |
11683 * plot/meshdom.m: Ditto | |
11684 * plot/mesh.m: Ditto | |
11685 * plot/stairs.m: Ditto | |
11686 * plot/polar.m: Ditto | |
11687 * plot/loglog.m: Ditto | |
11688 * plot/hist.m: Ditto | |
11689 * plot/contour.m: Ditto | |
11690 * plot/bar.m: Ditto | |
11691 * plot/axis.m: Ditto | |
11692 * plot/plot.m: Ditto. | |
3367 | 11693 |
3361 | 11694 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11695 | |
3365 | 11696 * control/pinv.m: Delete. |
11697 | |
3364 | 11698 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
11699 | |
3361 | 11700 * strings/blanks.m: Texinfoize doc string. |
11701 * strings/strcat.m: Ditto. | |
11702 * strings/str2mat.m: Ditto. | |
11703 * strings/deblank.m: Ditto. | |
11704 * strings/findstr.m: Ditto. | |
11705 * strings/index.m: Ditto. | |
11706 * strings/rindex.m: Ditto. | |
11707 * strings/split.m: Ditto. | |
11708 * strings/strcmp.m: Ditto. | |
11709 * strings/strrep.m: Ditto. | |
11710 * strings/substr.m: Ditto. | |
11711 * general/int2str.m: Ditto. | |
11712 * general/num2str.m: Ditto. | |
11713 * strings/dec2bin.m: Ditto. | |
11714 * strings/bin2dec: Ditto. | |
11715 * strings/dec2bin: Ditto. | |
11716 * strings/dec2hex: Ditto. | |
11717 * strings/hex2dec: Ditto. | |
11718 * strings/str2num: Ditto. | |
11719 | |
3347 | 11720 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
11721 | |
11722 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
11723 | |
5095 | 11724 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 11725 |
11726 * control/DEMOcontrol.m: Texinfoize doc string. | |
11727 * control/abcddim.m: Ditto. | |
11728 * control/abcddims.m: Ditto. | |
11729 * control/analdemo.m: Ditto. | |
11730 * control/are.m: Ditto. | |
11731 * control/axis2dlim.m: Ditto. | |
11732 * control/bddemo.m: Ditto. | |
11733 * control/bode.m: Ditto. | |
11734 * control/bode_bounds.m: Ditto. | |
11735 * control/bodquist.m: Ditto. | |
11736 * control/buildssic.m: Ditto. | |
11737 * control/c2d.m: Ditto. | |
11738 * control/ctrb.m: Ditto. | |
11739 * control/d2c.m: Ditto. | |
11740 * control/damp.m: Ditto. | |
11741 * control/dare.m: Ditto. | |
11742 * control/dcgain.m: Ditto. | |
11743 * control/dgkfdemo.m: Ditto. | |
11744 * control/dgram.m: Ditto. | |
11745 * control/dlqe.m: Ditto. | |
11746 * control/dlqr.m: Ditto. | |
11747 * control/dlyap.m: Ditto. | |
11748 * control/dmr2d.m: Ditto. | |
11749 * control/fir2sys.m: Ditto. | |
11750 * control/frdemo.m: Ditto. | |
11751 * control/freqchkw.m: Ditto. | |
11752 * control/freqresp.m: Ditto. | |
11753 * control/gram.m: Ditto. | |
11754 * control/h2norm.m: Ditto. | |
11755 * control/h2syn.m: Ditto. | |
11756 * control/hinf_ctr.m: Ditto. | |
11757 * control/hinfdemo.m: Ditto. | |
11758 * control/hinfnorm.m: Ditto. | |
11759 * control/hinfsyn.m: Ditto. | |
11760 * control/hinfsyn_chk.m: Ditto. | |
11761 * control/impulse.m: Ditto. | |
11762 * control/is_abcd.m: Ditto. | |
11763 * control/is_controllable.m: Ditto. | |
11764 * control/is_detectable.m: Ditto. | |
11765 * control/is_dgkf.m: Ditto. | |
11766 * control/is_digital.m: Ditto. | |
11767 * control/is_observable.m: Ditto. | |
11768 * control/is_sample.m: Ditto. | |
11769 * control/is_signal_list.m: Ditto. | |
11770 * control/is_siso.m: Ditto. | |
11771 * control/is_stabilizable.m: Ditto. | |
11772 * control/is_stable.m: Ditto. | |
11773 * control/jet707.m: Ditto. | |
11774 * control/lqe.m: Ditto. | |
11775 * control/lqg.m: Ditto. | |
11776 * control/lqr.m: Ditto. | |
11777 * control/lsim.m: Ditto. | |
11778 * control/ltifr.m: Ditto. | |
11779 * control/lyap.m: Ditto. | |
11780 * control/moddemo.m: Ditto. | |
11781 * control/nyquist.m: Ditto. | |
11782 * control/obsv.m: Ditto. | |
11783 * control/ord2.m: Ditto. | |
11784 * control/outlist.m: Ditto. | |
11785 * control/pinv.m: Ditto. | |
11786 * control/place.m: Ditto. | |
11787 * control/polyout.m: Ditto. | |
11788 * control/prompt.m: Ditto. | |
11789 * control/pzmap.m: Ditto. | |
11790 * control/qzval.m: Ditto. | |
11791 * control/rldemo.m: Ditto. | |
11792 * control/rlocus.m: Ditto. | |
11793 * control/sortcom.m: Ditto. | |
11794 * control/ss2sys.m: Ditto. | |
11795 * control/ss2tf.m: Ditto. | |
11796 * control/ss2zp.m: Ditto. | |
11797 * control/starp.m: Ditto. | |
11798 * control/step.m: Ditto. | |
11799 * control/stepimp.m: Ditto. | |
11800 * control/susball.m: Ditto. | |
11801 * control/sys2fir.m: Ditto. | |
11802 * control/sys2ss.m: Ditto. | |
11803 * control/sys2tf.m: Ditto. | |
11804 * control/sys2zp.m: Ditto. | |
11805 * control/sysadd.m: Ditto. | |
11806 * control/sysappend.m: Ditto. | |
11807 * control/syschnames.m: Ditto. | |
11808 * control/syschnamesl.m: Ditto. | |
11809 * control/syschtsam.m: Ditto. | |
11810 * control/sysconnect.m: Ditto. | |
11811 * control/syscont.m: Ditto. | |
11812 * control/syscont_disc.m: Ditto. | |
11813 * control/sysdefioname.m: Ditto. | |
11814 * control/sysdefstname.m: Ditto. | |
11815 * control/sysdimensions.m: Ditto. | |
11816 * control/sysdisc.m: Ditto. | |
11817 * control/sysdup.m: Ditto. | |
11818 * control/sysgetsignals.m: Ditto. | |
11819 * control/sysgettype.m: Ditto. | |
11820 * control/sysgroup.m: Ditto. | |
11821 * control/sysgroupn.m: Ditto. | |
11822 * control/sysmult.m: Ditto. | |
11823 * control/sysout.m: Ditto. | |
11824 * control/sysprune.m: Ditto. | |
11825 * control/sysreorder.m: Ditto. | |
11826 * control/sysrepdemo.m: Ditto. | |
11827 * control/sysscale.m: Ditto. | |
11828 * control/syssetsignals.m: Ditto. | |
11829 * control/syssub.m: Ditto. | |
11830 * control/sysupdate.m: Ditto. | |
11831 * control/tf2ss.m: Ditto. | |
11832 * control/tf2sys.m: Ditto. | |
11833 * control/tf2sysl.m: Ditto. | |
11834 * control/tf2zp.m: Ditto. | |
11835 * control/tfout.m: Ditto. | |
11836 * control/tzero.m: Ditto. | |
11837 * control/tzero2.m: Ditto. | |
11838 * control/ugain.m: Ditto. | |
11839 * control/wgt1o.m: Ditto. | |
11840 * control/zgfmul.m: Ditto. | |
11841 * control/zgfslv.m: Ditto. | |
11842 * control/zginit.m: Ditto. | |
11843 * control/zgpbal.m: Ditto. | |
11844 * control/zgreduce.m: Ditto. | |
11845 * control/zgrownorm.m: Ditto. | |
11846 * control/zgscal.m: Ditto. | |
11847 * control/zgsgiv.m: Ditto. | |
11848 * control/zgshsr.m: Ditto. | |
11849 * control/zp2ss.m: Ditto. | |
11850 * control/zp2ssg2.m: Ditto. | |
11851 * control/zp2sys.m: Ditto. | |
11852 * control/zp2tf.m: Ditto. | |
11853 * control/zpout.m: Ditto. | |
11854 | |
5095 | 11855 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 11856 |
5378 | 11857 * audio/lin2mu.m: Texinfoize doc string. |
11858 * audio/loadaudio.m: Ditto. | |
11859 * audio/mu2lin.m: Ditto. | |
11860 * audio/playaudio.m: Ditto. | |
11861 * audio/record.m: Ditto. | |
11862 * audio/saveaudio.m: Ditto. | |
3332 | 11863 |
5095 | 11864 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11865 |
11866 * elfun/acot.m: Texinfoize doc string. | |
11867 * elfun/acsc.m: Ditto. | |
11868 * elfun/acsch.m: Ditto. | |
11869 * elfun/asec.m: Ditto. | |
11870 * elfun/asech.m: Ditto. | |
11871 * elfun/cot.m: Ditto. | |
11872 * elfun/coth.m: Ditto. | |
11873 * elfun/csc.m: Ditto. | |
11874 * elfun/csch.m: Ditto. | |
11875 * elfun/gcd.m: Ditto. | |
11876 * elfun/lcm.m: Ditto. | |
11877 * elfun/sec.m: Ditto. | |
11878 * elfun/sech.m: Ditto. | |
11879 * general/nextpow2.m: Ditto. | |
11880 * general/rem.m: Ditto. | |
11881 * linear-algebra/commutation_matrix.m: Ditto. | |
11882 * linear-algebra/cross.m: Ditto. | |
11883 * linear-algebra/duplication_matrix.m: Ditto. | |
11884 * miscellaneous/bincoeff.m: Ditto. | |
11885 * miscellaneous/xor.m: Ditto. | |
11886 * specfun/bessel.m: Ditto. | |
11887 * specfun/beta.m: Ditto. | |
11888 * specfun/betai.m: Ditto. | |
11889 * specfun/erfinv.m: Ditto. | |
11890 * specfun/gammai.m: Ditto. | |
11891 * specfun/log2.m: Ditto. | |
11892 * specfun/pow2.m: Ditto. | |
11893 | |
5095 | 11894 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 11895 |
11896 * general/is_scalar.m: Texinfoize help text. | |
11897 * general/is_square.m: Ditto. | |
11898 * general/is_symmetric.m: Ditto. | |
11899 | |
3320 | 11900 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11901 | |
11902 * strings/split.m: If the string to be split is empty, just return | |
11903 an empty string. | |
11904 | |
3319 | 11905 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11906 | |
11907 * Makefile.in (ALL_M_FILES): New macro. | |
11908 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
11909 | |
3306 | 11910 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11911 | |
11912 * control/bode.m: Don't return anything if nargout == 0. | |
11913 | |
11914 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
11915 | |
11916 * control/bode.m: Don't do axis scaling for magnitude plots. | |
11917 | |
3305 | 11918 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
11919 | |
11920 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
11921 gethelp.cc to the list. | |
11922 | |
3296 | 11923 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11924 | |
3301 | 11925 * time/asctime.m: Texinfoize help text. |
11926 * time/clock.m: Ditto. | |
11927 * time/date.m: Ditto. | |
11928 * miscellaneous/cputime.m: Ditto. | |
11929 * miscellaneous/etime.m: Ditto. | |
11930 * miscellaneous/is_leap_year.m: Ditto. | |
11931 * miscellaneous/popen2.m: Ditto. | |
11932 * miscellaneous/version.m: Ditto. | |
11933 * miscellaneous/tic.m: Ditto. | |
11934 * miscellaneous/toc.m: Just refer to tic.m. | |
11935 | |
3297 | 11936 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
11937 `cd dir; $(MAKE); cd ..'. | |
11938 ($(SUBDIRS)): Likewise. | |
11939 | |
11940 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
11941 | |
11942 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
11943 of `cd dir; $(MAKE)'. | |
11944 | |
3296 | 11945 * gethelp.cc, mkdoc: New files. |
11946 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
11947 sources. | |
11948 | |
3291 | 11949 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11950 | |
11951 * linear-algebra/kron.m: Fix typo in previous change | |
11952 | |
3282 | 11953 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11954 | |
11955 * control/bode.m: Allow optional 5th arg to specify plot style. | |
11956 | |
5095 | 11957 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 11958 |
11959 * linear-algebra/krylov.m: Correctly handle case of V having full | |
11960 rank when V has more columns than rows. | |
11961 | |
11962 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11963 | |
11964 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
11965 | |
11966 * statistics/tests/manova.m: Avoid problems if | |
11967 whitespace_in_literal_matrix is set to "traditional". | |
11968 * statistics/tests/t_test_regression.m: Likewise. | |
11969 * statistics/tests/u_test.m: Likewise. | |
11970 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
11971 * statistics/tests/anova.m: Likewise. | |
11972 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11973 * statistics/base/statistics.m: Likewise. | |
11974 * image/saveimage.m: Likewise. | |
11975 * signal/arch_fit.m: Likewise. | |
11976 * signal/autoreg_matrix.m: Likewise. | |
11977 * signal/triangle_lw.m: Likewise. | |
11978 * strings/dec2hex.m: Likewise. | |
11979 | |
3268 | 11980 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11981 | |
11982 * image/saveimage.m: Initialize scale. | |
11983 | |
11984 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11985 | |
11986 * general/reshape.m: Allow reshape (a, size (b)). | |
11987 | |
3266 | 11988 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11989 | |
11990 * specfun/erfinv.m: Improve stopping criterion. | |
11991 Add iteration count as second return value. | |
11992 | |
3265 | 11993 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11994 | |
11995 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
11996 | |
3263 | 11997 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
11998 | |
11999 * miscellaneous/pack.m: New function. | |
12000 | |
12001 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12002 | |
12003 * plot/figure.m: Always return figure number. With no args, | |
12004 figure now creates a new figure window and returns its number. | |
12005 Accept figure (property, value) syntax, but do nothing. | |
12006 | |
5095 | 12007 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 12008 |
12009 * general/shift.m: Avoid printing temporary value for backward shift. | |
12010 | |
3260 | 12011 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12012 | |
12013 * plot/bar.m: Compute bar widths correctly when x-values are not | |
12014 evenly spaced. | |
12015 | |
3250 | 12016 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12017 | |
12018 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
12019 contain only zeros. | |
12020 | |
5095 | 12021 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 12022 |
12023 * linear-algebra/kron.m: Create result matrix and insert blocks | |
12024 instead of appending them. | |
12025 | |
12026 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12027 | |
12028 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
12029 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
12030 Update from A. S. Hodel. | |
12031 | |
3246 | 12032 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12033 | |
12034 * polynomial/polyfit.m: Correct previous change. | |
12035 | |
3243 | 12036 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12037 | |
12038 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
12039 | |
5095 | 12040 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 12041 |
12042 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
12043 version of krylov and krylovb. | |
12044 | |
12045 * control/outlist.m, control/sysout.m: Fix typos. | |
12046 | |
12047 * control/sysdimensions.m: Add option for total number of states. | |
12048 | |
12049 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
12050 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
12051 arguments. | |
12052 | |
12053 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12054 | |
12055 * strings/index.m: Fail with meaningful error message if either | |
12056 arg is a string array. | |
12057 | |
3238 | 12058 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12059 | |
12060 * linear-algebra/norm.m: Do the right thing for 1- and | |
12061 infinity-norms of complex matrices. From Sven Khatri | |
12062 <khatri@saturn.vocalpoint.com>. | |
12063 | |
5095 | 12064 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 12065 |
12066 * linear-algebra/qrhouse.m: Handle default args correctly. | |
12067 | |
12068 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12069 | |
12070 * strings/split.m: Avoid problems when splitting strings that have | |
12071 \ in them. | |
12072 | |
5095 | 12073 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 12074 |
12075 * image/colormap.m: Do better arg checking, handle string args | |
12076 that name the colormap function to call (e.g., colormap ("ocean")). | |
12077 | |
5095 | 12078 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 12079 |
12080 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
12081 * linear-algebra/dot.m: Likewise. | |
12082 * linear-algebra/cross.m: Likewise. | |
12083 * general/rot90.m: Likewise. | |
12084 | |
5095 | 12085 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 12086 |
12087 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
12088 that the leading column is not all zeros. | |
12089 | |
12090 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12091 | |
12092 * general/shift.m: Fix potential problems with | |
12093 whitespace_in_literal_matrix. | |
12094 * signal/arch_rnd.m: Ditto. | |
12095 * signal/autocov.m: Ditto. | |
12096 * signal/diffpara.m: Ditto. | |
12097 * signal/hurst.m: Ditto. | |
12098 * signal/periodogram.m: Ditto. | |
12099 * signal/spectral_adf.m: Ditto. | |
12100 * signal/spectral_xdf.m: Ditto. | |
12101 * signal/spencer.m: Ditto. | |
12102 * signal/synthesis.m: Ditto. | |
12103 * statistics/distributions/wiener_rnd.m: Ditto. | |
12104 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
12105 * statistics/models/logistic_regression.m: Ditto. | |
12106 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
12107 * statistics/tests/run_test.m: Ditto. | |
12108 * statistics/tests/chisquare_test_independence.m: Ditto. | |
12109 | |
5095 | 12110 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 12111 |
12112 * plot/__plr2__.m: Fix typo. | |
12113 | |
3233 | 12114 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12115 | |
12116 * plot/__pltopt1__.m: Accept "k" to mean black. | |
12117 | |
5095 | 12118 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 12119 |
12120 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
12121 function. | |
12122 | |
5095 | 12123 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 12124 |
12125 * control/ss2sys.m: Fix typo. | |
12126 | |
12127 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12128 | |
12129 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
12130 | |
12131 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
12132 signal names as lists of strings instead of string arrays. | |
12133 | |
3225 | 12134 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12135 | |
3233 | 12136 * quaternion: New directory of functions from A. S. Hodel |
3225 | 12137 <a.s.hodel@eng.auburn.edu>. |
12138 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 12139 * quaternion/Makefile.in: New file. |
12140 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 12141 |
12142 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12143 | |
12144 * image/saveimage.m: Make it work again for black and white colormaps. | |
12145 | |
12146 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
12147 since there can be fewer rows than columns. Round values to | |
12148 nearest position in colormap instead of truncating. Correct usage | |
12149 message. | |
12150 | |
5095 | 12151 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 12152 |
12153 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
12154 zero rows of [A,v] as householder pivots; this avoids spurious | |
12155 non-zero entries in returned orthogonal matrix U, but destroys the | |
12156 Householder matrix structure of H. | |
12157 | |
12158 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12159 | |
12160 * general/logical.m: Just copy input to output if argument is | |
12161 already a logical object. | |
12162 | |
3215 | 12163 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12164 | |
12165 * New files from OCST, in control subdiretory: | |
12166 | |
12167 DEMOcontrol.m is_siso.m syschnames.m | |
12168 abcddim.m is_stabilizable.m syschnamesl.m | |
12169 abcddims.m is_stable.m syschtsam.m | |
12170 analdemo.m jet707.m sysconnect.m | |
12171 are.m lqe.m syscont.m | |
12172 axis2dlim.m lqg.m syscont_disc.m | |
12173 bddemo.m lqr.m sysdefioname.m | |
12174 bode.m lsim.m sysdefstname.m | |
12175 bode_bounds.m ltifr.m sysdimensions.m | |
12176 bodquist.m lyap.m sysdisc.m | |
12177 buildssic.m mb.m sysdup.m | |
12178 c2d.m minfo.m sysgetsignals.m | |
6302 | 12179 com2str.m moddemo.m sysgettsam.m |
3215 | 12180 controldemo.m nichols.m sysgettype.m |
12181 ctrb.m nyquist.m sysgroup.m | |
12182 d2c.m obsv.m sysgroupn.m | |
12183 damp.m ord2.m sysmult.m | |
12184 dare.m outlist.m sysout.m | |
12185 dcgain.m packedform.m sysprune.m | |
12186 demomarsyas.m packsys.m sysreorder.m | |
12187 dezero.m; parallel.m sysrepdemo.m | |
12188 dgkfdemo.m place.m sysscale.m | |
12189 dgram.m polyout.m syssub.m | |
12190 dhinfdemo.m prompt.m sysupdate.m | |
12191 dlqe.m pzmap.m tf2ss.m | |
12192 dlqg.m qzval.m tf2sys.m | |
12193 dlqr.m rldemo.m tf2sysl.m | |
12194 dlyap.m rlocus.m tf2zp.m | |
12195 dmr2d.m rotg.m tfout.m | |
12196 fir2sys.m run_cmd.m; tzero.m | |
12197 frdemo.m series.m tzero2.m | |
12198 freqchkw.m sortcom.m ugain.m | |
12199 freqresp.m ss2sys.m unpacksys.m | |
12200 gram.m ss2tf.m wgt1o.m | |
12201 h2norm.m ss2zp.m zgfmul.m | |
12202 h2syn.m starp.m zgfslv.m | |
12203 hinf_ctr.m step.m zginit.m | |
12204 hinfdemo.m stepimp.m zgpbal.m | |
12205 hinfnorm.m strappend.m; zgreduce.m | |
12206 hinfsyn.m susball.m zgrownorm.m | |
12207 hinfsyn_chk.m swap.m zgscal.m | |
12208 impulse.m swapcols.m zgsgiv.m | |
12209 is_abcd.m swaprows.m zgshsr.m | |
12210 is_controllable.m sys2fir.m zp2ss.m | |
12211 is_detectable.m sys2ss.m zp2ssg2.m | |
12212 is_dgkf.m sys2tf.m zp2sys.m | |
12213 is_digital.m sys2zp.m zp2tf.m | |
12214 is_observable.m sysadd.m zpout.m | |
12215 is_sample.m sysappend.m | |
12216 | |
12217 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12218 | |
12219 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
12220 | |
12221 * strings/deblank.m: Make it work for string arrays too. | |
12222 | |
3211 | 12223 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12224 | |
12225 * linear-algebra/housh.m: New file from the OCST. | |
12226 * linear-algebra/krygetq.m: Ditto. | |
12227 * linear-algebra/krylov.m: Ditto. | |
12228 * linear-algebra/krylovb.m: Ditto. | |
12229 * linear-algebra/qrhouse.m: Ditto. | |
12230 * general/is_duplicate_entry.m: Ditto. | |
12231 | |
12232 * general/is_symmetric.m: Call is_square instead of doing that | |
12233 check in line. | |
12234 | |
3196 | 12235 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12236 | |
9967 | 12237 * general/is_square.m: |
3202 | 12238 |
12239 * general/isempty.m, general/is_matrix.m: Delete. | |
12240 | |
12241 * general/is_symmetric: Delete special case for strings. Whether | |
12242 the conversion is valid should depend on implicit_str_to_num_ok. | |
12243 | |
12244 * general/is_square.m: If arg is not a matrix, don't check size, | |
12245 just return 0. | |
12246 * general/is_symmetric: Likewise. | |
12247 * general/is_vector.m: Likewise. | |
12248 * general/is_scalar.m: Likewise. | |
12249 | |
3196 | 12250 * general/length.m: Delete. |
12251 | |
3191 | 12252 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12253 | |
12254 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9967 | 12255 statistics/distributions/Makefile, statistics/models/Makefile, |
3191 | 12256 and statistics/tests/Makefile to the list of files to create. |
12257 | |
12258 * finance/Makefile.in, statistics/base/Makefile.in, | |
12259 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
12260 statistics/tests/Makefile.in: New files. | |
12261 * statistics/Makefile.in: Delete file lists. Now only handle | |
12262 subdirectories. | |
12263 * Makefile.in (SUBDIRS): Add finance. | |
12264 | |
12265 * Move the following files from statistics to statistics/base: | |
12266 | |
12267 corrcoef.m | |
12268 kurtosis.m | |
12269 mahalanobis.m | |
12270 median.m | |
12271 ols.m | |
12272 skewness.m | |
12273 std.m | |
9967 | 12274 |
3191 | 12275 New files, from Kurt Hornik's octave-ci package: |
12276 | |
12277 * finance (new directory): | |
12278 | |
12279 fv.m | |
12280 fvl.m | |
12281 irr.m | |
12282 nper.m | |
12283 npv.m | |
12284 pmt.m | |
12285 pv.m | |
12286 pvl.m | |
12287 rate.m | |
12288 vol.m | |
12289 | |
12290 * linear-algebra/dmult.m | |
12291 | |
12292 * signal: | |
12293 | |
12294 arch_fit.m | |
12295 arch_rnd.m | |
12296 arch_test.m | |
12297 arma_rnd.m | |
12298 autocor.m | |
12299 autocov.m | |
12300 autoreg_matrix.m | |
12301 bartlett.m | |
12302 blackman.m | |
12303 diffpara.m | |
12304 durbinlevinson.m | |
12305 fractdiff.m | |
12306 hamming.m | |
12307 hanning.m | |
12308 hurst.m | |
12309 periodogram.m | |
12310 rectangle_lw.m | |
12311 rectangle_sw.m | |
12312 sinetone.m | |
12313 sinewave.m | |
12314 spectral_adf.m | |
12315 spectral_xdf.m | |
12316 spencer.m | |
12317 stft.m | |
12318 synthesis.m | |
12319 triangle_lw.m | |
12320 triangle_sw.m | |
12321 yulewalker.m | |
12322 | |
12323 * statistics/base (new directory): | |
12324 | |
12325 center.m | |
12326 cloglog.m | |
12327 cor.m | |
12328 cov.m | |
12329 cut.m | |
12330 iqr.m | |
12331 kendall.m | |
12332 logit.m | |
12333 mean.m | |
12334 meansq.m | |
12335 moment.m | |
12336 ppplot.m | |
12337 probit.m | |
12338 qqplot.m | |
12339 range.m | |
12340 ranks.m | |
12341 run_count.m | |
12342 spearman.m | |
12343 statistics.m | |
12344 studentize.m | |
12345 table.m | |
12346 values.m | |
12347 var.m | |
12348 | |
12349 (Replaces cov.m and mean.m with new versions.) | |
12350 | |
12351 * statistics/distributions (new directory): | |
12352 | |
12353 beta_cdf.m | |
12354 beta_inv.m | |
12355 beta_pdf.m | |
12356 beta_rnd.m | |
12357 binomial_cdf.m | |
12358 binomial_inv.m | |
12359 binomial_pdf.m | |
12360 binomial_rnd.m | |
12361 cauchy_cdf.m | |
12362 cauchy_inv.m | |
12363 cauchy_pdf.m | |
12364 cauchy_rnd.m | |
12365 chisquare_cdf.m | |
12366 chisquare_inv.m | |
12367 chisquare_pdf.m | |
12368 chisquare_rnd.m | |
12369 discrete_cdf.m | |
12370 discrete_inv.m | |
12371 discrete_pdf.m | |
12372 discrete_rnd.m | |
12373 empirical_cdf.m | |
12374 empirical_inv.m | |
12375 empirical_pdf.m | |
12376 empirical_rnd.m | |
12377 exponential_cdf.m | |
12378 exponential_inv.m | |
12379 exponential_pdf.m | |
12380 exponential_rnd.m | |
12381 f_cdf.m | |
12382 f_inv.m | |
12383 f_pdf.m | |
12384 f_rnd.m | |
12385 gamma_cdf.m | |
12386 gamma_inv.m | |
12387 gamma_pdf.m | |
12388 gamma_rnd.m | |
12389 geometric_cdf.m | |
12390 geometric_inv.m | |
12391 geometric_pdf.m | |
12392 geometric_rnd.m | |
12393 hypergeometric_cdf.m | |
12394 hypergeometric_inv.m | |
12395 hypergeometric_pdf.m | |
12396 hypergeometric_rnd.m | |
12397 kolmogorov_smirnov_cdf.m | |
12398 laplace_cdf.m | |
12399 laplace_inv.m | |
12400 laplace_pdf.m | |
12401 laplace_rnd.m | |
12402 logistic_cdf.m | |
12403 logistic_inv.m | |
12404 logistic_pdf.m | |
12405 logistic_rnd.m | |
12406 lognormal_cdf.m | |
12407 lognormal_inv.m | |
12408 lognormal_pdf.m | |
12409 lognormal_rnd.m | |
12410 normal_cdf.m | |
12411 normal_inv.m | |
12412 normal_pdf.m | |
12413 normal_rnd.m | |
12414 pascal_cdf.m | |
12415 pascal_inv.m | |
12416 pascal_pdf.m | |
12417 pascal_rnd.m | |
12418 poisson_cdf.m | |
12419 poisson_inv.m | |
12420 poisson_pdf.m | |
12421 poisson_rnd.m | |
12422 stdnormal_cdf.m | |
12423 stdnormal_inv.m | |
12424 stdnormal_pdf.m | |
12425 stdnormal_rnd.m | |
12426 t_cdf.m | |
12427 t_inv.m | |
12428 t_pdf.m | |
12429 t_rnd.m | |
12430 uniform_cdf.m | |
12431 uniform_inv.m | |
12432 uniform_pdf.m | |
12433 uniform_rnd.m | |
12434 weibull_cdf.m | |
12435 weibull_inv.m | |
12436 weibull_pdf.m | |
12437 weibull_rnd.m | |
12438 wiener_rnd.m | |
9967 | 12439 |
3191 | 12440 * statistics/models (new directory): |
12441 | |
12442 logistic_regression.m | |
12443 logistic_regression_derivatives.m | |
12444 logistic_regression_likelihood.m | |
12445 | |
12446 * statistics/tests (new directory): | |
12447 | |
12448 anova.m | |
12449 bartlett_test.m | |
12450 chisquare_test_homogeneity.m | |
12451 chisquare_test_independence.m | |
12452 cor_test.m | |
12453 f_test_regression.m | |
12454 hotelling_test.m | |
12455 hotelling_test_2.m | |
12456 kolmogorov_smirnov_test.m | |
12457 kolmogorov_smirnov_test_2.m | |
12458 kruskal_wallis_test.m | |
12459 manova.m | |
12460 mcnemar_test.m | |
12461 prop_test_2.m | |
12462 run_test.m | |
12463 sign_test.m | |
12464 t_test.m | |
12465 t_test_2.m | |
12466 t_test_regression.m | |
12467 u_test.m | |
12468 var_test.m | |
12469 welch_test.m | |
12470 wilcoxon_test.m | |
12471 z_test.m | |
12472 z_test_2.m | |
12473 | |
12474 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12475 | |
12476 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
12477 compatibility and to avoid Y2K problems. | |
12478 | |
3190 | 12479 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12480 | |
12481 * polynomial/polyfit.m: Just use the \ operator to handle the | |
12482 least-squares solution. | |
12483 | |
3180 | 12484 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12485 | |
12486 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
12487 | |
12488 * strings/strrep.m: Don't convert args to numeric values. | |
12489 Prevent warnings for empty string args. | |
12490 From Georg Thimm <thimm@idiap.ch>. | |
12491 | |
12492 * strings/strcat.m: Prevent warnings for empty string args. | |
12493 | |
12494 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12495 | |
12496 * miscellaneous/menu.m: Remove special case for empty string | |
12497 returned from input(). Add second arg to eval() to catch errors. | |
12498 | |
3178 | 12499 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12500 | |
12501 * plot/__plt__.m: Don't call usleep. | |
12502 | |
3175 | 12503 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12504 | |
12505 * linear-algebra/dot.m: New function. | |
12506 | |
12507 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
12508 compatibility. | |
12509 | |
12510 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12511 | |
12512 * plot/hist.m: Also allow just one output argument. | |
12513 | |
12514 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12515 | |
12516 * strings/deblank.m: Make it work if the string is only blanks. | |
12517 | |
12518 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12519 | |
12520 * plot/__plt2mv__.m: Delete calls to keyboard. | |
12521 | |
12522 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12523 | |
12524 * plot/oneplot.m: Fix typo. | |
12525 | |
3174 | 12526 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12527 | |
12528 * miscellaneous/flops.m: Allow a single argument too. | |
12529 | |
12530 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12531 | |
12532 * strings/str2mat.m: Also handle case when there are no empty | |
12533 strings correctly. | |
12534 | |
12535 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12536 | |
12537 * strings/isletter.m: New function, for Matlab compatibility. | |
12538 | |
3168 | 12539 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12540 | |
12541 * strings/str2mat.m: Handle string matrices too. | |
12542 | |
3167 | 12543 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12544 | |
12545 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
12546 linear encoding. | |
12547 | |
12548 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
12549 audio/record.m: Open files in binary mode. | |
12550 | |
3164 | 12551 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12552 | |
12553 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
12554 Move functionality of dump_1_pref here, but use built-in function | |
12555 type to extract value, and put it inside try/catch block. | |
12556 * miscellaneous/dump_1_pref.m: Delete unused function. | |
12557 | |
3162 | 12558 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12559 | |
12560 * plot/__pltopt1.m__: New file. | |
12561 * plot/__pltopt.m__: Handle opt as a string array by calling | |
12562 __pltopt1__ multiple times and returning a string array with rows | |
12563 corresponding to the rows of opt. | |
12564 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
12565 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
12566 array. | |
12567 | |
12568 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12569 | |
12570 * plot/mplot.m: Fix misspellings of global variables. | |
12571 Don't call clearplot. | |
12572 | |
12573 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12574 | |
12575 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
12576 "cle;rep" when going in ot multiplot mode. | |
12577 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
12578 switching out of multiplot mode. | |
12579 | |
3156 | 12580 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 12581 |
3156 | 12582 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
12583 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 12584 |
3141 | 12585 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12586 | |
12587 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
12588 | |
12589 * miscellaneous/bug_report.m: Don't try to get smart with | |
12590 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
12591 | |
12592 * Makefile.in (install): Create separate ls-R files for | |
12593 $(datadir) and $(libexecdir). | |
12594 (uninstall): Remove both ls-R files. | |
12595 | |
3136 | 12596 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12597 | |
12598 * signal/fftshift.m: New file. | |
12599 | |
12600 * plot/contour.m: Fix for non-square case. | |
12601 | |
12602 * general/randperm.m: New file. | |
12603 | |
12604 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12605 | |
12606 * specfun/betai.m: Restore file for compatibility with previous | |
12607 versions. Call betainc with reordered args. | |
12608 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
12609 | |
3131 | 12610 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12611 | |
12612 * plot/contour.m: Handle discrete contour levels. | |
12613 | |
12614 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12615 | |
12616 * control/lyap.m: For compatibility with Matlab, solve | |
12617 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
12618 | |
3124 | 12619 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12620 | |
12621 * specfun/bessel.m: New file. | |
12622 | |
12623 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
12624 specfun/gammainc.m: Delete. | |
12625 | |
3106 | 12626 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12627 | |
12628 * image/colormap.m: Initialize __current_color_map__ in global | |
12629 statement. | |
12630 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
12631 statement. | |
12632 * plot/axis.m: Initialize __current_axis__ in global statement. | |
12633 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
12634 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
12635 | |
3103 | 12636 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12637 | |
12638 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
12639 * time/toc.m: Likewise. | |
12640 | |
12641 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
12642 | |
12643 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
12644 anything special for automatic_replot when in multiplot mode -- | |
12645 recent 3.6beta releases handle this correctly. | |
12646 | |
12647 * plot/figure.m: Ensure that we are not in multiplot mode before | |
12648 setting the terminal type. | |
12649 | |
12650 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
12651 plot/subwindow.m: Use leading and trailing underscores for | |
12652 `private' globals. | |
12653 | |
12654 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
12655 | |
3101 | 12656 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12657 | |
12658 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
12659 | |
3091 | 12660 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12661 | |
3092 | 12662 * specfun/gammai.m: Avoid problems with whitespace when |
12663 constructing matrices. | |
12664 | |
3091 | 12665 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
12666 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
12667 original y vector. | |
12668 | |
3085 | 12669 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12670 | |
12671 * linear-algebra/cross.m: Use direct formula instead of calling | |
12672 det three times in a loop. If both args are column (row) vectors, | |
12673 return a column (row) vector. If they don't match, pay attention | |
12674 to the value of prefer_column_vectors. | |
12675 | |
5095 | 12676 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 12677 |
12678 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
12679 nonsymmetric matrices. | |
12680 | |
12681 * general/tril.m: Fix usage message. | |
12682 | |
12683 * polynomial/polyvalm.m: Fix error messages. | |
12684 * polynomial/polyderiv.m: Likewise. | |
12685 * polynomial/polyval.m: Likewise. | |
12686 | |
3081 | 12687 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12688 | |
12689 * strings/blanks.m: Allow blanks(0) to return empty string. | |
12690 Allow negative arguments if treat_neg_dim_as_zero is true. | |
12691 | |
3063 | 12692 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12693 | |
12694 * plot/mesh.m: Set noparametric plot mode after plotting. | |
12695 | |
5095 | 12696 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 12697 |
12698 * plot/__pltopt__.m: Handle key/legend names. | |
12699 Correctly set colors, line styles, and point styles. | |
12700 | |
3061 | 12701 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12702 | |
12703 * polynomial/polyfit.m: Return fit y values as second output. | |
12704 Don't use QR factorization to solve least squares problem. | |
12705 | |
12706 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12707 | |
12708 * control/dlqr.m: Use ao, not a, to compute k. | |
12709 | |
3024 | 12710 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12711 | |
12712 * miscellaneous/path.m: New file. | |
12713 | |
2993 | 12714 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12715 | |
12716 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
12717 name. | |
12718 | |
2968 | 12719 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12720 | |
12721 * specfun/erfinv.m: Add missing semicolon. | |
12722 | |
2870 | 12723 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12724 | |
12725 * miscellaneous/xor.m: Make type of return value logical. | |
12726 | |
2853 | 12727 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12728 | |
12729 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
12730 warn_comma_in_global_decl. | |
12731 | |
2831 | 12732 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12733 | |
12734 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
12735 octave-bug script. | |
12736 | |
2823 | 12737 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12738 | |
2824 | 12739 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
12740 prefer_zero_one_indexing. | |
12741 | |
2823 | 12742 * general/logical.m: New file. |
12743 | |
2816 | 12744 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12745 | |
12746 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
12747 and is_vector(). | |
12748 | |
5095 | 12749 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 12750 |
12751 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
12752 Use tolerance of 2 * eps. | |
12753 | |
2811 | 12754 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12755 | |
12756 * Makefile.in (install-strip): New target. | |
12757 * audio/Makefile.in: Ditto. | |
12758 * control/Makefile.in: Ditto. | |
12759 * elfun/Makefile.in: Ditto. | |
12760 * general/Makefile.in: Ditto. | |
12761 * image/Makefile.in: Ditto. | |
12762 * io/Makefile.in: Ditto. | |
12763 * linear-algebra/Makefile.in: Ditto. | |
12764 * miscellaneous/Makefile.in: Ditto. | |
12765 * plot/Makefile.in: Ditto. | |
12766 * polynomial/Makefile.in: Ditto. | |
12767 * set/Makefile.in: Ditto. | |
12768 * signal/Makefile.in: Ditto. | |
12769 * specfun/Makefile.in: Ditto. | |
12770 * special-matrix/Makefile.in: Ditto. | |
12771 * startup/Makefile.in: Ditto. | |
12772 * statistics/Makefile.in: Ditto. | |
12773 * strings/Makefile.in: Ditto. | |
12774 | |
2809 | 12775 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12776 | |
12777 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
12778 | |
2798 | 12779 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12780 | |
12781 * statistics/corrcoef.m: Make it actually work. | |
12782 | |
2795 | 12783 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12784 | |
2798 | 12785 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 12786 |
2779 | 12787 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 12788 |
12789 * Version 2.0.5 released. | |
12790 | |
2745 | 12791 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12792 | |
2749 | 12793 * Makefile.in (maintainer-clean): Also remove configure. |
12794 | |
2746 | 12795 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
12796 | |
2745 | 12797 * general/is_matrix.m: Return zero for empty matrices. |
12798 | |
12799 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12800 | |
12801 * linear-algebra/vech.m: Size result just once. | |
12802 | |
2726 | 12803 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12804 | |
12805 * general/is_square.m: Handle empty matrices correctly. | |
12806 * general/is_symmetric.m: Handle empty matrices and strings. | |
12807 | |
2716 | 12808 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12809 | |
12810 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
12811 * polynomial/deconv.m: Likewise. | |
12812 * polynomial/polyderiv.m: Likewise. | |
12813 * polynomial/polyinteg.m: Likewise. | |
12814 * polynomial/polyreduce.m: Likewise. | |
12815 * polynomial/polyval.m: Likewise. | |
12816 * polynomial/polyvalm.m: Likewise. | |
12817 * general/postpad.m: Likewise. | |
12818 * general/prepad.m: Likewise. | |
12819 | |
12820 * polynomial/compan.m: Check input with is_vector(), not | |
12821 is_matrix(). Handle scalar case. | |
12822 | |
2711 | 12823 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12824 | |
2715 | 12825 * plot/contour.m: Order data so that it is consistent with |
12826 meshgrid and mesh. | |
12827 | |
2711 | 12828 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
12829 * plot/sombrero.m: Use meshgrid, not meshdom. | |
12830 | |
2709 | 12831 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 12832 |
12833 * Version 2.0.4 released. | |
12834 | |
2706 | 12835 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12836 | |
2702 | 12837 * miscellaneous/paren.m: New file. |
12838 | |
2693 | 12839 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 12840 |
12841 * Version 2.0.3 released. | |
12842 | |
2676 | 12843 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12844 | |
12845 * image/saveimage.m: Only clip image data that is actually out of | |
12846 range. | |
12847 | |
2667 | 12848 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12849 | |
12850 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
12851 also be considered to be matrices. | |
12852 | |
12853 * general/is_vector.m: Scalars may also be considered to be vectors. | |
12854 | |
12855 * general/isempty.m: Use size(), not rows() and columns(). | |
12856 | |
12857 * plot/contour.m: Convert set to gset. | |
12858 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
12859 | |
2663 | 12860 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12861 | |
12862 * specfun/erfinv.m: Fix typo in last change. | |
12863 | |
2650 | 12864 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12865 | |
12866 * image/loadimage.m: Make it possible to load files with image | |
12867 data named X or img. | |
12868 | |
12869 * image/default.img: Change name of image from X to img to match | |
12870 what saveimage does now. | |
12871 | |
12872 * image/loadimage.m: Rename X to be img, to match what saveimage | |
12873 does now. | |
12874 | |
2632 | 12875 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12876 | |
2634 | 12877 * Version 2.0.2 released. |
12878 | |
2632 | 12879 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
12880 weird missing-lines bug without creating extra plots unecessarily. | |
12881 | |
2624 | 12882 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12883 | |
12884 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
12885 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
12886 io/Makefile.in, linear-algebra/Makefile.in, | |
12887 miscellaneous/Makefile.in, plot/Makefile.in, | |
12888 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
12889 specfun/Makefile.in, special-matrix/Makefile.in, | |
12890 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
12891 time/Makefile.in (bin-dist): New target. | |
12892 | |
2621 | 12893 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12894 | |
12895 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
12896 | |
12897 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12898 | |
12899 * miscellaneous/xor.m: Make it work. | |
12900 | |
2613 | 12901 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12902 | |
12903 * plot/sombrero.m: Doc fix. | |
12904 | |
2602 | 12905 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
12906 | |
12907 * Version 2.0.1 released. | |
12908 | |
2601 | 12909 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12910 | |
12911 * elfun/lcm.m: Replace missing if statement. | |
12912 | |
12913 * elfun/gcd.m: Report error if no input args. | |
12914 * elfun/lcm.m: Likewise. | |
12915 | |
2597 | 12916 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12917 | |
12918 * Makefile.in (install): Use ls -LR to create ls-R database. | |
12919 Also list contents of $libexecdir/octave in ls-R database. | |
12920 | |
2583 | 12921 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12922 | |
12923 * Version 2.0 released. | |
12924 | |
2575 | 12925 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12926 | |
12927 * Version 1.94. | |
12928 | |
2558 | 12929 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12930 | |
12931 * strings/str2num.m: New file. | |
12932 | |
2554 | 12933 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12934 | |
12935 * Version 1.93. | |
12936 | |
2540 | 12937 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12938 | |
12939 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
12940 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
12941 linear-algebra/vech.m: New files from Kurt Hornik. | |
12942 | |
12943 * general/nextpow2.m, general/shift.m, general/diff.m, | |
12944 general/common_size.m: New files from Kurt Hornik. | |
12945 | |
12946 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
12947 New files from Kurt Hornik. | |
12948 | |
12949 * signal/detrend.m: New file from Kurt Hornik. | |
12950 | |
12951 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
12952 specfun/pow2.m, specfun/log2.m: | |
12953 New files and updates from Kurt Hornik. | |
12954 | |
2523 | 12955 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12956 | |
12957 * plot/__plt__.m: Add explicit replot after last command is | |
12958 issued, to force all lines to be displayed. Hmm. | |
12959 | |
2512 | 12960 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12961 | |
2520 | 12962 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
12963 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
12964 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
12965 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
12966 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
12967 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
12968 Uset gset, not set. | |
12969 | |
2512 | 12970 * Version 1.92. |
12971 | |
2482 | 12972 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12973 | |
2486 | 12974 * image/saveimage.m: When writing PostScript, name Octave as the |
12975 almighty Creator. Use single call to fprintf instead of looping. | |
12976 | |
12977 * image/Makefile.in: Delete references to octtopnm. | |
12978 | |
12979 * general/logspace.m: Doc fix. | |
12980 | |
2482 | 12981 * Version 1.91. |
12982 | |
2458 | 12983 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12984 | |
12985 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
12986 | |
12987 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
12988 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
12989 deleted. | |
12990 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
12991 of a system() command to delete the tmp file. | |
12992 | |
2452 | 12993 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
12994 | |
12995 * Version 1.90. | |
12996 | |
12997 * Makefile.in (DISTFILES): Add ChangeLog. | |
12998 | |
2360 | 12999 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13000 | |
13001 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
13002 Don't check for string value of automatic_replot. | |
13003 | |
13004 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
13005 Temporarily set do_fortran_indexing to 1, not "true". | |
13006 | |
13007 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
13008 not "false". | |
13009 | |
13010 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
13011 "false". | |
13012 | |
2355 | 13013 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
13014 | |
13015 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
13016 | |
2330 | 13017 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13018 | |
13019 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
13020 system command. | |
9967 | 13021 |
2330 | 13022 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13023 | |
13024 * __plr1__.m: Renamed from polar_int_1.m. | |
13025 * __plr2__.m: Renamed from polar_int_2.m. | |
13026 * __plr__.m: Renamed from polar_int.m. | |
13027 * __plt1__.m: Renamed from plot_int_1.m. | |
13028 * __plt2__.m: Renamed from plot_int_2.m. | |
13029 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
13030 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
13031 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
13032 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
13033 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
13034 * __plt__.m: Renamed from plot_int.m. | |
13035 * __pltopt__.m: Renamed from plot_opt.m. | |
13036 Change all callers. | |
13037 | |
13038 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13039 | |
13040 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
13041 comments like those found in Emacs lisp files. | |
13042 | |
13043 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13044 | |
13045 * All .m files: Change comment style. | |
13046 | |
13047 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13048 | |
13049 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
13050 subplot.m, subwindow.m, top_title.m: | |
13051 Print error message if gnuplot_has_multiplot is not true. | |
13052 | |
13053 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13054 | |
13055 * plot/figure.m: New function. | |
13056 | |
13057 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13058 | |
13059 * strings/strrep.m: New function. | |
13060 | |
13061 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13062 | |
13063 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
13064 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
13065 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
13066 strings/split.m, strings/str2mat.m, strings/substr.m: | |
13067 New functions from Kurt Hornik, heavily modified by jwe. | |
13068 | |
13069 * general/reshape.m: Allow strings to be reshaped too. | |
13070 | |
13071 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
13072 Always return a scalar. | |
13073 | |
13074 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13075 | |
13076 * polynomial/polyfit.m: Make orientation of result compatible with | |
13077 Matlab. | |
13078 | |
13079 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13080 | |
13081 * polynomial/polyfit.m: Add missing close paren. | |
13082 | |
13083 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13084 | |
13085 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
13086 | |
13087 * io/scanf.m: Delete. | |
13088 | |
13089 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13090 | |
13091 * statistics/median.m: Fix typo in usage message. | |
13092 | |
13093 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13094 | |
13095 * miscellaneous/popen2.m: New file. | |
13096 | |
13097 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13098 | |
13099 * configure.in (AC_OUTPUT): Add io/Makefile. | |
13100 | |
13101 * io: New directory. | |
13102 * Makefile.in (SUBDIRS): Add it to the list. | |
13103 | |
13104 * miscellaneous/flops.m: New file. | |
13105 | |
13106 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13107 | |
13108 * miscellaneous/cputime.m: Return three arguments instead of a | |
13109 vector, for compatibility with previous versions and with Matlab | |
13110 (which only returns one scalar value). | |
13111 | |
13112 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
13113 | |
13114 * general/triu.m: Compute lower bound on loop index correctly. | |
13115 * general/tril.m: Likewise, for upper bound. | |
13116 | |
13117 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13118 | |
13119 * image/saveimage.m: For color images, make sure indices into | |
13120 temporary colormap and result matrix have proper orientation. | |
13121 Set grey flag correctly. | |
13122 | |
13123 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13124 | |
13125 * statistics/std.m: Use better formula (from Jim Van Zandt | |
13126 jrv@vanzandt.mv.com). | |
13127 | |
13128 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13129 | |
13130 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
13131 * mesh.m: Transpose Z if only one arg. | |
13132 Handle case of all three args being matrices (from Jim Van Zandt | |
13133 jrv@vanzandt.mv.com). | |
13134 * meshdom.m: Undo previous change. | |
13135 | |
13136 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13137 | |
13138 * configure.in (AC_OUTPUT): Add audio/Makefile | |
13139 | |
13140 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13141 | |
13142 * audio: New directory of files from Kurt Hornik and Andreas | |
13143 Weingessel. | |
13144 * audio/Makefile.in: New file. | |
13145 * Makefile.in (SUBDIRS): Add audio to the list. | |
13146 | |
13147 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13148 | |
13149 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
13150 | |
13151 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13152 | |
13153 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
13154 columns (z), not the other way around. | |
13155 * plot/meshdom.m: Don't reverse order of elements in y. | |
13156 | |
13157 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13158 | |
13159 * plot/axis.m: Return current axis if nargin == 0. | |
13160 | |
13161 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13162 | |
13163 * polynomial/roots.m: Updates from Kurt Hornik. | |
13164 | |
13165 * polynomial/polyder.m: New file. | |
13166 | |
13167 * polynomial/polyderiv.m: Give return value and arg different names. | |
13168 | |
13169 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13170 | |
13171 * specfun/betainc.m: New file. | |
13172 * specfun/gammainc.m: New file. | |
13173 | |
13174 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13175 | |
13176 * general/strerror.m: New file. | |
13177 * general/perror.m: Implement using strerror(). | |
13178 | |
13179 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13180 | |
13181 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
13182 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
13183 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
13184 | |
13185 * image/saveimage.m: Round img values first. | |
13186 | |
13187 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13188 | |
13189 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
13190 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
13191 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
13192 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
13193 special-matrix/hankel.m special-matrix/toeplitz.m | |
13194 tuwien/strfun/split.m: Add missing semicolons. | |
13195 | |
13196 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
13197 | |
13198 * image/Makefile.in: Don't build or install octtoppm. | |
13199 | |
13200 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 13201 routines so that people who don't have the pbm stuff installed |
2330 | 13202 can still use this function. |
13203 | |
13204 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13205 | |
13206 * image/saveimage.m: Better error checking, clean up a bit. | |
13207 | |
13208 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13209 | |
13210 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
13211 avoid conflict with new built-in text-style function more. | |
13212 | |
13213 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
13214 | |
13215 * startup/Makefile.in (install): Also install octaverc in | |
13216 $localfcnfiledir/startup/octavrc. | |
13217 | |
13218 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13219 | |
13220 * mkinstalldirs: New file. | |
13221 * Makefile.in (DISTFILES): Add it to the list. | |
13222 | |
13223 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
13224 | |
13225 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13226 | |
9967 | 13227 * special-matrix/hankel.m: Compatibility fix. Complain if |
2330 | 13228 r(1) != c(nr), not if r(1) != c(1). |
9967 | 13229 |
2330 | 13230 * signal/filter.m: Doc fix. |
13231 | |
13232 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13233 | |
13234 * miscellaneous/cputime.m: Use new resource structure names (no | |
13235 ru_ or tv_ prefixes). | |
13236 | |
13237 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13238 | |
13239 * time/ctime.m: Fix doc string and usage message. | |
13240 | |
13241 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13242 | |
13243 * time/clock.m: Use new time structure names (no tm_ prefix). | |
13244 | |
13245 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13246 | |
13247 * control/c2d.m: Make function work for any value of | |
13248 whitespace_in_literal_matrix. | |
13249 * control/dare.m: Likewise. | |
13250 * control/tzero.m: Likewise. | |
13251 * elfun/gcd.m: Likewise. | |
13252 * elfun/lcm.m: Likewise. | |
13253 * general/postpad.m: Likewise. | |
13254 * general/prepad.m: Likewise. | |
13255 * linear-algebra/kron.m: Likewise. | |
13256 * miscellaneous/etime.m: Likewise. | |
13257 * polynomial/conv.m: Likewise. | |
13258 * polynomial/deconv.m: Likewise. | |
13259 * polynomial/poly.m: Likewise. | |
13260 * polynomial/roots.m: Likewise. | |
13261 * signal/filter.m: Likewise. | |
13262 * signal/freqz.m: Likewise. | |
13263 * signal/fftfilt.m: Likewise. | |
13264 | |
13265 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13266 | |
13267 * miscellaneous/is_leap_year.m: Make work for vector args. | |
13268 | |
13269 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13270 | |
13271 * plot/polar_int_2.m: Add missing semicolons. | |
13272 Set theta = theta', not rho'. | |
13273 | |
13274 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13275 | |
13276 * polynomial/roots.m: Make it work for any value of | |
13277 whitespace_in_literal_matrix. | |
13278 | |
13279 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13280 | |
13281 * configure.in: New file. | |
13282 | |
13283 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13284 | |
13285 * control/lyap.m: Add missing semicolon. | |
13286 | |
13287 * miscellaneous/cputime.m: New function file. | |
13288 | |
13289 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13290 | |
13291 * time: New directory. | |
13292 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
13293 New function files. | |
13294 * time/Makefile.in: New file. | |
13295 * Makefile.in (SUBDIRS): Add time. | |
13296 | |
13297 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13298 | |
13299 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
13300 | |
13301 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13302 | |
13303 * plot/plot_int_1.m: Transpose data with .', not '. | |
13304 | |
13305 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13306 | |
13307 * Makefile.in (install uninstall clean mostlyclean distclean | |
13308 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
13309 | |
13310 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13311 | |
13312 * Makefile.in (install): Create ls-R database file. | |
13313 (uninstall): Delete it. | |
13314 | |
13315 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13316 | |
5378 | 13317 * image/saveimage.m: Fix typo. |
2330 | 13318 |
13319 See ChangeLog.1 in the top level directory for earlier changes. |