Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8888:0c7b0049c023
mark create_set as deprecated in 3.2, not 3.0
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 27 Feb 2009 15:43:43 -0500 |
parents | 6e4a811e58f8 |
children | 665b264b6a50 |
rev | line source |
---|---|
8884 | 1 2009-02-27 John W. Eaton <jwe@octave.org> |
2 | |
8887 | 3 * set/complement.m: Call unique, not create_set. |
4 * set/unique.m: Style fix for docstring. | |
5 * deprecated/create_set.m: Move here from set/create_set.m. | |
6 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
|
7 |
8887 | 8 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
9 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
10 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
11 * 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
|
12 |
8884 | 13 * strings/strsplit.m: Style fixes. |
14 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
15 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
16 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
17 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
18 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
19 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
|
20 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
21 * 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
|
22 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
23 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
24 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
25 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
26 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
27 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
28 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
29 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
30 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
31 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
32 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
33 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
34 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
35 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
36 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
37 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
38 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
39 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
40 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
41 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
42 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
43 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
|
44 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
45 * 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
|
46 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
47 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
48 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
49 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
50 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
51 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
52 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
53 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
54 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
55 * 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
|
56 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
|
57 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
58 * 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
|
59 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
60 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
61 |
8861 | 62 2009-02-24 John W. Eaton <jwe@octave.org> |
63 | |
64 * 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
|
65 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
|
66 |
8861 | 67 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
68 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
69 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
|
70 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
71 * 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
|
72 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
73 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
74 * 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
|
75 |
8857 | 76 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
77 | |
78 * optimization/fsolve.m: Update niter after each iteration, not just | |
79 a succesful one. | |
80 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
81 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
|
82 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
83 * 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
|
84 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
85 * 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
|
86 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
87 |
8847 | 88 2009-02-23 John W. Eaton <jwe@octave.org> |
89 | |
90 * plot/fplot.m: Fix nargin check. | |
91 From Joel Parker <Joel.Parker@radiancetech.com>. | |
92 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
93 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
|
94 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
95 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
96 |
8826 | 97 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
98 | |
99 * linear-algebra/dmult.m: Remove. | |
100 * linear-algebra/Makefile.in: Update. | |
101 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
102 * deprecated/Makefile.in: Update. | |
103 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
104 by diagonal matrices. | |
105 | |
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
|
106 2009-02-19 Ben Abbott <bpabbott@mac.com> |
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
|
107 |
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
|
108 * plot/gnuplot_drawnow.m: Only send figure position info to gnuplot |
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
|
109 when the plot stream is first opened. Revert usage of hidden axes |
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
|
110 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
|
111 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
112 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
|
113 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
114 * 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
|
115 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
|
116 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
|
117 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
|
118 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
|
119 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
|
120 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
|
121 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
|
122 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
|
123 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
|
124 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
|
125 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
|
126 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
|
127 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
|
128 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
|
129 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
|
130 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
|
131 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
|
132 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
|
133 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
|
134 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
135 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
136 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
137 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
138 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
139 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
140 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
|
141 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
142 * 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
|
143 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
144 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
|
145 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
146 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
147 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
148 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
|
149 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
150 * 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
|
151 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
152 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
153 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
|
154 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
155 * 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
|
156 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
|
157 |
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
|
158 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
|
159 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
160 * 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
|
161 * 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
|
162 * 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
|
163 * 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
|
164 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
|
165 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
|
166 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
167 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
|
168 |
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
|
169 * 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
|
170 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
|
171 (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
|
172 (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
|
173 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
174 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
|
175 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
176 * 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
|
177 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
178 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
|
179 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
180 * 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
|
181 * 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
|
182 * 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
|
183 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
|
184 * 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
|
185 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
186 |
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
|
187 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
|
188 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
189 * 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
|
190 * 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
|
191 |
8757 | 192 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
193 | |
194 * 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
|
195 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
196 * optimization/fsolve.m: Update comments. |
8757 | 197 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
198 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
|
199 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
200 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
201 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
202 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
|
203 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
204 * 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
|
205 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
|
206 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
207 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
208 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
209 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
|
210 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
|
211 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
|
212 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
|
213 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
|
214 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
|
215 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
216 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
217 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
218 * 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
|
219 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
220 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
221 * 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
|
222 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
223 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
224 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
225 * 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
|
226 |
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
|
227 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
|
228 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
229 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
230 |
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
|
231 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
232 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
233 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
234 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
235 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
|
236 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
237 * 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
|
238 |
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
|
239 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
|
240 |
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
|
241 * help/gen_doc_cache.m: Change API so we only handle one directory per |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
242 call to this function. |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
243 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
244 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
|
245 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
246 * 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
|
247 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
248 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
249 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
250 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
251 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
252 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
253 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
|
254 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
255 * 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
|
256 |
8714 | 257 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
258 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
259 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
260 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
|
261 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
262 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
263 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
|
264 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
265 * 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
|
266 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
267 * 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
|
268 |
8698 | 269 2009-02-08 John W. Eaton <jwe@octave.org> |
270 | |
271 * Makefile.in (install install-strip): Don't install ls-R file. | |
272 (uninstall): Don't uninstall ls-R file. | |
273 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
274 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
275 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
276 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
277 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
278 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
279 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
|
280 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
281 * 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
|
282 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
283 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
|
284 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
285 * 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
|
286 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
287 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
288 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
|
289 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
290 * 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
|
291 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
292 2009-02-04 Soren Hauberg <hauberg@gmail.com> |
8670
6f5b2835325c
Get the bzip2 change right.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8668
diff
changeset
|
293 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
294 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
295 * 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
|
296 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
297 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
|
298 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
299 * 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
|
300 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
301 |
8666 | 302 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
303 | |
304 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
305 instead of "interpolate 4, 4". | |
306 | |
8664 | 307 2009-02-04 John W. Eaton <jwe@octave.org> |
308 | |
309 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
310 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
311 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
312 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
313 geometry/voronoi.m, geometry/voronoin.m, | |
314 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
315 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
316 linear-algebra/dmult.m, linear-algebra/dot.m, | |
317 linear-algebra/expm.m, linear-algebra/housh.m, | |
318 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
319 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
320 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
321 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
322 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
323 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
324 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
325 statistics/tests/cor_test.m, | |
326 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
327 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
328 time/addtodate.m: Style fixes. | |
329 | |
8661 | 330 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
331 | |
332 * optimization/fsolve.m: remove redundant line. | |
333 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
334 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
335 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
336 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
337 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
338 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
339 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
340 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
341 |
8652 | 342 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
343 | |
344 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
345 mlock to avoid unloading. | |
346 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
347 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
|
348 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
349 * 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
|
350 * 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
|
351 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
|
352 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
353 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
354 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
355 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
356 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
357 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
358 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
359 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
360 |
8645 | 361 2009-01-30 Kai Habel <kai.habel@gmx.de> |
362 | |
363 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
364 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
365 Require gnuplot 4.3 for transparent patches and surfaces. | |
366 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
367 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
|
368 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
369 * 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
|
370 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
|
371 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
372 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
|
373 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
374 * 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
|
375 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
376 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
377 * 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
|
378 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
379 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
|
380 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
381 * 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
|
382 |
8633 | 383 2009-01-29 Kai Habel <kai.habel@gmx.de> |
384 | |
385 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
386 | |
8632 | 387 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
388 | |
389 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
390 print sensible error message when function is found but not documented. | |
391 | |
392 * help/help.m: Allow displaying 'Contents.m' files. | |
393 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
394 2009-01-29 Kai Habel <kai.habel@gmx.de> |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
395 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
396 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
397 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
398 |
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
|
399 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
400 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
401 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 402 |
403 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
404 feature. | |
405 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
406 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
|
407 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
408 * 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
|
409 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
410 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
411 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
|
412 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
413 * 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
|
414 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
|
415 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
|
416 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
417 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
418 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
419 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
420 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
421 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
422 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
423 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
|
424 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
425 * 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
|
426 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
|
427 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
|
428 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
429 * 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
|
430 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
431 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
432 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
433 * 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
|
434 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
435 |
8602 | 436 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
437 | |
438 * polynomial/spline.m: Doc fix. | |
439 | |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
440 2009-01-27 S�ren Hauberg <hauberg@gmail.com> |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
441 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
442 * 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
|
443 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
444 |
8600 | 445 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
446 | |
447 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
448 square and overdetermined systems. | |
449 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
450 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
|
451 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
452 * 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
|
453 Adjust some defaults. |
8628 | 454 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
455 * 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
|
456 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
457 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
|
458 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
459 * 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
|
460 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
461 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
462 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
463 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
464 |
8591 | 465 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
466 | |
467 * optimization/__fsolve_defopts__.m: Remove. | |
468 * optimization/Makefile.in: Reflect change. | |
469 | |
8590 | 470 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
471 | |
472 * optimization/__fdjac__.m: Fix setting up h. | |
473 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
474 large enough square and overdetermined systems, with pivoting in the | |
475 first step. Simplify options. Adjust defaults - make TR radius | |
476 tolerance less stringent. Support DisplayFcn. | |
477 | |
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
|
478 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
|
479 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
480 * 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
|
481 |
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
|
482 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
|
483 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
484 * 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
|
485 |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
486 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 487 |
488 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
489 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
490 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
|
491 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
492 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
493 * 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
|
494 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
495 * 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
|
496 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
497 * 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
|
498 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
499 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
500 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
501 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
502 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
503 * 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
|
504 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
505 * 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
|
506 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
|
507 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
|
508 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
509 * 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
|
510 * 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
|
511 * 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
|
512 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
513 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
514 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
|
515 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
516 * 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
|
517 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
518 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
|
519 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
520 * miscellaneous/doc.m: Add test for existence of info file. |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
521 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
522 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
|
523 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
524 * 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
|
525 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
|
526 * 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
|
527 * 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
|
528 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
529 * 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
|
530 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
|
531 * 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
|
532 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
533 * 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
|
534 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
535 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
536 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
537 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
538 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
539 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
540 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
541 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
542 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
543 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
544 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
545 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
|
546 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
547 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
548 * general/prepad.m: Doc fix. |
8544 | 549 * image/pink.m: Spelling fix. |
550 * image/hsv.m: Doc fix. | |
551 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 552 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
553 * 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
|
554 |
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
|
555 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
556 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
557 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
558 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
559 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
560 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
561 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
562 * 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
|
563 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
564 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
565 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
566 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
567 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
568 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
|
569 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
570 * 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
|
571 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
|
572 |
8528 | 573 2008-01-15 Ben Abbott <bpabbott@mac.com> |
574 | |
575 * plot/grid.m: Document handle argument. | |
576 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
577 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk> |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
578 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
579 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
580 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
581 |
8521 | 582 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
583 | |
584 * gethelp.cc: Include <cstdio>. | |
585 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
586 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
|
587 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
588 * 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
|
589 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
|
590 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
591 2009-01-14 S�ren Hauberg <hauberg@gmail.com> |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
592 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
593 * 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
|
594 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
595 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
|
596 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
|
597 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
|
598 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
|
599 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
|
600 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
|
601 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
|
602 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
|
603 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
|
604 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
|
605 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
|
606 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
|
607 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
|
608 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
609 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
610 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
|
611 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
612 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
613 |
8513 | 614 * optimization/fsolve.m: Doc fix. |
615 | |
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
|
616 * 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
|
617 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
618 * 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
|
619 |
8506 | 620 2009-01-13 John W. Eaton <jwe@octave.org> |
621 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
622 * 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
|
623 |
8507 | 624 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
625 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
626 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
627 general/quadgk.m, general/quadv.m, general/repmat.m, | |
628 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
629 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
630 image/imwrite.m, linear-algebra/dmult.m, | |
631 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
632 miscellaneous/setfield.m, miscellaneous/what.m, | |
633 optimization/fsolve.m, optimization/fzero.m, | |
634 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
635 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
636 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
637 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
638 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
639 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
640 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
641 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
642 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
643 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
644 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
645 statistics/base/center.m, statistics/base/quantile.m, | |
646 statistics/base/ranks.m, statistics/base/std.m, | |
647 statistics/distributions/hygepdf.m, | |
648 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
649 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
650 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
651 testfun/speed.m, testfun/test.m: Style fixes. | |
652 | |
8506 | 653 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
654 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
655 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
656 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
657 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
658 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
659 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
660 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
661 statistics/base/quantile.m, statistics/base/values.m, | |
662 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
663 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
664 time/datestr.m, time/datevec.m: Comment style fixes. | |
665 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
666 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
|
667 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
668 * 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
|
669 |
8466 | 670 2009-01-12 John W. Eaton <jwe@octave.org> |
671 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
672 * 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
|
673 Use strcmpi to compare options. |
8466 | 674 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
675 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
|
676 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
677 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
678 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
679 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
680 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
|
681 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
682 * 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
|
683 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
684 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
685 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
686 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 687 * miscellaneous/orderfields.m: Ditto. |
688 * miscellaneous/what.m: Ditto. | |
689 * pkg/pkg.m: Ditto. | |
690 * plot/ndgrid.m: Ditto. | |
691 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
692 |
8451 | 693 2009-01-09 Kai Habel <kai.habel@gmx.de> |
694 | |
695 * plot/surfl.m: New function | |
8628 | 696 * plot/diffuse.m: Ditto. |
697 * plot/specular.m: Ditto. | |
8451 | 698 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
699 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
|
700 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
701 * 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
|
702 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
703 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
|
704 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
705 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
706 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
707 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
|
708 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
709 * 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
|
710 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
|
711 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
|
712 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
|
713 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
|
714 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
|
715 strings/strrep.m, strings/strtok.m, strings/strtrim.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
716 strings/strtrunc.m, strings/strvcat.m, strings/substr.m: |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
717 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
|
718 * 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
|
719 * 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
|
720 * scripts/strings/str2double.m: fix nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
721 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
722 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
|
723 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
724 * 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
|
725 |
8438 | 726 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
727 | |
728 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
729 operation fails. | |
730 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
731 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
|
732 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
733 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
734 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
735 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
736 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
737 * 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
|
738 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
739 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
740 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
741 * 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
|
742 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
743 |
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
|
744 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
|
745 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
746 * 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
|
747 |
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
|
748 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
|
749 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
750 * 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
|
751 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
752 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
753 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
754 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
755 |
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
|
756 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
|
757 |
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
|
758 * 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
|
759 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
|
760 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
761 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
762 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
763 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
764 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
765 |
8416 | 766 2008-11-21 Radek Salac <salac.r@gmail.com> |
767 | |
768 * sparse/bicgstab.m: New function. | |
769 * sparse/Makefile.in (SOURCES): Add it here. | |
770 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
771 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
772 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
773 * 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
|
774 (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
|
775 * 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
|
776 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
777 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
778 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
779 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
780 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
781 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
782 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
783 2008-12-13 Francesco Potort� <pot@gnu.org> |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
784 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
785 * 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
|
786 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
|
787 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
788 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
789 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
790 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
791 |
8393 | 792 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
793 | |
8394 | 794 * linear-algebra/expm.m: New source. |
8393 | 795 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
796 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
797 |
8394 | 798 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
799 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
800 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
801 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
802 * 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
|
803 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
804 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
|
805 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
806 * strings/lower.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
807 * strings/upper.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
808 * strings/Makefile.in: Remove lower.m, upper.m |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
809 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
810 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
|
811 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
812 * strings/str2mat.m: Make it a simple wrapper around |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
813 char() and move it to scripts/deprecated/str2mat.m, remove |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
814 obsolete tests, move remaining test to src/strfns.cc (Fchar). |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
815 * strings/Makefile.in: Remove str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
816 * deprecated/Makefile.in: Add str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
817 * strings/strvcat.m: Remove reference to str2mat. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
818 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
819 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
820 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
821 * 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
|
822 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
823 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
|
824 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
825 * 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
|
826 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
827 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
|
828 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
829 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
830 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
831 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
832 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
833 miscellaneous/__xzip__.m: Improve error messages, fix cleanup |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
834 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
835 |
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
|
836 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
|
837 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
838 * 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
|
839 |
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
|
840 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
|
841 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
842 * 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
|
843 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
844 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
|
845 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
846 * 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
|
847 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
848 |
8324 | 849 2008-11-14 David Bateman <dbateman@free.fr> |
850 | |
851 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
852 of the axis object. | |
853 | |
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
|
854 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
|
855 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
856 * 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
|
857 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
858 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
|
859 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
860 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
861 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
862 |
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
|
863 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
|
864 |
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
|
865 * 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
|
866 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
|
867 * 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
|
868 |
8316 | 869 2008-11-10 John W. Eaton <jwe@octave.org> |
870 | |
871 * polynomial/spline.m: Delete debugging statements. From | |
872 Sebastian Sch�ps <sebastian@schoeps.org>. | |
873 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
874 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
|
875 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
876 * mkdoc: do not remove white space before @ within @example |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
877 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
878 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
879 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
|
880 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
881 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
882 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
883 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
884 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
885 * miscellaneous/unpack.m: return directly after recursive handling |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
886 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
887 |
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
|
888 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
|
889 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
890 * 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
|
891 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
892 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
893 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
894 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
895 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
896 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
897 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
898 |
8305 | 899 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
900 | |
901 * optimization/fzero.m: Replace tabs by spaces. | |
902 | |
903 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
904 | |
905 * optimization/fzero.m: Simplify exception handling. | |
906 | |
907 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
908 | |
909 * optimization/fzero.m: New function file. | |
910 * optimization/Makefile.in: Add it. | |
911 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
912 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
913 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
914 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
915 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
916 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
917 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
918 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
919 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
920 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
921 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
922 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
923 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
924 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
925 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
926 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
927 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
928 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
929 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
930 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
|
931 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
932 * 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
|
933 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
934 * 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
|
935 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
|
936 * 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
|
937 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
938 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
|
939 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
940 * 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
|
941 * 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
|
942 reverse the key and labelling text. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
943 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
944 * 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
|
945 * 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
|
946 * 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
|
947 * 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
|
948 * 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
|
949 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
950 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
951 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
|
952 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
953 * 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
|
954 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
|
955 * 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
|
956 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
|
957 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
|
958 * 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
|
959 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
960 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
961 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
|
962 * 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
|
963 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
|
964 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
965 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
966 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
|
967 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
968 * 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
|
969 |
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
|
970 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
|
971 |
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
|
972 * 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
|
973 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
|
974 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
975 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
976 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
977 * 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
|
978 |
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
|
979 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
|
980 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
981 * 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
|
982 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
983 * 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
|
984 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
985 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
|
986 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
987 * 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
|
988 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
989 |
8257 | 990 2008-10-22 David Bateman <dbateman@free.fr> |
991 | |
8260 | 992 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
993 "caller" workspace. | |
994 | |
8258 | 995 * plot/__errplot__.m: Add errorbar series objects. |
996 * plot/errbar.m: Add some demos. | |
997 | |
8257 | 998 * plot/__add_line_series__.m: Remove |
999 * plot/Makefile.in (SOURCES): Remove it here too. | |
1000 * plot/__add_datasource__.m: Allow for more than one character in | |
1001 source name. | |
1002 * plot/refreshdata.m: Ditto. | |
1003 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1004 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1005 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1006 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1007 * plot/legend.m: Update type in loop and remove debugging messages. | |
1008 | |
8251 | 1009 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1010 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1011 * 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
|
1012 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1013 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1014 |
8249 | 1015 2008-10-21 John W. Eaton <jwe@octave.org> |
1016 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1017 * 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
|
1018 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1019 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1020 |
8249 | 1021 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1022 struct. Use get instead of examining struct fields directly. | |
1023 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1024 object struct. Use get instead of examining struct elements | |
1025 directly. Use allhild instead of looking at children field of | |
1026 figure object struct. | |
1027 | |
8251 | 1028 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1029 |
1030 * plot/orient.m: Fix syntax error. | |
1031 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1032 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1033 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1034 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1035 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1036 * 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
|
1037 * 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
|
1038 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1039 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
|
1040 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1041 * 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
|
1042 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
|
1043 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1044 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1045 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
|
1046 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1047 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1048 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1049 * 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
|
1050 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1051 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1052 * 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
|
1053 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1054 * 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
|
1055 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1056 * 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
|
1057 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1058 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
|
1059 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1060 * 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
|
1061 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
|
1062 |
8236 | 1063 2008-10-17 David Bateman <dbateman@free.fr> |
1064 | |
1065 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1066 from potential axis handles. | |
1067 * plot/colorbar.m: Remove debug output. | |
1068 * plot/comet.m: Close plot before demo | |
1069 * plot/contourc.m: No output if nargout == 0. | |
1070 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1071 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
|
1072 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1073 * 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
|
1074 |
8229 | 1075 2008-10-16 John W. Eaton <jwe@octave.org> |
1076 | |
1077 * testfun/rundemos.m: New function. | |
1078 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1079 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
|
1080 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1081 * 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
|
1082 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1083 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
|
1084 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1085 * 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
|
1086 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
|
1087 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1088 * 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
|
1089 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
|
1090 done after callbacks are executed. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1091 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1092 * 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
|
1093 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
|
1094 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1095 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1096 * plot/__go_draw_figure__.m: Always use multiplot and create an |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1097 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
|
1098 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1099 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
|
1100 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1101 * 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
|
1102 (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
|
1103 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1104 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
|
1105 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1106 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1107 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1108 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1109 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
|
1110 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1111 * 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
|
1112 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
|
1113 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1114 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1115 * 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
|
1116 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1117 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1118 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1119 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
|
1120 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1121 * 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
|
1122 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1123 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1124 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
|
1125 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1126 * 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
|
1127 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1128 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
|
1129 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1130 * 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
|
1131 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1132 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1133 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1134 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1135 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1136 |
8208 | 1137 2008-10-10 David Bateman <dbateman@free.fr> |
1138 | |
1139 * image/__img__.m: Manually set the limits of th eimage | |
1140 * plot/__go_draw_axes__.m: Base window position in the axis | |
1141 position property and not the outerposition property. Remove | |
1142 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1143 vector to support image based colorbars. Also check labelmode for | |
1144 manual tics. | |
1145 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1146 colorbar code. | |
1147 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1148 it to the principal axis. | |
1149 * plot/legend.m: Support an axis handle as the first | |
1150 argument. Support hggroups. | |
1151 * plot/pareto.m: Don't support an axis handle as the first | |
1152 argument as the plotyy command in fact needs two axis handles. | |
1153 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1154 synchronize the two axes. | |
1155 * plot/subplot.m: Also skip axes that are tagged as being a | |
1156 colorbar. Don't break in search of overlapping axes to delete. Set | |
1157 both the position and the outerposition. | |
1158 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1159 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
|
1160 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1161 * 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
|
1162 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1163 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
|
1164 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1165 * 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
|
1166 * general/Makefile.in (SOURCES): Add then here. |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1167 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1168 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
|
1169 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1170 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1171 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1172 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1173 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1174 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1175 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1176 * 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
|
1177 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1178 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
|
1179 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1180 * 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
|
1181 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1182 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
|
1183 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1184 * 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
|
1185 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
|
1186 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
|
1187 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
|
1188 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
|
1189 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
|
1190 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
|
1191 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
|
1192 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
|
1193 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
|
1194 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1195 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
|
1196 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1197 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1198 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1199 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1200 * 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
|
1201 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1202 * 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
|
1203 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1204 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
|
1205 |
8182 | 1206 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1207 | |
1208 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
|
1209 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1210 * 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
|
1211 |
8182 | 1212 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1213 | |
1214 * 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
|
1215 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1216 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1217 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1218 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1219 |
8182 | 1220 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
|
1221 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1222 * 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
|
1223 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1224 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1225 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1226 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
|
1227 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1228 * 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
|
1229 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1230 * 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
|
1231 |
8182 | 1232 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
|
1233 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1234 * 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
|
1235 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1236 * 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
|
1237 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1238 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
|
1239 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1240 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1241 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1242 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1243 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1244 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1245 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
|
1246 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1247 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1248 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
|
1249 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1250 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1251 |
8148 | 1252 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
1253 | |
1254 * image/imread.m, image/imwrite.m: Doc fix. | |
1255 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1256 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
|
1257 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1258 * 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
|
1259 |
8149 | 1260 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
|
1261 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1262 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1263 * 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
|
1264 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1265 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
|
1266 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1267 * 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
|
1268 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1269 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1270 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1271 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1272 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1273 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1274 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1275 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1276 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1277 |
8182 | 1278 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1279 |
1280 * plot/comet.m: New file. | |
1281 * plot/Makefile.in (SOURCES): Add it here. | |
1282 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1283 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
|
1284 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1285 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1286 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1287 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1288 * 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
|
1289 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
|
1290 |
8182 | 1291 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
|
1292 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1293 * 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
|
1294 |
8116 | 1295 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1296 | |
8117 | 1297 * image/imshow.m: Fix for display_range. |
1298 | |
8116 | 1299 * general/interpn.m: Fixe for extrapval and documentation of |
1300 extrapval. | |
1301 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1302 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
|
1303 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1304 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1305 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1306 * 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
|
1307 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1308 * 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
|
1309 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1310 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1311 * 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
|
1312 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
|
1313 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1314 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1315 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1316 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1317 |
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
|
1318 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
|
1319 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1320 * 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
|
1321 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
|
1322 |
8088 | 1323 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1324 | |
1325 * plot/plot.m: Doc fix. | |
1326 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1327 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
|
1328 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1329 * 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
|
1330 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1331 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1332 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
|
1333 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1334 * plot/contourf.m: Fix case for equal-sized matrices |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1335 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1336 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1337 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1338 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1339 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1340 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1341 * 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
|
1342 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1343 |
8076 | 1344 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1345 | |
1346 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1347 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1348 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1349 | |
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
|
1350 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
|
1351 |
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
|
1352 * 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
|
1353 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
|
1354 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
|
1355 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
|
1356 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
|
1357 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
|
1358 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
|
1359 '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
|
1360 * 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
|
1361 |
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
|
1362 * 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
|
1363 * 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
|
1364 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1365 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1366 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1367 * 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
|
1368 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1369 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1370 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1371 * 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
|
1372 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
|
1373 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1374 * 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
|
1375 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
|
1376 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
|
1377 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1378 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1379 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1380 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1381 |
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
|
1382 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
|
1383 |
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
|
1384 * 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
|
1385 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
|
1386 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1387 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
|
1388 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1389 * 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
|
1390 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1391 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1392 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
|
1393 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1394 * 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
|
1395 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
|
1396 * 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
|
1397 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
|
1398 * plot/__bar.m: Pass the original rather than scaled width to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1399 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1400 * 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
|
1401 * 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
|
1402 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
|
1403 * 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
|
1404 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
|
1405 * 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
|
1406 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
|
1407 * 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
|
1408 * 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
|
1409 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
|
1410 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1411 |
8054 | 1412 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
1413 | |
1414 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
1415 Handle parameter-value options. Untabify. | |
1416 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1417 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
|
1418 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1419 * 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
|
1420 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1421 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1422 * 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
|
1423 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
|
1424 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1425 * 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
|
1426 * 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
|
1427 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1428 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1429 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
|
1430 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1431 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1432 |
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
|
1433 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
|
1434 |
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
|
1435 * 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
|
1436 (__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
|
1437 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
|
1438 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1439 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1440 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1441 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1442 |
8046 | 1443 2008-08-21 David Bateman <dbateman@free.fr> |
1444 | |
1445 * plot/ezplot.m : New function. | |
1446 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
1447 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
1448 | |
8182 | 1449 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
|
1450 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1451 * 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
|
1452 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1453 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1454 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
|
1455 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1456 * 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
|
1457 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
|
1458 |
8040 | 1459 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
|
1460 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1461 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1462 |
8035 | 1463 2008-08-19 David Bateman <dbateman@free.fr> |
1464 | |
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
|
1465 * 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
|
1466 * 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
|
1467 |
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
|
1468 * statistics/base/ranks.m: Doc fix. |
8035 | 1469 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1470 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
|
1471 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1472 * 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
|
1473 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1474 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
|
1475 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1476 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1477 |
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
|
1478 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
|
1479 |
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
|
1480 * 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
|
1481 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
|
1482 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1483 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
|
1484 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1485 * 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
|
1486 |
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
|
1487 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
|
1488 |
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
|
1489 * 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
|
1490 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
|
1491 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1492 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
|
1493 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1494 * 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
|
1495 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1496 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1497 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1498 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1499 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1500 * 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
|
1501 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1502 * 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
|
1503 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1504 |
8182 | 1505 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
|
1506 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1507 * plot/hold.m: Clarify help text. |
7986 | 1508 |
1509 * specfun/reallog.m: Fix help string. | |
1510 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1511 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 1512 |
1513 * strings/regexptranslate.m: Add real documentation. | |
1514 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
1515 * 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
|
1516 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1517 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1518 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1519 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1520 |
7974 | 1521 2008-07-28 John W. Eaton <jwe@octave.org> |
1522 | |
1523 * image/imwrite.m: New function. | |
1524 * image/Makefile.in (SOURCES): Add it to the list. | |
1525 | |
7969 | 1526 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1527 | |
1528 * time/datestr.m: New xtest. | |
1529 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1530 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
|
1531 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1532 * 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
|
1533 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1534 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1535 |
7940 | 1536 2008-07-17 John W. Eaton <jwe@octave.org> |
1537 | |
1538 * general/fliplr.m: Fix usage test. | |
1539 * testfun/test.m: Fix usage tests. | |
1540 | |
8040 | 1541 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1542 |
1543 * statistics/base/cov.m: Fix test that should no longer work. | |
1544 | |
7935 | 1545 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1546 | |
1547 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1548 * plot/Makefile.in (SOURCES): Add them to the list. | |
1549 | |
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
|
1550 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
|
1551 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1552 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1553 * deprecated/Makefile.in (SOURCES): Add it to the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1554 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1555 * 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
|
1556 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1557 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1558 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1559 |
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
|
1560 * 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
|
1561 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1562 * 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
|
1563 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1564 * 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
|
1565 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1566 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
|
1567 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1568 * 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
|
1569 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1570 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
|
1571 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1572 * 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
|
1573 |
8040 | 1574 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
|
1575 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1576 * 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
|
1577 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1578 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1579 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1580 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1581 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
|
1582 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1583 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
|
1584 |
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
|
1585 * 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
|
1586 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1587 * 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
|
1588 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
|
1589 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1590 |
8040 | 1591 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
|
1592 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1593 * 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
|
1594 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1595 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1596 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1597 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1598 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1599 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1600 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1601 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
|
1602 |
7817 | 1603 * miscellaneous/debug.m: New file.. |
1604 * Makefile.in (SOURCES): Add it to the list. | |
1605 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1606 * 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
|
1607 []. 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
|
1608 |
8040 | 1609 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1610 |
1611 * strings/strcat.m: Add tests. | |
1612 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1613 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
|
1614 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1615 * 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
|
1616 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1617 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1618 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1619 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1620 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1621 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1622 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1623 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1624 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1625 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1626 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1627 |
7783 | 1628 2008-05-20 Bill Denney <bill@denney.ws> |
1629 | |
1630 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1631 New tests. | |
1632 | |
7777 | 1633 2008-05-19 John W. Eaton <jwe@octave.org> |
1634 | |
1635 * general/isa.m: Fix tests. | |
1636 | |
7773 | 1637 2008-05-13 Bill Denney <bill@denney.ws> |
1638 | |
1639 * general/isa.m: Use persistent cell arrays to hold class names | |
1640 instead of multiple strcmp calls. | |
1641 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1642 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1643 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1644 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1645 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
|
1646 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1647 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1648 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
|
1649 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
|
1650 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1651 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1652 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1653 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1654 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1655 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1656 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
|
1657 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1658 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1659 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1660 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1661 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
|
1662 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1663 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1664 * 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
|
1665 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1666 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1667 * 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
|
1668 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1669 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1670 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1671 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1672 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1673 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
|
1674 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1675 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1676 |
7765 | 1677 2008-05-06 David Bateman <dbateman@free.fr> |
1678 | |
1679 * miscellaneous/symvar.m: New function. | |
1680 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1681 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1682 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
|
1683 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1684 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1685 * 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
|
1686 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1687 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1688 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1689 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1690 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
|
1691 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
|
1692 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1693 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1694 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1695 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1696 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1697 * 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
|
1698 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1699 |
7747 | 1700 2008-04-30 John W. Eaton <jwe@octave.org> |
1701 | |
1702 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1703 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1704 | |
8040 | 1705 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1706 |
1707 * specfun/log2.m: Delete. | |
1708 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1709 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1710 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
|
1711 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1712 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
|
1713 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1714 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1715 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1716 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1717 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1718 |
7736 | 1719 2008-04-25 John W. Eaton <jwe@octave.org> |
1720 | |
1721 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1722 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1723 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1724 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
|
1725 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1726 * 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
|
1727 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
|
1728 * 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
|
1729 |
8149 | 1730 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
|
1731 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1732 * 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
|
1733 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1734 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
|
1735 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1736 * 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
|
1737 |
7713 | 1738 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
|
1739 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1740 * plot/__patch__.m: Fix for NaN values in faces of patches. |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1741 |
7710 | 1742 2008-04-14 David Bateman <dbateman@free.fr> |
1743 | |
1744 * plot/rose.m: Add missing comment mark that causes issues with | |
1745 octave-forge function referencing. | |
1746 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1747 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1748 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
|
1749 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1750 * 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
|
1751 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
|
1752 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
|
1753 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
|
1754 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
|
1755 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
|
1756 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
|
1757 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
|
1758 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
|
1759 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
|
1760 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
|
1761 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
|
1762 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
|
1763 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
|
1764 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
|
1765 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
|
1766 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
|
1767 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
|
1768 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
|
1769 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
|
1770 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
|
1771 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
|
1772 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
|
1773 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
|
1774 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
|
1775 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
|
1776 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
|
1777 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
|
1778 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
|
1779 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
|
1780 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
|
1781 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
|
1782 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
|
1783 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
|
1784 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
|
1785 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
|
1786 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
|
1787 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
|
1788 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
|
1789 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
|
1790 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
|
1791 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
|
1792 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
|
1793 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
|
1794 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
|
1795 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
|
1796 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
|
1797 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
|
1798 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1799 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
|
1800 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1801 * 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
|
1802 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1803 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
|
1804 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1805 * 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
|
1806 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1807 * 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
|
1808 * 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
|
1809 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1810 * 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
|
1811 * 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
|
1812 * 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
|
1813 * 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
|
1814 * 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
|
1815 * 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
|
1816 * 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
|
1817 * 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
|
1818 * 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
|
1819 * 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
|
1820 * 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
|
1821 * 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
|
1822 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1823 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1824 * 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
|
1825 * 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
|
1826 * 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
|
1827 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1828 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
|
1829 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1830 * 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
|
1831 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
|
1832 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1833 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
|
1834 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1835 * 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
|
1836 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
|
1837 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
|
1838 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
|
1839 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
|
1840 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
|
1841 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
|
1842 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
|
1843 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
|
1844 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
|
1845 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
|
1846 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
|
1847 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
|
1848 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
|
1849 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
|
1850 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
|
1851 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1852 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
|
1853 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
|
1854 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
|
1855 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
|
1856 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
|
1857 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
|
1858 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1859 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
|
1860 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
|
1861 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
|
1862 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
|
1863 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
|
1864 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
|
1865 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1866 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
|
1867 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
|
1868 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
|
1869 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
|
1870 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
|
1871 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
|
1872 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
|
1873 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
|
1874 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
|
1875 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1876 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
|
1877 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1878 * 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
|
1879 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
|
1880 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
|
1881 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
|
1882 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
|
1883 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
|
1884 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
|
1885 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
|
1886 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
|
1887 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
|
1888 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
|
1889 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
|
1890 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
|
1891 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
|
1892 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
|
1893 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
|
1894 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1895 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
|
1896 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
|
1897 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
|
1898 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
|
1899 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
|
1900 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1901 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
|
1902 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
|
1903 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1904 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
|
1905 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
|
1906 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
|
1907 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
|
1908 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
|
1909 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1910 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
|
1911 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1912 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
|
1913 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
|
1914 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
|
1915 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
|
1916 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
|
1917 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
|
1918 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
|
1919 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
|
1920 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
|
1921 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1922 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
|
1923 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
|
1924 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
|
1925 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1926 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1927 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1928 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1929 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1930 * 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
|
1931 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1932 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1933 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1934 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1935 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1936 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1937 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1938 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1939 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1940 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1941 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1942 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1943 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1944 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1945 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1946 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
|
1947 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1948 * 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
|
1949 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1950 * 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
|
1951 |
7682 | 1952 2008-04-02 Bill Denney <bill@denney.ws> |
1953 | |
1954 * optimization/lsqnonneg.m: New function. | |
1955 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1956 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1957 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1958 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1959 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1960 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1961 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1962 * 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
|
1963 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
|
1964 * 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
|
1965 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1966 |
7678 | 1967 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1968 | |
1969 * general/sortrows.m: Handle negative column arguments. | |
1970 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1971 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1972 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1973 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1974 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1975 |
7673 | 1976 2008-03-31 David Bateman <dbateman@free.fr> |
1977 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1978 * 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
|
1979 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
|
1980 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1981 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1982 * 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
|
1983 * 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
|
1984 * 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
|
1985 * 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
|
1986 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1987 * plot/ginput.m: Eliminate setting of n. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1988 |
7673 | 1989 * plot/ginput.m: New function. |
1990 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1991 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1992 * plot/Makefile.in (SOURCES): Add them to the list. | |
1993 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1994 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
|
1995 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1996 * 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
|
1997 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1998 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1999 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2000 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2001 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2002 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2003 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2004 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2005 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2006 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
|
2007 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2008 * 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
|
2009 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2010 |
7669 | 2011 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2012 | |
2013 * general/del2.m: Missing semicolon. | |
2014 | |
7668 | 2015 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2016 | |
2017 * miscellaneous/info.m: New function. | |
2018 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2019 | |
8149 | 2020 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
|
2021 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2022 * 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
|
2023 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2024 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2025 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
|
2026 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2027 * 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
|
2028 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
|
2029 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2030 * 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
|
2031 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
|
2032 |
7655 | 2033 2008-03-27 Bill Denney <bill@denney.ws> |
2034 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2035 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2036 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2037 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2038 * 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
|
2039 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2040 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2041 * 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
|
2042 |
7657 | 2043 * general/genvarname.m: New function. |
2044 * general/Makefile.in (SOURCES): Add it to the list. | |
2045 | |
7656 | 2046 * time/addtodate.m: New function. |
7657 | 2047 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2048 |
7655 | 2049 * geometry/rectint.m: Vectorize and add more tests. |
2050 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2051 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
|
2052 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2053 * 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
|
2054 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2055 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2056 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2057 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2058 |
7650 | 2059 2008-03-26 John W. Eaton <jwe@octave.org> |
2060 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2061 * 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
|
2062 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2063 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2064 * 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
|
2065 |
7650 | 2066 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2067 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2068 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2069 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2070 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2071 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2072 Texinfo fixes. | |
2073 | |
8040 | 2074 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
|
2075 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2076 * 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
|
2077 |
8149 | 2078 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
|
2079 |
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
|
2080 * 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
|
2081 |
8182 | 2082 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
|
2083 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2084 * 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
|
2085 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
|
2086 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2087 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2088 * statistics/base/Makefile.in (SOURCES): Add them to the list. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2089 |
8149 | 2090 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2091 |
2092 * polynomial/convn.m: New function. | |
2093 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2094 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2095 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2096 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2097 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2098 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2099 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2100 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
|
2101 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2102 * 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
|
2103 |
7627 | 2104 2008-03-24 David Bateman <dbateman@free.fr> |
2105 | |
2106 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2107 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2108 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2109 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2110 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2111 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2112 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2113 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2114 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2115 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
|
2116 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2117 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2118 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2119 * 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
|
2120 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2121 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
|
2122 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2123 * 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
|
2124 |
7617 | 2125 * miscellaneous/cast.m: Also allow cast to "char". |
2126 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2127 * 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
|
2128 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2129 * 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
|
2130 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2131 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2132 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2133 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2134 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2135 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2136 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2137 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2138 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2139 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2140 |
7610 | 2141 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2142 | |
2143 * signal/sinetone.m: Ensure integral number of samples. | |
2144 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2145 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
|
2146 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2147 * 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
|
2148 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2149 2008-03-19 Ben Abbott <bpabbott@mac.com> |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2150 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2151 * 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
|
2152 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2153 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
|
2154 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2155 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2156 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2157 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2158 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2159 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2160 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2161 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2162 * 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
|
2163 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2164 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2165 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2166 * 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
|
2167 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2168 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2169 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2170 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
|
2171 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2172 * 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
|
2173 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2174 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
|
2175 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2176 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2177 |
7592 | 2178 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2179 | |
2180 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2181 style to default to avoid wrong mesh color in some cases. | |
2182 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2183 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2184 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2185 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2186 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
|
2187 |
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
|
2188 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
|
2189 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2190 * 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
|
2191 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
|
2192 |
7592 | 2193 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2194 | |
7582 | 2195 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2196 | |
2197 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2198 Allow plotting of uniform colored mesh plots with and | |
2199 w/o hidden line removal. | |
2200 | |
2201 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
|
2202 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2203 * 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
|
2204 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2205 * 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
|
2206 |
7569 | 2207 2008-03-07 John W. Eaton <jwe@octave.org> |
2208 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2209 * 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
|
2210 |
7569 | 2211 * plot/__go_draw_axes__.m: Handle tickdir property. |
2212 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2213 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2214 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2215 * 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
|
2216 Allow matrix arguments when number of bins > 30. |
7568 | 2217 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
|
2218 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2219 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2220 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2221 * 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
|
2222 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2223 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2224 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2225 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
|
2226 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2227 * 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
|
2228 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2229 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
|
2230 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2231 * 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
|
2232 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2233 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2234 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
|
2235 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2236 * 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
|
2237 |
7551 | 2238 2008-03-04 Bill Denney <bill@denney.ws> |
2239 | |
7557 | 2240 * plot/allchild.m, plot/findall.m: New functions. |
2241 * plot/Makefile.in (SOURCES): Add them to the list. | |
2242 | |
7551 | 2243 * geometry/rectint.m: New function. |
7557 | 2244 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2245 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2246 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
|
2247 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2248 * 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
|
2249 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
|
2250 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2251 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2252 |
2253 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2254 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2255 * plot/print.m: Accept a figure handle as an optional input. |
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2256 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2257 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
|
2258 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2259 * 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
|
2260 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2261 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
|
2262 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2263 * 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
|
2264 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
|
2265 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2266 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
|
2267 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2268 * plot/__go_draw_axes__.m: If facecolor property of a surface is |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2269 "none", don't use pm3d mode and set linestyle correctly. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2270 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2271 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
|
2272 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2273 * 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
|
2274 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
|
2275 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
|
2276 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
|
2277 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
|
2278 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
|
2279 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
|
2280 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
|
2281 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
|
2282 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
|
2283 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
|
2284 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
|
2285 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
|
2286 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2287 * 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
|
2288 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2289 * 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
|
2290 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2291 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
|
2292 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2293 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2294 |
7525 | 2295 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2296 | |
2297 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2298 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2299 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
|
2300 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2301 * 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
|
2302 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2303 |
7518 | 2304 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2305 | |
2306 * specfun/legendre.m: Doc fix. | |
2307 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2308 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
|
2309 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2310 * 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
|
2311 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2312 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2313 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
|
2314 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2315 * 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
|
2316 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2317 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2318 * 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
|
2319 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2320 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
|
2321 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2322 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2323 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2324 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2325 * 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
|
2326 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2327 * 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
|
2328 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2329 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2330 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
|
2331 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2332 * 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
|
2333 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2334 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2335 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
|
2336 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2337 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2338 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2339 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
|
2340 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2341 * 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
|
2342 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
|
2343 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
|
2344 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
|
2345 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2346 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
|
2347 |
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
|
2348 * 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
|
2349 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
|
2350 |
7501 | 2351 * polynomial/polyfit.m: Use QR decomposition. Handle |
2352 normalization option. | |
2353 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2354 generate 50% prediction intervals. | |
2355 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2356 * 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
|
2357 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2358 |
7498 | 2359 2008-02-19 John W. Eaton <jwe@octave.org> |
2360 | |
2361 * pkg/pkg.m: Style fixes. | |
2362 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2363 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2364 |
2365 * pkg/pkg.m: Handle 'describe' command. | |
2366 (parse_pkg_idx, print_package_description): New subfunctions. | |
2367 | |
7493 | 2368 2008-02-19 Bill Denney <bill@denney.ws> |
2369 | |
2370 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2371 elements wide. | |
2372 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2373 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
|
2374 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2375 * 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
|
2376 |
7485 | 2377 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2378 | |
2379 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2380 * general/runlength.m: New function from Paul Kienzle. | |
2381 | |
7484 | 2382 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2383 | |
2384 * linear-algebra/cond.m: New optional second argument to | |
2385 specify 1-norm, inf-norm, or frobenius-norm. | |
2386 | |
7475 | 2387 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2388 | |
2389 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2390 body. Allow the linespec to specify the arrow color. | |
2391 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2392 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
|
2393 |
7474 | 2394 * miscellaneous/cast.m: Also treat the logical type. |
2395 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2396 * 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
|
2397 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2398 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2399 * 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
|
2400 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2401 * 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
|
2402 * 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
|
2403 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2404 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
|
2405 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2406 * 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
|
2407 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2408 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2409 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2410 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2411 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2412 * 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
|
2413 |
7436 | 2414 2008-02-01 Dave Goel <deego3@gmail.com> |
2415 | |
2416 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
2417 | |
7434 | 2418 2008-02-01 Bill Denney <bill@denney.ws> |
2419 | |
2420 * time/weekday.m: Allow vector inputs and speed up. | |
2421 * time/eomday.m: Return column vector for column vector inputs. | |
2422 | |
7429 | 2423 2008-01-30 John W. Eaton <jwe@octave.org> |
2424 | |
7434 | 2425 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
2426 revision". | |
2427 | |
7431 | 2428 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
2429 __plt2vs__.m in the list. | |
2430 | |
7430 | 2431 * miscellaneous/tempdir.m: Append filesep to name for |
2432 compatibility. Warn if not a directory or directory does not | |
2433 exist. | |
2434 | |
7429 | 2435 * strings/deblank.m: Improve compatibility. |
2436 | |
7428 | 2437 2008-01-29 John W. Eaton <jwe@octave.org> |
2438 | |
2439 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
2440 | |
2441 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 2442 |
2443 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
2444 Return the label handle, not the current axis handle. | |
2445 | |
7421 | 2446 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
2447 | |
2448 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
2449 abscissa. | |
2450 | |
2451 2008-01-25 David Bateman <dbateman@free.fr> | |
2452 | |
7423 | 2453 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 2454 * plot/__scatter__.m: Remove NaN values from data. |
2455 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2456 | |
7418 | 2457 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2458 | |
2459 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2460 | |
2461 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2462 | |
2463 * geometry/griddata3.m: Call griddata, not gridata. | |
2464 | |
7415 | 2465 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2466 | |
2467 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2468 | |
7411 | 2469 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2470 | |
2471 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2472 Move tests here from test/test_linalg.m. | |
2473 | |
2474 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2475 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2476 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2477 special-matrix/hankel.m, special-matrix/hilb.m, | |
2478 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2479 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2480 Move tests here from test/test_matrix.m. | |
2481 | |
2482 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2483 Move tests here from test/test_number.m. | |
2484 | |
2485 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2486 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2487 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2488 polynomial/polyvalm.m, polynomial/roots.m: | |
2489 Move tests here from test/test_poly.m. | |
2490 | |
2491 * signal/unwrap.m: | |
2492 Move tests here from test/test_signal.m. | |
2493 | |
2494 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
2495 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
2496 statistics/base/mean.m, statistics/base/median.m, | |
2497 statistics/base/skewness.m, statistics/base/std.m: | |
2498 Move tests here from test/test_stats.m. | |
2499 | |
2500 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
2501 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
2502 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
2503 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
2504 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
2505 strings/substr.m: | |
2506 Move tests here from test/test_string.m. | |
2507 | |
2508 * miscellaneous/computer.m, miscellaneous/ls.m, | |
2509 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
2510 time/date.m, time/etime.m, time/is_leap_year.m: | |
2511 Move tests here from test/test_system.m. | |
2512 | |
7410 | 2513 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2514 | |
2515 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
2516 Simplify initial checks on argument values. | |
2517 | |
7408 | 2518 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
2519 | |
2520 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2521 implementation of the gnuplot-based graphics backend (derived from | |
2522 drawnow.m). | |
2523 * plot/drawnow.m: Deleted (converted to C++). | |
2524 | |
7401 | 2525 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2526 | |
2527 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2528 New tests. | |
2529 | |
7399 | 2530 2008-01-18 John W. Eaton <jwe@octave.org> |
2531 | |
2532 * optimization/sqp.m: End each function with endfunction. | |
2533 | |
7398 | 2534 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2535 | |
2536 * polynomial/residue.m: For each group of pole multiplicity, set | |
2537 the poles of the group to the value of the group's average. | |
2538 | |
7396 | 2539 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2540 | |
2541 * plot/print.m: Handle PDF output. | |
2542 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2543 | |
7392 | 2544 2008-01-17 John W. Eaton <jwe@octave.org> |
2545 | |
7393 | 2546 * path/savepath.m: Print newline before initial comment line. |
2547 Double up single quote characters. | |
2548 * path/__extractpath__.m: Return just the path as a string. | |
2549 Undo single quote character doubling. | |
2550 | |
2551 * path/pathdef.m: Avoid eval. Simplify. | |
2552 | |
7392 | 2553 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2554 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2555 avoid possible file descriptor leak. | |
2556 | |
2557 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2558 | |
2559 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2560 * startup/main-rcfile: Call atexit ("__finish__"). | |
2561 | |
7388 | 2562 2008-01-16 John W. Eaton <jwe@octave.org> |
2563 | |
7390 | 2564 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2565 Use it to disable enhanced mode for individual labels and titles. | |
2566 | |
7392 | 2567 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2568 (install install-strip, uninstall): Handle function files. |
2569 | |
2570 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2571 | |
7392 | 2572 * startup/__finish__.m: New file. |
2573 * path/__extractpath__.m, path/matlabroot.m, | |
2574 path/pathdef.m: New files. | |
7388 | 2575 * path/Makefile.in (SOURCES): Add them to the list. |
2576 | |
7385 | 2577 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2578 | |
7387 | 2579 * special-matrix/vander.m: Vectorize. New test. |
2580 | |
7385 | 2581 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2582 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2583 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2584 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2585 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2586 Move tests here from test/test_arith.m. | |
2587 | |
7382 | 2588 2008-01-15 John W. Eaton <jwe@octave.org> |
2589 | |
2590 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2591 | |
7379 | 2592 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2593 | |
2594 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2595 Call __get__ instead of get. | |
2596 | |
2597 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2598 | |
2599 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2600 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2601 hermitian operator. | |
2602 | |
7376 | 2603 2008-01-14 Bill Denney <bill@denney.ws> |
2604 | |
2605 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2606 | |
8149 | 2607 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2608 |
2609 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2610 image/rgb2ntsc.m: Also accept images as input. | |
2611 | |
2612 * image/gray2ind.m: Handle image type other than double. | |
2613 Improve error checking and documentation. | |
2614 | |
7371 | 2615 2008-01-14 John W. Eaton <jwe@octave.org> |
2616 | |
7372 | 2617 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2618 instead of calling tolower on first arg. Default font name is | |
2619 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2620 (__maybe_munge_text__): Fix typo. | |
2621 | |
7371 | 2622 * optimization/sqp.m: Fix function definitions in test code. |
2623 | |
7361 | 2624 2008-01-12 John W. Eaton <jwe@octave.org> |
2625 | |
2626 * plot/gnuplot_binary.in: New file. | |
2627 * plot/gnuplot_binary.m: Delete. | |
2628 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2629 (SOURCES_IN, GEN_M): New macros. | |
2630 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2631 (FCN_FILES): Include $(GEN_M) in the list. | |
2632 (all): Depend on $(GEN_M). | |
2633 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2634 (distclean): Also remove $(GEN_M). |
7361 | 2635 |
2636 2008-01-11 John W. Eaton <jwe@octave.org> | |
2637 | |
2638 * optimization/sqp.m: New test from example in doc string. | |
2639 | |
7360 | 2640 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2641 | |
2642 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2643 to more than one multiplicity group. | |
2644 | |
7358 | 2645 2008-01-10 John W. Eaton <jwe@octave.org> |
2646 | |
2647 * plot/gnuplot_binary.m: New file. | |
2648 * plot/Makefile.in (SOURCES): Add it to the list. | |
2649 | |
7355 | 2650 2008-01-09 John W. Eaton <jwe@octave.org> |
2651 | |
2652 * plot/drawnow.m: Fail if filename includes a directory part that | |
2653 does not exist. | |
2654 | |
7352 | 2655 2008-01-07 John W. Eaton <jwe@octave.org> |
2656 | |
2657 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2658 Error if glob call fails to match any files. | |
2659 | |
7346 | 2660 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2661 | |
2662 * strings/strtrim.m: Doc fix. | |
2663 | |
7345 | 2664 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2665 | |
2666 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2667 | |
8149 | 2668 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2669 |
2670 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2671 | |
7341 | 2672 2008-01-02 John W. Eaton <jwe@octave.org> |
2673 | |
2674 * plot/print.m: Correctly handle pbm terminal. | |
2675 | |
7340 | 2676 2007-12-28 John W. Eaton <jwe@octave.org> |
2677 | |
2678 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2679 extensions. | |
2680 | |
7337 | 2681 2007-12-28 David Bateman <dbateman@free.fr> |
2682 | |
2683 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2684 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2685 * Makefile.in (SOURCES): Add to the sources. | |
2686 | |
2687 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2688 | |
2689 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2690 Remove unnecessary call of size function. | |
2691 | |
7334 | 2692 2007-12-21 John W. Eaton <jwe@octave.org> |
2693 | |
2694 Version 3.0.0 released. | |
2695 | |
8149 | 2696 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2697 |
2698 * image/imshow.m: Accept empty value for display_range. | |
2699 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2700 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2701 |
2702 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2703 | |
8149 | 2704 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2705 |
2706 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2707 display ranges correctly. | |
2708 | |
7327 | 2709 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2710 Peter A. Gustafson <petegus@umich.edu> | |
2711 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2712 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2713 |
7325 | 2714 2007-12-19 John W. Eaton <jwe@octave.org> |
2715 | |
2716 * miscellaneous/edit.m: New function. | |
2717 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2718 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2719 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2720 |
2721 * plot/__bar__.m: Handle "basevalue" option. | |
2722 * plot/__bars__.m: New arg, base_value. | |
2723 | |
7321 | 2724 2007-12-17 David Bateman <dbateman@free.fr> |
2725 | |
2726 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2727 * plot/Makefiles (SOURCES): Add them to the sources | |
2728 * plot/polar.m: Set the x and y limits to the maximum polar | |
2729 radius. Set the axes to be square. | |
2730 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2731 and print axis at zero if this is used. | |
2732 | |
2733 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2734 contours can overlay pcolor plots. Priveldge no hidden line | |
2735 removal when there are multiple objects in the plot. | |
2736 | |
7320 | 2737 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2738 | |
2739 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2740 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2741 | |
7319 | 2742 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2743 | |
2744 * miscellaneous/run.m: Replace script with f when looking for | |
2745 file to run. | |
2746 | |
7316 | 2747 2007-12-14 David Bateman <dbateman@free.fr> |
2748 | |
7317 | 2749 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2750 * plot/contour.m: Doc fix. | |
2751 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2752 Include linetype in withclause. | |
2753 | |
7316 | 2754 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2755 Use it to determine dimensions. Consolidate all 3-d settings. | |
2756 | |
7315 | 2757 2007-12-13 John W. Eaton <jwe@octave.org> |
2758 | |
2759 * image/imshow.m: Turn axis visibility off. | |
2760 Don't scale true color images. | |
2761 * image/image.m: Set axis layer property to "top". | |
2762 | |
7307 | 2763 2007-12-12 John W. Eaton <jwe@octave.org> |
2764 | |
7313 | 2765 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2766 | |
2767 * plot/pie.m: Avoid calling "exist". | |
2768 | |
7309 | 2769 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2770 Condense argument processing logic. Allow 6 arguments. |
2771 Use issquare. Avoid calling "exist". | |
7309 | 2772 |
7307 | 2773 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2774 | |
7305 | 2775 2007-12-12 David Bateman <dbateman@free.fr> |
2776 | |
2777 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2778 * plot/Makefile.in (SOURCES): Add to the sources. | |
2779 | |
7290 | 2780 2007-12-11 John W. Eaton <jwe@octave.org> |
2781 | |
7298 | 2782 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2783 * plot/surface.m: Not here. | |
2784 | |
7297 | 2785 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2786 subsequent "unset grid" if there is no grid. | |
2787 | |
7296 | 2788 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2789 | |
7293 | 2790 * plot/surface.m: Don't set facecolor property in call to |
2791 __go_surface__. | |
2792 | |
7290 | 2793 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2794 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2795 | |
7292 | 2796 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2797 | |
7295 | 2798 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2799 color string is not taken as z value. | |
2800 | |
7292 | 2801 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2802 zgrid to "on" and box to "off" for used axes. | |
2803 | |
2804 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2805 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2806 | |
7286 | 2807 2007-12-11 David Bateman <dbateman@free.fr> |
2808 | |
7288 | 2809 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2810 | |
7287 | 2811 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2812 * statistics/base/mode.m: Ditto. | |
2813 | |
7286 | 2814 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2815 object handles are all now non integer. | |
2816 | |
7278 | 2817 2007-12-10 John W. Eaton <jwe@octave.org> |
2818 | |
7282 | 2819 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2820 | |
7281 | 2821 * general/issymmetric.m: Use ' instead of .' for compatibility |
2822 with previous versions of Octave. | |
2823 * general/ishermitian.m: Delete. | |
7285 | 2824 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2825 |
7280 | 2826 * plot/fplot.m: In N is not specified, increase initial number of |
2827 points from 3 and 5 to 5 and 8. | |
2828 | |
7279 | 2829 * signal/detrend.m: Move tests here from test/test_signal.m. |
2830 Loosen tolerance on first test from 10*eps to 20*eps. | |
2831 | |
7278 | 2832 * finance/rate.m: Don't request info from fsolve. |
2833 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2834 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2835 |
2836 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2837 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2838 | |
7276 | 2839 2007-12-10 David Bateman <dbateman@free.fr> |
2840 | |
2841 * image/image.m: Rewritten to allow trailing properties to be | |
2842 passed to underlying image object. | |
2843 * image/__img__.m: Pass additional arguments to __go_image__. | |
2844 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2845 | |
7274 | 2846 2007-12-10 John W. Eaton <jwe@octave.org> |
2847 | |
2848 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2849 front" to gnuplot. | |
2850 | |
7271 | 2851 2007-12-10 David Bateman <dbateman@free.fr> |
2852 | |
7274 | 2853 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2854 border front" from images. |
7274 | 2855 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2856 * plot/pcolor.m: Set axis "box" property. | |
2857 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2858 Mark as commands. | |
7271 | 2859 |
7269 | 2860 2007-12-07 David Bateman <dbateman@free.fr> |
2861 | |
2862 * plot/surf.m: Don't set facecolor property. | |
2863 | |
7265 | 2864 2007-12-06 John W. Eaton <jwe@octave.org> |
2865 | |
7269 | 2866 * plot/print.m: Pass mono to drawnow. |
2867 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2868 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2869 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2870 disable color specifications. | |
2871 | |
7265 | 2872 * general/issymmetric.m: Move tests here from test/test_number.m |
2873 | |
2874 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2875 | |
2876 * general/issymmetric.m: To keep its argument sparse and the | |
2877 function quick, use the infinity norm rather than the 2-norm. | |
2878 Also measure the symmetric part rather than the Hermitian part. | |
2879 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2880 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2881 | |
7248 | 2882 2007-12-04 John W. Eaton <jwe@octave.org> |
2883 | |
7257 | 2884 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2885 text and label commands if font is "*". | |
2886 | |
7248 | 2887 * linear-algebra/krylov.m: Doc fixes. |
2888 From Marco Caliari <caliari@sci.univr.it>. | |
2889 | |
7250 | 2890 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2891 | |
2892 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2893 Add "## PKG_ADD: mark_as_command axis" line. | |
2894 | |
7245 | 2895 2007-12-03 John W. Eaton <jwe@octave.org> |
2896 | |
2897 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2898 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2899 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2900 Generate demos from examples. | |
2901 | |
7240 | 2902 2007-12-03 David Bateman <dbateman@free.fr> |
2903 | |
7243 | 2904 * testfun/test.m: Disable "testif" test block to avoid spurious |
2905 skipped test for "make check". Avoid printing variables for | |
2906 skipped tests. | |
2907 | |
7242 | 2908 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2909 | |
7240 | 2910 * plot/plotyy.m: Use activepositionproperty property of axes |
2911 object. Set second axis color to "none". | |
2912 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2913 property of the axis objects. | |
2914 | |
7239 | 2915 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2916 | |
2917 * linear-algebra/condest.m: Loosen tolerance in test. | |
2918 | |
7236 | 2919 2007-12-02 John W. Eaton <jwe@octave.org> |
2920 | |
2921 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2922 get_data_limits. | |
2923 | |
7222 | 2924 2007-11-30 John W. Eaton <jwe@octave.org> |
2925 | |
2926 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2927 (get_data_limits, get_axis_limits): Delete. | |
2928 | |
7228 | 2929 2007-11-30 David Bateman <dbateman@free.fr> |
2930 | |
7235 | 2931 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2932 | |
7228 | 2933 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2934 tick labels rather than one by one on the labels themselves. | |
2935 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2936 95% crossing fixed. | |
2937 | |
7217 | 2938 2007-11-29 David Bateman <dbateman@free.fr> |
2939 | |
7220 | 2940 * plot/pareto.m: New file. |
2941 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2942 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2943 marks to avoid gnuplot error about formating. More colorspec to | |
2944 after the tics. | |
2945 * plot/plotyy.m: More generic check for appropriate axis color. | |
2946 | |
7217 | 2947 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2948 2- and 3-D. | |
2949 * plot/stem3.m: New function. | |
2950 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2951 * plot/stem.m: Adapt to use __stem__. | |
2952 | |
7216 | 2953 2007-11-29 John W. Eaton <jwe@octave.org> |
2954 | |
2955 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2956 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2957 requested. | |
2958 | |
2959 * plot/patch.m: Omit isnan check on handle returned from | |
2960 __plt_get_axis_arg__. | |
2961 | |
2962 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2963 but has no axes. | |
2964 | |
7215 | 2965 2007-11-28 David Bateman <dbateman@free.fr> |
2966 | |
2967 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2968 ancestor. If leading argument is logical set variable nogca to see | |
2969 if gca() should be called if there is no active handle found. | |
2970 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2971 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2972 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2973 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2974 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2975 __plt__get_axis_arg__ to find axis handle. | |
2976 * polar.m: Typo. | |
2977 | |
7213 | 2978 2007-11-28 John W. Eaton <jwe@octave.org> |
2979 | |
2980 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2981 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2982 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2983 |
2984 * plot/drawnow.m: Fix typo. | |
2985 | |
7206 | 2986 2007-11-27 David Bateman <dbateman@free.fr> |
2987 | |
7207 | 2988 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2989 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2990 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2991 | |
2992 * plot/meshz.m: New function. | |
2993 * plot/Makefile.in (SOURCES): Add it to the list. | |
2994 * plot/surface.m: Allow surface to accept an axis handle as the | |
2995 first argument. | |
2996 * plot/meshc.m: Extract z from the the surface object rather than | |
2997 varargin so that we can rely on code in surface to treat leading | |
2998 axis handles. | |
2999 | |
7206 | 3000 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3001 y2tics" in the case of a plotyy plot. | |
3002 * plot/plotyy.m: ensure the position property is set correct for | |
3003 the second axis, by setting it after the plot itself. In the case | |
3004 of a plot that returns multiple handles, base the color selection | |
3005 on the first. | |
3006 | |
7204 | 3007 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3008 | |
3009 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3010 z-value of vertex 'c3'. | |
3011 | |
7203 | 3012 2007-11-27 John W. Eaton <jwe@octave.org> |
3013 | |
3014 * image/image.m: Allow nargin == 0 case to work again. | |
3015 | |
7202 | 3016 2007-11-27 David Bateman <dbateman@free.fr> |
3017 | |
3018 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3019 colorbar, to ensure that the colorbar is on the canvas for png and | |
3020 postscipt outputs. | |
3021 | |
7189 | 3022 2007-11-26 David Bateman <dbateman@free.fr> |
3023 | |
7197 | 3024 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3025 return values. | |
3026 | |
7194 | 3027 * plot/plotyy.m: New function |
3028 * plot/Makefile.in (SOURCES): Add it here. | |
3029 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3030 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3031 {x|y}label to respect the axis position. | |
3032 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3033 handle as the first argument. | |
3034 | |
7192 | 3035 * pkg/pkg.m (pkg:install): When loading the installed packages |
3036 index into installed_pkgs_lst and not descriptions.. | |
3037 | |
7189 | 3038 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3039 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3040 * plot/quiver.m: Modify to use __quiver__.m. | |
3041 | |
3042 * plot/hist.m: Avoid saturation when the x values are in an | |
3043 inetger type. | |
3044 | |
3045 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3046 | |
3047 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3048 functions. | |
3049 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3050 | |
3051 2007-11-26 David Bateman <dbateman@free.fr> | |
3052 | |
3053 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3054 extent. | |
3055 | |
3056 * plot/colorbar.m: New function. | |
3057 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3058 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3059 precalculate the clim, set pm3d except for mesh. | |
3060 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3061 save the real values so that colorbar corresponds to the contour | |
3062 levels. | |
3063 | |
3064 * plot/stem.m: Set marker color the same as the line color. Draw | |
3065 a single discontinous line object for the stems. | |
3066 | |
3067 * plot/sphere.m: New function ported from JHandles. | |
3068 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3069 | |
3070 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3071 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3072 to get enhanced mode to work correctly for the X11 terminal. | |
3073 | |
3074 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3075 the reverse. Allow an axes handle to be passed and/or returned. | |
3076 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3077 | |
3078 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3079 sort surface patches by their depth and not the order they are | |
3080 rendered in. | |
3081 | |
3082 * plot/__patch__.m: Set clim correctly. | |
3083 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3084 the marker color is determined by the cmap. | |
3085 * plot/scatter.m: New function to 2D scatter plots. | |
3086 * plot/scatter3.m: New function to 3D scatter plots. | |
3087 * plot/__scatter__.m: Support function for scatter plots | |
3088 * Makefile.in (SOURCES): Ad dnew functions here. | |
3089 | |
3090 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3091 Return whether the terminal supports enhanced text or not. | |
3092 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3093 supports enhanced mode. | |
3094 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3095 __go_draw_axes__. | |
3096 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3097 needed to support the enhanced mode. | |
3098 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3099 drawnow.m. | |
3100 | |
3101 | |
3102 * plot/caxis.m: New function to control the color axis limits. | |
3103 * plot/Makefile.in (SOURCES): Include it. | |
3104 * plot/axis.m: Allow the first argument to be an axes handle. | |
3105 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3106 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3107 caxis limits. | |
3108 | |
3109 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3110 * image/Makefile.in (SOURCES): Include it. | |
3111 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3112 of the bars for the colormap. | |
3113 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3114 passed. | |
3115 * plot/__contour.m: Avoid possible divide by zero error. | |
3116 * plot/contour.m: Missing semicolon. | |
3117 * plot/surface.m: Don't attempt to set additional arguments if | |
3118 there are none. | |
3119 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3120 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3121 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3122 |
3123 * plot/__bar__.m: put bar creation code into separate function | |
3124 to allow easy hook up from other graphic backends | |
3125 | |
3126 * plot/__bars__.m: new function containing bar creation code | |
3127 | |
7186 | 3128 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3129 | |
3130 * general/accumarray.m: Correct dimension check. | |
3131 | |
7183 | 3132 2007-11-26 John W. Eaton <jwe@octave.org> |
3133 | |
3134 * polynomial/residue.m: Prepad along second dimension. | |
3135 From Doug Stewart <dastew@sympatico.ca>. | |
3136 | |
7181 | 3137 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3138 | |
7183 | 3139 * plot/cylinder.m, plot/slice.m: New functions. |
3140 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3141 |
7177 | 3142 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3143 | |
3144 * plot/patch.m: Handle arg may also be hggroup object. | |
3145 Use ancestor to find parent axes object. | |
3146 | |
7175 | 3147 2007-11-14 David Bateman <dbateman@free.fr> |
3148 | |
3149 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3150 flag to patch that it is not closed. Allow z to take string | |
3151 arguments and use it to flag that the contours are placed at the | |
3152 z level of the contour itself. | |
3153 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3154 objects as well. Let hidden removal take precedence in case of a | |
3155 conflict. | |
3156 * plot/surface.m: Allow surface to treat handles being passed or | |
3157 returned. Any additional arguments arr used to set the surface | |
3158 handle. | |
3159 * plot/contour3.m: New function | |
3160 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3161 | |
7173 | 3162 2007-11-14 John W. Eaton <jwe@octave.org> |
3163 | |
3164 * specfun/bessel.m: Update doc string from | |
3165 src/DLD-FUNCTIONS/besselj.cc. | |
3166 | |
7170 | 3167 2007-11-12 David Bateman <dbateman@free.fr> |
3168 | |
3169 * plot/contour.m: Allow handles to be passed and returned. Split | |
3170 the countour function itself into __contour__.m to be shared with | |
3171 surfc and meshc. | |
3172 * plot/__contour__.m: New file | |
3173 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3174 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3175 the face or edge if the facecolor or edge color are marked as | |
3176 "none". Allow the edgecolor to be determined by the cdata in the | |
3177 same manner as the facecolor. Fail if facecolor is not "none" and | |
3178 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3179 storage of 3D/4D data consistent between line, surface and patch | |
3180 objects. | |
3181 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3182 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3183 |
3184 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3185 Handle fontweight and fontangle properties. | |
3186 | |
7163 | 3187 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3188 | |
3189 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3190 * plot/Makefile.in (SOURCES): Add them to the list. | |
3191 | |
3192 2007-11-12 John W. Eaton <jwe@octave.org> | |
3193 | |
3194 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3195 Use it to avoid duplicated code. | |
3196 | |
7161 | 3197 2007-11-12 David Bateman <dbateman@free.fr> |
3198 | |
7162 | 3199 * plot/title.m: Fix return value for nargout > 0. |
3200 | |
3201 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3202 specified for the title, xlabel, ylabel and text objects. | |
3203 | |
7161 | 3204 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3205 4.0 and surface plots. | |
3206 | |
7160 | 3207 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3208 | |
3209 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3210 with X/Y/Z data. | |
3211 | |
7146 | 3212 2007-11-09 John W. Eaton <jwe@octave.org> |
3213 | |
7152 | 3214 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3215 Correct logic in setting palette data. |
7152 | 3216 |
7151 | 3217 * audio/wavread.m, control/base/__bodquist__.m, |
3218 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3219 control/system/c2d.m, control/system/is_detectable.m, | |
3220 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3221 control/system/tfout.m, general/isdefinite.m, | |
3222 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3223 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3224 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3225 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3226 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3227 testfun/test.m: Use specific end keywords. | |
3228 | |
7146 | 3229 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3230 | |
3231 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3232 | |
3233 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3234 Don't change view if hold is on. | |
3235 | |
7142 | 3236 2007-11-09 David Bateman <dbateman@free.fr> |
3237 | |
7149 | 3238 * plot/hidden.m: New function. |
3239 * plot/Makefile.in (SOURCES): Add it here. | |
3240 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3241 line removal. | |
3242 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3243 removal and if it is "none" don't do hidden line removal. | |
3244 | |
7148 | 3245 * plot/legend.m: Also allow labels for surface and patch types. |
3246 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3247 setting of the legend. | |
3248 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3249 objects as well. | |
3250 | |
7146 | 3251 * plot/area.m, plot/__area__.m: New functions |
3252 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3253 | |
7142 | 3254 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3255 | |
7144 | 3256 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3257 | |
3258 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3259 | |
7131 | 3260 2007-11-08 John W. Eaton <jwe@octave.org> |
3261 | |
7133 | 3262 * control/base/dcgain.m, control/base/dre.m, |
3263 control/base/impulse.m, control/base/step.m, | |
3264 control/system/dmr2d.m, control/system/ord2.m, | |
3265 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3266 control/system/sysgetsignals.m, control/system/sysout.m, | |
3267 control/system/tfout.m, control/system/ugain.m, | |
3268 control/system/zpout.m, control/util/strappend.m: | |
3269 Don't fail with usage message if nargout is too large. | |
3270 | |
7131 | 3271 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3272 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3273 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3274 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3275 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3276 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3277 control/obsolete/rotg.m, control/obsolete/series.m, | |
3278 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3279 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3280 control/system/__syschnamesl__.m, |
3281 control/system/__syscont_disc__.m, | |
3282 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3283 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3284 control/system/abcddim.m, control/system/buildssic.m, | |
3285 control/system/c2d.m, control/system/cellidx.m, | |
3286 control/system/d2c.m, control/system/dmr2d.m, | |
3287 control/system/fir2sys.m, control/system/is_abcd.m, | |
3288 control/system/is_controllable.m, control/system/is_detectable.m, | |
3289 control/system/is_digital.m, control/system/is_observable.m, | |
3290 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3291 control/system/jet707.m, control/system/listidx.m, | |
3292 control/system/parallel.m, control/system/ss.m, | |
3293 control/system/ss2sys.m, control/system/ss2zp.m, | |
3294 control/system/starp.m, control/system/sys2ss.m, | |
3295 control/system/sys2tf.m, control/system/sys2zp.m, | |
3296 control/system/sysadd.m, control/system/sysappend.m, | |
3297 control/system/sysconnect.m, control/system/syscont.m, | |
3298 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3299 control/system/sysdup.m, control/system/sysgetsignals.m, |
3300 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3301 control/system/sysmult.m, control/system/sysout.m, |
3302 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3303 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3304 control/system/syssub.m, control/system/sysupdate.m, |
3305 control/system/tf.m, control/system/tf2ss.m, | |
3306 control/system/tf2sys.m, control/system/tfout.m, | |
3307 control/system/zp.m, control/system/zp2ss.m, | |
3308 control/system/zp2sys.m, control/system/zp2tf.m, | |
3309 control/system/zpout.m, control/util/__outlist__.m, | |
3310 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3311 control/util/prompt.m, control/util/sortcom.m, | |
3312 control/util/zgfmul.m, control/util/zgfslv.m, | |
3313 control/util/zginit.m, control/util/zgreduce.m, | |
3314 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3315 |
7130 | 3316 2007-11-08 David Bateman <dbateman@free.fr> |
3317 | |
3318 * plot/quiver.m: Fix arrowheads. | |
3319 | |
7128 | 3320 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3321 | |
3322 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3323 Handle "rows" argument. New tests. |
7128 | 3324 (cell_ismember): New function. |
3325 | |
7127 | 3326 2007-11-07 John W. Eaton <jwe@octave.org> |
3327 | |
3328 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3329 control/base/__stepimp__.m, control/base/are.m, | |
3330 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3331 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3332 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3333 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3334 control/base/ltifr.m, control/base/nichols.m, | |
3335 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3336 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3337 Style fixes. | |
3338 | |
7125 | 3339 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3340 | |
3341 * control/base/bode_bounds.m, control/base/dgram.m, | |
3342 control/base/dlyap.m, control/base/freqchkw.m, | |
3343 control/base/gram.m, control/base/place.m, | |
3344 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3345 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3346 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3347 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3348 control/system/sysgettype.m, control/system/sysreorder.m, | |
3349 control/system/tf2sys.m, control/system/zp2tf.m, | |
3350 control/util/axis2dlim.m, control/util/swap.m, | |
3351 control/util/zgfmul.m, control/util/zgfslv.m, | |
3352 control/util/zginit.m, control/util/zgreduce.m, | |
3353 control/util/zgrownorm.m, control/util/zgscal.m, | |
3354 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3355 geometry/inpolygon.m, linear-algebra/housh.m, | |
3356 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3357 miscellaneous/run.m, quaternion/qconj.m, | |
3358 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3359 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3360 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3361 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3362 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3363 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3364 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3365 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3366 statistics/distributions/empirical_cdf.m, | |
3367 statistics/distributions/empirical_inv.m, | |
3368 statistics/distributions/empirical_pdf.m, | |
3369 statistics/models/logistic_regression_derivatives.m, | |
3370 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3371 | |
7118 | 3372 2007-11-07 David Bateman <dbateman@free.fr> |
3373 | |
7120 | 3374 * general/gradient.m: Correctly convert deltax and deltay scalar |
3375 values are scalars to vectors. | |
3376 | |
7119 | 3377 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3378 the meshc.m function. | |
3379 * plot/meshc.m: Also use the surface function. | |
3380 | |
7120 | 3381 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3382 * plot/Makefile.in (SOURCES): Add them to the list. |
3383 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3384 | |
7117 | 3385 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3386 | |
3387 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3388 | |
7115 | 3389 2007-11-07 John W. Eaton <jwe@octave.org> |
3390 | |
3391 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
3392 the data limits are infinite. | |
3393 (get_data_limits): Don't do anything if xdat or tx are empty. | |
3394 (get_axis_limits): Don't do anything if min_val or max_val are | |
3395 infinite. | |
3396 | |
7112 | 3397 2007-11-06 David Bateman <dbateman@free.fr> |
3398 | |
3399 * plot/hist.m: Pass any additional arguments to bar for | |
3400 treatment. Create a default x value that is always a vector. | |
3401 | |
7111 | 3402 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
3403 | |
3404 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
3405 when calling ./configure and add quotes to preserve spaces. | |
7109 | 3406 |
3407 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
3408 | |
3409 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
3410 New files. | |
3411 * plot/mesh.m: Call surface to do the real work. | |
3412 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
3413 properties. | |
3414 | |
3415 * image/colormap.m: Also return current colormap if nargout and | |
3416 nargin are both 0. | |
3417 | |
7106 | 3418 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
3419 | |
3420 * startup/inputrc: Delete key bindings starting with \340 code. | |
3421 | |
7112 | 3422 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 3423 |
3424 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
3425 to avoid issues of over- and underflow. From Rolf Fabian | |
3426 <Rolf.Fabian@gmx.de>. | |
3427 | |
7097 | 3428 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
3429 | |
3430 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
3431 help texts. | |
3432 | |
7096 | 3433 2007-11-02 Kai Habel <kai.habel@gmx.de> |
3434 | |
3435 * plot/bar.m, plot/barh.m: Doc fix. | |
3436 | |
7094 | 3437 2007-10-31 John W. Eaton <jwe@octave.org> |
3438 | |
3439 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
3440 | |
7086 | 3441 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
3442 | |
3443 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
3444 objects and legend objects are implemented with a separate axes | |
3445 object. | |
3446 | |
7078 | 3447 2007-10-30 David Bateman <dbateman@free.fr> |
3448 | |
7081 | 3449 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
3450 | |
7078 | 3451 * plot/__go_draw_axes__.m (do_linestyle_command): |
3452 Use point type 0 for ".". | |
3453 | |
7073 | 3454 2007-10-26 John W. Eaton <jwe@octave.org> |
3455 | |
7074 | 3456 * image/imshow.m: Improve compatibility. |
3457 * image/image.m: Return handle if nargou > 0. | |
3458 | |
7073 | 3459 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3460 | |
7069 | 3461 2007-10-25 John W. Eaton <jwe@octave.org> |
3462 | |
3463 * miscellaneous/compare_versions.m: Style fixes. | |
3464 | |
7060 | 3465 2007-10-24 John W. Eaton <jwe@octave.org> |
3466 | |
7061 | 3467 * image/saveimage.m: Use functional form of save instead of eval. |
3468 Use -text instead of -ascii. | |
3469 | |
7060 | 3470 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3471 | |
7054 | 3472 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3473 | |
3474 * plot/legend.m: Also extract location string from varargin (lost | |
3475 when 2007-10-08 patch was applied). | |
3476 | |
7049 | 3477 2007-10-23 David Bateman <dbateman@free.fr> |
3478 | |
3479 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3480 miscellaneous/what.m: New functions | |
3481 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3482 functions. | |
3483 | |
7045 | 3484 2007-10-22 David Bateman <dbateman@free.fr> |
3485 | |
3486 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3487 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3488 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3489 | |
7042 | 3490 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3491 | |
3492 * plot/contourf.m: New function. | |
3493 * plot/Makefile.in (SOURCES): Add it to the list. | |
3494 | |
7040 | 3495 2007-10-19 John W. Eaton <jwe@octave.org> |
3496 | |
3497 * plot/subplot.m: Doc fix. | |
3498 | |
7039 | 3499 2007-10-19 David Bateman <dbateman@free.fr> |
3500 | |
7041 | 3501 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 3502 |
7037 | 3503 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
3504 | |
3505 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
3506 output. | |
3507 | |
7031 | 3508 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
3509 | |
3510 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
3511 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
3512 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
3513 control/system/syssetsignals.m, control/base/lqg.m, | |
3514 strings/str2double.m, control/system/sysscale.m, | |
3515 control/hinf/hinfdemo.m, general/cplxpair.m: | |
3516 Make help text fit on pages when using smallbook. | |
3517 | |
7028 | 3518 2007-10-15 David Bateman <dbateman@free.fr> |
3519 | |
7032 | 3520 * plot/print.m: Call drawnow before printing to ensure the plot is |
3521 on the screen. | |
3522 | |
7028 | 3523 * testfun/test.m: In error/warning blocks test for an error before |
3524 a warning to avoid unexpected failures. | |
3525 | |
7027 | 3526 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3527 | |
3528 * testfun/assert.m: Correct documentation of absolution versus | |
3529 relative error tolerance and add tests. | |
3530 | |
7024 | 3531 2007-10-14 David Bateman <dbateman@free.fr> |
3532 | |
3533 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3534 src directory. | |
3535 * plot/Makefile.in (SOURCES): Add fill.m. | |
3536 | |
7020 | 3537 2007-10-13 David Bateman <dbateman@free.fr> |
3538 | |
3539 * plot/__patch__.m: Allow multiple patches to be defined and | |
3540 return a single patch object. Allow Faces/Vertices form of | |
3541 patch. Flag failure so the patch can call print_usage. | |
3542 * plot/patch.m: Update help string for Faces/Vertices | |
3543 call. Respect the fail flag returned by __patch__. Add demo code | |
3544 that tests the functionality of patch. | |
3545 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3546 patch object. | |
3547 * plot/fill.m: New function. | |
3548 | |
7016 | 3549 2007-10-12 John W. Eaton <jwe@octave.org> |
3550 | |
3551 * Change copyright notices in all files that are part of Octave to | |
3552 GPLv3 or any later version. | |
3553 | |
7012 | 3554 2007-10-11 John W. Eaton <jwe@octave.org> |
3555 | |
3556 * plot/__go_draw_axes__.m (get_axis_limits): | |
3557 Return lim = [] if logscale and no positive values. | |
3558 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3559 Set initial min and min positive values to Inf, max values to -Inf. | |
3560 (get_data_limits): Correctly handle xminp when no positive values | |
3561 are found. | |
3562 | |
7011 | 3563 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3564 | |
3565 * polynomial/residue.m: New optional input for pole multiplicity. | |
3566 Doc fix. Fix tests. | |
3567 | |
7010 | 3568 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3569 | |
3570 * toplev.cc (Foctave_config_info): Add field "mac". | |
3571 | |
3572 * miscellaneous/ismac.m: New function. | |
3573 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3574 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3575 | |
7009 | 3576 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3577 | |
3578 * statistics/distributions/hygernd.m: Allow size to be specified | |
3579 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3580 scalars or matrices of a common size. | |
3581 | |
7007 | 3582 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3583 | |
3584 * control/csrefcard.lt, control/system/is_detectable.m, | |
3585 control/system/sysgroup.m, geometry/voronoin.m, | |
3586 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3587 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3588 statistics/distributions/binornd.m, | |
3589 statistics/distributions/cauchy_rnd.m, | |
3590 statistics/distributions/chi2rnd.m, | |
3591 statistics/distributions/discrete_rnd.m, | |
3592 statistics/distributions/exprnd.m, | |
3593 statistics/distributions/frnd.m, | |
3594 statistics/distributions/gamrnd.m, | |
3595 statistics/distributions/geornd.m, | |
3596 statistics/distributions/laplace_rnd.m, | |
3597 statistics/distributions/logistic_rnd.m, | |
3598 statistics/distributions/lognrnd.m, | |
3599 statistics/distributions/nbinrnd.m, | |
3600 statistics/distributions/normrnd.m, | |
3601 statistics/distributions/poissrnd.m, | |
3602 statistics/distributions/stdnormal_rnd.m, | |
3603 statistics/distributions/trnd.m, | |
3604 statistics/distributions/unifrnd.m, | |
3605 statistics/distributions/wblrnd.m: Spelling fixes. | |
3606 | |
7005 | 3607 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3608 | |
3609 * time/tic.m: New optional output value. | |
3610 | |
3611 * general/int2str.m: Doc fix. | |
3612 | |
7002 | 3613 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3614 | |
3615 * statistics/distributions/hygecdf.m, | |
3616 statistics/distributions/hygeinv.m, | |
3617 statistics/distributions/hygepdf.m, | |
3618 statistics/distributions/hygernd.m: | |
3619 Swap order of T and M args for compatibility. | |
3620 | |
7001 | 3621 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3622 | |
3623 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3624 control/system/buildssic.m, control/system/c2d.m, | |
3625 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3626 control/system/ss2sys.m, control/system/ss2tf.m, | |
3627 control/system/syscont.m, control/system/sysdimensions.m, | |
3628 control/system/sysdisc.m, control/system/sysmult.m, | |
3629 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3630 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3631 general/interp1.m, general/interp2.m, general/interp3.m, | |
3632 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3633 general/rat.m, general/structfun.m, general/trapz.m, | |
3634 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3635 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3636 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3637 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3638 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3639 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3640 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3641 statistics/base/meansq.m, statistics/base/var.m, | |
3642 statistics/tests/chisquare_test_independence.m, | |
3643 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3644 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3645 testfun/test.m: Spelling fixes. | |
3646 | |
6998 | 3647 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3648 | |
3649 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3650 | |
6997 | 3651 2007-10-10 John W. Eaton <jwe@octave.org> |
3652 | |
3653 * general/num2str.m: Always allow for sign for automatically | |
3654 computed format widths. | |
3655 | |
6988 | 3656 2007-10-09 David Bateman <dbateman@free.fr> |
3657 | |
3658 * plot/patch.m: Accept a handle as the first argument. | |
3659 | |
6987 | 3660 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3661 | |
7010 | 3662 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3663 |
6985 | 3664 2007-10-09 John W. Eaton <jwe@octave.org> |
3665 | |
3666 * audio/wavwrite.m: Accept arguments in compatible order. | |
3667 | |
6979 | 3668 2007-10-08 David Bateman <dbateman@free.fr> |
3669 | |
3670 * general/interp2.m: Relax test for values outside the grid to | |
3671 allow monotonically decreasing abscissa as well. | |
3672 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3673 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3674 |
3675 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3676 as output parameter. | |
3677 | |
6977 | 3678 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3679 | |
3680 * plot/__go_draw_axes__.m, plot/legend.m: | |
3681 Handle compatible position specifiers as strings. | |
3682 | |
6975 | 3683 2007-10-08 John Swensen <jpswensen@comcast.net> |
3684 | |
3685 * general/num2str.m: Eliminate extra whitespace in output. | |
3686 * strings/strtrim.m: New function. | |
3687 * strings/Makefile.in (SOURCES): Add it to the list. | |
3688 | |
6968 | 3689 2007-10-06 John W. Eaton <jwe@octave.org> |
3690 | |
3691 * polynomial/residue.m: New test from test/test_poly.m. | |
3692 | |
6967 | 3693 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3694 | |
3695 * image/saveimage.m: Handle saving color images without a colormap. | |
3696 * image/__img_via_file__.m: Add missing semicolon. | |
3697 | |
3698 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3699 | |
7010 | 3700 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3701 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3702 | |
6965 | 3703 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3704 | |
3705 * plot/print.m: Handle svg output type. Accept new -S option to | |
3706 specify size for PNG and SVG output types. | |
3707 | |
3708 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3709 |
3710 * polynomial/mpoles.m: New function. | |
3711 * polynomial/residue.m: Modified to behave in reciprocal | |
3712 manner. No longer compute 4th output, "e". No longer accept | |
3713 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3714 Respect maximum relative difference in poles when determining | |
3715 their multiplicity. Use mpoles to determine the multiplicity of | |
3716 poles. | |
3717 | |
6963 | 3718 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3719 | |
3720 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3721 for surface plots. | |
3722 | |
6962 | 3723 2007-10-05 John W. Eaton <jwe@octave.org> |
3724 | |
3725 * plot/__next_line_color__.m: Get color_rotation from axes | |
3726 colororder property. | |
3727 | |
6953 | 3728 2007-10-03 John W. Eaton <jwe@octave.org> |
3729 | |
6955 | 3730 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3731 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3732 | |
6953 | 3733 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3734 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3735 special for __vnorm__. | |
3736 | |
6951 | 3737 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3738 | |
6952 | 3739 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3740 |
6950 | 3741 2007-10-03 David Bateman <dbateman@free.fr> |
3742 | |
3743 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3744 if a file is architecture dependent based on a list of file | |
3745 extensions. | |
3746 (configure_make): Simplify the search for architecture dependent | |
3747 files based on this function. | |
3748 (load_pakages_and_dependencies): Also look for bin directory in | |
3749 the architecture dependent directory. | |
3750 | |
6947 | 3751 2007-10-03 John W. Eaton <jwe@octave.org> |
3752 | |
3753 * miscellaneous/dir.m: Create empty struct with field names. | |
3754 Include datenum in struct. | |
3755 | |
6943 | 3756 2007-10-02 David Bateman <dbateman@free.fr> |
3757 | |
3758 * miscellaneous/ls.m: If nargout return string array of files | |
3759 returned by ls. | |
3760 | |
6942 | 3761 2007-10-01 John W. Eaton <jwe@octave.org> |
3762 | |
3763 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3764 range values. | |
3765 | |
6937 | 3766 2007-10-01 David Bateman <dbateman@free.fr> |
3767 | |
7010 | 3768 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3769 speed with small vectors. |
6937 | 3770 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3771 rather than OCTAVE_HOME(). | |
3772 | |
6935 | 3773 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3774 | |
3775 * plot/findobj.m: New function. | |
3776 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3777 | |
6925 | 3778 2007-09-26 David Bateman <dbateman@free.fr> |
3779 | |
3780 * pkg/pkg.m: Add second argument to setting for prefix for | |
3781 architecture dependent files. Use throughout. | |
3782 (pkg:issuperuser): New function, use through to check for | |
3783 root user. | |
3784 (pkg:getarchprefix): function to give the archiecture dependent | |
3785 prefix for a package. | |
3786 (pkg:getarchdir): New function giving location of architetcure | |
3787 dependent directory. Use through out. | |
3788 (pkg:install): Treat architecture dependent directory separately | |
3789 as in might not be a sub-directory of the package directory. | |
3790 (pkg:uninstall): ditto. | |
3791 (pkg:create_pkgadddel): Check for global or local install for | |
3792 architecture dependent directory. | |
3793 (pkg:finish_installation): ditto. | |
3794 (pkg:write_INDEX): ditto. | |
3795 (pkg:load_packages_and_dependencies): ditto. | |
3796 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3797 files to a new location if user is root. | |
3798 (pkg:rm_rf): Check if file or directory exists before removing. | |
3799 (pkg:dirempty): Check if directory exists before checking. | |
3800 | |
3801 * plot/___patch__.m: Allow face colors to be passed as strings | |
3802 | |
3803 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3804 needed for calls to "hold" without an argument. | |
3805 | |
6920 | 3806 2007-09-21 John W. Eaton <jwe@octave.org> |
3807 | |
6921 | 3808 * optimization/sqp.m: Fix typo. |
3809 | |
6920 | 3810 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3811 | |
6919 | 3812 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3813 | |
3814 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3815 | |
6918 | 3816 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3817 | |
3818 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3819 unidpdf.m and unidinv.m | |
3820 | |
6914 | 3821 2007-09-18 John W. Eaton <jwe@octave.org> |
3822 | |
3823 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3824 (do_tics_1): Set numeric axes formats to "%.15g". | |
3825 | |
6912 | 3826 2007-09-18 David Bateman <dbateman@free.fr> |
3827 | |
3828 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3829 of %g when writing data. | |
3830 | |
6908 | 3831 2007-09-17 John W. Eaton <jwe@octave.org> |
3832 | |
3833 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3834 | |
6903 | 3835 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3836 | |
3837 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3838 noninteger N with N-K < 1. | |
3839 | |
6901 | 3840 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3841 | |
3842 * strings/index.m: Correct for strings differing after the third | |
3843 position (bug reported by Maude Martin). | |
3844 | |
6895 | 3845 2007-09-13 John W. Eaton <jwe@octave.org> |
3846 | |
3847 * plot/__default_colormap__.m: Delete. | |
3848 * plot/Makefile (SOURCES): Remove from the list. | |
3849 | |
6898 | 3850 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3851 | |
3852 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3853 | |
6885 | 3854 2007-09-10 David Bateman <dbateman@free.fr> |
3855 | |
3856 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3857 limit the selection of colors in the same way as for lines. | |
3858 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3859 column. | |
3860 * plot/__bar__.m: Adapt to use "patch". | |
3861 | |
6870 | 3862 2007-09-06 John W. Eaton <jwe@octave.org> |
3863 | |
3864 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3865 (init_plot_stream): Split from open_plot_stream. | |
3866 * plot/print.m: Accept -debug=FILE argument. | |
3867 | |
6868 | 3868 2007-09-06 David Bateman <dbateman@free.fr> |
3869 | |
7010 | 3870 * general/celldisp.m: New function. |
3871 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3872 * miscellaneous/swapbytes.m: New function. | |
3873 * miscellaneous/gzip.m: New function. | |
3874 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3875 |
6863 | 3876 2007-09-05 David Bateman <dbateman@free.fr> |
3877 | |
7010 | 3878 * general/structfun.m: New function. |
3879 * general/Makefile.in (SOURCES): Add it to sources. | |
3880 * miscellaneous/run.m: New function. | |
3881 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3882 * statistics/base/mode.m: New function. | |
3883 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3884 |
6862 | 3885 2007-09-05 John W. Eaton <jwe@octave.org> |
3886 | |
3887 * miscellaneous/orderfields.m: Use numel instead of length. | |
3888 | |
3889 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3890 | |
3891 * miscellaneous/orderfields.m: Handle empty structs. | |
3892 | |
6861 | 3893 2007-09-05 John W. Eaton <jwe@octave.org> |
3894 | |
3895 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3896 DATA_IDX. | |
3897 | |
3898 2007-09-04 David Bateman <dbateman@free.fr> | |
3899 | |
3900 * general/isdir.m: Return a logical value. | |
3901 | |
6859 | 3902 2007-09-04 David Bateman <dbateman@free.fr> |
3903 | |
3904 * statistics/distributions/chi2pdf.m, | |
3905 statistics/distributions/chi2cdf.m, | |
3906 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3907 distribution functions to account for inverse of scale factor in | |
3908 gamma functions. | |
3909 | |
6857 | 3910 2007-09-01 John W. Eaton <jwe@octave.org> |
3911 | |
3912 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3913 | |
6853 | 3914 2007-09-01 David Bateman <dbateman@free.fr> |
3915 | |
3916 * polynomial/polyint.m: New function like polyinteg but with | |
3917 explicit integration constant. | |
3918 * polynomial/polyinteg.m: Remove. | |
3919 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3920 polyinteg.m. | |
3921 * deprecated/polyinteg.m: Move version here. | |
3922 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3923 | |
6852 | 3924 * geometry/voronoi.m: Add large box around data to get a good |
3925 approximation of the rays to infinity. | |
3926 | |
6851 | 3927 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3928 | |
3929 * plot/axes.m: Allow parent to be specified when creating axes | |
3930 objects. Support non-figure parents. | |
3931 | |
3932 2007-08-31 John W. Eaton <jwe@octave.org> | |
3933 | |
3934 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3935 | |
6850 | 3936 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3937 | |
7010 | 3938 * polynomial/polygcd.m: Better layout of example. |
3939 * polynomial/compan.m: Remove unnecessary check. | |
3940 * polynomial/roots.m: Added example to help text. | |
3941 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3942 * polynomial/poly.m: Added example to help text. | |
6850 | 3943 |
6848 | 3944 2007-08-30 John W. Eaton <jwe@octave.org> |
3945 | |
3946 * optimization/qp.m: Increase maxit to 200. | |
3947 | |
6847 | 3948 2007-08-30 David Bateman <dbateman@free.fr> |
3949 | |
3950 * geometry/inpolygon.m: New file. | |
3951 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3952 | |
6843 | 3953 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3954 | |
3955 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3956 | |
6829 | 3957 2007-08-24 David Bateman <dbateman@free.fr> |
3958 | |
3959 * plot/__go_draw_axes__.m: Treat text color property. | |
3960 | |
6828 | 3961 2007-08-24 John W. Eaton <jwe@octave.org> |
3962 | |
3963 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3964 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3965 | |
3966 * miscellaneous/movefile.m: Separate second and third args and | |
3967 use p1 and p2, not f1 and f2 when constructing arguments for | |
3968 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3969 | |
6825 | 3970 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3971 | |
3972 * set/intersect.m: Make it work with cell arrays of strings. | |
3973 | |
6823 | 3974 2007-08-24 David Bateman <dbateman@free.fr> |
3975 | |
7010 | 3976 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3977 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3978 functions ported from octave-forge. | |
7010 | 3979 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3980 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3981 geometry/triplot.m, geometry/tsearchn.m: | |
3982 New functions. | |
7010 | 3983 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3984 * geometry/Makefile.in (SOURCES): Add functions above. | |
3985 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3986 |
6820 | 3987 2007-08-23 John W. Eaton <jwe@octave.org> |
3988 | |
3989 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3990 variable name. | |
3991 | |
3992 2007-08-23 David Bateman <dbateman@free.fr> | |
3993 | |
3994 * plot/plot.m: Allow first arg to be axes handle. | |
3995 | |
6818 | 3996 2007-08-22 David Bateman <dbateman@free.fr> |
3997 | |
3998 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3999 outputs are returned only if requested. | |
4000 | |
4001 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4002 | |
4003 * control/base/nichols.m: Fix typo. | |
4004 | |
6813 | 4005 2007-08-13 John W. Eaton <jwe@octave.org> |
4006 | |
4007 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4008 | |
6809 | 4009 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4010 | |
4011 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4012 use axes position in each appropriate gnuplot set statement. | |
4013 | |
6808 | 4014 2007-08-10 John W. Eaton <jwe@octave.org> |
4015 | |
4016 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4017 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4018 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4019 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4020 | |
6807 | 4021 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4022 | |
4023 * plot/patch.m, plot/__patch__.m: New files. | |
4024 * plot/Makefile.in (SOURCES): Add them to the list. | |
4025 | |
4026 2007-08-07 John W. Eaton <jwe@octave.org> | |
4027 | |
4028 * path/savepath.m: Use single quotes for argument to PATH command | |
4029 that is inserted in file. | |
4030 | |
6805 | 4031 2007-07-27 John W. Eaton <jwe@octave.org> |
4032 | |
4033 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4034 not set in the environment. | |
4035 | |
6796 | 4036 2007-07-25 David Bateman <dbateman@free.fr> |
4037 | |
4038 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4039 control/base/Makefile.in, control/hinf/Makefile.in, | |
4040 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4041 control/util/Makefile.in, deprecated/Makefile.in, | |
4042 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4043 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4044 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4045 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4046 polynomial/Makefile.in, quaternion/Makefile.in, | |
4047 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4048 specfun/Makefile.in, special-matrix/Makefile.in, | |
4049 startup/Makefile.in, statistics/Makefile.in, | |
4050 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4051 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4052 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4053 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4054 | |
6795 | 4055 2007-07-25 John W. Eaton <jwe@octave.org> |
4056 | |
4057 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4058 | |
6793 | 4059 2007-07-24 David Bateman <dbateman@free.fr> |
4060 | |
4061 * image/flag.m: New colormap function. | |
4062 * images/Makefile.in: Include it in SOURCES. | |
4063 | |
4064 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4065 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4066 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4067 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4068 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4069 number of colormap elements as the other colormap functions. | |
4070 | |
6790 | 4071 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4072 | |
4073 * plot/__go_draw_axes__.m: Handle patch. | |
4074 | |
6788 | 4075 2007-07-23 David Bateman <dbateman@free.fr> |
4076 | |
4077 * general/rat.m: New function for ration approximation imported | |
4078 from octave-forge. | |
4079 * general/del2.m: New function for discrete laplacian operator. | |
4080 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4081 | |
4082 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4083 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4084 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4085 image/winter.m, image/brighten.m: Port image functions from | |
4086 octave-forge. | |
4087 * image/Makefile.in: Add ported functions to SOURCES. | |
4088 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4089 compatibility with matlab. | |
4090 | |
4091 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4092 octave-forge | |
4093 * plot/Makefile.in: Add ported functions to SOURCES. | |
4094 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4095 using gnuplot 4.2 or greater. | |
4096 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4097 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4098 |
4099 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4100 | |
6781 | 4101 2007-07-19 David Bateman <dbateman@free.fr> |
4102 | |
4103 * plot/fplot.m: More compatible version. | |
4104 | |
6780 | 4105 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4106 | |
4107 * plot/clf.m: Check for valid handle before deleting. | |
4108 | |
4109 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4110 __go_figure__ instead of using regular "set" call. | |
4111 | |
6779 | 4112 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4113 | |
4114 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4115 type for gnuplot. | |
4116 | |
6778 | 4117 2007-07-18 John W. Eaton <jwe@octave.org> |
4118 | |
4119 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4120 gnuplot for each set of axes. | |
4121 | |
6777 | 4122 2007-07-18 David Bateman <dbateman@free.fr> |
4123 | |
6778 | 4124 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4125 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4126 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4127 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4128 Use standard scale factor rather than one on the scale factor for | |
4129 compatibility. | |
4130 | |
4131 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4132 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4133 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4134 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4135 Preserve backward compatibility. | |
6777 | 4136 |
6776 | 4137 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4138 | |
4139 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4140 to avoid issues with regexp special characters in the path strings. | |
4141 | |
6770 | 4142 2007-07-06 David Bateman <dbateman@free.fr> |
4143 | |
6778 | 4144 * general/accumarray.m: New function to create an array by |
4145 accumulating the elements. | |
6770 | 4146 |
6768 | 4147 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4148 | |
4149 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4150 (fdjac): Set nx outside of if block. | |
4151 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4152 | |
6765 | 4153 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4154 | |
4155 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4156 | |
4157 * plot/axis.m: Also set "visible" property when setting axes to | |
4158 on/off. | |
4159 | |
6762 | 4160 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4161 | |
4162 * image/colormap.m: Only return colormap if nargout > 0. | |
4163 Mark as command. | |
4164 | |
6758 | 4165 2007-06-25 John W. Eaton <jwe@octave.org> |
4166 | |
4167 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4168 strcmp for selected property comparisons. | |
4169 | |
6756 | 4170 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
4171 | |
6778 | 4172 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4173 |
6754 | 4174 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4175 | |
4176 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4177 | |
6756 | 4178 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4179 |
6778 | 4180 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4181 argument, and note that the data should be sorted for the |
4182 definition of the median to be correct. | |
4183 | |
6778 | 4184 * statistics/base/std.m: Add missing square to definition of |
6754 | 4185 standard deviation. |
4186 | |
6778 | 4187 * statistics/base/cov.m: Add definition of covariance to the help text. |
4188 | |
4189 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4190 statistics/base/std.m: |
4191 Note that \bar{x} is the mean value of x in the help text. | |
4192 | |
6778 | 4193 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4194 coefficient to the help text. |
4195 | |
6778 | 4196 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4197 | |
4198 * statistics/base/var.m: Put N in @math in help text. | |
4199 | |
4200 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4201 statistics/tests/kolmogorov_smirnov_test.m: |
4202 Write about possible values of 'dist' in help text. | |
4203 | |
6778 | 4204 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4205 Add definition of correlation to the help text. |
4206 | |
6778 | 4207 * statistics/base/logit.m, statistics/base/kendall.m, |
4208 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4209 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4210 TeXification of help text. | |
4211 | |
4212 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4213 | |
4214 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4215 Add missing @var's to help text. | |
4216 | |
4217 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4218 | |
4219 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4220 of help text. | |
4221 | |
4222 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4223 help text. | |
4224 | |
4225 * statistics/distributions/unidpdf.m, | |
4226 statistics/distributions/discrete_pdf.m: | |
4227 Replace 'pDF' with 'PDF' in help text. | |
4228 | |
6753 | 4229 2007-06-25 John W. Eaton <jwe@octave.org> |
4230 | |
4231 * strings/substr.m: Use offset consistently in code and doc string. | |
4232 From Rafael Laboissiere <rafael@debian.org>. | |
4233 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4234 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4235 |
6778 | 4236 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4237 |
6751 | 4238 2007-06-25 John W. Eaton <jwe@octave.org> |
4239 | |
4240 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4241 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4242 <juhani@cs.joensuu.fi>. | |
4243 | |
6748 | 4244 2007-06-20 John W. Eaton <jwe@octave.org> |
4245 | |
6749 | 4246 * strings/index.m: Allow strings to be empty. |
4247 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4248 | |
6748 | 4249 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4250 | |
6747 | 4251 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4252 | |
4253 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4254 separate matrices. | |
4255 | |
6746 | 4256 2007-06-19 David Bateman <dbateman@free.fr> |
4257 | |
4258 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4259 only ";;" legend syntax. | |
4260 * polynomial/mkpp.m: ditto. | |
4261 * polynomial/pchip.m: ditto. | |
4262 * signal/freqz_plot.m: ditto. | |
4263 * sparse/gplot.m: ditto. | |
4264 * sparse/treeplot.m: ditto. | |
4265 | |
6745 | 4266 2007-06-19 John W. Eaton <jwe@octave.org> |
4267 | |
4268 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4269 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4270 | |
6742 | 4271 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4272 | |
6778 | 4273 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4274 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4275 to check for NA. | |
4276 | |
6741 | 4277 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4278 | |
6778 | 4279 * optimization/glpk.m: TeXified the help text. |
4280 * optimization/qp.m: TeXified the help text. | |
4281 * optimization/sqp.m: TeXified the help text. | |
6741 | 4282 |
6740 | 4283 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
4284 | |
6778 | 4285 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4286 |
6738 | 4287 2007-06-15 John W. Eaton <jwe@octave.org> |
4288 | |
4289 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4290 have_newer_gnuplot is true. | |
4291 | |
6736 | 4292 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4293 | |
6778 | 4294 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4295 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4296 to 90, all others 0. |
4297 | |
6778 | 4298 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4299 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4300 get_data_limits. |
6778 | 4301 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4302 called by __errplot__. |
4303 | |
6730 | 4304 2007-06-15 John W. Eaton <jwe@octave.org> |
4305 | |
4306 * testfun/test.m: Also return number of expected failures. | |
4307 | |
6724 | 4308 2007-06-14 John W. Eaton <jwe@octave.org> |
4309 | |
6730 | 4310 * set/ismember.m: Mark two tests known to fail with xtest. |
4311 | |
6724 | 4312 * plot/__go_draw_axes__.m: Handle text rotation property. |
4313 | |
6728 | 4314 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4315 | |
4316 * testfun/test.m: Add xtest support for tests known to fail. | |
4317 | |
6727 | 4318 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4319 | |
4320 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4321 epslatexstandalone terminals. | |
4322 | |
6721 | 4323 2007-06-14 David Bateman <dbateman@free.fr> |
4324 | |
4325 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4326 as permutation of results was incorrect. | |
4327 * general/interp1.m: Add demo on second derivative | |
4328 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4329 call. Add 3D demo. Fix typos |
4330 * general/interp3.m: Fix typos. Correct permutation for use of | |
4331 interpn. | |
6721 | 4332 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4333 | |
6717 | 4334 2007-06-13 John W. Eaton <jwe@octave.org> |
4335 | |
4336 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4337 |
6706 | 4338 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4339 | |
4340 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4341 | |
6704 | 4342 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4343 | |
4344 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4345 Set have_linestyle to true if two character linestyle is found. | |
4346 | |
6702 | 4347 2007-06-12 David Bateman <dbateman@free.fr> |
4348 | |
6717 | 4349 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4350 and interpn.m. | |
4351 | |
4352 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4353 structure before using it. | |
4354 | |
4355 2007-06-12 David Bateman <dbateman@free.fr> | |
4356 | |
6704 | 4357 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4358 * general/__splinen__.m: New support function for N-dimensional |
4359 spline interpolation. | |
4360 * general/bicubic.m: Allow definition of extrapolation | |
4361 value. Adapt tests to use new graphics interface | |
4362 * general/interp2.m: Call __splinen__ for 2-D spline | |
4363 interpolation. Make the lookup table code only be called for | |
4364 linear and nearest methods. | |
4365 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4366 and spline interpolation. | |
4367 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4368 and spline interpolation. | |
6704 | 4369 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4370 |
6701 | 4371 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4372 | |
4373 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4374 | |
6699 | 4375 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
4376 | |
4377 * plot/fplot.m: If function is inline, vectorize it. | |
4378 | |
6698 | 4379 2007-06-10 David Bateman <dbateman@free.fr> |
4380 | |
4381 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4382 directory if need to, so that it fits on a line. | |
4383 | |
6695 | 4384 2007-06-07 David Bateman <dbateman@free.fr> |
4385 | |
4386 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4387 saved file so that dependent packages are loaded first, and if | |
4388 nargout==0 don't return any arguments. | |
4389 (pkg:install): Only load packages that are marked autoload after | |
4390 install. Various fixes. Save in order. | |
4391 (pkg:uninstall): Save in order | |
4392 (pkg:load_packages): Use load_package_and_dependencies to load | |
4393 packages. | |
4394 (pkg:save_order): New function to sort package list with dependent | |
4395 packages first. | |
4396 (pkg:load_packages_and_dependencies): New function to load both a | |
4397 list of packages and their dependencies. | |
4398 (pkg:load_package_dirs): New function that returns a vector of the | |
4399 indexes into the installed package list indicating the packages to | |
4400 load and the order to load them in to respect the dependencies. | |
4401 | |
6688 | 4402 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
4403 | |
4404 * plot/axes.m: Eliminate redundant else clause. | |
4405 | |
6686 | 4406 2007-06-03 David Bateman <dbateman@free.fr> |
4407 | |
4408 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 4409 * pkg/pkg.m: Protect against multiple actions being define. |
4410 | |
6683 | 4411 2007-06-01 David Bateman <dbateman@free.fr> |
4412 | |
4413 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
4414 incorporate into main pkg function. | |
4415 (pkg:install): Check for existence of files to install before | |
4416 globbing and warn the user if they don't exist. | |
4417 | |
6675 | 4418 2007-05-31 David Bateman <dbateman@free.fr> |
4419 | |
6679 | 4420 * miscellaneous/copyfile.m: Split copying of multiple files to a |
4421 directory over several copy command to limit the line length. | |
4422 * miscellaneous/movefile.m: Ditto. | |
4423 | |
6675 | 4424 * pkg.m: Add build option to allow binary Octave packages to be |
4425 built from source packages. Probe absolute path of prefix, global | |
4426 and local lists. Use strcat, rather that [] for strings. | |
4427 (pkg:build): New function to binary binary package. | |
4428 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
4429 (pkg:repackage): Package binary Octave package from installation. | |
4430 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
4431 from m-files into main installation directory. | |
4432 (pkg:shell): Suppress verbose messages from shell and only display | |
4433 them with the verbose flag. | |
4434 (pkg:installed_packages): Also include the loaded flag in the | |
4435 local and global packages. | |
4436 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
4437 flagged as loaded. | |
4438 | |
4439 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
4440 | |
4441 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
4442 with and without architecture dependent directories. | |
4443 (pkg:installed_packages): Probe the global_list file even if it is | |
4444 the same as the local_list. | |
4445 | |
6669 | 4446 2007-05-29 John W. Eaton <jwe@octave.org> |
4447 | |
4448 * sparse/spy.m: Set axis to "ij" mode. | |
4449 | |
6664 | 4450 2007-05-24 John W. Eaton <jwe@octave.org> |
4451 | |
4452 * set/ismember.m: Quote first arg of "fail" tests. | |
4453 | |
6663 | 4454 2007-05-24 David Bateman <dbateman@free.fr> |
4455 | |
6778 | 4456 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4457 |
6655 | 4458 2007-05-22 David Bateman <dbateman@free.fr> |
4459 | |
4460 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4461 error(lasterr()(8:end)). | |
4462 (pkg:install): Warning for empty packages being removed. Suppress | |
4463 spurious output. Warning rather than error for uninstalling a | |
4464 package that is not installed to avoid RPM issue. | |
4465 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4466 inst or architecture dependent directory if it exists. | |
4467 | |
6653 | 4468 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4469 | |
4470 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4471 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4472 signal/freqz.m: Fix typos. | |
4473 | |
6645 | 4474 2007-05-21 David Bateman <dbateman@free.fr> |
4475 | |
4476 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4477 force installation location. | |
4478 (rebuild): New subfunction to rebuild package database from | |
4479 installed packages. Also allows changing of autoload status | |
4480 (install): Warn use if attempting to install from non existent | |
4481 file. | |
4482 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4483 "USER", "root"))' for root test. | |
4484 | |
4485 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4486 | |
4487 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4488 and replace "\" characters with "/". | |
4489 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4490 characters with "/" throughout. | |
4491 (shell): New subfunction that wraps system and is careful with the | |
4492 shell on windows platforms. | |
4493 (configure_make): Explictly pass complier etc to configure | |
4494 process. | |
4495 (issuperuser): Force default to global install for Windows machines. | |
4496 | |
6636 | 4497 2007-05-19 Kristan Onu |
4498 | |
4499 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
4500 | |
6634 | 4501 2007-05-18 David Bateman <dbateman@free.fr> |
4502 | |
4503 * pkg/pkg.m (install): More verbosity. | |
4504 (configure_make): Ditto. | |
4505 (create_pkgadddel): Install in architecture dependent directory if | |
4506 it exists to address issues with autoload/mfilename. | |
4507 (write_INDEX): Check in archiecture dependent directories as well. | |
4508 | |
6633 | 4509 2007-05-17 David Bateman <dbateman@free.fr> |
4510 | |
4511 * plot/hbar.m: Remove. | |
4512 * plot/barh.m: and move it here. | |
4513 | |
6631 | 4514 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
4515 | |
4516 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4517 | |
6629 | 4518 2007-05-16 John W. Eaton <jwe@octave.org> |
4519 | |
4520 * general/logspace.m: Return second arg if fewer than two values | |
4521 are requested. | |
4522 | |
6619 | 4523 2007-05-14 John W. Eaton <jwe@octave.org> |
4524 | |
4525 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4526 on a new line. | |
4527 | |
6617 | 4528 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4529 | |
4530 * statistics/distributions/norminv.m, | |
4531 statistics/distributions/norminv.m, | |
4532 statistics/distributions/normpdf.m, | |
4533 statistics/distributions/normrnd.m: | |
4534 Use standard deviation, not variance. | |
4535 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4536 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4537 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4538 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4539 backward compatibility. | |
4540 | |
6616 | 4541 2007-05-14 David Bateman <dbateman@free.fr> |
4542 | |
4543 * pkg/pkg.m: Mark loaded packages with "*". | |
4544 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4545 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4546 |
4547 * miscellaneous/single.m: Doc fix. | |
4548 Convert to double instead of returning argument unchanged. | |
4549 | |
4550 * miscellaneous/doc.m: Doc fix. | |
4551 | |
4552 * miscellaneous/ver.m: Doc fix. | |
4553 Don't display information about Octave Forge. | |
4554 | |
6614 | 4555 2007-05-12 David Bateman <dbateman@free.fr> |
4556 | |
4557 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4558 install to be printed. An error in the on_uninstall script causes | |
4559 a failure to uninstall. Place oct- and mex-files in an | |
4560 architecture dependent directory. | |
4561 | |
6611 | 4562 2007-05-09 John W. Eaton <jwe@octave.org> |
4563 | |
4564 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4565 | |
6609 | 4566 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4567 | |
4568 * statistics/distributions/normcdf.m: Use standard deviation | |
4569 instead of variance for compatibility. | |
4570 | |
4571 2007-05-08 John W. Eaton <jwe@octave.org> | |
4572 | |
4573 | |
4574 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4575 | |
4576 * set/ismember.m: Always return logical values. | |
4577 | |
4578 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4579 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4580 |
4581 * general/__isequal__.m: Allow numeric values of different classes | |
4582 to compare equal. | |
4583 | |
6606 | 4584 2007-05-07 David Bateman <dbateman@free.fr> |
4585 | |
6607 | 4586 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4587 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4588 |
6605 | 4589 2007-05-02 John W. Eaton <jwe@octave.org> |
4590 | |
4591 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4592 | |
6604 | 4593 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4594 | |
4595 * contour.m: Rewrite help string. | |
4596 | |
6599 | 4597 2007-04-28 John W. Eaton <jwe@octave.org> |
4598 | |
4599 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4600 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4601 Special case nargout == 0. | |
4602 | |
6597 | 4603 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4604 | |
4605 * general/sub2ind.m: Handle empty input, add tests. | |
4606 | |
6590 | 4607 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4608 | |
4609 * plot/contourc.m: Doc fix. | |
4610 | |
6586 | 4611 2007-04-26 David Bateman <dbateman@free.fr> |
4612 | |
4613 * plot/hist.m: Partially remove previous patch. | |
4614 | |
6582 | 4615 2007-04-26 David Bateman <dbateman@free.fr> |
4616 | |
4617 * plot/hist.m: Support returning of handle | |
4618 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4619 cells. | |
4620 | |
6575 | 4621 2007-04-25 John W. Eaton <jwe@octave.org> |
4622 | |
6579 | 4623 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4624 "title \"\"", not "". | |
4625 | |
6575 | 4626 * plot/legend.m: Initialize WARNED to false. |
4627 | |
6567 | 4628 2007-04-24 John W. Eaton <jwe@octave.org> |
4629 | |
4630 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4631 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4632 |
4633 2007-04-23 John W. Eaton <jwe@octave.org> | |
4634 | |
4635 * plot/box.m: Delete extra endfunction keyword. | |
4636 | |
6560 | 4637 2007-04-23 David Bateman <dbateman@free.fr> |
4638 | |
4639 * plot/plot3.m: Call newplot. | |
4640 | |
6553 | 4641 2007-04-20 John W. Eaton <jwe@octave.org> |
4642 | |
4643 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4644 | |
6546 | 4645 2007-04-19 John W. Eaton <jwe@octave.org> |
4646 | |
4647 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4648 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4649 | |
6544 | 4650 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4651 | |
4652 * control/util/axis2dlim.m: Delete extraneous line. | |
4653 | |
6542 | 4654 2007-04-18 John W. Eaton <jwe@octave.org> |
4655 | |
4656 * specfun/factorial.m: Increase tolerance in large value test. | |
4657 | |
6540 | 4658 2007-04-18 David Bateman <dbateman@free.fr> |
4659 | |
4660 * __bar__.m: New support function for bar/hbar to support graphic | |
4661 handles, and additional arguments. | |
4662 * bar.m: Convert to use __bar__. | |
4663 * hbar.m: New function | |
4664 * hist.m: Explicitly set the width of the bar plot. | |
4665 | |
6533 | 4666 2007-04-17 John W. Eaton <jwe@octave.org> |
4667 | |
6534 | 4668 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4669 | |
6533 | 4670 * set/ismember.m: New tests. |
4671 From David Grohmann <grohmann@arlut.utexas.edu> | |
4672 | |
6532 | 4673 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4674 | |
4675 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4676 Add tests. | |
4677 | |
6527 | 4678 2007-04-16 John W. Eaton <jwe@octave.org> |
4679 | |
6528 | 4680 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4681 looks_like_copyright in src/help.cc. | |
4682 From S�ren Hauberg <soren@hauberg.org>. | |
4683 | |
6527 | 4684 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4685 | |
6526 | 4686 2007-04-13 John W. Eaton <jwe@octave.org> |
4687 | |
6527 | 4688 * optimization/sqp.m: Initialize info to 0. |
4689 | |
6526 | 4690 * optimization/qp.m: Undo previous change. |
4691 | |
6524 | 4692 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4693 | |
4694 * spdiags.m: Fixed the four-argument case to work for columns of | |
4695 length one. | |
4696 | |
6523 | 4697 2007-04-12 John W. Eaton <jwe@octave.org> |
4698 | |
4699 * optimization/qp.m: Avoid Octave indexing bug. | |
4700 | |
6521 | 4701 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4702 | |
6522 | 4703 * miscellaneous/menu.m, control/base/bddemo.m, |
4704 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4705 control/system/sysrepdemo.m: | |
4706 Adapt to page_screen_output as a function. | |
6521 | 4707 |
6518 | 4708 2007-04-11 John W. Eaton <jwe@octave.org> |
4709 | |
4710 * miscellaneous/not.m: Delete. | |
4711 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4712 | |
4713 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4714 | |
4715 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4716 that are close but not exactly equal. | |
4717 | |
6515 | 4718 2007-04-11 David Bateman <dbateman@free.fr> |
4719 | |
4720 * general/bitcmp.m: Make it work again. | |
4721 | |
6512 | 4722 2007-04-10 John W. Eaton <jwe@octave.org> |
4723 | |
4724 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4725 that are close but not exactly equal. | |
4726 | |
6511 | 4727 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4728 | |
4729 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4730 in response to a change in x limits for now. | |
4731 | |
6510 | 4732 2007-04-09 John W. Eaton <jwe@octave.org> |
4733 | |
4734 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4735 (__go_draw_axes__): Use it to write data to plot stream. | |
4736 | |
6509 | 4737 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4738 | |
4739 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4740 zeros. Set markerfacecolor property in call to plot. | |
4741 | |
6508 | 4742 2007-04-06 John W. Eaton <jwe@octave.org> |
4743 | |
4744 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4745 | |
4746 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4747 | |
4748 * plot/stem.m: Use plot instead of a series of calls to line. | |
4749 | |
6494 | 4750 2007-04-05 John W. Eaton <jwe@octave.org> |
4751 | |
6499 | 4752 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4753 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4754 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4755 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4756 | |
6496 | 4757 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4758 Use strcmpi instead of strcmp+tolower. |
6496 | 4759 Style fixes. |
4760 | |
6494 | 4761 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4762 Plotting fixes. Style fixes. | |
4763 | |
4764 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4765 Style fixes. | |
4766 | |
4767 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4768 Style fixes. | |
4769 | |
4770 * testfun/demo.m, testfun/example.m: Style fixes. | |
4771 Use "strcat (...)" instead of "[...]". | |
4772 Use format specifiers in calls to warning. | |
4773 | |
4774 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4775 Use "strcat (...)" instead of "[...]". | |
4776 Use "x(end)" instead of "x(length (x))". | |
4777 Check NA before NaN. | |
4778 Style fixes. | |
4779 | |
6473 | 4780 2007-03-29 John W. Eaton <jwe@octave.org> |
4781 | |
6474 | 4782 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4783 |
6467 | 4784 2007-03-27 John W. Eaton <jwe@octave.org> |
4785 | |
4786 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4787 control/base/Makefile.in, control/hinf/Makefile.in, | |
4788 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4789 control/util/Makefile.in, deprecated/Makefile.in, | |
4790 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4791 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4792 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4793 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4794 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4795 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4796 special-matrix/Makefile.in, startup/Makefile.in, | |
4797 statistics/Makefile.in, statistics/base/Makefile.in, | |
4798 statistics/distributions/Makefile.in, | |
4799 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4800 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4801 Use ln instead of $(LN_S) in dist target. | |
4802 | |
6465 | 4803 2007-03-27 David Bateman <dbateman@free.fr> |
4804 | |
4805 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4806 gnuplot 4.0. | |
4807 | |
6464 | 4808 2007-03-26 John W. Eaton <jwe@octave.org> |
4809 | |
4810 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4811 | |
6461 | 4812 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4813 | |
4814 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4815 plot stream and using binary data. | |
4816 | |
6459 | 4817 2007-03-26 John W. Eaton <jwe@octave.org> |
4818 | |
4819 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4820 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4821 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4822 | |
4823 2007-03-26 David Bateman <dbateman@free.fr> | |
4824 | |
6461 | 4825 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4826 | |
6459 | 4827 * plot/plot3.m: Handle line properties. |
4828 * plot/plot.m: Update docstring. | |
4829 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4830 * plot/__plt__.m: Also gather properties. | |
4831 | |
6455 | 4832 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4833 | |
4834 * testfun/assert.m: Delete special check for empty objects. | |
4835 Add test. | |
4836 | |
6453 | 4837 2007-03-26 John W. Eaton <jwe@octave.org> |
4838 | |
6454 | 4839 * plot/drawnow.m: Exit early if call is recursive. |
4840 | |
6453 | 4841 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4842 Check for Inf too. | |
4843 (__go_draw_axes__): Use get_data_limits. | |
4844 | |
6450 | 4845 2007-03-24 John W. Eaton <jwe@octave.org> |
4846 | |
6451 | 4847 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4848 send terminal setting command with title option to plot stream. | |
4849 | |
6450 | 4850 * plot/legend.m: Correctly increment index into list of children.. |
4851 | |
6434 | 4852 2007-03-23 John W. Eaton <jwe@octave.org> |
4853 | |
6448 | 4854 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4855 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4856 control/base/nyquist.m, control/base/nichols.m, | |
4857 control/base/frdemo.m, signal/freqz_plot.m, | |
4858 control/base/__stepimp__.m, control/base/bode.m, | |
4859 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4860 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4861 Update plotting code. |
4862 | |
4863 * control/base/bode.m: Unwrap phase angle. | |
4864 | |
4865 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4866 | |
4867 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4868 | |
4869 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4870 commands. | |
6446 | 4871 |
6442 | 4872 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4873 Handle numeric color specs. |
6442 | 4874 * plot/plot.m: Remove "-@" and "@" from docstring. |
4875 | |
6441 | 4876 * plot/orient.m: Fix tests to avoid creating a plot window. |
4877 | |
6440 | 4878 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4879 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4880 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4881 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4882 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4883 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4884 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4885 | |
6438 | 4886 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4887 plot, not just multiplots. | |
4888 | |
6436 | 4889 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4890 | |
6434 | 4891 * plot/contour.m: Don't call drawnow. |
4892 | |
6431 | 4893 2007-03-22 John W. Eaton <jwe@octave.org> |
4894 | |
6432 | 4895 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4896 property of each figure. | |
4897 | |
6431 | 4898 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4899 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4900 | |
4901 2007-03-21 John W. Eaton <jwe@octave.org> | |
4902 | |
4903 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4904 less than eps to 0. | |
4905 | |
6429 | 4906 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4907 |
4908 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4909 * testfun/speed.m: Documentation and example fix. |
4910 | |
6424 | 4911 2007-03-21 John W. Eaton <jwe@octave.org> |
4912 | |
4913 * plot/subplot.m: If we find an existing subplot region, set | |
4914 it to be the "currentaxes" property for the current figure. | |
6425 | 4915 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4916 |
6422 | 4917 2007-03-20 David Bateman <dbateman@free.fr> |
4918 | |
4919 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4920 | |
4921 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4922 | |
4923 * general/arrayfun.m: New function. | |
4924 | |
6418 | 4925 2007-03-20 John W. Eaton <jwe@octave.org> |
4926 | |
6419 | 4927 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4928 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4929 | |
4930 * plot/clf.m: Don't call drawnow. | |
4931 | |
6431 | 4932 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4933 |
6420 | 4934 * image/__img__.m: Maybe set yaxis to reverse for images. |
4935 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4936 images. | |
4937 | |
6418 | 4938 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4939 instead of global. Only register __go_close_all__ with atexit if |
4940 the plot stream is successfully opened. | |
6418 | 4941 |
6413 | 4942 2007-03-15 John W. Eaton <jwe@octave.org> |
4943 | |
6418 | 4944 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4945 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4946 | |
4947 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4948 | |
4949 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4950 Use numeric line types. |
6413 | 4951 |
4952 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4953 lines and larger markers. Remove key titles from line type |
4954 properties. | |
6413 | 4955 |
6405 | 4956 2007-03-14 John W. Eaton <jwe@octave.org> |
4957 | |
6412 | 4958 * plot/__axis_label__.m: Accept additional property-value pairs |
4959 and pass them to __go_text__. Simply return the handle obtained | |
4960 from __go_text__ instead of calling get on the current axis. | |
4961 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4962 Allow for extra property value pairs to be passed along. | |
4963 * plot/title.m: Implement with __axis_label__ since it does all | |
4964 that title needs to do. | |
4965 | |
6410 | 4966 * plot/clf.m: Set currentaxes property for current figure to []. |
4967 | |
6405 | 4968 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4969 | |
4970 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4971 and __plt2__, not just the last. | |
4972 | |
4973 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4974 (SOURCES_IN, GEN_M): Delete. | |
4975 (FCN_FILES): Don't include $(GEN_M). | |
4976 (all): Don't depend on $(GEN_M). | |
4977 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4978 | |
4979 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4980 | |
4981 * plot/newplot.m: Call __go_axes_init__ instead of | |
4982 __uiobject_axes_init__. | |
4983 | |
4984 * plot/mesh.m: Use __go_surface__ instead of | |
4985 __uiobject_surface_ctor__. Don't access object fields directly. | |
4986 | |
4987 * plot/line.m: Use __line__ to do actual work. | |
4988 * plot/__line__.m: New function. | |
4989 | |
4990 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4991 Use get and set instead of accessing object fields directly. | |
4992 | |
4993 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4994 handle. | |
4995 | |
4996 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4997 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4998 __uiobject_draw_figure__. | |
4999 | |
5000 * plot/clf.m: Use get instead of accessing object fields | |
5001 directly. Simply delete children. Don't set currentaxes. | |
5002 | |
5003 * plot/close.m (close_all_figures): New subfunction. | |
5004 Use it instead of getting list of figures to close from | |
5005 __uiobject_figures__. | |
5006 | |
5007 * plot/closereq.m: Simply delete the current figure. Don't set | |
5008 currentfigure. | |
5009 | |
5010 * plot/__errplot__.m: Call __line__ instead of | |
5011 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5012 directly. Don't call __uiobject_adopt__. | |
5013 | |
5014 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5015 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5016 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5017 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5018 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5019 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5020 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5021 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5022 plot/__uiobject_init_root_figure__.in, | |
5023 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5024 plot/__uiobject_root_figure_ctor__.m, | |
5025 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5026 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5027 plot/set.in: Delete. | |
6408 | 5028 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5029 |
5030 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5031 Pass "hidden" as second arg to close. | |
5032 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5033 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5034 * plot/Makefile.in (SOURCES_M): Rename in list. |
5035 | |
6405 | 5036 * image/__img__.m: Use __go_image__ to create image graphics |
5037 handle. | |
5038 | |
5039 * miscellaneous/delete.m: Call __go_delete__, not | |
5040 __uiobject_delete__. Check that arg is a graphics handle before | |
5041 calling __go_delete__. | |
5042 | |
6403 | 5043 2007-03-13 John W. Eaton <jwe@octave.org> |
5044 | |
5045 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5046 arg instead of switch statement. | |
6528 | 5047 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5048 |
5049 2007-03-12 John W. Eaton <jwe@octave.org> | |
5050 | |
5051 * miscellaneous/cast.m: New function. | |
5052 | |
5053 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5054 | |
6398 | 5055 2007-03-08 John W. Eaton <jwe@octave.org> |
5056 | |
5057 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5058 tilde expansion on target filename before passing it to the shell. | |
5059 | |
5060 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5061 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5062 | |
6396 | 5063 2007-03-08 David Bateman <dbateman@free.fr> |
5064 | |
5065 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5066 replacing slower version based on dicrete_rnd. | |
5067 | |
6392 | 5068 2007-03-07 John W. Eaton <jwe@octave.org> |
5069 | |
6395 | 5070 * control/base/rlocus.m: Update for current plotting functions. |
5071 | |
5072 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5073 | |
5074 * control/base/rlocus.m: Improve display. | |
5075 | |
5076 2007-03-07 John W. Eaton <jwe@octave.org> | |
5077 | |
5078 * plot/legend.m: Only handle positions -1:4. | |
5079 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5080 found in option string | |
5081 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5082 | |
6394 | 5083 * plot/newplot.m: Always reset next line color. |
5084 | |
6392 | 5085 * testfun/assert.m: Check that number of dimensions match before |
5086 checking dimensions. | |
5087 | |
6391 | 5088 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5089 | |
5090 * specfun/perms.m, specfun/factorial.m: Check args. | |
5091 | |
6387 | 5092 2007-03-07 John W. Eaton <jwe@octave.org> |
5093 | |
6390 | 5094 * plot/mesh.m: Call newplot before doing anything. |
5095 | |
5096 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5097 just "e". Only flush plot stream once. | |
5098 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5099 | |
6387 | 5100 * strings/blanks.m: Omit first index in assignment. |
5101 | |
6386 | 5102 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5103 | |
5104 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5105 | |
6385 | 5106 2007-03-06 David Bateman <dbateman@free.fr> |
5107 John W. Eaton <jwe@octave.org> | |
5108 | |
5109 * set/setdiff.m: Ignore "rows" for cell array args. | |
5110 Handle cellstr args. | |
5111 | |
6382 | 5112 2007-03-05 John W. Eaton <jwe@octave.org> |
5113 | |
5114 * optimization/sqp.m: Defer first call to obj_hess until after | |
5115 calling obj_fun. | |
5116 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5117 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5118 |
5119 * specfun/nchoosek.m: Fix nargin check. | |
5120 | |
6376 | 5121 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5122 | |
5123 * image/__img__.m: Don't set xlim and ylim properties. | |
5124 | |
6374 | 5125 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5126 | |
5127 * general/interp1.m: Fix *style cases for decreasing x. | |
5128 | |
6372 | 5129 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5130 | |
5131 * polynomial/roots.m: Check nargin before accessing arg. | |
5132 | |
6369 | 5133 2007-02-28 John W. Eaton <jwe@octave.org> |
5134 | |
5135 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5136 increment data_idx unless using gnuplot for display. | |
5137 | |
6368 | 5138 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5139 | |
5140 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5141 plots with images. | |
5142 * image/image.m, image/imagesc.m, image/imshow.m: | |
5143 Deprecate zoom argument. | |
5144 | |
6366 | 5145 2007-02-28 John W. Eaton <jwe@octave.org> |
5146 | |
5147 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5148 temporary file names. Keep image and colormap file ids separate. | |
5149 | |
5150 * general/interp1.m: Correctly compute min and max values when | |
5151 values are decreasing and not evenly spaced. | |
5152 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5153 | |
6365 | 5154 2007-02-27 John W. Eaton <jwe@octave.org> |
5155 | |
5156 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5157 returning an empty cell array. | |
5158 | |
6546 | 5159 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5160 |
5161 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5162 | |
6546 | 5163 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5164 |
5165 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5166 control/base/Makefile.in, control/hinf/Makefile.in, | |
5167 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5168 control/util/Makefile.in, deprecated/Makefile.in, | |
5169 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5170 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5171 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5172 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5173 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5174 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5175 special-matrix/Makefile.in, startup/Makefile.in, | |
5176 statistics/Makefile.in, statistics/base/Makefile.in, | |
5177 statistics/distributions/Makefile.in, | |
5178 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5179 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5180 Use $(LN_S) instead of ln or ln -s. | |
5181 | |
6356 | 5182 2007-02-24 David Bateman <dbateman@free.fr> |
5183 | |
5184 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5185 '\n' in FILES file. | |
6357 | 5186 (configure_make): Also install any mex files. |
6356 | 5187 |
6353 | 5188 2007-02-24 David Bateman <dbateman@free.fr> |
5189 | |
5190 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5191 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5192 | |
6351 | 5193 2007-02-23 John W. Eaton <jwe@octave.org> |
5194 | |
5195 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5196 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5197 | |
5198 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5199 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5200 | |
6349 | 5201 2007-02-23 David Bateman <dbateman@free.fr> |
5202 | |
5203 * statistics/distributions/discrete_rnd.m, | |
5204 statistics/distributions/geornd.m, | |
5205 statistics/distributions/lognnd.m, | |
5206 statistics/distributions/nbinrnd.m, | |
5207 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5208 | |
5209 * statistics/distributions/unidcdf.m, | |
5210 statistics/distributions/unidinv.m, | |
5211 statistics/distributions/unidpdf.m, | |
5212 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5213 discrete_cdf, etc. |
6349 | 5214 |
5215 * statistics/distributions/pascal_cdf.m, | |
5216 statistics/distributions/pascal_inv.m, | |
5217 statistics/distributions/pascal_pdf.m, | |
5218 statistics/distributions/pascal_rnd.m: Remove. | |
5219 * statistics/distributions/nbincdf.m, | |
5220 statistics/distributions/nbininv.m, | |
5221 statistics/distributions/nbinpdf.m, | |
5222 statistics/distributions/nbinrnd.m: Replace with matlab | |
5223 compatible functions. | |
5224 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5225 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5226 nbincdf, etc functions to implement these. | |
5227 | |
6344 | 5228 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5229 | |
5230 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5231 command and data. | |
5232 | |
5233 2007-02-22 John W. Eaton <jwe@octave.org> | |
5234 | |
5235 * miscellaneous/doc.m: If index search fails, try again without | |
5236 the index search option. | |
5237 | |
6339 | 5238 2007-02-22 David Bateman <dbateman@free.fr> |
5239 | |
6341 | 5240 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5241 | |
6340 | 5242 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5243 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5244 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5245 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5246 and randp to accelerate. | |
5247 | |
6339 | 5248 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5249 | |
6338 | 5250 2007-02-22 John W. Eaton <jwe@octave.org> |
5251 | |
5252 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5253 cache data and display after xlim and ylim have been determined. | |
5254 | |
6337 | 5255 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5256 | |
5257 * plot/__uiobject_draw_axes__.m: | |
5258 Allow multiple images to be displayed with gnuplot. | |
5259 | |
6333 | 5260 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5261 | |
5262 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5263 for versions of GLPK 4.15 and later. | |
5264 | |
6328 | 5265 2007-02-19 John W. Eaton <jwe@octave.org> |
5266 | |
5267 * plot/__uiobject_alloc__.in: If next available element in | |
5268 __uiobject_list__ is 0, grow list before doing anything else. | |
5269 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5270 first call when size of __uiobject_list__ is 0. | |
5271 | |
6323 | 5272 2007-02-16 John W. Eaton <jwe@octave.org> |
5273 | |
5274 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5275 | |
6321 | 5276 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5277 | |
5278 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5279 | |
6316 | 5280 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5281 | |
5282 * specfun/nchoosek.m: Check nargin. | |
5283 | |
6314 | 5284 2007-02-15 John W. Eaton <jwe@octave.org> |
5285 | |
6315 | 5286 * path/addpath.m, path/rmpath.m: Delete |
5287 * path/Makefile.in (SOURCES): Remove them from the list. | |
5288 | |
6314 | 5289 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5290 Delete title, xlabel, ylabel, and zlabel properties before | |
5291 reassigning. | |
5292 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5293 Don't init outerposition if "mode" is "replace". | |
5294 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5295 If axes nextplot property is replace, pass "replace" as mode arg | |
5296 to __uiobject_axes_init__. | |
5297 | |
6308 | 5298 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5299 | |
6310 | 5300 * image/imshow.m: Don't restore old colormap. |
5301 | |
6309 | 5302 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5303 * image/__img__.m: New file containing common parts of image.m and | |
5304 imshow.m. | |
6312 | 5305 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5306 * image/image.m, image/imshow.m: Call __img__. |
5307 * plot/__uiobject_draw_axes__.m: | |
5308 Handle rgb imaged data stored in 3-d arrays. | |
5309 | |
6308 | 5310 * plot/figure.m: Doc fix. |
5311 | |
6304 | 5312 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5313 | |
5314 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5315 for reading and writing data. New tests. Improve rounding. | |
5316 | |
6302 | 5317 2007-02-13 John W. Eaton <jwe@octave.org> |
5318 | |
6303 | 5319 * plot/stem.m: New file, adapted from OctPlot. |
5320 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5321 | |
6302 | 5322 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5323 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5324 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5325 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5326 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5327 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5328 plot/semilogyerr.m: Return handles to line objects. | |
5329 | |
6301 | 5330 2007-02-11 John W. Eaton <jwe@octave.org> |
5331 | |
5332 * plot/__uiobject_close_all.m: New file. | |
5333 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5334 | |
6298 | 5335 2007-02-10 John W. Eaton <jwe@octave.org> |
5336 | |
5337 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5338 * plot/__uiobject_globals__.m: Don't call mlock. | |
5339 | |
5340 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5341 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5342 before calling pclose. | |
5343 | |
6291 | 5344 2007-02-09 John W. Eaton <jwe@octave.org> |
5345 | |
6295 | 5346 * plot/subplot.m: Delete spurious call to axes. |
5347 | |
6293 | 5348 * plot/figure.m: Call drawnow for current figure before creating |
5349 or switching to a new figure. | |
5350 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5351 nargin == 0 case. | |
5352 | |
6291 | 5353 * testfun/assert.m: Try to avoid problems when comparisons involve |
5354 strange values like Inf+NaNi. | |
5355 | |
6283 | 5356 2007-02-08 John W. Eaton <jwe@octave.org> |
5357 | |
6286 | 5358 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5359 and check gnuplot_use_title_option instead of just assuming -title | |
5360 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5361 | |
6285 | 5362 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5363 | |
6284 | 5364 * audio/Makefile.in, control/base/Makefile.in, |
5365 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5366 control/system/Makefile.in, control/util/Makefile.in, | |
5367 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5368 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5369 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5370 optimization/Makefile.in, plot/Makefile.in, | |
5371 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5372 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5373 special-matrix/Makefile.in, startup/Makefile.in, | |
5374 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5375 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5376 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5377 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5378 | |
6283 | 5379 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5380 only given property list. | |
5381 | |
6278 | 5382 2007-02-07 John W. Eaton <jwe@octave.org> |
5383 | |
6280 | 5384 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5385 properties. | |
5386 | |
6278 | 5387 * plot/sombrero.m: Call box ("off") after mesh. |
5388 | |
5389 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5390 line default" commands with older versions of gnuplot. | |
5391 | |
5392 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
5393 | |
6273 | 5394 2007-02-06 John W. Eaton <jwe@octave.org> |
5395 | |
5396 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
5397 * sparse/gplot.m: Use line style - instead of 1. | |
5398 | |
6272 | 5399 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
5400 | |
5401 * plot/print.m: Avoid error message from cellidx. | |
5402 | |
5403 2007-02-05 John W. Eaton <jwe@octave.org> | |
5404 | |
5405 * plot/legend.m: Fix check for data. | |
5406 | |
6270 | 5407 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5408 | |
5409 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
5410 Always set lt and pt. | |
5411 | |
6269 | 5412 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
5413 | |
5414 * plot/contourc.m: Correctly compute X and Y. | |
5415 | |
6268 | 5416 2007-02-05 John W. Eaton <jwe@octave.org> |
5417 | |
5418 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
5419 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
5420 | |
6264 | 5421 2007-02-01 John W. Eaton <jwe@octave.org> |
5422 | |
6266 | 5423 * plot/__uiobject_draw_axes__.m: |
5424 Don't try to set axis limits unless we have data. | |
5425 | |
6264 | 5426 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
5427 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5428 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5429 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
5430 instead of of key and fmt strings. | |
5431 | |
5432 * plot/__pltopt1__.m: Greatly simplify. | |
5433 | |
5434 * plot/__next_line_color__.m: New file. | |
5435 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5436 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
5437 | |
5438 * plot/__default_plot_options__.m: New file. | |
5439 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5440 | |
5441 * plot/__plt3__.m: Delete. | |
5442 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
5443 | |
6259 | 5444 2007-01-31 John W. Eaton <jwe@octave.org> |
5445 | |
6263 | 5446 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
5447 linestyle, linewidth, marker, and markersize properties. | |
5448 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
5449 colors and widths, and line styles. | |
5450 | |
5451 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 5452 |
6261 | 5453 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
5454 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5455 | |
5456 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5457 __gnuplot_save_data__. | |
5458 | |
6259 | 5459 * image/image.m: Accept 2 args, but ignore the second for now. |
5460 | |
6258 | 5461 2007-01-30 David Bateman <dbateman@free.fr> |
5462 | |
5463 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5464 to flag a package as to be autoloaded. Add install flags -noauto, | |
5465 -auto to force autoload behavior. | |
5466 (installed_packages): Make list of installed packages unique. | |
5467 | |
6259 | 5468 2007-01-30 John W. Eaton <jwe@octave.org> |
5469 | |
5470 * Merge of changes from graphics-branch: | |
5471 | |
5472 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5473 |
5474 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5475 | |
5476 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5477 property if it exists. | |
5478 | |
6259 | 5479 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5480 |
5481 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5482 min values outside of loop over child objects. | |
5483 | |
5484 * plot/contour.m, plot/contourc.m: New files. | |
5485 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5486 | |
5487 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5488 find a gnuplot version newer than 4.0. | |
5489 * image/__img_gnuplot__.m: Delete. | |
5490 * image/image.m: Create image graphics object. | |
5491 Call newplot to setup and drawnow to finish. | |
5492 Eliminate ZOOM arg. | |
5493 | |
5494 * plot/__uiobject_draw_axes__.m: Handle image data. | |
5495 | |
5496 * plot/legend.m: Eliminate useless variable "warned". | |
5497 | |
5498 * plot/__uiobject_image_ctor__.m: New file. | |
5499 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5500 | |
5501 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
5502 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
5503 | |
5504 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
5505 | |
5506 * plot/__default_colormap__.m: New file. | |
5507 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5508 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
5509 property. | |
5510 * image/colormap.m: Use colormap property of current figure | |
5511 to store colormap instead of using persistent variable. | |
5512 Call __default_colormap__ to get default map value. | |
5513 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
5514 | |
5515 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
5516 Handle some tick mark options. | |
5517 | |
5518 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
5519 set corresponding *mode to "manual". If we set dataaspectratio, | |
5520 set dataaspectratiomode to "manual". | |
5521 | |
5522 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5523 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5524 | |
5525 * plot/axis.m: New file. | |
5526 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5527 | |
5528 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5529 set corresponding *limmode to "manual". | |
5530 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5531 Use it to compute autosclaled limits. | |
5532 Arg is now handle, not object. Change all callers. | |
5533 Compute data limits. | |
5534 | |
6259 | 5535 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5536 |
5537 * plot/drawnow: Fix visibility check for zero args. | |
5538 | |
5539 * plot/text.m: New file. | |
5540 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5541 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5542 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5543 horizontalalignment properties. | |
5544 | |
5545 * plot/figure.m: Set options for f we just constructed or were | |
5546 given as an argument, not gcf. Only return handle if nargout > 0. | |
5547 | |
5548 * plot/drawnow.m: Handle visible field for figure here. | |
5549 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5550 | |
5551 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5552 title and axis labels. | |
5553 | |
5554 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5555 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5556 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5557 * plot/view.m: New file. | |
5558 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5559 | |
5560 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5561 Call __request_drawnow__. | |
5562 | |
5563 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5564 | |
5565 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5566 Call set to set properties. Return handle instead of structure. | |
5567 Change all callers. | |
5568 | |
5569 * plot/__uiobject_axes_setr__.m: New file. | |
5570 * plot/set.in: Check for __setter__ field. | |
5571 | |
5572 * plot/__uiobject_axes_init__.in: | |
5573 Rename from plot/__uiobject_axes_init__.m. | |
5574 Include __uiobject_globals__. | |
5575 Accept handle as arg instead of structure | |
5576 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5577 from the list. | |
5578 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5579 | |
6259 | 5580 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5581 |
5582 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5583 | |
5584 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5585 initializing each global variable. | |
5586 | |
6259 | 5587 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5588 |
5589 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5590 __uiobject_figure_handles_free_list__): New global variables. | |
5591 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5592 Place unused handles on the free list. | |
5593 | |
5594 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5595 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5596 | |
5597 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5598 handles here. Return figure handle. | |
5599 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5600 | |
6259 | 5601 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5602 |
5603 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5604 data for gnuplot. | |
5605 | |
5606 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5607 files. | |
5608 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5609 (DISTFILES): Include include-globals.awk in the list. | |
5610 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5611 ($(GEN_M) : %.m : %.in): New rule. | |
5612 | |
5613 * include-globals.awk: New file. | |
5614 | |
5615 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5616 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5617 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5618 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5619 plot/__uiobject_init_root_figure__.in, | |
5620 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5621 Rename from corresponding .m files. | |
5622 | |
5623 * move-if-change: New file. | |
5624 | |
5625 * plot/__uiobject_delete__.m: New file. | |
5626 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5627 plot/__uiobject_delete_child__.m: Delete. | |
5628 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5629 not a character string. | |
5630 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5631 Fix assignment to tmp key value in loop. | |
5632 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5633 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5634 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5635 Inline code to delete children. | |
5636 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5637 __uiobject_list__. | |
5638 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5639 and free child. | |
5640 | |
6259 | 5641 2006-12-08 John W. Eaton <jwe@octave.org> |
5642 | |
5643 * plot/gcf.m: Check if the root figure object's currentfigure | |
5644 handle is empty, not 0. | |
5645 * plot/__uiobject_root_figure_ctor__.m: | |
5646 Set currentfigure to [], not 0. | |
5647 | |
5648 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5649 | |
5650 2006-12-07 John W. Eaton <jwe@octave.org> | |
5651 | |
5652 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5653 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5654 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5655 plot/__uiobject_delete_children__.m, | |
5656 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5657 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5658 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5659 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5660 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5661 plot/__uiobject_init_figure__.m, | |
5662 plot/__uiobject_init_root_figure__.m, | |
5663 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5664 plot/__uiobject_remove_child__.m, | |
5665 plot/__uiobject_root_figure_ctor__.m, | |
5666 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5667 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5668 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5669 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5670 plot/set.m: New files. | |
5671 | |
5672 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5673 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5674 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5675 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5676 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5677 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5678 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5679 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5680 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5681 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5682 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5683 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5684 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5685 plot/semilogyerr.m, plot/replot.m: | |
5686 Adapt to new graphics data structure. | |
5687 | |
5688 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5689 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5690 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5691 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5692 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5693 plot/plot_border.m, plot/subwindow.m: Delete. | |
5694 | |
5695 2007-01-24 David Bateman <dbateman@free.fr> | |
5696 | |
5697 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5698 Delete bare newline in string passed to write_INDEX. | |
5699 | |
5700 * sparse/sprandsym.m: Make work for even values of N. | |
5701 | |
5702 2007-01-24 John W. Eaton <jwe@octave.org> | |
5703 | |
5704 * miscellaneous/news.m: New file. | |
5705 | |
5706 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5707 | |
5708 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5709 | |
5710 * strings/strncmp.m: Delete (we now have a built-in version). | |
5711 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5712 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5713 |
5714 * testfun/test.m: Check for all files in path, use first found. | |
5715 | |
5716 2007-01-22 David Bateman <dbateman@free.fr> | |
5717 | |
5718 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5719 | |
5720 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5721 | |
5722 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5723 file name. | |
5724 | |
5725 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5726 nargout is 1. Handle colormaps that have too few colors. | |
5727 | |
5728 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5729 (configure_make): Use fullfile instead of concatenating with "/". | |
5730 | |
6258 | 5731 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5732 | |
5733 * set/ismember.m: Handle N-d arrays. | |
5734 | |
5735 2007-01-10 David Bateman <dbateman@free.fr> | |
5736 | |
5737 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5738 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5739 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5740 New files. | |
5741 | |
5742 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5743 | |
6778 | 5744 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5745 |
5746 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5747 | |
5748 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5749 instead of concatenating with "/". Use mlock to ensure that | |
5750 persistent variables are not clobbered if user types clear all. | |
5751 | |
5752 2007-01-08 John W. Eaton <jwe@octave.org> | |
5753 | |
5754 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5755 Improve handling of file names containing globbing characters. | |
5756 From S�ren Hauberg <hauberg@gmail.com>. | |
5757 | |
5758 2007-01-05 John W. Eaton <jwe@octave.org> | |
5759 | |
5760 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5761 New files. | |
5762 | |
5763 2006-12-30 John W. Eaton <jwe@octave.org> | |
5764 | |
5765 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5766 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5767 | |
5768 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5769 | |
5770 * image/imshow.m: Strip NaNs from image. | |
5771 | |
5772 2006-12-08 David Bateman <dbateman@free.fr> | |
5773 | |
5774 * sparse/normest.m: New file. | |
5775 | |
6286 | 5776 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5777 |
6210 | 5778 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5779 Work on Windows systems without cp or mv. | |
5780 | |
6209 | 5781 * startup/inputrc: Include sequences for Windows. |
5782 | |
6203 | 5783 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5784 | |
5785 * pkg/pkg.m (unload_packages): New function. | |
5786 (pkg): Handle unload action. | |
5787 | |
5788 * __errplot__.m: Add missing semicolon. | |
5789 | |
6193 | 5790 2006-11-30 John W. Eaton <jwe@octave.org> |
5791 | |
5792 * miscellaneous/mexext.m: New file. | |
5793 | |
6189 | 5794 2006-11-29 David Bateman <dbateman@free.fr> |
5795 | |
5796 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5797 location of package lists to be probed and set. | |
5798 | |
6179 | 5799 2006-11-17 John W. Eaton <jwe@octave.org> |
5800 | |
6181 | 5801 * plot/__render_plot1__.m: Reverse y axis for images. |
5802 | |
6179 | 5803 * plot/__render_plot__.m: New args, terminal and output. |
5804 * plot/print.m: Don't set output and term here. Instead, call | |
5805 __render_plot__ with terminal and output. | |
5806 | |
6178 | 5807 2006-11-16 John W. Eaton <jwe@octave.org> |
5808 | |
5809 * plot/__render_plot1__.m: New file. | |
5810 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5811 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5812 gnuplot. Let __render_plot__ do that. | |
5813 | |
6177 | 5814 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5815 | |
5816 * plot/plot.m: Fix doc string. | |
5817 | |
6173 | 5818 2006-11-16 John W. Eaton <jwe@octave.org> |
5819 | |
5820 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5821 before sending anything to the plotter. | |
5822 | |
6172 | 5823 2006-11-15 John W. Eaton <jwe@octave.org> |
5824 | |
5825 * image/__img_gnuplot__.m: Store more info in global plot | |
5826 structures and use __render_plot__ to build plot command to | |
5827 display image. | |
5828 | |
5829 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5830 | |
5831 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5832 __plot_command_sep__): Delete. | |
5833 (__plot_data_type__, __plot_data_parametric__, | |
5834 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5835 __plot_usingstr__, __plot_withstr__): New variables. | |
5836 * plot/__init_plot_vars__.m: Initialize them. | |
5837 | |
5838 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5839 Don't handle sep or cmd. | |
5840 | |
5841 * plot/__render_plot__.m: New function. | |
5842 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5843 Store more info in global plot structures and use __render_plot__ | |
5844 to build plot command. | |
5845 * plot/replot.m: Simply call __render_plot__. | |
5846 | |
5847 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5848 Set __plot_data_parametric__ here. | |
5849 | |
6164 | 5850 2006-11-14 John W. Eaton <jwe@octave.org> |
5851 | |
6166 | 5852 * plot/bottom_title.m, plot/top_title.m: Delete. |
5853 | |
6164 | 5854 * image/image_viewer.m: Set default values here. |
5855 * image/image.m: Not here. | |
5856 | |
5857 * image/image_viewer.m: Always return old values. Check arguments. | |
5858 * image/__img_gnuplot__.m: Rename from __img__m. | |
5859 | |
5860 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5861 | |
5862 * image/image_viewer.m: New function. | |
5863 * image/__img_via_file__.m: New function. | |
5864 * image/image.m: Use image_viewer to determine which program to | |
5865 use for image viewing. | |
6754 | 5866 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5867 |
6163 | 5868 2006-11-14 John W. Eaton <jwe@octave.org> |
5869 | |
5870 * plot/__do_legend__.m, plot/__errplot__.m, | |
5871 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5872 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5873 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5874 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5875 Use __plot_globals__ for multiplot variables. Keep track of | |
5876 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5877 | |
6157 | 5878 2006-11-13 John W. Eaton <jwe@octave.org> |
5879 | |
6158 | 5880 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5881 | |
6157 | 5882 * miscellaneous/substruct.m: New function. |
5883 | |
5884 * testfun/assert.m: Force orientation to match when comparing | |
5885 struct elements. | |
5886 | |
5887 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5888 when comparing structs. | |
5889 | |
5890 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5891 | |
6754 | 5892 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5893 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5894 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5895 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5896 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5897 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5898 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5899 |
6156 | 5900 2006-11-13 John W. Eaton <jwe@octave.org> |
5901 | |
5902 * plot/mesh.m: Use size_equal to compare dimensions. | |
5903 | |
6154 | 5904 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5905 | |
5906 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5907 | |
6152 | 5908 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5909 | |
5910 * miscellaneous/copyfile.m: Fix docs to match function. | |
5911 | |
6145 | 5912 2006-11-08 John W. Eaton <jwe@octave.org> |
5913 | |
6146 | 5914 * plot/legend.m: New function, adapted from Octave Forge. |
5915 | |
5916 * plot/__do_legend__.m: New function. | |
5917 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5918 plot/replot.m: Call it before plotting. | |
5919 | |
5920 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5921 noparametric" to gnuplot.. | |
5922 | |
5923 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5924 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5925 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5926 and return key title separate from line format. Accept format and | |
5927 key as cellstr. Always return data as cell array. Return format | |
5928 and key title as cellstr. | |
5929 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5930 Handle line format and key titles separately. | |
5931 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5932 | |
5933 * plot/__plot_globals__.m (__plot_line_offset__, | |
5934 __plot_key_labels__, __plot_key_properties__): New global | |
5935 variables. Initialize them. | |
5936 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5937 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5938 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5939 (__plot_line_offset__, __plot_key_labels__, | |
5940 __plot_key_properties__): Store information about plot key titles. | |
5941 | |
5942 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5943 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5944 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5945 respectively. | |
5946 | |
5947 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5948 | |
6145 | 5949 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5950 whle concatenating args. | |
5951 | |
6144 | 5952 2006-11-07 John W. Eaton <jwe@octave.org> |
5953 | |
5954 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5955 | |
6142 | 5956 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5957 | |
6143 | 5958 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5959 option to regexp. | |
5960 | |
6142 | 5961 * image/__img__.m: Send "set size ratio -1" before plotting. |
5962 | |
6138 | 5963 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5964 | |
6139 | 5965 * strings/index.m: New arg, direction. Simplify and speed up. |
5966 * strings/rindex.m: Implement using index (..., "last"); | |
5967 | |
6754 | 5968 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5969 |
6130 | 5970 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5971 | |
5972 * general/__isequal__.m: Test size and class more consistently. | |
5973 | |
6116 | 5974 2006-10-27 John W. Eaton <jwe@octave.org> |
5975 | |
6117 | 5976 * miscellaneous/ls_command.m: Use /D instead of /w. |
5977 From Michael Goffioul <michael.goffioul@swing.be>. | |
5978 | |
6116 | 5979 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5980 * miscellaneous/dir.m: Mark as a command. | |
5981 | |
6112 | 5982 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5983 | |
5984 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5985 | |
6088 | 5986 2006-10-25 John W. Eaton <jwe@octave.org> |
5987 | |
5988 * image/image.m: Set x = y = [] when nargin == 0; | |
5989 | |
5990 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5991 | |
5992 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5993 * image/__img__.m: New file, originally from | |
5994 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5995 | |
6087 | 5996 2006-10-25 John W. Eaton <jwe@octave.org> |
5997 | |
5998 * plot/__gnuplot_version__.m: New function, originally from | |
5999 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6000 Quentin Spencer <qspencer@ieee.org>. | |
6001 | |
6085 | 6002 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6003 | |
6004 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6005 | |
6081 | 6006 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6007 | |
6008 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6009 miscellaneous/gunzip.m: New files. | |
6010 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6011 Call unpack to do the real work. | |
6012 | |
6075 | 6013 2006-10-24 John W. Eaton <jwe@octave.org> |
6014 | |
6078 | 6015 * plot/plot3.m: If we have a format string, then also pass using |
6016 string to __plt3__. | |
6017 | |
6077 | 6018 * plot/sombrero.m: Don't return anything if nargout == 0. |
6019 | |
6075 | 6020 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6021 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6022 |
6069 | 6023 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6024 | |
6025 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6026 Quote filenames in shell commands. | |
6027 | |
6055 | 6028 2006-10-17 David Bateman <dbateman@free.fr> |
6029 | |
6030 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6031 the package directory is missing. | |
6032 | |
6052 | 6033 2006-10-13 John W. Eaton <jwe@octave.org> |
6034 | |
6035 * plot/box.m: New function. | |
6036 | |
6050 | 6037 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6038 | |
6039 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6040 | |
6049 | 6041 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6042 | |
6043 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6044 | |
6047 | 6045 2006-10-10 John W. Eaton <jwe@octave.org> |
6046 | |
6047 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6048 | |
6046 | 6049 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6050 | |
6051 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6052 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6053 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6054 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6055 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6056 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6057 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6058 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6059 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6060 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6061 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6062 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6063 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6064 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6065 control/system/buildssic.m, control/system/c2d.m, | |
6066 control/system/cellidx.m, control/system/d2c.m, | |
6067 control/system/dmr2d.m, control/system/fir2sys.m, | |
6068 control/system/is_abcd.m, control/system/is_controllable.m, | |
6069 control/system/is_detectable.m, control/system/is_digital.m, | |
6070 control/system/is_observable.m, control/system/is_siso.m, | |
6071 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6072 control/system/jet707.m, control/system/listidx.m, | |
6073 control/system/ord2.m, control/system/parallel.m, | |
6074 control/system/ss.m, control/system/ss2zp.m, | |
6075 control/system/starp.m, control/system/sys2ss.m, | |
6076 control/system/sys2tf.m, control/system/sys2zp.m, | |
6077 control/system/sysadd.m, control/system/sysappend.m, | |
6078 control/system/syschtsam.m, control/system/sysconnect.m, | |
6079 control/system/syscont.m, control/system/sysdimensions.m, | |
6080 control/system/sysdisc.m, control/system/sysdup.m, | |
6081 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6082 control/system/sysgroup.m, control/system/sysidx.m, | |
6083 control/system/sysmin.m, control/system/sysmult.m, | |
6084 control/system/sysout.m, control/system/sysprune.m, | |
6085 control/system/sysscale.m, control/system/syssetsignals.m, | |
6086 control/system/syssub.m, control/system/sysupdate.m, | |
6087 control/system/tf.m, control/system/tfout.m, | |
6088 control/system/ugain.m, control/system/zp.m, | |
6089 control/system/zpout.m, control/util/__outlist__.m, | |
6090 control/util/__zgpbal__.m, control/util/prompt.m, | |
6091 control/util/sortcom.m, control/util/strappend.m, | |
6092 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6093 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6094 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6095 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6096 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6097 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6098 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6099 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6100 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6101 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6102 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6103 general/ind2sub.m, general/int2str.m, | |
6104 general/is_duplicate_entry.m, general/isdefinite.m, | |
6105 general/isequal.m, general/isequalwithequalnans.m, | |
6106 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6107 general/isvector.m, general/logical.m, general/logspace.m, | |
6108 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6109 general/perror.m, general/postpad.m, general/prepad.m, | |
6110 general/randperm.m, general/rem.m, general/repmat.m, | |
6111 general/rot90.m, general/rotdim.m, general/shift.m, | |
6112 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6113 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6114 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6115 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6116 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6117 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6118 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6119 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6120 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6121 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6122 linear-algebra/logm.m, linear-algebra/norm.m, | |
6123 linear-algebra/null.m, linear-algebra/orth.m, | |
6124 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6125 linear-algebra/trace.m, linear-algebra/vec.m, | |
6126 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6127 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6128 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6129 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6130 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6131 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6132 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6133 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6134 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6135 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6136 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6137 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6138 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6139 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6140 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6141 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6142 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6143 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6144 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6145 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6146 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6147 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6148 polynomial/polyder.m, polynomial/polyderiv.m, | |
6149 polynomial/polyfit.m, polynomial/polygcd.m, | |
6150 polynomial/polyinteg.m, polynomial/polyout.m, | |
6151 polynomial/polyreduce.m, polynomial/polyval.m, | |
6152 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6153 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6154 set/complement.m, set/create_set.m, set/intersect.m, | |
6155 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6156 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6157 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6158 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6159 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6160 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6161 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6162 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6163 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6164 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6165 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6166 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6167 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6168 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6169 special-matrix/hankel.m, special-matrix/hilb.m, | |
6170 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6171 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6172 statistics/base/center.m, statistics/base/cloglog.m, | |
6173 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6174 statistics/base/cov.m, statistics/base/cut.m, | |
6175 statistics/base/gls.m, statistics/base/iqr.m, | |
6176 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6177 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6178 statistics/base/mean.m, statistics/base/meansq.m, | |
6179 statistics/base/median.m, statistics/base/moment.m, | |
6180 statistics/base/ols.m, statistics/base/ppplot.m, | |
6181 statistics/base/probit.m, statistics/base/qqplot.m, | |
6182 statistics/base/range.m, statistics/base/ranks.m, | |
6183 statistics/base/run_count.m, statistics/base/skewness.m, | |
6184 statistics/base/spearman.m, statistics/base/statistics.m, | |
6185 statistics/base/std.m, statistics/base/studentize.m, | |
6186 statistics/base/table.m, statistics/base/values.m, | |
6187 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6188 statistics/distributions/betainv.m, | |
6189 statistics/distributions/betapdf.m, | |
6190 statistics/distributions/betarnd.m, | |
6191 statistics/distributions/binocdf.m, | |
6192 statistics/distributions/binoinv.m, | |
6193 statistics/distributions/binopdf.m, | |
6194 statistics/distributions/binornd.m, | |
6195 statistics/distributions/cauchy_cdf.m, | |
6196 statistics/distributions/cauchy_inv.m, | |
6197 statistics/distributions/cauchy_pdf.m, | |
6198 statistics/distributions/cauchy_rnd.m, | |
6199 statistics/distributions/chi2cdf.m, | |
6200 statistics/distributions/chi2inv.m, | |
6201 statistics/distributions/chi2pdf.m, | |
6202 statistics/distributions/chi2rnd.m, | |
6203 statistics/distributions/discrete_cdf.m, | |
6204 statistics/distributions/discrete_inv.m, | |
6205 statistics/distributions/discrete_pdf.m, | |
6206 statistics/distributions/discrete_rnd.m, | |
6207 statistics/distributions/empirical_rnd.m, | |
6208 statistics/distributions/expcdf.m, | |
6209 statistics/distributions/expinv.m, | |
6210 statistics/distributions/exppdf.m, | |
6211 statistics/distributions/exprnd.m, | |
6212 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6213 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6214 statistics/distributions/gamcdf.m, | |
6215 statistics/distributions/gaminv.m, | |
6216 statistics/distributions/gampdf.m, | |
6217 statistics/distributions/gamrnd.m, | |
6218 statistics/distributions/geocdf.m, | |
6219 statistics/distributions/geoinv.m, | |
6220 statistics/distributions/geopdf.m, | |
6221 statistics/distributions/geornd.m, | |
6222 statistics/distributions/hygecdf.m, | |
6223 statistics/distributions/hygeinv.m, | |
6224 statistics/distributions/hygepdf.m, | |
6225 statistics/distributions/hygernd.m, | |
6226 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6227 statistics/distributions/laplace_cdf.m, | |
6228 statistics/distributions/laplace_inv.m, | |
6229 statistics/distributions/laplace_pdf.m, | |
6230 statistics/distributions/laplace_rnd.m, | |
6231 statistics/distributions/logistic_cdf.m, | |
6232 statistics/distributions/logistic_inv.m, | |
6233 statistics/distributions/logistic_pdf.m, | |
6234 statistics/distributions/logistic_rnd.m, | |
6235 statistics/distributions/logncdf.m, | |
6236 statistics/distributions/logninv.m, | |
6237 statistics/distributions/lognpdf.m, | |
6238 statistics/distributions/lognrnd.m, | |
6239 statistics/distributions/normcdf.m, | |
6240 statistics/distributions/norminv.m, | |
6241 statistics/distributions/normpdf.m, | |
6242 statistics/distributions/normrnd.m, | |
6243 statistics/distributions/pascal_cdf.m, | |
6244 statistics/distributions/pascal_inv.m, | |
6245 statistics/distributions/pascal_pdf.m, | |
6246 statistics/distributions/pascal_rnd.m, | |
6247 statistics/distributions/poisscdf.m, | |
6248 statistics/distributions/poissinv.m, | |
6249 statistics/distributions/poisspdf.m, | |
6250 statistics/distributions/poissrnd.m, | |
6251 statistics/distributions/stdnormal_cdf.m, | |
6252 statistics/distributions/stdnormal_inv.m, | |
6253 statistics/distributions/stdnormal_pdf.m, | |
6254 statistics/distributions/stdnormal_rnd.m, | |
6255 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6256 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6257 statistics/distributions/unifcdf.m, | |
6258 statistics/distributions/unifinv.m, | |
6259 statistics/distributions/unifpdf.m, | |
6260 statistics/distributions/unifrnd.m, | |
6261 statistics/distributions/wblcdf.m, | |
6262 statistics/distributions/wblinv.m, | |
6263 statistics/distributions/wblpdf.m, | |
6264 statistics/distributions/wblrnd.m, | |
6265 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6266 statistics/tests/bartlett_test.m, | |
6267 statistics/tests/chisquare_test_homogeneity.m, | |
6268 statistics/tests/chisquare_test_independence.m, | |
6269 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6270 statistics/tests/hotelling_test.m, | |
6271 statistics/tests/hotelling_test_2.m, | |
6272 statistics/tests/kolmogorov_smirnov_test.m, | |
6273 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6274 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6275 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6276 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6277 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6278 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6279 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6280 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6281 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6282 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6283 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6284 strings/index.m, strings/isletter.m, strings/lower.m, | |
6285 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6286 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6287 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6288 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6289 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6290 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6291 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6292 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6293 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6294 time/etime.m, time/is_leap_year.m: | |
6295 Use print_usage instead of usage. | |
6296 | |
6044 | 6297 2006-10-09 David Bateman <dbateman@free.fr> |
6298 | |
6299 * time/datevec.m: Add additional compatible default parsing strings. | |
6300 | |
6395 | 6301 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6302 |
6042 | 6303 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6304 Remove compare_versions subfunction. | |
6305 | |
6306 * miscellaneous/compare_versions.m: New function to compare | |
6307 version numbers as strings with any boolean operators. | |
6308 | |
6041 | 6309 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6310 file exists. | |
6311 | |
6036 | 6312 2006-10-04 John W. Eaton <jwe@octave.org> |
6313 | |
6314 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6315 | |
6032 | 6316 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6317 | |
6037 | 6318 * pkg/pkg.m: Update docs. Handle prefix option. |
6319 Handle dependencies for load option. | |
6032 | 6320 |
6029 | 6321 2006-10-04 John W. Eaton <jwe@octave.org> |
6322 | |
6030 | 6323 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6324 | |
6325 * plot/clg.m: Delete. | |
6326 * plot/__init_plot_vars__.m: New function. | |
6327 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6328 |
6025 | 6329 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6330 | |
6331 * pkg/pkg.m: Avoid calling addpath with no args. | |
6332 | |
6024 | 6333 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6334 | |
6335 * audio/loadaudio.m, control/base/nyquist.m, | |
6336 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6337 linear-algebra/krylov.m, statistics/base/center.m, | |
6338 statistics/base/median.m, statistics/base/std.m, | |
6339 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6340 find first or last element matching a condition. | |
6341 | |
6023 | 6342 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6343 | |
6344 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6345 general/__isequal__.m: Minimize looping using cellfun. | |
6346 | |
6020 | 6347 2006-10-02 David Bateman <dbateman@free.fr> |
6348 | |
6349 * pkg/pkg.m (copy_files): always create installation directory. | |
6350 | |
6016 | 6351 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6352 | |
6353 * miscellaneous/doc.m: Swap file and directory args to info. | |
6354 | |
6355 2006-10-01 Arno Onken <whyly@gmx.net> | |
6356 | |
6357 * statistics/distributions/exprnd.m: Fix typo. | |
6358 | |
6014 | 6359 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6360 | |
6361 * polynomial/ppval.m: Use .' instead of '. | |
6362 * polynomial/spline.m: Likewise. New tests. | |
6363 | |
6004 | 6364 2006-09-26 David Bateman <dbateman@free.fr> |
6365 | |
6366 * __plt3__.m: Using global variables __plot_data__, | |
6367 __plot_data_offset__ and __plot_command__ to store plots and | |
6368 correctly handle multiplots, and hold state. Only accept a single | |
6369 data parameter plus, using, format and with strings. Remove | |
6370 setting of gnuplot parameters. | |
6371 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6372 * __setup_plot__.m: Convert to a function and pass the plotting | |
6373 command to use. | |
6374 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6375 * contour.m: Use unwind protect on the parametric state of plot | |
6376 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6377 * mesh.m: ditto. | |
6378 * plot3.m: Error checking, setting of parametric state and | |
6379 formation of matrix to plot moved from old __plt3__. | |
6380 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6381 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6382 |
5997 | 6383 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6384 |
6385 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
6386 | |
6387 * signal/filter2.m: Correct texinfo doc. | |
6388 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6389 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6390 |
6391 * miscellaneous/parseparams.m: Correct texinfo doc. | |
6392 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6393 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 6394 |
6395 * pkg/pkg.m (prepare_installation): Don't create package | |
6396 installation directory here. | |
6397 (copy_files): Create it here instead, to avoid issues with | |
6398 upgrades. Also install the COPYING file in packinfo. | |
6399 | |
5989 | 6400 2006-09-13 John W. Eaton <jwe@octave.org> |
6401 | |
6402 * general/blkdiag.m: Adjust to new cellfun rules. | |
6403 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6404 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 6405 |
6406 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
6407 error message for archive name not matching package name. | |
6408 (installed_packages): Size header of printed results to | |
6409 arguments. Sort the list of installed packages before printing | |
6410 them. | |
6411 | |
5986 | 6412 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
6413 | |
6414 * signal/freqz.m: Update tests. | |
6415 | |
6416 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
6417 | |
6418 * signal/freqz.m: Corretly postpad arrays. | |
6419 Don't call fliplr on a column vector. | |
6420 | |
5984 | 6421 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
6422 | |
6423 * general/shiftdim.m: Use permute instead of reshape. | |
6424 | |
5981 | 6425 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
6426 | |
6427 * miscellaneous/parseparams.m: New function. | |
6428 | |
5980 | 6429 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
6430 | |
6431 * miscellaneous/doc.m: Swap order of --file and --directory | |
6432 options for info program invocation. | |
6433 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6434 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 6435 |
5987 | 6436 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 6437 previous change. |
6438 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6439 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 6440 |
6441 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
6442 absence of trailing "/" in OCTAVE_HOME. | |
6443 | |
5973 | 6444 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
6445 | |
6446 * time/datenum.m: Allow arg to be character string. | |
6447 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6448 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 6449 |
6450 * pkg/pkg.m (install): Verify that package name correponds to the | |
6451 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
6452 they are empty. If package directory is empty, remove it to fail | |
6453 gracefully for system specific packages. | |
6454 (extract_pkgadd, create_pkgadd): delete. | |
6455 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6456 (copy_files): Install both bin/ and doc/ directories, adding the | |
6457 bin/ to the EXEC_PATH when the package is loaded. | |
6458 | |
5962 | 6459 2006-08-24 John W. Eaton <jwe@octave.org> |
6460 | |
6461 * image/saveimage.m: Use logical indexing instead of | |
6462 indices computed by calling find on the logical index. | |
6463 | |
5961 | 6464 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
6465 | |
5967 | 6466 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6467 Use logical indexing instead of indices computed by calling find |
6468 on the logical index. | |
6469 | |
6470 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6471 |
5959 | 6472 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6473 | |
6474 * control/system/tf2zp.m: Simplify gain calculation. | |
6475 | |
5958 | 6476 2006-08-23 John W. Eaton <jwe@octave.org> |
6477 | |
6478 * plot/__plt__.m: Insert using clauses for all plots. | |
6479 | |
5957 | 6480 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6481 | |
6482 * control/system/sysscale.m: Call tf and zp with correct number of | |
6483 args. | |
6484 | |
5955 | 6485 2006-08-22 David Bateman <dbateman@free.fr> |
6486 | |
6487 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6488 Search inst/*.m and src/*.m files in the package for | |
6489 PKG_ADD directives and append user supplied PKG_ADD. | |
6490 (pkg): Call create_pkgadd after copying files. | |
6491 | |
5947 | 6492 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
6493 | |
6494 * pkg/pkg.m: Handle multiple packages in a single file. | |
6495 Insert directory separator between OCTAVE_HOME and rest of package | |
6496 installation directory. | |
6497 | |
6498 2006-08-21 John W. Eaton <jwe@octave.org> | |
6499 | |
6500 * general/num2str.m: Early return if arg is empty. | |
6501 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
6502 | |
5946 | 6503 2006-08-21 David Bateman <dbateman@free.fr> |
6504 | |
6505 * strings/mat2str.m: Compute NC before using. | |
6506 | |
5937 | 6507 2006-08-17 John W. Eaton <jwe@octave.org> |
6508 | |
6509 * audio/wavread.m: Fix calculation of sample count. | |
6510 | |
5934 | 6511 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6512 | |
6513 * image/imshow.m: New Matlab-compatible version. | |
6514 | |
5930 | 6515 2006-08-15 John W. Eaton <jwe@octave.org> |
6516 | |
6517 * deprecated/is_global.m: Delete. | |
6518 | |
5928 | 6519 2006-08-14 John W. Eaton <jwe@octave.org> |
6520 | |
6521 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6522 | |
5926 | 6523 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6524 | |
6525 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6526 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6527 | |
5928 | 6528 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6529 | |
6778 | 6530 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6531 Use addpath and rmpath instead of manipulating LOADPATH. |
6532 Handle changes to system function. | |
6533 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6534 recursive directory removal. | |
5922 | 6535 |
5924 | 6536 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6537 | |
6778 | 6538 * colormap.m: Change global variable to persistent. |
5923 | 6539 |
5922 | 6540 * rgb2ind.m: Handle single 3-d array as rgb image. |
6541 | |
5920 | 6542 2006-08-14 John W. Eaton <jwe@octave.org> |
6543 | |
6544 * strings/str2double.m: Fix missing semicolon. | |
6545 | |
5910 | 6546 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6547 | |
6548 * plot/plot3.m: Accept one complex or one real and one complex | |
6549 argument and plot real and imaginary components for y and z. | |
6550 | |
5908 | 6551 2006-07-27 John W. Eaton <jwe@octave.org> |
6552 | |
6553 * testfun/test.m: Call fflush after each block of calls to | |
6554 fprintf, fputs, or fdisp. | |
6555 | |
5904 | 6556 2006-07-26 John W. Eaton <jwe@octave.org> |
6557 | |
6558 * miscellaneous/mex.m: New function. | |
6559 | |
5901 | 6560 2006-07-22 John W. Eaton <jwe@octave.org> |
6561 | |
6562 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6563 | |
5881 | 6564 2006-07-07 John W. Eaton <jwe@octave.org> |
6565 | |
6566 * miscellaneous/orderfields.m: New file. | |
6567 | |
5873 | 6568 2006-06-30 John W. Eaton <jwe@octave.org> |
6569 | |
6570 * time/datevec.m: Make another attempt to account for precision of | |
6571 datenum format. | |
6572 | |
5868 | 6573 2006-06-29 John W. Eaton <jwe@octave.org> |
6574 | |
6575 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6576 Use feval instead of "type -q" to get values now that all the | |
6577 symbols are functions. | |
6578 | |
5860 | 6579 2006-06-16 John W. Eaton <jwe@octave.org> |
6580 | |
6581 * time/datevec.m: Avoid computing log of non-positive values. | |
6582 | |
5859 | 6583 2006-06-14 John W. Eaton <jwe@octave.org> |
6584 | |
6585 * time/datevec.m: Attempt to account for precision of datenum format. | |
6586 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6587 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6588 |
6589 * audio/wavread.m: Fix file range error and add read support for | |
6590 24-bit WAV files. | |
6591 | |
5837 | 6592 2006-06-01 David Bateman <dbateman@free.fr> |
6593 | |
6594 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6595 general/interp1.m, general/gradient.m, general/interp2.m, | |
6596 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6597 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6598 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6599 | |
5835 | 6600 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6601 | |
6602 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6603 * miscellaneous/texas_lotto.m: Fix warning message. | |
6604 | |
5830 | 6605 2006-05-26 John W. Eaton <jwe@octave.org> |
6606 | |
6607 * miscellaneous/doc.m: Also handle nargin == 0. | |
6608 | |
5829 | 6609 2006-05-23 John W. Eaton <jwe@octave.org> |
6610 | |
6611 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6612 really needed. | |
6613 | |
5827 | 6614 2006-05-22 John W. Eaton <jwe@octave.org> |
6615 | |
6754 | 6616 * general/lookup.m: New file from Octave Forge. |
5827 | 6617 |
6618 2006-05-22 David Bateman <dbateman@free.fr> | |
6619 | |
6754 | 6620 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6621 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6622 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6623 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6624 special-matrix/magic.m, special-matrix/hadamard.m, | |
6625 strings/strtok.m: New files from Octave Forge. | |
5827 | 6626 |
5824 | 6627 2006-05-19 David Bateman <dbateman@free.fr> |
6628 | |
6629 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6630 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6631 |
5821 | 6632 2006-05-17 John W. Eaton <jwe@octave.org> |
6633 | |
6634 * set/intersection.m: Delete | |
6635 * deprecated/intersection.m: New file. | |
6636 | |
5820 | 6637 2006-05-17 David Bateman <dbateman@free.fr> |
6638 | |
6639 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6640 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6641 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6642 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6643 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6644 Forge. | |
6645 | |
5809 | 6646 2006-05-11 John W. Eaton <jwe@octave.org> |
6647 | |
5815 | 6648 * path/path.m: Delete (now a built-in function). |
6649 | |
5811 | 6650 * pkg/Makefile.in: New file. |
6651 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6652 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6653 |
5808 | 6654 2006-05-10 John W. Eaton <jwe@octave.org> |
6655 | |
6656 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6657 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6658 | |
8149 | 6659 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6660 |
6661 * tar.m, untar.m, unzip.m: New files. | |
6662 | |
5801 | 6663 2006-05-10 John W. Eaton <jwe@octave.org> |
6664 | |
5804 | 6665 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6666 * path/setpath.m: Delete. | |
6667 | |
5801 | 6668 * pkg/pkg.m: New file. |
6669 | |
5798 | 6670 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6671 | |
6672 * plot/plot.m: Doc string fix. | |
6673 | |
6674 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6675 | |
6676 * testfun/speeed.m: Use new interface to unique and assert. | |
6677 Improve documentation. Approximate time complexity from log-log | |
6678 plot. Return time complexity and raw times if requested. The | |
6679 mean ratio is no longer returned. Provide complete control over | |
6680 which n are computed. | |
6681 | |
6682 2006-05-09 John W. Eaton <jwe@octave.org> | |
6683 | |
6684 * path/path.m: Move here from miscellaneous. | |
6685 Adapt to new LOADPATH definition. | |
6686 | |
5789 | 6687 2006-05-03 David Bateman <dbateman@free.fr> |
6688 | |
6689 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6690 explicit uses of a path seperation character with pathsep(). | |
6691 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6692 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6693 |
6778 | 6694 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6695 |
5781 | 6696 2006-04-29 John W. Eaton <jwe@octave.org> |
6697 | |
6698 * startup/main-rcfile: Disable some warnings. | |
6699 | |
5762 | 6700 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6701 | |
6702 * strings/strcmpi.m: Return false instead of error if args are not | |
6703 char or cellstr. | |
6704 | |
5750 | 6705 2006-04-10 John W. Eaton <jwe@octave.org> |
6706 | |
6707 * miscellaneous/dir.m: Ensure that returned structure array is | |
6708 Nx1, not 1xN. | |
6709 | |
5746 | 6710 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6711 | |
6712 * plot/hist.m: Ignore NaN in inputs. | |
6713 | |
5745 | 6714 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6715 | |
6716 * miscellaneous/mkoctfile.m: Doc string fix. | |
6717 | |
5741 | 6718 2006-04-05 John W. Eaton <jwe@octave.org> |
6719 | |
6720 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6721 are both empty. | |
6722 * plot/__plt__.m: Ignore empty data and format strings returned | |
6723 from __plt1__ or __plt2__. | |
6724 | |
5737 | 6725 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6726 | |
6778 | 6727 * set/unique.m: Properly handle single column input when |
5737 | 6728 "rows" is specified. |
6729 | |
5732 | 6730 2006-04-04 John W. Eaton <jwe@octave.org> |
6731 | |
5736 | 6732 * path/setpath.m: New file. |
6733 * path/savepath.m: Use setpath to set path instead of assigning | |
6734 directly to LOADPATH. | |
6735 | |
5732 | 6736 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6737 New files, adapted from Octave Forge by Keith Goodman | |
6738 <kwgoodman@gmail.com>. | |
6739 * path: New directory. | |
6740 * Makefile.in (SUBDIRS): Add it to the list. | |
6741 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6742 | |
5731 | 6743 2006-04-02 David Bateman <dbateman@free.fr> |
6744 | |
6745 * general/tril.m, general.triu.m: | |
6746 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6747 to allow user types to work correctly. | |
6748 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6749 | |
5727 | 6750 2006-04-03 David Bateman <dbateman@free.fr> |
6751 | |
6752 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6753 Accept keyword "minor" for minor grid. | |
6754 | |
5721 | 6755 2006-03-28 John W. Eaton <jwe@octave.org> |
6756 | |
6757 * general/isscalar.m: Only require that all dimensions are 1 for | |
6758 compatiblity. | |
6759 | |
6760 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6761 | |
6762 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6763 compatibility. | |
6764 | |
5720 | 6765 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6766 | |
6767 * plot/__errplot__.m: Doc string fix. | |
6768 | |
6769 * miscellaneous/doc.m: Mark as command. | |
6770 | |
6771 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6772 general/isequalwithequalnans.m, general/blkdiag.m, | |
6773 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6774 | |
5717 | 6775 2006-03-27 Don Bindner <dbindner@truman.edu> |
6776 | |
6777 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6778 return 3d matrices. | |
6779 | |
6780 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6781 | |
6782 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6783 | |
5708 | 6784 2006-03-22 John W. Eaton <jwe@octave.org> |
6785 | |
6786 * plot/print.m: Don't replot after popping terminal setting. | |
6787 | |
5696 | 6788 2006-03-20 John W. Eaton <jwe@octave.org> |
6789 | |
6790 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6791 mkoctfile. Use fullfile to construct file name. | |
6792 | |
5695 | 6793 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6794 | |
6795 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6796 shell script from Octave prompt. | |
6797 | |
5690 | 6798 2006-03-17 John W. Eaton <jwe@octave.org> |
6799 | |
5693 | 6800 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6801 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6802 | |
6803 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6804 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6805 Call new wbl functions to do the real work. | |
6806 Swap args and provide default values as necessary to preserve | |
6807 compatibility with old version of Octave. | |
6808 | |
6809 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6810 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6811 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6812 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6813 Swap scale and shape args for compatibility. | |
6814 | |
5692 | 6815 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6816 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6817 Preserve compatibility with old versions of Octave given new | |
6818 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6819 |
5692 | 6820 * statistics/distributions/logncdf.m, |
6821 statistics/distributions/logninv.m, | |
6822 statistics/distributions/lognpdf.m, | |
6823 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6824 From Ben Barrowes <barrowes@alum.mit.edu> | |
6825 | |
5691 | 6826 * deprecated/hypergeometric_rnd.m: Update interface to match |
6827 current 2.1.x version. | |
6828 | |
6829 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6830 | |
5690 | 6831 * miscellaneous/dir.m: Use readdir instead of glob. |
6832 Special case for "." to avoid globbing. Use list_in_columns. | |
6833 Eliminate unused variables len and finfo. | |
6834 | |
5689 | 6835 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6836 | |
6837 * miscellaneous/dir.m: Improve compatibility. | |
6838 | |
5687 | 6839 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6840 | |
6841 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6842 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6843 | |
5686 | 6844 2006-03-16 John W. Eaton <jwe@octave.org> |
6845 | |
6846 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6847 of looking at sum of max dimensions. | |
6848 | |
5681 | 6849 2006-03-16 David Bateman <dbateman@free.fr> |
6850 | |
6851 * testfun/test.m: Clear last warning before warning test to avoid | |
6852 issues with previously set warnings. | |
6853 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6854 sparse matrices. Force matrix type from spqr solution to be | |
6855 singular to force QR solvers to be used for assert. | |
6856 | |
5678 | 6857 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6858 | |
6859 * strings/strfind.m: New file. | |
6860 | |
5677 | 6861 2006-03-16 John W. Eaton <jwe@octave.org> |
6862 | |
6863 * general/rows.m, general/columns.m: Delete. | |
6864 | |
5674 | 6865 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6866 | |
6867 * strings/strcmpi.m: Simplify. | |
6868 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6869 * strings/strtrunc.m: New file. |
5674 | 6870 |
5676 | 6871 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6872 | |
5672 | 6873 2006-03-15 John W. Eaton <jwe@octave.org> |
6874 | |
6875 * miscellaneous/doc.m: New file. | |
8149 | 6876 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6877 |
5671 | 6878 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6879 | |
6880 * miscellaneous/mkoctfile.m: New file. | |
6881 | |
5670 | 6882 2006-03-15 John W. Eaton <jwe@octave.org> |
6883 | |
6884 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6885 | |
5666 | 6886 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6887 | |
6888 * strings/bin2dec.m: Doc fix. | |
6889 | |
5661 | 6890 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6891 | |
6892 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6893 * time/datenum.m: New function to compute day number from time. | |
6894 | |
5659 | 6895 2006-03-09 John W. Eaton <jwe@octave.org> |
6896 | |
6897 * miscellaneous/unix.m, plot/print.m: | |
6898 Swap order of outputs from system. | |
6899 | |
5642 | 6900 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6901 | |
6902 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6903 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6904 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6905 control/base/__stepimp__.m, control/base/are.m, | |
6906 control/base/controldemo.m, control/base/damp.m, | |
6907 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6908 control/base/step.m, control/system/abcddim.m, | |
6909 control/system/is_abcd.m, control/system/is_controllable.m, | |
6910 control/system/is_detectable.m, control/system/is_observable.m, | |
6911 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6912 control/system/jet707.m, control/system/sys2fir.m, | |
6913 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6914 control/system/tfout.m, control/system/ugain.m, | |
6915 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6916 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6917 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6918 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6919 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6920 general/circshift.m, general/columns.m, general/flipdim.m, | |
6921 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6922 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6923 general/isequalwithequalnans.m, general/isscalar.m, | |
6924 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6925 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6926 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6927 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6928 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6929 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6930 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6931 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6932 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6933 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6934 miscellaneous/license.m, miscellaneous/menu.m, | |
6935 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6936 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6937 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6938 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6939 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6940 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6941 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6942 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6943 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6944 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6945 polynomial/polyinteg.m, polynomial/polyout.m, | |
6946 polynomial/polyreduce.m, polynomial/polyval.m, | |
6947 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6948 set/create_set.m, set/intersection.m, set/ismember.m, | |
6949 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6950 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6951 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6952 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6953 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6954 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6955 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6956 special-matrix/vander.m, statistics/base/median.m, | |
6957 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6958 statistics/distributions/gaminv.m, | |
6959 statistics/distributions/gampdf.m, | |
6960 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6961 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6962 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6963 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6964 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6965 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6966 | |
5633 | 6967 2006-02-27 John W. Eaton <jwe@octave.org> |
6968 | |
6969 * time/tic.m: Move here from miscellaneous/tic.m. | |
6970 * time/toc.m: Move here from miscellaneous/toc.m. | |
6971 | |
6972 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6973 | |
6974 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6975 does not assign output of toc to a variable. | |
6976 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6977 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6978 |
6979 * axis.m: Catch limits that are the same and return an error. | |
6980 | |
5625 | 6981 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6982 | |
6983 * plot/print.m: Accept emf device option to support Enhanced | |
6984 Metafile format. | |
6985 | |
6986 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6987 | |
6988 * control/base/lqe.m: Doc fix. | |
6989 | |
5623 | 6990 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6991 | |
6992 * statistics/distributions/gamcdf.m: Doc fix. | |
6993 * statistics/distributions/gaminv.m: Doc fix. | |
6994 * statistics/distributions/gampdf.m: Doc fix. | |
6995 * statistics/distributions/gamrnd.m: Doc fix. | |
6996 | |
5610 | 6997 2006-02-09 David Bateman <dbateman@free.fr> |
6998 | |
6778 | 6999 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7000 for arbitrary user type. | |
7001 * general/tril.m: ditto. | |
7002 * sparse/sprand.m: Doc fix. | |
7003 * sparse/sprandn.m: Ditto. | |
7004 * sparse/sprandsym.m: New function. | |
7005 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7006 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7007 Update for syntax error for latest texinfo.tex file. | |
5610 | 7008 |
5605 | 7009 2006-02-02 John W. Eaton <jwe@octave.org> |
7010 | |
7011 * plot/grid.m: Append ";\n" to "set grid" command. | |
7012 | |
7013 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7014 | |
7015 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7016 | |
5597 | 7017 2006-01-13 John W. Eaton <jwe@octave.org> |
7018 | |
7019 * audio/Makefile.in, control/base/Makefile.in, | |
7020 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7021 control/system/Makefile.in, control/util/Makefile.in, | |
7022 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7023 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7024 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7025 optimization/Makefile.in, plot/Makefile.in, | |
7026 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7027 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7028 special-matrix/Makefile.in, startup/Makefile.in, | |
7029 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7030 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7031 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7032 (all): Depend on PKG_ADD. | |
7033 (PKG_ADD): New target. | |
7034 | |
7035 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7036 | |
7037 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7038 | |
5596 | 7039 2006-01-13 John W. Eaton <jwe@octave.org> |
7040 | |
7041 * time/etime.m: Move here from miscellaneous/etime.m. | |
7042 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7043 | |
5595 | 7044 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7045 | |
6778 | 7046 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7047 * miscellaneous/fullfile.m: Likewise. |
7048 | |
5592 | 7049 2006-01-12 David Bateman <dbateman@free.fr> |
7050 | |
7051 * general/blkdiag.m: Compatible behavior for empty matrices | |
7052 * statistics/base/unidrnd.m: Documentation buglet. | |
7053 | |
5583 | 7054 2005-12-14 David Bateman <dbateman@free.fr> |
7055 | |
5589 | 7056 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7057 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7058 | |
7059 * Makefile.in (SUBDIRS): Include testfun. | |
7060 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7061 | |
5583 | 7062 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7063 | |
7064 * general/__isequal__.m: Remove reference to getfield. | |
7065 | |
7066 * plot/hist.m: Update test code for row/column discrepencies. | |
7067 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7068 Update the test code for this. | |
7069 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7070 | |
5579 | 7071 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7072 | |
7073 * cell/cell2mat.m: New file, from octave-forge. | |
7074 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7075 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7076 |
7077 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7078 New graph theory functions. | |
7079 | |
5574 | 7080 2005-12-13 John W. Eaton <jwe@octave.org> |
7081 | |
7082 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7083 | |
7084 * control/system/ss.m: Doc fix. | |
7085 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7086 | |
5572 | 7087 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7088 | |
7089 * audio/wavread.m, audio/wavwrite.m: | |
7090 Correct scaling for 8-bit linear pcm samples. | |
7091 Improve scaling for all other linear pcm resolutions. | |
7092 | |
5568 | 7093 2005-12-07 John W. Eaton <jwe@octave.org> |
7094 | |
7095 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7096 | |
7097 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7098 * strings/strjust.m: Likewise. | |
7099 | |
7100 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7101 * signal/arma_rnd.m: Likewise. | |
7102 * strings/strcat.m: Likewise. | |
7103 * control/base/__freqresp__.m: Likewise. | |
7104 * control/base/place.m: Likewise. | |
7105 * control/base/pzmap.m: Likewise. | |
7106 * control/base/pzmap.m: Likewise. | |
7107 * control/system/sysappend.m: Likewise. | |
7108 * control/system/syscont.m: Likewise. | |
7109 * control/system/sysdisc.m: Likewise. | |
7110 * control/system/sysgroup.m: Likewise. | |
7111 * control/system/tfout.m: Likewise. | |
7112 * control/system/zpout.m: Likewise. | |
7113 * control/util/__outlist__.m: Likewise. | |
7114 | |
5567 | 7115 2005-12-06 John W. Eaton <jwe@octave.org> |
7116 | |
7117 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7118 Avoid for loop in interleave/deinterleave steps. | |
7119 | |
5565 | 7120 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7121 | |
7122 * audio/wavread.m, audio/wavwrite.m: New files. | |
7123 | |
5563 | 7124 2005-12-06 John W. Eaton <jwe@octave.org> |
7125 | |
7126 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7127 | |
5560 | 7128 2005-12-05 John W. Eaton <jwe@octave.org> |
7129 | |
5561 | 7130 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7131 |
5558 | 7132 2005-12-02 John W. Eaton <jwe@octave.org> |
7133 | |
7134 * miscellaneous/fileattrib.m: New function. | |
7135 | |
5556 | 7136 2005-12-01 John W. Eaton <jwe@octave.org> |
7137 | |
7138 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7139 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7140 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7141 | |
5555 | 7142 2005-11-30 John W. Eaton <jwe@octave.org> |
7143 | |
7144 * linear-algebra/krylov.m: Format doc string. | |
7145 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7146 | |
5551 | 7147 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7148 | |
7149 * general/blkdiag.m: Import from octave-forge. | |
7150 Ignore empty matrices in the input. Add tests. | |
5549 | 7151 |
7152 * general/isequal.m, general/isequalwithequalnans.m: | |
7153 New wrapper scripts for general/__isequal__.m. | |
7154 * general/__isequal__.m: Rename from general/isequal.m. | |
7155 New arg, nans_compare_equal. | |
7156 | |
5548 | 7157 2005-11-29 John W. Eaton <jwe@octave.org> |
7158 | |
7159 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7160 calling system. Only append octave_forge_string if | |
7161 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7162 Call license instead of hard-coding license info here. | |
7163 | |
7164 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7165 __octave_licenses__. Use puts instead of disp. |
5548 | 7166 Use getuid and getpwuid instead of calling unix ("id -un"). |
7167 If nargout = 1, return license info instead of printing usage message. | |
7168 | |
5546 | 7169 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7170 | |
7171 * miscellaneous/ver.m: New file. | |
7172 * miscellaneous/license.m: New file. | |
7173 | |
5545 | 7174 2005-11-22 John W. Eaton <jwe@octave.org> |
7175 | |
7176 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7177 gnuplot set command. | |
7178 | |
5539 | 7179 2005-11-15 John W. Eaton <jwe@octave.org> |
7180 | |
7181 * general/shiftdim.m: Doc fix. | |
7182 | |
5532 | 7183 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7184 | |
7185 * set/unique.m: Doc string fix. | |
7186 | |
5527 | 7187 2005-11-01 John W. Eaton <jwe@octave.org> |
7188 | |
7189 * Makefile.in (distclean, maintainer-clean): | |
7190 Also remove autom4te.cache directory. | |
7191 From Quentin Spencer <qspencer@ieee.org>. | |
7192 | |
5518 | 7193 2005-10-28 John W. Eaton <jwe@octave.org> |
7194 | |
7195 * general/shiftdim.m: Compatibility fix for row vectors. | |
7196 Correct check for non-scalar non-integer shift. For positive | |
7197 N, shift is remainder of N and number of dims. Always return NS. | |
7198 Simplify. | |
7199 | |
5500 | 7200 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7201 | |
7202 * general/randperm.m: Improve compatibility by allowing input | |
7203 value of zero. | |
7204 | |
5493 | 7205 2005-10-13 John W. Eaton <jwe@octave.org> |
7206 | |
7207 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7208 If in multiplot mode, clear plot before issuing new plot command. | |
7209 | |
7210 * plot/__setup_plot__.m: New function. | |
7211 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7212 Handle multiplot data and offsets here. | |
7213 | |
7214 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7215 Move initialization to __setup_plot__.m. | |
7216 | |
7217 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7218 Don't reset gnuplot_command_replot. | |
7219 | |
7220 * plot/replot.m: Handle multiplot data and offsets here. | |
7221 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7222 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7223 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7224 | |
5489 | 7225 2005-10-12 John W. Eaton <jwe@octave.org> |
7226 | |
7227 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7228 | |
5482 | 7229 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7230 | |
7231 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7232 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7233 _inv functions. | |
7234 * chi2pdf.m: Fixed typos in the documentation. | |
7235 | |
5475 | 7236 2005-09-28 John W. Eaton <jwe@octave.org> |
7237 | |
5476 | 7238 * miscellaneous/single.m: New function. |
7239 | |
5475 | 7240 * statistics/base/unidrnd.m: New function. |
7241 | |
5474 | 7242 2005-09-27 John W. Eaton <jwe@octave.org> |
7243 | |
7244 * miscellaneous/dir.m: Filename never includes directory part. | |
7245 | |
5464 | 7246 2005-09-22 John W. Eaton <jwe@octave.org> |
7247 | |
7248 * polynomial/residue.m: Use logical indexing instead of find.. | |
7249 | |
7250 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7251 | |
7252 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7253 and zero poles. | |
7254 | |
5462 | 7255 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7256 | |
7257 * strings/deblank.m: Handle cell arrays. | |
7258 * strings/split.m: New argument, N, to limit number of splits. | |
7259 | |
7260 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7261 | |
7262 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7263 | |
5460 | 7264 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7265 | |
7266 * control/base/rlocus.m: Doc fix. | |
7267 | |
5459 | 7268 2005-09-20 John W. Eaton <jwe@octave.org> |
7269 | |
7270 * general/isvector.m: Improve compatibility. | |
7271 | |
7272 * general/postpad.m: Allow first argument to be a scalar. | |
7273 Allow padding to extend dimensionality. | |
7274 * general/prepad.m: Likewise. | |
7275 | |
5448 | 7276 2005-09-14 Daniel <durbano@shbano.com> |
7277 | |
7278 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7279 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7280 /control/base/dgram.m: Doc string fixes. | |
5448 | 7281 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7282 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7283 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7284 |
7285 * saveimage.m: Do not ignore most significant bit when writing | |
7286 black and white images to file. | |
7287 | |
5443 | 7288 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7289 | |
7290 * audio/playaudio.m, control/base/__bodquist__.m, | |
7291 control/base/lqg.m, control/obsolete/dezero.m, | |
7292 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7293 control/system/c2d.m, control/system/cellidx.m, | |
7294 control/system/d2c.m, control/system/dmr2d.m, | |
7295 control/system/is_signal_list.m, control/system/listidx.m, | |
7296 control/system/ss.m, control/system/sysappend.m, | |
7297 control/system/sysconnect.m, control/system/sysdup.m, | |
7298 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7299 control/system/sysprune.m, control/system/syssetsignals.m, | |
7300 control/system/tfout.m, control/system/zpout.m, | |
7301 control/util/prompt.m, control/util/sortcom.m, | |
7302 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7303 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7304 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7305 general/strerror.m, image/colormap.m, image/imshow.m, | |
7306 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7307 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7308 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7309 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7310 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7311 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7312 plot/print.m, plot/title.m, plot/top_title.m, | |
7313 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7314 statistics/base/mean.m, statistics/base/moment.m, | |
7315 statistics/tests/cor_test.m, | |
7316 statistics/tests/kolmogorov_smirnov_test.m, | |
7317 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7318 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7319 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7320 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7321 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7322 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7323 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7324 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7325 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7326 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7327 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7328 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7329 isvector instead of is_vector. Use isstruct instead of | |
7330 is_struct. Use char instead of setstr. | |
7331 | |
5435 | 7332 2005-08-31 Daniel <durbano@shbano.com> |
7333 | |
7334 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7335 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7336 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7337 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7338 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7339 |
7340 * image/saveimage.m: Open output file in binary mode. | |
7341 | |
7342 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7343 | |
5427 | 7344 2005-08-16 John W. Eaton <jwe@octave.org> |
7345 | |
7346 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7347 outputs. | |
7348 | |
5426 | 7349 2005-08-15 John W. Eaton <jwe@octave.org> |
7350 | |
7351 * strings/strcat.m: Allow single argument. | |
7352 | |
5416 | 7353 2005-07-18 John W. Eaton <jwe@octave.org> |
7354 | |
7355 * strings/strcmp.m: Delete. | |
7356 | |
5413 | 7357 2005-07-13 John W. Eaton <jwe@octave.org> |
7358 | |
7359 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7360 versions of Octave. | |
7361 | |
7362 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7363 | |
7364 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7365 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7366 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7367 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7368 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7369 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7370 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7371 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7372 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7373 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7374 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7375 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7376 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7377 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7378 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7379 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7380 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7381 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7382 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7383 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7384 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7385 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7386 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7387 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7388 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7389 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7390 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7391 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
7392 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
7393 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
7394 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
7395 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
7396 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
7397 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
7398 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
7399 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
7400 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
7401 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
7402 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
7403 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
7404 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
7405 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
7406 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
7407 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
7408 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
7409 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
7410 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
7411 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 7412 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 7413 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
7414 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
7415 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
7416 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
7417 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
7418 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
7419 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
7420 | |
7421 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
7422 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
7423 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
7424 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
7425 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
7426 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
7427 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
7428 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
7429 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
7430 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
7431 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
7432 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
7433 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
7434 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
7435 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
7436 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
7437 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
7438 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
7439 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
7440 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
7441 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
7442 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
7443 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
7444 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
7445 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
7446 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
7447 deprecated/wiener_rnd.m: New files. | |
7448 | |
5408 | 7449 2005-07-08 John W. Eaton <jwe@octave.org> |
7450 | |
7451 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
7452 * deprecated/weibull_rnd.m: New file. | |
7453 | |
5407 | 7454 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
7455 | |
7456 * strings/dec2base.m: Allow matrix arguments. | |
7457 | |
5406 | 7458 2005-07-08 John W. Eaton <jwe@octave.org> |
7459 | |
7460 * plot/__errplot__.m: Use __plot_globals__. | |
7461 * plot/__plt__.m: Likewise. | |
7462 * plot/figure.m: Likewise. | |
7463 | |
7464 * plot/hold.m: New file. | |
7465 * plot/ishold.m: New file. | |
7466 * plot/__plot_globals__.m: New file. | |
7467 | |
5400 | 7468 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7469 | |
7470 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7471 | |
7472 2005-07-05 John W. Eaton <jwe@octave.org> | |
7473 | |
7474 * strings/findstr.m: Return [] for no matches. | |
7475 | |
5399 | 7476 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7477 | |
7478 * miscellaneous/tic.m: Fix doc string. | |
7479 | |
5395 | 7480 2005-06-15 John W. Eaton <jwe@octave.org> |
7481 | |
7482 * polynomial/polyfit.m: Force return value to be a row vector. | |
7483 | |
5393 | 7484 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7485 | |
7486 * general/isequal.m: Correct nargin check. | |
7487 | |
5388 | 7488 2005-06-14 John W. Eaton <jwe@octave.org> |
7489 | |
7490 * general/isvector.m: Handle N-d arrays. | |
7491 From Bill Denney <denney@seas.upenn.edu>. | |
7492 | |
5381 | 7493 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
7494 | |
7495 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 7496 |
5377 | 7497 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
7498 | |
7499 * signal/freqz.m: Use correct calculations when given a vector of | |
7500 frequencies. Improve accuracy of returned frequency vector. | |
7501 Improve speed for medium length filters (at a slight cost for slow | |
7502 filters). Add test cases. | |
7503 | |
5373 | 7504 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
7505 | |
7506 * plot/loglog.m: Fix set commands. | |
7507 | |
5381 | 7508 2005-05-25 John W. Eaton <jwe@octave.org> |
7509 | |
7510 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
7511 | |
5371 | 7512 2005-05-24 John W. Eaton <jwe@octave.org> |
7513 | |
5373 | 7514 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
7515 | |
5372 | 7516 * strings/strncmp.m: New file, from Tom Holroyd |
7517 <tomh@kurage.nimh.nih.gov>. | |
7518 | |
5371 | 7519 * strings/strcmp.m: Return logical values in all cases. |
7520 | |
5366 | 7521 2005-05-23 John W. Eaton <jwe@octave.org> |
7522 | |
7523 * plot/orient.m: New file. Adapt to Octave coding style. | |
7524 Texinfoize doc string. | |
7525 | |
7526 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7527 PKG_ADD command. Use set terminal consistently throughout. Use | |
7528 set terminal push/pop and unconditionally set output to screen | |
7529 when done to avoid requiring gget. Use a cell array for dev_list | |
7530 and cellidx to search for items in the list. Delete local | |
7531 variable endl. Don't set and restore automatic_replot. Use {} | |
7532 instead of nth to index varargin. Delete local variable | |
7533 va_arg_cnt. | |
7534 | |
5355 | 7535 2005-05-18 John W. Eaton <jwe@octave.org> |
7536 | |
7537 * general/num2str.m: Return early if X is a character string. | |
7538 | |
5347 | 7539 2005-05-11 John W. Eaton <jwe@octave.org> |
7540 | |
5348 | 7541 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7542 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7543 | |
5347 | 7544 * plot/polar.m: Don't call __pltopt__ here. |
7545 | |
5333 | 7546 2005-05-02 John W. Eaton <jwe@octave.org> |
7547 | |
7548 * mkdoc: Print header message. | |
7549 | |
5319 | 7550 2005-04-28 John W. Eaton <jwe@octave.org> |
7551 | |
7552 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7553 startup/octaverc. | |
7554 | |
5318 | 7555 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7556 | |
7557 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7558 (__im_numeric_limits__): New internal function. | |
7559 | |
5317 | 7560 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7561 | |
7562 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7563 data, not mean of group_mean. | |
7564 | |
7565 2005-04-28 John W. Eaton <jwe@octave.org> | |
7566 | |
7567 * startup/local-rcfile: New file. | |
7568 * startup/main-rcfile: Rename from startup/octaverc. | |
7569 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7570 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7571 Install local-rcfile in $(localfcnfiledir)/startup. | |
7572 | |
7573 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7574 | |
7575 * startup/inputrc: New file. | |
7576 * startup/octaverc: Configure readline using inputrc from | |
7577 startupfiledir. | |
7578 * startup/Makefile.in (install, install-strip): Install octaverc | |
7579 in $(fcnfiledir)/startup. | |
7580 | |
5310 | 7581 2005-04-27 John W. Eaton <jwe@octave.org> |
7582 | |
7583 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7584 | |
5289 | 7585 2005-04-21 John W. Eaton <jwe@octave.org> |
7586 | |
7587 * optimization/glpk.m: Handle SENSE argument. | |
7588 | |
7589 * optimization/qp.m, optimization/sqp.m: New files. | |
7590 | |
5276 | 7591 2005-04-08 John W. Eaton <jwe@octave.org> |
7592 | |
7593 * Makefile.in (clean, distclean, maintainer-clean): | |
7594 Avoid duplication in rules. | |
7595 | |
5252 | 7596 2005-03-28 John W. Eaton <jwe@octave.org> |
7597 | |
7598 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7599 setting {no,}parametric. | |
7600 * plot/figure.m: Likewise, for setting terminal type. | |
7601 | |
7602 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7603 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7604 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7605 plot/title.m, plot/top_title.m: Avoid eval. | |
7606 | |
5251 | 7607 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7608 | |
5253 | 7609 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7610 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7611 Use __gnuplot_replot__ instead of replot. | |
7612 | |
5252 | 7613 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7614 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7615 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7616 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7617 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7618 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7619 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7620 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7621 |
5251 | 7622 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7623 | |
5244 | 7624 2005-03-24 John W. Eaton <jwe@octave.org> |
7625 | |
7626 * optimization/glpkmex.m: Texinfoize Doc string. | |
7627 * optimization/glpk.m: Likewise. | |
7628 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7629 (row vectors are orginary character strings). | |
7630 * optimization/glpkparam.m: Delete. | |
7631 | |
5243 | 7632 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7633 | |
7634 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7635 of dimensions of X. | |
7636 | |
5237 | 7637 2005-03-23 John W. Eaton <jwe@octave.org> |
7638 | |
5239 | 7639 * general/tril.m, general/triu.m: Return value of same class as |
7640 argument. | |
7641 | |
5237 | 7642 * optimization/glpk.m: Simplify interface. By default, solve |
7643 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7644 * optimization/glpkmex.m: New file. | |
7645 | |
5232 | 7646 2005-03-22 John W. Eaton <jwe@octave.org> |
7647 | |
5237 | 7648 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7649 list. | |
7650 | |
5233 | 7651 * optimization/glpk.m: Adapt to Octave coding style. |
7652 No need for varargout or varargin. | |
7653 Print usage message if nargin > 11. | |
7654 Allow any value of nargout. | |
7655 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7656 Avoid looping when checking character classes. | |
7657 | |
5232 | 7658 * optimization: New directory. |
7659 * Makefile.in (SUBDIRS): Add it to the list. | |
7660 * optimization/Makefile.in: New file. | |
7661 * optimization/glpk.m, optimization/glpkparams.m, | |
7662 optimization/glpktest1, optimization/glpktest2: New files. | |
7663 | |
8149 | 7664 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7665 |
7666 * strings/split.m: Quick return for empty second arg. | |
7667 Improve warning for multi-line strings. | |
7668 Speed up by avoiding sprintf in loop and eval. | |
7669 | |
5217 | 7670 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7671 | |
7672 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7673 * polynomial/polyder.m: Ditto. | |
6778 | 7674 * polynomial/polygcd.m: New function. |
5217 | 7675 |
5214 | 7676 2005-03-16 John W. Eaton <jwe@octave.org> |
7677 | |
5215 | 7678 * control/base/__stepimp__.m, control/base/bode.m, |
7679 control/base/frdemo.m, control/base/nichols.m, | |
7680 control/base/nyquist.m, control/base/pzmap.m, | |
7681 control/base/rldemo.m, control/base/rlocus.m, | |
7682 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7683 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7684 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7685 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7686 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7687 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7688 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7689 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7690 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7691 plot/xlabel.m, quaternion/demoquat.m, | |
7692 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7693 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7694 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7695 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7696 gsplot from @seealso docs. | |
5214 | 7697 |
7698 * plot/replot.m: New file. | |
7699 | |
5205 | 7700 2005-03-15 David Bateman <dbateman@free.fr> |
7701 | |
7702 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7703 | |
5196 | 7704 2005-03-09 John W. Eaton <jwe@octave.org> |
7705 | |
7706 * statistics/Makefile.in (bin-dist): Delete target. | |
7707 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7708 * control/Makefile.in: Likewise. |
5196 | 7709 |
5378 | 7710 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7711 (BINDISTFILES): Delete variable. |
5378 | 7712 * control/base/Makefile.in: Likewise. |
7713 * control/hinf/Makefile.in: Likewise. | |
7714 * control/obsolete/Makefile.in: Likewise. | |
7715 * control/system/Makefile.in: Likewise. | |
7716 * control/util/Makefile.in: Likewise. | |
7717 * deprecated/Makefile.in: Likewise. | |
7718 * elfun/Makefile.in: Likewise. | |
7719 * finance/Makefile.in: Likewise. | |
7720 * general/Makefile.in: Likewise. | |
7721 * image/Makefile.in: Likewise. | |
7722 * sparse/Makefile.in: Likewise. | |
7723 * io/Makefile.in: Likewise. | |
7724 * plot/Makefile.in: Likewise. | |
7725 * Makefile.in: Likewise. | |
7726 * miscellaneous/Makefile.in: Likewise. | |
7727 * linear-algebra/Makefile.in: Likewise. | |
7728 * polynomial/Makefile.in: Likewise. | |
7729 * quaternion/Makefile.in: Likewise. | |
7730 * set/Makefile.in: Likewise. | |
7731 * signal/Makefile.in: Likewise. | |
7732 * specfun/Makefile.in: Likewise. | |
7733 * special-matrix/Makefile.in: Likewise. | |
7734 * startup/Makefile.in: Likewise. | |
7735 * statistics/base/Makefile.in: Likewise. | |
7736 * statistics/distributions/Makefile.in: Likewise. | |
7737 * statistics/models/Makefile.in: Likewise. | |
7738 * statistics/tests/Makefile.in: Likewise. | |
7739 * strings/Makefile.in: Likewise. | |
7740 * time/Makefile.in: Likewise. | |
5196 | 7741 |
5195 | 7742 2005-03-08 John W. Eaton <jwe@octave.org> |
7743 | |
7744 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7745 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7746 | |
5192 | 7747 2005-03-04 John W. Eaton <jwe@octave.org> |
7748 | |
7749 * plot/clg.m: New file. | |
7750 | |
5193 | 7751 2005-03-03 John W. Eaton <jwe@octave.org> |
7752 | |
7753 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7754 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7755 strings/strcmpi.m: | |
7756 New files from Octave-forge. Adapt to Octave coding standards. | |
7757 | |
5181 | 7758 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7759 | |
7760 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7761 computation range. | |
7762 | |
5164 | 7763 2005-02-25 John W. Eaton <jwe@octave.org> |
7764 | |
7765 Sparse merge. | |
7766 | |
7767 2005-01-23 David Bateman <dbateman@free.fr> | |
7768 | |
7769 * sparse/randperm.m: Delete duplicate randperm.m. | |
7770 | |
7771 2005-01-10 John W. Eaton <jwe@octave.org> | |
7772 | |
7773 * sparse/Makefile.in: New file. | |
7774 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7775 | |
7776 2005-01-07 David Bateman <dbateman@free.fr> | |
7777 | |
7778 * set/unique.m: import file from octave-forge. | |
7779 | |
7780 2005-01-05 David Bateman <dbateman@free.fr> | |
7781 | |
7782 * Makefile.in: include sparse directory in SUBDIRS. | |
7783 | |
7784 2004-12-30 John W. Eaton <jwe@octave.org> | |
7785 | |
7786 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7787 src/DLD-FUNCTIONS/sparse.cc). | |
7788 | |
7789 2004-12-28 John W. Eaton <jwe@octave.org> | |
7790 | |
7791 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7792 Andy Adler <adler@site.uottawa.ca>. | |
7793 | |
7794 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7795 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7796 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7797 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7798 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7799 | |
7800 * sparse: New directory. | |
7801 | |
5158 | 7802 2005-02-22 John W. Eaton <jwe@octave.org> |
7803 | |
7804 * polynomial/residue.m: Force prepad to always create row vectors. | |
7805 | |
7806 * polynomial/poly.m: Quick return if m is 0. | |
7807 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7808 | |
5154 | 7809 2005-02-21 David Bateman <dbateman@free.fr> |
7810 | |
7811 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7812 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7813 Fix for row vectors with at least one element of lambda not in | |
7814 (0, Inf). | |
7815 | |
5152 | 7816 2005-02-21 John W. Eaton <jwe@octave.org> |
7817 | |
5153 | 7818 * statistics/base/qqplot.m: Use feval instead of eval. |
7819 | |
5152 | 7820 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7821 plot/__axis_label__.m: Issue replot command. | |
7822 | |
5135 | 7823 2005-02-09 John W. Eaton <jwe@octave.org> |
7824 | |
7825 * polynomial/polyderiv.m: Force P to be a row vector. | |
7826 | |
5133 | 7827 2005-02-08 John W. Eaton <jwe@octave.org> |
7828 | |
7829 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7830 provided and len <= computed max_len. | |
7831 | |
5125 | 7832 2005-01-27 David Bateman <dbateman@free.fr> |
7833 | |
7834 * strings/dec2base.m: Be even more careful about handling all digits. | |
7835 | |
7836 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7837 | |
7838 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7839 | |
5123 | 7840 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7841 | |
7842 * statistics/base/median.m: Make it work for the scalar case too. | |
7843 | |
6308 | 7844 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7845 |
7846 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7847 Simplify logic for decoding args. |
5117 | 7848 |
5115 | 7849 2005-01-24 John W. Eaton <jwe@octave.org> |
7850 | |
5116 | 7851 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7852 | |
7853 * plot/__plt__.m: No need to save and reset hold state now. | |
7854 (first_plot): Delete unused variable. | |
7855 | |
5115 | 7856 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7857 | |
7858 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7859 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7860 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7861 plot/__plt2vv__.m: | |
7862 Return data and gnuplot commands instead of evaluating them. | |
7863 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7864 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7865 | |
5108 | 7866 2005-01-18 John W. Eaton <jwe@octave.org> |
7867 | |
7868 * linear-algebra/cross.m: Allocate idx1 before use. | |
7869 | |
5096 | 7870 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7871 | |
7872 * statistics/base/range.m: Fix varargin usage. | |
7873 | |
5091 | 7874 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7875 | |
7876 * strings/deblank.m: Remove all trailing whitespace (check with | |
7877 isspace), not just SPC. | |
7878 | |
5090 | 7879 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7880 | |
7881 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7882 | |
5073 | 7883 2004-11-09 John W. Eaton <jwe@octave.org> |
7884 | |
7885 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7886 From Julius Smith <jos@ccrma.stanford.edu>. | |
7887 | |
5072 | 7888 2004-11-08 John W. Eaton <jwe@octave.org> |
7889 | |
7890 * plot/__plt2vm__.m: Delete debugging statement. | |
7891 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7892 | |
5065 | 7893 2004-11-04 John W. Eaton <jwe@octave.org> |
7894 | |
7895 * plot/hist.m: Always return row vectors for vector args. | |
7896 | |
5031 | 7897 2004-09-23 John W. Eaton <jwe@octave.org> |
7898 | |
7899 * strings/strcmp.m: If args are not strings or cell arrays of | |
7900 strings, return zero instead of reporting an error. | |
7901 | |
5021 | 7902 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7903 | |
7904 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7905 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7906 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7907 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7908 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7909 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7910 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7911 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7912 control/system/is_detectable.m, control/system/is_sample.m, | |
7913 control/system/is_siso.m, control/system/is_stable.m, | |
7914 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7915 control/system/sys2tf.m, control/system/sys2zp.m, | |
7916 control/system/sysappend.m, control/system/sysconnect.m, | |
7917 control/system/sysdisc.m, control/system/sysdup.m, | |
7918 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7919 control/system/syssetsignals.m, control/system/syssub.m, | |
7920 control/system/tf2sys.m, control/system/ugain.m, | |
7921 control/system/zp2ss.m, control/system/zp2sys.m, | |
7922 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7923 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7924 | |
7925 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7926 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7927 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7928 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7929 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7930 control/system/sysappend.m, control/system/sysconnect.m, | |
7931 control/system/sysdup.m, control/system/sysgroup.m, | |
7932 control/system/sysprune.m, control/system/sysreorder.m, | |
7933 control/system/sysscale.m, control/system/syssub.m, | |
7934 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7935 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7936 polynomial/polyout.m, specfun/log2.m: | |
7937 Add output arguments in doc strings. | |
7938 | |
7939 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7940 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7941 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7942 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7943 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7944 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7945 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7946 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7947 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7948 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7949 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7950 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7951 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7952 control/system/c2d.m, control/system/is_abcd.m, | |
7953 control/system/is_controllable.m, control/system/is_detectable.m, | |
7954 control/system/is_observable.m, control/system/is_stable.m, | |
7955 control/system/jet707.m, control/system/ord2.m, | |
7956 control/system/starp.m, control/system/sys2fir.m, | |
7957 control/system/sys2ss.m, control/system/sys2tf.m, | |
7958 control/system/sys2zp.m, control/system/syscont.m, | |
7959 control/system/sysdisc.m, control/system/sysdup.m, | |
7960 control/system/sysgettype.m, control/system/sysgroup.m, | |
7961 control/system/sysmult.m, control/system/sysprune.m, | |
7962 control/system/sysreorder.m, control/system/sysscale.m, | |
7963 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7964 control/system/tf2ss.m, control/system/tf2sys.m, | |
7965 control/system/zp2ss.m, control/system/zp2sys.m, | |
7966 control/util/axis2dlim.m, control/util/prompt.m, | |
7967 control/util/zgfmul.m, control/util/zginit.m, | |
7968 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7969 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7970 in doc strings. | |
7971 | |
7972 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7973 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7974 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7975 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7976 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7977 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7978 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7979 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7980 control/system/c2d.m, control/system/fir2sys.m, | |
7981 control/system/is_stabilizable.m, control/system/jet707.m, | |
7982 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7983 control/util/zgshsr.m, polynomial/polyout.m: | |
7984 New @tex section(s) in doc strings for better formating of printed | |
7985 output. | |
7986 | |
7987 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7988 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7989 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7990 Use proper double quote marks for TeX. | |
7991 | |
7992 * control/base/DEMOcontrol.m: Add missing ; | |
7993 | |
7994 * control/base/nichols.m, control/base/rlocus.m, | |
7995 control/obsolete/minfo.m, control/system/is_digital.m, | |
7996 control/system/ss2zp.m, control/system/sysmin.m, | |
7997 control/system/tf2zp.m, control/util/sortcom.m: | |
7998 Convert documentation to use or more completely use Texinfo. | |
7999 | |
8000 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8001 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8002 control/system/parallel.m, control/system/ss2tf.m, | |
8003 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8004 art splitting over a page boundary. | |
8005 | |
8006 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8007 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8008 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8009 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8010 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8011 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8012 the TeX documentation. | |
8013 | |
8014 * control/system/is_stabilizable.m: | |
8015 Add Copyright so that help is displayed correctly. | |
8016 | |
8017 * special-matrix/vander.m: Octave indexes start at 1. | |
8018 | |
5011 | 8019 2004-09-21 David Bateman <dbateman@free.fr> |
8020 | |
8021 * general/rotdim.m: New function for rotation of an N-d array in an | |
8022 arbitrary plane. | |
8023 | |
8024 * general/flipdim.m: New function to flip an N-d array about an | |
8025 arbitrary axis. | |
8026 | |
5003 | 8027 2004-09-15 David Bateman <dbateman@free.fr> |
8028 | |
8029 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8030 | |
4992 | 8031 2004-09-15 John W. Eaton <jwe@octave.org> |
8032 | |
8033 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8034 Use iscellstr to check for cells rather than iscell. |
8035 Improve diagnostics for invalid args. | |
4992 | 8036 |
4983 | 8037 2004-09-10 David Bateman <dbateman@free.fr> |
8038 | |
8039 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8040 and p with n > 1, and fix for matrix n and p with n == 1. | |
8041 | |
8042 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8043 due to row vs. column vector operations. | |
8044 | |
4964 | 8045 2004-09-03 David Bateman <dbateman@free.fr> |
8046 | |
8047 * general/repmat.m: Fix to allow logical classes. | |
8048 | |
4950 | 8049 2004-08-31 John W. Eaton <jwe@octave.org> |
8050 | |
8051 * general/isa.m: New function, from Octave-forge. | |
8052 | |
8053 2004-08-31 David Bateman <dbateman@free.fr> | |
8054 | |
8055 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8056 limitation on the use of int64 and uint64 types, and the use | |
8057 of the eval. | |
8058 | |
8059 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8060 in .^ with integer types is fixed. | |
8061 | |
8062 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8063 |
8064 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8065 | |
8066 * plot/axis.m: Don't reset axes when querying them. | |
8067 | |
4942 | 8068 2004-08-27 David Bateman <dbateman@free.fr> |
8069 | |
8070 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8071 Eliminate loop. | |
8072 | |
4918 | 8073 2004-07-27 David Bateman <dbateman@free.fr> |
8074 | |
8075 * general/num2str.m: Also insert spaces in output when precision | |
8076 argument is supplied. | |
8077 | |
4915 | 8078 2004-07-23 David Bateman <dbateman@free.fr> |
8079 | |
8080 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8081 | |
4911 | 8082 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8083 | |
8084 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8085 | |
8086 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8087 | |
8088 * miscellaneous/unix.m: Fix doc string. | |
8089 | |
8090 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8091 | |
8092 * plot/figure.m: Clarification of documentation. | |
8093 | |
8094 * image/imshow.m: Warn for complex images. | |
8095 Only estimate colourmap for images in [0, 65536]. | |
8096 | |
8097 2004-07-22 David Bateman <dbateman@free.fr> | |
8098 | |
8099 * general/num2str.m: Fix the case of an all zero input. | |
8100 | |
4906 | 8101 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8102 | |
8103 * general/ind2sub.m: Doc fix. | |
8104 | |
4900 | 8105 2004-06-08 John W. Eaton <jwe@octave.org> |
8106 | |
8107 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8108 convert function handle to string for eval. | |
8109 | |
4898 | 8110 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8111 | |
8112 * plot/errorbar.m: Remove debugging output. | |
8113 | |
8114 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8115 | |
8116 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8117 | |
4897 | 8118 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8119 | |
4898 | 8120 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8121 | |
8122 * polynomial/polyout.m: Use parenthesis if necessary around | |
8123 complex polynomial coefficient. | |
8124 | |
4897 | 8125 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8126 the bug which causes __errplot__ to ignore the last argument. | |
8127 | |
4894 | 8128 2004-06-03 David Bateman <dbateman@free.fr> |
8129 | |
8130 * general/shiftdim.m: New function based on JWE code snippet. | |
8131 | |
8132 * general/circdim.m: New function. | |
8133 | |
4890 | 8134 2004-05-06 David Bateman <dbateman@free.fr> |
8135 | |
8136 * general/issquare.m: Fail if ndim(x) > 2. | |
8137 | |
8138 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8139 | |
8140 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8141 N-d array arguments. Add optional dim argument to define | |
8142 dimension along which to operate. | |
8143 | |
8144 * linear-algebra/dmult.m: Allow N-d arrays. | |
8145 | |
8146 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8147 | |
4885 | 8148 2004-04-29 David Bateman <dbateman@free.fr> |
8149 | |
8150 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8151 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8152 statistics/base/statistics.m, statistics/base/skewness.m | |
8153 statistics/base/iqr.m: | |
8154 Make N-d array aware. Allow optional argument to define the | |
8155 dimension along which to operate. Update the documentation. | |
8156 | |
8157 * statistics/base/ranks.m: Change algorithm to use sort, | |
8158 and adjust for the ties after. | |
8159 | |
8160 * statistics/base/run_counts.m: Change algorithm to use | |
8161 the a combination of diff and find, rather than a for-loop. | |
8162 | |
4881 | 8163 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8164 | |
8165 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8166 | |
4878 | 8167 2004-04-23 David Bateman <dbateman@free.fr> |
8168 | |
8169 * general/int2str.m: Treat only real part of argument, and treat | |
8170 NDArrays by stacking the slices through the matrix vertically. | |
8171 | |
8172 * general/num2str.m: Improve format of integer matrices, and the | |
8173 conversion of complex matrices added. Treat NDArrays by stacking | |
8174 the slices through the matrix vertically. | |
8175 | |
8176 * deprecated/com2str.m: Moved here from general subdirectory. | |
8177 | |
4877 | 8178 2004-04-22 John W. Eaton <jwe@octave.org> |
8179 | |
8180 * quaternion/qtransvmat.m: Use continuation characters to make | |
8181 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8182 | |
4869 | 8183 2004-04-21 David Bateman <dbateman@free.fr> |
8184 | |
5378 | 8185 * elfun/lcm.m: Make N-d aware. |
4870 | 8186 |
4869 | 8187 * general/diff.m: Make the code N-d array aware. Allow an |
8188 optional argument to define the dimension along which to perform | |
8189 the differences and allow the order of the differences to be larger | |
8190 than the dimension itself. | |
8191 | |
8192 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8193 use of these functions to 1- and 2-d arrays. | |
8194 | |
4863 | 8195 2004-04-16 John W. Eaton <jwe@octave.org> |
8196 | |
8197 * elfun/gcd.m: Delete. | |
8198 | |
4862 | 8199 2004-04-15 David Bateman <dbateman@free.fr> |
8200 | |
8201 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8202 | |
8203 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8204 array aware and and optional argument for the dimension along | |
8205 which to operate. | |
8206 | |
5378 | 8207 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8208 argument for the dimension to be consistent with other N-d array |
8209 functions. | |
8210 | |
4860 | 8211 2004-04-08 David Bateman <dbateman@free.fr> |
8212 | |
8213 * statistics/distributions/discrete_cdf.m, | |
8214 statistics/distributions/discrete_inv.m, | |
8215 statistics/distributions/discrete_pdf.m, | |
8216 statistics/distributions/discrete_rnd.m, | |
8217 statistics/distributions/exponential_cdf.m, | |
8218 statistics/distributions/exponential_inv.m, | |
8219 statistics/distributions/exponential_pdf.m, | |
8220 statistics/distributions/exponential_rnd.m, | |
8221 statistics/distributions/f_cdf.m, | |
8222 statistics/distributions/f_inv.m, | |
8223 statistics/distributions/f_pdf.m, | |
8224 statistics/distributions/f_rnd.m, | |
8225 statistics/distributions/geometric_cdf.m, | |
8226 statistics/distributions/geometric_inv.m, | |
8227 statistics/distributions/geometric_pdf.m, | |
8228 statistics/distributions/geometric_rnd.m, | |
8229 statistics/distributions/hypergeometric_rnd.m, | |
8230 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8231 statistics/distributions/laplace_cdf.m, | |
8232 statistics/distributions/laplace_inv.m, | |
8233 statistics/distributions/laplace_pdf.m, | |
8234 statistics/distributions/laplace_rnd.m, | |
8235 statistics/distributions/logistic_inv.m, | |
8236 statistics/distributions/logistic_rnd.m, | |
8237 statistics/distributions/lognormal_cdf.m, | |
8238 statistics/distributions/lognormal_inv.m, | |
8239 statistics/distributions/lognormal_pdf.m, | |
8240 statistics/distributions/lognormal_rnd.m, | |
8241 statistics/distributions/pascal_cdf.m, | |
8242 statistics/distributions/pascal_inv.m, | |
8243 statistics/distributions/pascal_pdf.m, | |
8244 statistics/distributions/pascal_rnd.m, | |
8245 statistics/distributions/poisson_cdf.m, | |
8246 statistics/distributions/poisson_inv.m, | |
8247 statistics/distributions/poisson_pdf.m, | |
8248 statistics/distributions/poisson_rnd.m, | |
8249 statistics/distributions/t_cdf.m, | |
8250 statistics/distributions/t_inv.m, | |
8251 statistics/distributions/t_pdf.m, | |
8252 statistics/distributions/t_rnd.m, | |
8253 statistics/distributions/weibull_cdf.m, | |
8254 statistics/distributions/weibull_inv.m, | |
8255 statistics/distributions/weibull_pdf.m, | |
8256 statistics/distributions/weibull_rnd.m: | |
8257 Allow N-d arrays. | |
8258 | |
8259 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8260 that results in NaN in places where it should not have had. | |
8261 | |
8262 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8263 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8264 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8265 |
8266 * statistics/distributions/empirical_rnd.m: New argument formats | |
8267 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8268 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8269 format. Allow N-d arrays. |
8270 | |
8271 * statistics/distributions/hypergeometric_cdf.m, | |
8272 statistics/distributions/hypergeometric_inv.m, | |
8273 statistics/distributions/hypergeometric_pdf.m, | |
8274 statistics/distributions/wiener_rnd.m: | |
8275 Error for non-scalar arguments. | |
8276 | |
8277 * statistics/distributions/pascal_rnd.m: | |
8278 Correct for n = 1 bug, where all elements were equal. | |
8279 | |
4849 | 8280 2004-04-06 David Bateman <dbateman@free.fr> |
8281 | |
4854 | 8282 * general/common_size.m, miscellaneous/bincoeff.m, |
8283 statistics/distributions/beta_cdf.m, | |
8284 statistics/distributions/beta_inv.m, | |
8285 statistics/distributions/beta_pdf.m, | |
8286 statistics/distributions/beta_rnd.m, | |
8287 statistics/distributions/binomial_cdf.m, | |
8288 statistics/distributions/binomial_inv.m, | |
8289 statistics/distributions/binomial_pdf.m, | |
8290 statistics/distributions/binomial_rnd.m, | |
8291 statistics/distributions/cauchy_cdf.m, | |
8292 statistics/distributions/cauchy_inv.m, | |
8293 statistics/distributions/cauchy_pdf.m, | |
8294 statistics/distributions/cauchy_rnd.m, | |
8295 statistics/distributions/chisquare_cdf.m, | |
8296 statistics/distributions/chisquare_inv.m, | |
8297 statistics/distributions/chisquare_pdf.m, | |
8298 statistics/distributions/chisquare_rnd.m, | |
8299 statistics/distributions/gamma_cdf.m, | |
8300 statistics/distributions/gamma_inv.m, | |
8301 statistics/distributions/gamma_pdf.m, | |
8302 statistics/distributions/gamma_rnd.m, | |
8303 statistics/distributions/normal_cdf.m, | |
8304 statistics/distributions/normal_inv.m, | |
8305 statistics/distributions/normal_pdf.m, | |
8306 statistics/distributions/normal_rnd.m, | |
8307 statistics/distributions/stdnormal_cdf.m, | |
8308 statistics/distributions/stdnormal_pdf.m, | |
8309 statistics/distributions/stdnormal_rnd.m, | |
8310 statistics/distributions/uniform_cdf.m, | |
8311 statistics/distributions/uniform_inv.m, | |
8312 statistics/distributions/uniform_pdf.m, | |
8313 statistics/distributions/uniform_rnd.m: | |
8314 Allow the inputs to be N-d arrays. | |
8315 | |
4852 | 8316 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8317 * statistics/base/median.m: Likewise. | |
4849 | 8318 |
4844 | 8319 2004-04-02 David Bateman <dbateman@free.fr> |
8320 | |
8321 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8322 * statistics/base/center.m, statistics/base/meansq.m, |
8323 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8324 Update for N-d arrays. |
4844 | 8325 * signal/fftshift.m: Fix dimensioning error. |
8326 | |
8327 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8328 N-d arrays. |
4844 | 8329 |
4852 | 8330 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8331 | |
8332 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8333 |
4852 | 8334 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8335 |
8336 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8337 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8338 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8339 | |
8340 * control/system/sysidx.m: Use cellidx and not listidx. | |
8341 | |
4841 | 8342 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8343 | |
8344 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8345 default of "" (so it is off unless explicitly set by the user). | |
8346 | |
4836 | 8347 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8348 | |
8349 * image/imshow.m: Accept "truesize" argument. | |
8350 Ignore current colormap. New tests and demos. | |
8351 | |
4834 | 8352 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8353 | |
8354 * signal/sinewave.m: Allow N to default to M. | |
8355 | |
4826 | 8356 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8357 | |
8358 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8359 | |
4818 | 8360 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8361 | |
8362 * general/deal.m: New function. | |
4819 | 8363 Add tests from Paul Kienzle. |
4818 | 8364 |
4811 | 8365 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8366 | |
8367 * plot/hist.m: Compute histogram correctly for n>=30. | |
8368 | |
5095 | 8369 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8370 |
8371 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8372 | |
4806 | 8373 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8374 | |
8375 * miscellaneous/horzcat.m: Delete. | |
8376 * miscellaneous/vertcat.m: Delete. | |
8377 | |
4790 | 8378 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8379 | |
8380 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8381 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8382 | |
4789 | 8383 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8384 | |
8385 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8386 doing multiple plots in the same gnuplot frame. | |
8387 | |
4780 | 8388 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8389 | |
8390 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8391 control/system/cellidx.m, control/system/ss.m, | |
8392 control/system/tf.m, control/system/zp.m: New functions. | |
8393 | |
4778 | 8394 2004-02-16 Glenn Golden <gdg@zplane.com> |
8395 | |
8396 * statistics/distributions/discrete_inv.m: | |
8397 Reduce memory requirements. | |
8398 | |
4772 | 8399 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8400 | |
8401 * plot/__errcomm__.m: Fix thinko in previous change. | |
8402 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
8403 | |
4771 | 8404 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
8405 | |
8406 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
8407 control/base/analdemo.m, control/base/bddemo.m, | |
8408 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
8409 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
8410 control/base/rldemo.m, control/base/rlocus.m, | |
8411 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
8412 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
8413 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
8414 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
8415 control/obsolete/packsys.m, control/obsolete/series.m, | |
8416 control/system/__sysdefioname__.m, | |
8417 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
8418 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
8419 control/system/c2d.m, control/system/d2c.m, | |
8420 control/system/dmr2d.m, control/system/fir2sys.m, | |
8421 control/system/is_signal_list.m, control/system/is_siso.m, | |
8422 control/system/jet707.m, control/system/listidx.m, | |
8423 control/system/moddemo.m, control/system/ord2.m, | |
8424 control/system/packedform.m, control/system/parallel.m, | |
8425 control/system/ss2sys.m, control/system/sys2tf.m, | |
8426 control/system/sys2zp.m, control/system/sysadd.m, | |
8427 control/system/sysappend.m, control/system/sysconnect.m, | |
8428 control/system/syscont.m, control/system/sysdimensions.m, | |
8429 control/system/sysdisc.m, control/system/sysdup.m, | |
8430 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
8431 control/system/sysgroup.m, control/system/sysmin.m, | |
8432 control/system/sysmult.m, control/system/sysprune.m, | |
8433 control/system/sysrepdemo.m, control/system/sysscale.m, | |
8434 control/system/syssetsignals.m, control/system/syssub.m, | |
8435 control/system/sysupdate.m, control/system/tf2sys.m, | |
8436 control/system/ugain.m, control/system/zp2ss.m, | |
8437 control/system/zp2sys.m, control/util/__outlist__.m, | |
8438 control/util/__zgpbal__.m, control/util/strappend.m: | |
8439 Use cell arrays instead of lists. | |
8440 | |
4723 | 8441 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
8442 | |
8443 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
8444 so that bar (1, 1) will work. | |
8445 | |
4710 | 8446 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8447 | |
4717 | 8448 * plot/__errcomm__.m: Cope with nargin now being a function. |
8449 * plot/__errplot__.m: Likewise. | |
8450 * plot/__plt__.m: Likewise. | |
8451 * plot/plot_border.m: Likewise. | |
8452 | |
4710 | 8453 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
8454 not $(DOCSTRINGS). | |
8455 | |
4706 | 8456 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8457 | |
8458 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8459 rank ([], tol). | |
8460 | |
4691 | 8461 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8462 | |
4692 | 8463 * elfun/acot.m: Return atan (1./z). |
8464 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8465 | |
4691 | 8466 * miscellaneous/dir.m: New file. |
8467 | |
8468 * general/num2str.m: Use "%d" as format if values are ints with | |
8469 magnitude less than 1e10. | |
8470 | |
8471 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8472 | |
8473 * general/num2str.m: If single arg is string, return it. | |
8474 | |
8475 * miscellaneous/not.m: New file. | |
8476 | |
8477 * miscellaneous/unix.m: New file. | |
8478 | |
8479 * miscellaneous/isunix.m: New file. | |
8480 * miscellaneous/ispc.m: New file. | |
8481 | |
8482 * miscellaneous/computer.m: New file. | |
8483 | |
8484 * miscellaneous/delete.m: New file. | |
8485 | |
4689 | 8486 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8487 | |
8488 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8489 | |
8490 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8491 | |
8492 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
8493 Always return substituted version of LOADPATH if nargout != 0. | |
8494 | |
4685 | 8495 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
8496 | |
8497 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
8498 before continuing. | |
8499 | |
8500 * miscellaneous/fileparts.m: Allow name to start with ".". | |
8501 | |
4677 | 8502 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8503 | |
8504 * general/ind2sub.m: New file. | |
8505 * general/sub2ind.m: New file. | |
8506 | |
4675 | 8507 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8508 | |
8509 * control/system/zp2ss.m: Don't save and restore | |
8510 warn_empty_list_elements. | |
8511 | |
8512 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
8513 | |
6778 | 8514 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 8515 |
4673 | 8516 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
8517 | |
8518 * statistics/base/mean.m: Remove special case for row vectors. | |
8519 | |
4637 | 8520 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8521 | |
8522 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8523 | |
4631 | 8524 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8525 | |
8526 * statistics/base/iqr.m: Handle matrices. | |
8527 | |
4630 | 8528 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8529 | |
8530 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8531 | |
4629 | 8532 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8533 | |
8534 * miscellaneous/path.m: Fix thinko in previous change. | |
8535 | |
4609 | 8536 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8537 | |
4629 | 8538 * control/base/dare.m: Check positive (semi)definiteness and |
8539 dimensions of r (and q). | |
8540 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8541 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8542 near unit circle. | |
4611 | 8543 |
8544 * control/system/is_detectable.m: Use Hautus Lemma. | |
8545 Correct the behavior for discrete-time systems. | |
8546 * control/system/is_stabilizable.m: Likewise. | |
8547 | |
4609 | 8548 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8549 | |
8550 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8551 | |
4610 | 8552 * general/isdefinite.m: New function. |
8553 | |
4567 | 8554 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8555 | |
8556 * general/reshape: Delete. | |
8557 | |
4559 | 8558 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8559 | |
8560 * general/numel.m: Delete. | |
8561 | |
4535 | 8562 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8563 | |
4536 | 8564 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8565 | |
8566 * deprecated/isstr.m: New file. | |
4535 | 8567 |
4529 | 8568 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8569 | |
8570 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8571 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8572 | |
4525 | 8573 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8574 | |
8575 * statistics/base/mean.m: Fix missing semicolon problem. | |
8576 | |
4503 | 8577 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8578 | |
8579 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8580 | |
4492 | 8581 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8582 | |
8583 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8584 Allow optional length argument. | |
8585 | |
4491 | 8586 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8587 | |
8588 * polynomial/polyfit.m: Avoid calling flipud. | |
8589 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8590 Return structure as second output value for improved Matlab | |
8591 compatibility. | |
8592 | |
4476 | 8593 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8594 | |
4478 | 8595 * linear-algebra/cond.m: Behave as though old built-in variable |
8596 propagate_empty_matrices is always 1. Also handle empty matrices | |
8597 with one non-zero dimension. | |
8598 | |
4476 | 8599 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8600 warn_single_quote_string to the list. | |
4478 | 8601 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8602 from the list. | |
4476 | 8603 |
5095 | 8604 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8605 |
8606 * signal/autocov.m: Transpose result of conj because diag returns | |
8607 a column vector, not a row vector. | |
8608 | |
8609 * audio/playaudio.m, audio/record.m, image/image.m, | |
8610 miscellaneous/bug_report.m: Protect spaces in filenames | |
8611 with quotes. | |
8612 | |
4466 | 8613 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8614 | |
4468 | 8615 * io/printf.m, io/puts.m: Delete. |
8616 | |
4466 | 8617 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8618 default_return_value from the list. | |
8619 Add warn_undefined_return_values to the list. | |
8620 | |
8621 | |
4464 | 8622 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8623 | |
8624 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8625 and initialize_global_variables from the list. | |
8626 | |
4460 | 8627 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8628 | |
4463 | 8629 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8630 | |
8631 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8632 | |
8633 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8634 * control/system/sys2fir.m: Likewise. | |
8635 | |
8636 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8637 * control/system/__tf2sysl__.m: Likewise. | |
8638 | |
8639 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8640 | |
8641 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8642 and [] concatenation. | |
8643 * control/system/sys2fir.m: Likewise. | |
8644 | |
8645 * control/base/dgram.m, control/base/freqchkw.m, | |
8646 control/base/gram.m, control/system/__abcddims__.m, | |
8647 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8648 control/system/is_sample.m, control/system/is_signal_list.m, | |
8649 control/system/is_siso.m, control/system/sys2fir.m, | |
8650 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8651 control/system/sysgettype.m, control/system/tf2zp.m, | |
8652 control/system/ugain.m, control/util/prompt.m, | |
8653 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8654 control/util/zgshsr.m: | |
8655 Improve conformance to Octave coding style. | |
8656 | |
4461 | 8657 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8658 the list. | |
8659 Delete resize_on_range_error from the list. | |
8660 | |
4460 | 8661 * control/base/pzmap.m, control/base/place.m, |
8662 control/base/__freqresp__.m, control/system/sysappend.m, | |
8663 control/system/syscont.m, control/system/sysdisc.m, | |
8664 control/system/sysgroup.m, control/system/tfout.m, | |
8665 control/system/zp2ss.m, control/system/zpout.m, | |
8666 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8667 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8668 empty_list_elements_ok. | |
8669 | |
8670 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8671 Delete empty_list_elements_ok from the list. | |
8672 | |
4457 | 8673 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8674 | |
8675 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8676 list. | |
8677 Delete treat_neg_dim_as_zero from the list. | |
8678 | |
8679 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8680 | |
4451 | 8681 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8682 | |
4455 | 8683 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8684 was not used in the code in any case). | |
8685 | |
8686 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8687 do_fortran_indexing. | |
8688 | |
4452 | 8689 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8690 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8691 | |
4451 | 8692 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8693 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8694 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8695 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8696 warn_fortran_indexing in the list. | |
8697 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8698 implicit_str_to_num_ok, do_fortran_indexing, and | |
8699 prefer_column_vectors from list. | |
4451 | 8700 |
4440 | 8701 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8702 | |
8703 * Makefile.in (distclean, maintainer-clean): Also remove | |
8704 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8705 directory. | |
8706 | |
5095 | 8707 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8708 |
8709 * plot/hist.m: Don't forget to define n if x is a vector. | |
8710 | |
5095 | 8711 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8712 |
8713 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8714 return "." with extension. | |
8715 | |
4422 | 8716 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8717 | |
8718 * control/base/__stepimp__.m, control/base/nichols.m, | |
8719 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8720 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8721 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8722 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8723 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8724 | |
4413 | 8725 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8726 | |
8727 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8728 | |
5095 | 8729 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8730 |
8731 * plot/hist.m: Improve performance by using different algorithms | |
8732 depending on number of bins. | |
8733 | |
4404 | 8734 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8735 | |
8736 * control/system/sysadd.m: If systems are not "tf", convert before | |
8737 adding. | |
8738 | |
5095 | 8739 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8740 |
8741 * image/imagesc.m: Accept data limits parameter for colormap. | |
8742 | |
5095 | 8743 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8744 |
8745 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8746 the impulse by t_step. | |
8747 | |
4373 | 8748 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8749 | |
8750 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8751 column vectors. | |
8752 | |
5095 | 8753 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8754 |
8755 * linear-algebra/null.m: Handle empty matrix arg. | |
8756 | |
4369 | 8757 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8758 | |
8759 * general/shift.m: Force empty_list_elements_ok to 1. | |
8760 | |
4358 | 8761 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8762 | |
8763 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8764 New files. | |
8765 | |
4348 | 8766 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8767 | |
8768 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8769 function handle to pass to feval. | |
8770 * statistics/base/qqplot.m: Likewise. | |
8771 * statistics/base/ppplot.m: Likewise. | |
8772 * signal/spectral_xdf.m: Likewise. | |
8773 * signal/spectral_adf.m: Likewise. | |
8774 | |
4340 | 8775 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8776 | |
8777 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8778 | |
4334 | 8779 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8780 | |
8781 * linear-algebra/logm.m: New file. | |
8782 | |
5095 | 8783 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8784 |
8785 * mkpkgadd: Scan C++ files as well | |
8786 | |
5095 | 8787 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8788 |
8789 * strings/findstr.m: Return empty set for zero-length target. | |
8790 | |
5095 | 8791 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8792 |
8793 * set/union.m: Preserve the orientation of inputs. | |
8794 | |
4305 | 8795 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8796 | |
8797 * general/int2str.m: Eliminate leading spaces. | |
8798 | |
4303 | 8799 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8800 | |
8801 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8802 | |
5095 | 8803 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8804 |
8805 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8806 $(BUILD_LDFLAGS) to compiler. | |
8807 | |
4295 | 8808 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8809 | |
8810 * general/num2str.m: Don't specify field width for scalars. | |
8811 | |
4292 | 8812 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8813 | |
8814 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8815 | |
4265 | 8816 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8817 | |
4279 | 8818 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8819 | |
4266 | 8820 * miscellaneous/tempname.m: New file. |
8821 | |
8822 * miscellaneous/tempdir.m: New file. | |
8823 | |
4265 | 8824 * miscellaneous/fullfile.m: New file. |
8825 | |
4259 | 8826 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8827 | |
4264 | 8828 * miscellaneous/fileparts.m: New file. |
8829 | |
8830 * io/beep.m: New file. | |
8831 | |
4260 | 8832 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8833 format only. | |
4259 | 8834 |
4257 | 8835 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8836 | |
8837 * strings/strcmp.m: Handle cell arrays of strings. | |
8838 | |
4229 | 8839 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8840 | |
8841 * general/int2str.m: Handle matrices. | |
8842 * general/num2str.m: Likewise. | |
8843 Also handle optional precision, and format args. | |
8844 | |
4225 | 8845 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8846 | |
8847 * audio/Makefile.in, control/base/Makefile.in, | |
8848 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8849 control/system/Makefile.in, elfun/Makefile.in, | |
8850 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8851 io/Makefile.in, linear-algebra/Makefile.in, | |
8852 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8853 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8854 specfun/Makefile.in, special-matrix/Makefile.in, | |
8855 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8856 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8857 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8858 deprecated/Makefile.in: Use new do-script-install and | |
8859 do-script-uninstall macros. | |
8860 | |
8861 * mkpkgadd: New script. | |
8862 | |
8863 * plot/close.m: New file. | |
8864 | |
4184 | 8865 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8866 | |
8867 * image/image.m: Use -raw option for xv. | |
8868 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8869 | |
4172 | 8870 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8871 | |
4174 | 8872 * control/base/lsim.m: Use approximate test for step size change. |
8873 | |
4172 | 8874 * signal/bartlett.m: Avoid row/column mismatch error. |
8875 | |
5095 | 8876 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8877 |
8878 * statistics/base/var.m: Use better formula for improved accuracy. | |
8879 | |
5095 | 8880 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8881 |
8882 * control/base/lsim.m: Correct doc string. | |
8883 | |
5095 | 8884 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8885 |
8886 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8887 | |
4148 | 8888 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8889 | |
8890 * plot/contour.m: Handle x and y as matrices too. | |
8891 | |
5095 | 8892 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8893 |
8894 * plot/contour.m: Fix error and usage messages. | |
8895 | |
4146 | 8896 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8897 | |
8898 * plot/contour.m: Correct orientation of plot. | |
8899 | |
4139 | 8900 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8901 | |
8902 * control/base/analdemo.m: Fix typo. | |
8903 | |
5095 | 8904 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8905 |
8906 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8907 | |
4098 | 8908 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8909 | |
8910 * mkdoc: Exit immediately on errors. | |
8911 Exit with error if gethelp does not exist. | |
8912 | |
8913 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8914 | |
4093 | 8915 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8916 | |
8917 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8918 | |
5095 | 8919 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8920 |
8921 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8922 * statistics/distributions/normal_pdf.m: Likewise. | |
8923 * statistics/distributions/normal_inv.m: Likewise. | |
8924 | |
5095 | 8925 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8926 |
8927 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8928 | |
5095 | 8929 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8930 |
8931 * statistics/base/var.m: Handle complex values. | |
8932 | |
4031 | 8933 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8934 | |
8935 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8936 list. | |
8937 * deprecated/Makefile.in: New file. | |
8938 | |
5095 | 8939 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8940 |
8941 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8942 * statistics/distributions/binomial_cdf.m: Likewise. | |
8943 * statistics/distributions/f_cdf.m: Likewise. | |
8944 * statistics/distributions/t_cdf.m: Likewise. | |
8945 | |
8946 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8947 * specfun/beta.m: Likewise. | |
8948 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8949 * statistics/distributions/gamma_pdf.m: Likewise. | |
8950 * statistics/distributions/poisson_pdf.m: Likewise. | |
8951 | |
8952 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8953 * statistics/distributions/poisson_cdf.m: Likewise. | |
8954 | |
4026 | 8955 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8956 | |
4028 | 8957 * deprecated/is_bool.m: New file. |
8958 * deprecated/is_complex.m: New file. | |
8959 * deprecated/is_global.m: New file. | |
8960 * deprecated/is_list.m: New file. | |
8961 * deprecated/is_matrix.m: New file. | |
8962 * deprecated/is_scalar.m: New file. | |
8963 * deprecated/is_square.m: New file. | |
8964 * deprecated/is_stream.m: New file. | |
8965 * deprecated/is_struct.m: New file. | |
8966 * deprecated/is_symmetric.m: New file. | |
8967 * deprecated/is_vector.m: New file. | |
4030 | 8968 * Change all callers of these functions to use the new names. |
4028 | 8969 |
4029 | 8970 * deprecated: New directory. |
8971 * Makefile.in (SUBDIRS): Add it to the list. | |
8972 | |
4026 | 8973 * general/isscalar.m: Rename from is_scalar.m. |
8974 * general/issquare.m: Rename from is_square.m. | |
8975 * general/issymmetric.m: Rename from is_symmetric.m. | |
8976 * general/isvector.m: Rename from is_vector.m. | |
8977 | |
4022 | 8978 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8979 | |
8980 * statistics/base/mean.m: Allow empty matrices. | |
8981 Handle DIM arg. | |
8982 | |
5095 | 8983 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8984 |
8985 * plot/__errcomm__.m: If format is not specified, default to error | |
8986 bar format. | |
8987 | |
4011 | 8988 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8989 | |
8990 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8991 __F_SETFL__ and __O_NONBLOCK__. | |
8992 | |
8993 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8994 * miscellaneous/bug_report.m: Likewise. | |
8995 | |
4007 | 8996 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8997 | |
4008 | 8998 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8999 * general/rem.m: Likewise. | |
9000 | |
9001 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9002 * plot/semilogxerr.m: Likewise. | |
4007 | 9003 * plot/semilogyerr.m: Likewise. |
9004 | |
5095 | 9005 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9006 |
9007 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9008 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9009 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9010 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9011 | |
9012 * plot/errorbar.m: Use __errcomm__.m. | |
9013 * plot/__errplot__.m: Minor cleanups. | |
9014 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9015 * plot/__pltopt1__.m: Likewise. | |
9016 | |
3980 | 9017 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9018 | |
3981 | 9019 * general/rem.m: Delete redundant call to usage. |
9020 | |
3980 | 9021 * general/mod.m: Additional error checks, Texinfoize doc string. |
9022 | |
5095 | 9023 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9024 |
9025 * general/mod.m: New function. | |
9026 | |
3979 | 9027 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9028 | |
9029 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9030 * control/system/sysadd.m: Likewise. | |
9031 * control/system/sysgroup.m: Likewise. | |
9032 * control/system/syssub.m: Likewise. | |
9033 * elfun/gcd.m: Likewise. | |
9034 * elfun/lcm.m: Likewise. | |
9035 * general/common_size.m: Likewise. | |
9036 * io/printf.m: Likewise. | |
9037 * miscellaneous/menu.m: Likewise. | |
9038 * miscellaneous/path.m: Likewise. | |
9039 * plot/__errplot__.m: Likewise. | |
9040 * plot/__plt__.m: Likewise. | |
9041 * plot/axis.m: Likewise. | |
9042 * plot/errorbar.m: Likewise. | |
9043 * plot/mplot.m: Likewise. | |
9044 * plot/loglog.m: Likewise. | |
9045 * plot/plot.m: Likewise. | |
9046 * plot/plot_border.m: Likewise. | |
9047 * plot/semilogx.m: Likewise. | |
9048 * plot/semilogy.m: Likewise. | |
9049 * plot/xlabel.m: Likewise. | |
9050 * plot/ylabel.m: Likewise. | |
9051 * plot/zlabel.m: Likewise. | |
9052 * statistics/base/ppplot.m: Likewise. | |
9053 * statistics/base/qqplot.m: Likewise. | |
9054 * statistics/tests/bartlett_test.m: Likewise. | |
9055 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9056 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9057 * strings/str2mat.m: Likewise. | |
9058 * strings/strcat.m: Likewise. | |
9059 | |
5095 | 9060 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9061 |
9062 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9063 | |
3924 | 9064 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9065 | |
9066 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9067 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9068 |
5095 | 9069 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9070 |
9071 * general/repmat.m: New function. | |
9072 | |
5095 | 9073 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9074 |
9075 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9076 Use optional parameter to specify the number of bits in the input. | |
9077 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9078 floats in the range [-1,1], 2x speedup. | |
9079 | |
9080 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9081 | |
3910 | 9082 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9083 | |
9084 * linear-algebra/kron.m: Delete. | |
9085 | |
5095 | 9086 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9087 |
9088 * signal/freqz.m: If nargout is zero, plot results instead of | |
9089 returning them. | |
9090 * signal/freqz_plot.m: New file. | |
9091 | |
5095 | 9092 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9093 |
5378 | 9094 * signal/unwrap.m: New file. |
3906 | 9095 |
5095 | 9096 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9097 |
9098 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9099 divide by zero warning. | |
9100 | |
5095 | 9101 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9102 |
3894 | 9103 * strings/deblank.m: Trim \0 as well as blank. |
9104 | |
5378 | 9105 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9106 expressed in radians or Hz relative to a supplied sample rate. |
9107 | |
5095 | 9108 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9109 |
9110 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9111 | |
3891 | 9112 * strings/findstr.m: Vectorize as much as possible. |
9113 | |
5095 | 9114 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9115 |
9116 * special-matrix/invhilb.m: New version that is faster and more | |
9117 accurate. | |
9118 | |
5095 | 9119 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9120 |
9121 * configure.in: Update for autoconf 2.5x. | |
9122 | |
5095 | 9123 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9124 |
9125 * special-matrix/vander.m: Code tidy and vectorize. | |
9126 | |
5095 | 9127 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9128 |
3883 | 9129 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9130 to vectors. Issue a warning in the case x matches y' but return a | |
9131 column vector as Octave currently does. | |
9132 | |
3882 | 9133 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9134 | |
9135 * control/system/starp.m: Leave more of the documentation | |
9136 processing to texinfo and less to the @format block. | |
9137 | |
9138 * image/imagesc.m: Only display image if no output is requested. | |
9139 Code tidying. | |
9140 | |
3876 | 9141 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9142 | |
9143 * statistics/base/center.m: Accept and return empty matrix. | |
9144 | |
3872 | 9145 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9146 | |
9147 * specfun/erfinv.m: Fix usage message. | |
9148 | |
3869 | 9149 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9150 | |
9151 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9152 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9153 | |
3837 | 9154 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9155 | |
9156 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9157 capitalized variable names. | |
9158 | |
3836 | 9159 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9160 | |
9161 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9162 | |
5095 | 9163 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9164 |
9165 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9166 | |
3803 | 9167 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9168 | |
3833 | 9169 * general/cart2pol.m: New file. |
9170 * general/pol2cart.m: New file. | |
9171 * general/cart2sph.m: New file. | |
9172 * general/sph2cart.m: New file. | |
9173 * image/rgb2hsv.m: New file. | |
9174 * image/hsv2rgb.m: New file. | |
3803 | 9175 |
9176 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9177 | |
9178 * plot/meshgrid.m: Avoid for loops. | |
9179 * plot/meshdom.m: Likewise. | |
9180 | |
3801 | 9181 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9182 | |
9183 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9184 | |
9185 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9186 | |
9187 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9188 norm. | |
9189 | |
3792 | 9190 2001-02-09 David Livings <david.livings@asa.co.uk> |
9191 | |
9192 * statistics/tests/welch_test.m: Fix typo. | |
9193 | |
9194 * statistics/distributions/chisquare_cdf.m: | |
9195 Don't restrict inputs to be only positive integers. | |
9196 * statistics/distributions/chisquare_inv.m: Likewise. | |
9197 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9198 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9199 * statistics/distributions/f_cdf.m: Likewise. | |
9200 * statistics/distributions/f_inv.m: Likewise. | |
9201 * statistics/distributions/f_pdf.m: Likewise. | |
9202 * statistics/distributions/f_rnd.m: Likewise. | |
9203 * statistics/distributions/t_cdf.m: Likewise. | |
9204 * statistics/distributions/t_inv.m: Likewise. | |
9205 * statistics/distributions/t_pdf.m: Likewise. | |
9206 * statistics/distributions/t_rnd.m: Likewise. | |
9207 | |
3790 | 9208 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9209 | |
9210 * strings/dec2base.m: New file. | |
9211 * strings/base2dec.m: New file. | |
9212 * strings/strjust.m: New file. | |
9213 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9214 * strings/dec2bin.m: Likewise. | |
9215 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9216 * strings/bin2dec.m: Likewise. | |
9217 | |
5095 | 9218 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9219 |
9220 * statistics/base/ppplot.m: Use gset, not set. | |
9221 * statistics/base/qqplot.m: Likewise. | |
9222 | |
5095 | 9223 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9224 |
9225 * control/system/c2d.m: Add missing endif. | |
9226 | |
3759 | 9227 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9228 | |
9229 * strings/index.m: Return 0 if either string is empty. | |
9230 | |
9231 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9232 | |
9233 * control/system/c2d.m: Allow option of matched pole/zero | |
9234 equivalent for conversion. | |
9235 | |
9236 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9237 | |
9238 * strings/findstr.m: Return empty matrix if search string is empty. | |
9239 | |
3757 | 9240 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9241 | |
9242 * saveimage.m: Do create rawbit image for black and white images, | |
9243 but do it correctly. | |
9244 | |
3754 | 9245 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9246 | |
6778 | 9247 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9248 result polynomials. | |
3754 | 9249 |
3748 | 9250 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9251 | |
9252 * image/saveimage.m: Don't try to create rawbit image. | |
9253 | |
3740 | 9254 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9255 | |
9256 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9257 | |
5095 | 9258 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9259 |
9260 * plot/contour.m: Reorder args for Matlab compatibility. | |
9261 | |
3727 | 9262 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9263 | |
9264 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9265 | |
3717 | 9266 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9267 | |
3718 | 9268 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9269 | |
3717 | 9270 * plot/mesh.m: Also set nologscale before plotting. |
9271 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9272 xyerrorbars instead of just errorbars. | |
9273 | |
3714 | 9274 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9275 | |
9276 * image/image.m: Try display (from ImageMagick) first. | |
9277 | |
3709 | 9278 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9279 | |
9280 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9281 conjugate transpose. | |
9282 | |
3705 | 9283 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9284 | |
9285 * strings/str2mat.m: Apply setstr to each argument. | |
9286 | |
3696 | 9287 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9288 | |
9289 * control/base/dkalman.m: New file. | |
9290 * control/base/dlqe.m: Handle singular A matrix. | |
9291 * control/base/dlqr.m: Likewise. | |
9292 | |
3695 | 9293 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9294 | |
9295 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9296 dimensions don't match. | |
9297 | |
3690 | 9298 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9299 | |
9300 * plot/hist.m: Allow 3 argument form to work. | |
9301 | |
5095 | 9302 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9303 |
9304 * plot/plot.m: Add examples in doc string. | |
9305 | |
5095 | 9306 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9307 |
9308 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9309 Do the right thing even if automatic_replot is not zero. | |
9310 Avoid failure if system has pure imaginary poles. | |
9311 | |
3674 | 9312 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9313 | |
9314 * general/logical.m: Return arg if it is empty. Better error | |
9315 message for non-numeric types. | |
9316 | |
5095 | 9317 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9318 |
9319 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9320 about difference with Matlab dlqe function. | |
9321 | |
9322 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9323 | |
5095 | 9324 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9325 |
9326 * strings/strrep.m: Fix typo. | |
9327 | |
3666 | 9328 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9329 | |
9330 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9331 | |
5095 | 9332 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9333 |
9334 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9335 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9336 |
5095 | 9337 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9338 |
9339 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9340 guess for iteration. | |
9341 | |
3651 | 9342 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9343 | |
9344 * image/image.m: Allow image (A) or image (x, y, A). | |
9345 * image/imagesc.m: Likewise. | |
9346 | |
9347 * image/image.m: If zoom is not supplied, or if it is an empty | |
9348 matrix, autoscale the image. | |
9349 | |
3618 | 9350 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9351 | |
3619 | 9352 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9353 Undo string escapes in text twice(!) before sending to gnuplot. | |
9354 | |
3618 | 9355 * image/saveimage.m: Add comment to file saying who created it and |
9356 when it was created. Suggested by Stephen Eglen | |
9357 <stephen@cogsci.ed.ac.uk>. | |
9358 | |
5095 | 9359 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9360 |
9361 * polynomial/polyreduce.m: Simplify by looking for the first | |
9362 non-zero element rather than the last of the first set of zero | |
9363 elements. | |
9364 | |
9365 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9366 | |
5095 | 9367 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9368 |
9369 * image/saveimage.m: Swap black and white colormaps so zero is | |
9370 displayed as black and 1 is displayed as white. | |
9371 Fix indexing bug in ppm case. | |
9372 | |
3604 | 9373 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9374 | |
9375 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9376 between the two distributions (took same approach as ks.test() in R.) | |
9377 | |
3603 | 9378 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9379 | |
9380 * control/base/bode.m: Temporarily disable automatic_replot. | |
9381 | |
3599 | 9382 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9383 | |
3601 | 9384 * Makefile.in (clean): Also remove gethelp. |
9385 | |
3599 | 9386 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9387 | |
5095 | 9388 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9389 |
9390 * set/create_set.m: Use find to avoid while loop. | |
9391 | |
5095 | 9392 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 9393 |
9394 * plot/hist.m: New optional third argument. | |
9395 | |
9396 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9397 | |
9398 * miscellaneous/bug_report.m: Use octave-bug script with version | |
9399 number appended. | |
9400 | |
3575 | 9401 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9402 | |
9403 * gethelp.cc: Sprinkle with std:: qualifier. | |
9404 | |
3498 | 9405 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9406 | |
9407 * image/saveimage.m: Delete some debugging code. | |
9408 | |
3486 | 9409 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9410 | |
9411 * signal/sinc.m: Avoid reshaping. | |
9412 | |
9413 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
9414 * image/ind2rgb.m: Ditto. | |
9415 * image/ind2gray.m: Ditto. | |
9416 * general/reshape.m: Ditto. Also no longer needs to reset | |
9417 implicit_str_to_num_ok. | |
9418 | |
3483 | 9419 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9420 | |
9421 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
9422 a list of file structures, not a vector of numeric file ids. | |
9423 | |
3474 | 9424 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9425 | |
3476 | 9426 * plot/__axis_label__.m: New function. |
9427 Undo string escapes in text twice(!) before sending to gnuplot. | |
9428 * plot/xlabel.m: Use it. | |
9429 * plot/ylabel.m: Ditto. | |
9430 * plot/zlabel.m: Ditto. | |
9431 | |
3474 | 9432 * plot/mesh.m: Fix error message to reflect reality. |
9433 | |
5095 | 9434 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 9435 |
9436 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
9437 | |
5095 | 9438 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 9439 |
9440 * audio/saveaudio.m: Also accept files with .ul extension. | |
9441 * audio/loadaudio.m: Ditto. | |
9442 * audio/playaudio.m: Ditto. | |
9443 | |
3456 | 9444 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9445 | |
9446 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
9447 * statistics/distributions/beta_inv.m: Ditto. | |
9448 * statistics/distributions/beta_pdf.m: Ditto. | |
9449 * statistics/distributions/beta_rnd.m: Ditto. | |
9450 * statistics/distributions/binomial_cdf.m: Ditto. | |
9451 * statistics/distributions/binomial_inv.m: Ditto. | |
9452 * statistics/distributions/binomial_pdf.m: Ditto. | |
9453 * statistics/distributions/binomial_rnd.m: Ditto. | |
9454 * statistics/distributions/cauchy_cdf.m: Ditto. | |
9455 * statistics/distributions/cauchy_inv.m: Ditto. | |
9456 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9457 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9458 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9459 * statistics/distributions/chisquare_inv.m: Ditto. | |
9460 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9461 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9462 * statistics/distributions/discrete_cdf.m: Ditto. | |
9463 * statistics/distributions/discrete_inv.m: Ditto. | |
9464 * statistics/distributions/discrete_pdf.m: Ditto. | |
9465 * statistics/distributions/discrete_rnd.m: Ditto. | |
9466 * statistics/distributions/empirical_cdf.m: Ditto. | |
9467 * statistics/distributions/empirical_inv.m: Ditto. | |
9468 * statistics/distributions/empirical_pdf.m: Ditto. | |
9469 * statistics/distributions/empirical_rnd.m: Ditto. | |
9470 * statistics/distributions/exponential_cdf.m: Ditto. | |
9471 * statistics/distributions/exponential_inv.m: Ditto. | |
9472 * statistics/distributions/exponential_pdf.m: Ditto. | |
9473 * statistics/distributions/exponential_rnd.m: Ditto. | |
9474 * statistics/distributions/f_cdf.m: Ditto. | |
9475 * statistics/distributions/f_inv.m: Ditto. | |
9476 * statistics/distributions/f_pdf.m: Ditto. | |
9477 * statistics/distributions/f_rnd.m: Ditto. | |
9478 * statistics/distributions/gamma_cdf.m: Ditto. | |
9479 * statistics/distributions/gamma_inv.m: Ditto. | |
9480 * statistics/distributions/gamma_pdf.m: Ditto. | |
9481 * statistics/distributions/gamma_rnd.m: Ditto. | |
9482 * statistics/distributions/geometric_cdf.m: Ditto. | |
9483 * statistics/distributions/geometric_inv.m: Ditto. | |
9484 * statistics/distributions/geometric_pdf.m: Ditto. | |
9485 * statistics/distributions/geometric_rnd.m: Ditto. | |
9486 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9487 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9488 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9489 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9490 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9491 * statistics/distributions/laplace_cdf.m: Ditto. | |
9492 * statistics/distributions/laplace_inv.m: Ditto. | |
9493 * statistics/distributions/laplace_pdf.m: Ditto. | |
9494 * statistics/distributions/laplace_rnd.m: Ditto. | |
9495 * statistics/distributions/logistic_cdf.m: Ditto. | |
9496 * statistics/distributions/logistic_inv.m: Ditto. | |
9497 * statistics/distributions/logistic_pdf.m: Ditto. | |
9498 * statistics/distributions/logistic_rnd.m: Ditto. | |
9499 * statistics/distributions/lognormal_cdf.m: Ditto. | |
9500 * statistics/distributions/lognormal_inv.m: Ditto. | |
9501 * statistics/distributions/lognormal_pdf.m: Ditto. | |
9502 * statistics/distributions/lognormal_rnd.m: Ditto. | |
9503 * statistics/distributions/normal_cdf.m: Ditto. | |
9504 * statistics/distributions/normal_inv.m: Ditto. | |
9505 * statistics/distributions/normal_pdf.m: Ditto. | |
9506 * statistics/distributions/normal_rnd.m: Ditto. | |
9507 * statistics/distributions/pascal_cdf.m: Ditto. | |
9508 * statistics/distributions/pascal_inv.m: Ditto. | |
9509 * statistics/distributions/pascal_pdf.m: Ditto. | |
9510 * statistics/distributions/pascal_rnd.m: Ditto. | |
9511 * statistics/distributions/poisson_cdf.m: Ditto. | |
9512 * statistics/distributions/poisson_inv.m: Ditto. | |
9513 * statistics/distributions/poisson_pdf.m: Ditto. | |
9514 * statistics/distributions/poisson_rnd.m: Ditto. | |
9515 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
9516 * statistics/distributions/stdnormal_inv.m: Ditto. | |
9517 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
9518 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
9519 * statistics/distributions/t_cdf.m: Ditto. | |
9520 * statistics/distributions/t_inv.m: Ditto. | |
9521 * statistics/distributions/t_pdf.m: Ditto. | |
9522 * statistics/distributions/t_rnd.m: Ditto. | |
9523 * statistics/distributions/uniform_cdf.m: Ditto. | |
9524 * statistics/distributions/uniform_inv.m: Ditto. | |
9525 * statistics/distributions/uniform_pdf.m: Ditto. | |
9526 * statistics/distributions/uniform_rnd.m: Ditto. | |
9527 * statistics/distributions/weibull_cdf.m: Ditto. | |
9528 * statistics/distributions/weibull_inv.m: Ditto. | |
9529 * statistics/distributions/weibull_pdf.m: Ditto. | |
9530 * statistics/distributions/weibull_rnd.m: Ditto. | |
9531 * statistics/distributions/wiener_rnd.m: Ditto. | |
9532 | |
3453 | 9533 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9534 | |
9535 * statistics/base/values.m: Texinfoize doc string. | |
9536 * statistics/base/var.m: Ditto. | |
9537 * statistics/base/table.m: Ditto. | |
9538 * statistics/base/studentize.m: Ditto. | |
9539 * statistics/base/statistics.m: Ditto. | |
9540 * statistics/base/spearman.m: Ditto. | |
9541 * statistics/base/run_count.m: Ditto. | |
9542 * statistics/base/ranks.m: Ditto. | |
9543 * statistics/base/range.m: Ditto. | |
9544 * statistics/base/qqplot.m: Ditto. | |
9545 * statistics/base/probit.m: Ditto. | |
9546 * statistics/base/ppplot.m: Ditto. | |
9547 * statistics/base/moment.m: Ditto. | |
9548 * statistics/base/meansq.m: Ditto. | |
9549 * statistics/base/logit.m: Ditto. | |
9550 * statistics/base/kendall.m: Ditto. | |
9551 * statistics/base/iqr.m: Ditto. | |
9552 * statistics/base/cut.m: Ditto. | |
9553 * statistics/base/cor.m: Ditto. | |
9554 * statistics/base/cloglog.m: Ditto. | |
9555 * statistics/base/center.m: Ditto. | |
3454 | 9556 * statistics/models/logistic_regression.m: Ditto. |
9557 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9558 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9559 * statistics/tests/anova.m: Ditto. | |
9560 * statistics/tests/bartlett_test.m: Ditto. | |
9561 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9562 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9563 * statistics/tests/cor_test.m: Ditto. | |
9564 * statistics/tests/f_test_regression.m: Ditto. | |
9565 * statistics/tests/hotelling_test.m: Ditto. | |
9566 * statistics/tests/hotelling_test_2.m: Ditto. | |
9567 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9568 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9569 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9570 * statistics/tests/manova.m: Ditto. | |
9571 * statistics/tests/mcnemar_test.m: Ditto. | |
9572 * statistics/tests/prop_test_2.m: Ditto. | |
9573 * statistics/tests/run_test.m: Ditto. | |
9574 * statistics/tests/sign_test.m: Ditto. | |
9575 * statistics/tests/t_test.m: Ditto. | |
9576 * statistics/tests/t_test_2.m: Ditto. | |
9577 * statistics/tests/t_test_regression.m: Ditto. | |
9578 * statistics/tests/u_test.m: Ditto. | |
9579 * statistics/tests/var_test.m: Ditto. | |
9580 * statistics/tests/welch_test.m: Ditto. | |
9581 * statistics/tests/wilcoxon_test.m: Ditto. | |
9582 * statistics/tests/z_test.m: Ditto. | |
9583 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9584 |
3446 | 9585 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9586 | |
9587 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9588 * plot/__plr1__.m: Ditto. |
9589 * plot/__pltopt__.m: Ditto. | |
9590 * plot/__plt__.m: Ditto. | |
9591 * plot/__plt2vv__.m: Ditto. | |
9592 * plot/__plr2__.m: Ditto. | |
9593 * plot/__plr__.m: Ditto. | |
9594 * plot/__plt1__.m: Ditto. | |
9595 * plot/__plt2__.m: Ditto. | |
9596 * plot/__plt2mm__.m: Ditto. | |
9597 * plot/__plt2mv__.m: Ditto. | |
9598 * plot/__plt2ss__.m: Ditto. | |
9599 * miscellaneous/paren.m: Ditto. | |
9600 * miscellaneous/comma.m: Ditto. | |
9601 * miscellaneous/semicolon.m: Ditto. | |
9602 * miscellaneous/path.m: Ditto. | |
9603 * miscellaneous/list_primes.m: Ditto. | |
9604 * miscellaneous/flops.m: Ditto. | |
9605 * miscellaneous/dump_prefs.m: Ditto. | |
9606 * miscellaneous/bug_report.m: Ditto. | |
9607 * linear-algebra/dot.m: Ditto | |
9608 * linear-algebra/dmult.m: Ditto. | |
9609 * general/randperm.m: Ditto. | |
9610 * general/logical.m: Ditto. | |
9611 * general/is_duplicate_entry.m: Ditto. | |
9612 * signal/arch_fit.m: Ditto. | |
9613 * signal/arch_rnd.m: Ditto. | |
9614 * signal/arch_test.m: Ditto. | |
9615 * signal/arma_rnd.m: Ditto. | |
9616 * signal/autocor.m: Ditto. | |
9617 * signal/autocov.m: Ditto. | |
9618 * signal/autoreg_matrix.m: Ditto. | |
9619 * signal/bartlett.m: Ditto. | |
9620 * signal/blackman.m: Ditto. | |
9621 * signal/detrend.m: Ditto. | |
9622 * signal/diffpara.m: Ditto. | |
9623 * signal/durbinlevinson.m: Ditto. | |
9624 * signal/fftconv.m: Ditto. | |
9625 * signal/fftfilt.m: Ditto. | |
9626 * signal/fftshift.m: Ditto. | |
9627 * signal/fractdiff.m: Ditto. | |
9628 * signal/freqz.m: Ditto. | |
9629 * signal/hamming.m: Ditto. | |
9630 * signal/hanning.m: Ditto. | |
9631 * signal/hurst.m: Ditto. | |
9632 * signal/periodogram.m: Ditto. | |
9633 * signal/rectangle_lw.m: Ditto. | |
9634 * signal/rectangle_sw.m: Ditto. | |
9635 * signal/sinc.m: Ditto. | |
9636 * signal/sinetone.m: Ditto. | |
9637 * signal/sinewave.m: Ditto. | |
9638 * signal/spectral_adf.m: Ditto. | |
9639 * signal/spectral_xdf.m: Ditto. | |
9640 * signal/spencer.m: Ditto. | |
9641 * signal/stft.m: Ditto. | |
9642 * signal/synthesis.m: Ditto. | |
9643 * signal/triangle_lw.m: Ditto. | |
9644 * signal/triangle_sw.m: Ditto. | |
9645 * signal/yulewalker.m: Ditto. | |
3450 | 9646 * control/util/strappend.m: Ditto. |
3451 | 9647 * control/base/nichols.m: Ditto. |
3452 | 9648 * control/system/is_signal_list.m: Ditto. |
9649 * control/system/listidx.m: Ditto. | |
9650 * control/system/sysgettsam.m: Ditto. | |
9651 * control/system/sysidx.m: Ditto. | |
3446 | 9652 |
3438 | 9653 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9654 | |
9655 * control/system/__abcddims__.m: Rename from | |
9656 control/system/abcddims.m, change all callers. | |
9657 * control/base/__bodquist__.m: Likewise. | |
9658 * control/base/__freqresp__.m: Likewise. | |
9659 * control/util/__outlist__.m: Likewise. | |
9660 * control/base/__stepimp__.m: Likewise. | |
9661 * control/system/__syschnamesl__.m: Likewise. | |
9662 * control/system/__syscont_disc__.m: Likewise. | |
9663 * control/system/__sysdefioname__.m: Likewise. | |
9664 * control/system/__sysdefstname__.m: Likewise. | |
9665 * control/system/__sysgroupn__.m: Likewise. | |
9666 * control/system/__tf2sysl__.m: Likewise. | |
9667 * control/util/__zgpbal__.m: Likewise. | |
9668 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9669 |
9670 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9671 * quaternion/qconj.m: Ditto. |
9672 * quaternion/qcoordinate_plot.m: Ditto. | |
9673 * quaternion/qderiv.m: Ditto. | |
9674 * quaternion/qderivmat.m: Ditto. | |
9675 * quaternion/qinv.m: Ditto. | |
9676 * quaternion/qmult.m: Ditto. | |
9677 * quaternion/qtrans.m: Ditto. | |
9678 * quaternion/qtransv.m: Ditto. | |
9679 * quaternion/qtransvmat.m: Ditto. | |
9680 * quaternion/quaternion.m: Ditto. | |
3438 | 9681 |
3436 | 9682 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9683 | |
9684 * control/base/Makefile.in: Ditto. | |
9685 * control/hinf/Makefile.in: New file. | |
9686 * control/marsyas/Makefile.in: Ditto. | |
9687 * control/obsolete/Makefile.in: Ditto. | |
9688 * control/system/Makefile.in: Ditto. | |
9689 * control/util/Makefile.in: Ditto. | |
9690 | |
9691 * strings/com2str.m: Move here from control directory. | |
9692 | |
9693 * control/base: New directory. | |
9694 * control/base/DEMOcontrol.m: Move here from control directory. | |
9695 * control/base/analdemo.m: Ditto. | |
9696 * control/base/are.m: Ditto. | |
9697 * control/base/bddemo.m: Ditto. | |
9698 * control/base/bode.m: Ditto. | |
9699 * control/base/bode_bounds.m: Ditto. | |
9700 * control/base/bodquist.m: Ditto. | |
9701 * control/base/controldemo.m: Ditto. | |
9702 * control/base/ctrb.m: Ditto. | |
9703 * control/base/damp.m: Ditto. | |
9704 * control/base/dare.m: Ditto. | |
9705 * control/base/dcgain.m: Ditto. | |
9706 * control/base/dgram.m: Ditto. | |
9707 * control/base/dlqe.m: Ditto. | |
9708 * control/base/dlqr.m: Ditto. | |
9709 * control/base/dlyap.m: Ditto. | |
9710 * control/base/dre.m: Ditto. | |
9711 * control/base/frdemo.m: Ditto. | |
9712 * control/base/freqchkw.m: Ditto. | |
9713 * control/base/freqresp.m: Ditto. | |
9714 * control/base/gram.m: Ditto. | |
9715 * control/base/impulse.m: Ditto. | |
9716 * control/base/lqe.m: Ditto. | |
9717 * control/base/lqg.m: Ditto. | |
9718 * control/base/lqr.m: Ditto. | |
9719 * control/base/lsim.m: Ditto. | |
9720 * control/base/ltifr.m: Ditto. | |
9721 * control/base/lyap.m: Ditto. | |
9722 * control/base/nichols.m: Ditto. | |
9723 * control/base/nyquist.m: Ditto. | |
9724 * control/base/obsv.m: Ditto. | |
9725 * control/base/place.m: Ditto. | |
9726 * control/base/pzmap.m: Ditto. | |
9727 * control/base/rldemo.m: Ditto. | |
9728 * control/base/rlocus.m: Ditto. | |
9729 * control/base/step.m: Ditto. | |
9730 * control/base/stepimp.m: Ditto. | |
9731 * control/base/tzero.m: Ditto. | |
9732 * control/base/tzero2.m: Ditto. | |
9733 | |
9734 * control/hinf: New directory. | |
9735 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9736 * control/hinf/h2norm.m: Ditto. | |
9737 * control/hinf/h2syn.m: Ditto. | |
9738 * control/hinf/hinf_ctr.m: Ditto. | |
9739 * control/hinf/hinfdemo.m: Ditto. | |
9740 * control/hinf/hinfnorm.m: Ditto. | |
9741 * control/hinf/hinfsyn.m: Ditto. | |
9742 * control/hinf/hinfsyn_chk.m: Ditto. | |
9743 * control/hinf/hinfsyn_ric.m: Ditto. | |
9744 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9745 * control/hinf/dgkfdemo.m: Ditto. |
9746 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9747 |
9748 * control/marsyas: New directory. | |
9749 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9750 * control/marsyas/susball.m: Ditto. | |
9751 | |
9752 * control/obsolete/dezero.m: Move here from control directory. | |
9753 * control/obsolete/rotg.m: Ditto. | |
9754 | |
9755 * control/system: New directory. | |
9756 * control/system/abcddim.m: Move here from control directory. | |
9757 * control/system/abcddims.m: Ditto. | |
9758 * control/system/buildssic.m: Ditto. | |
9759 * control/system/c2d.m: Ditto. | |
9760 * control/system/d2c.m: Ditto. | |
9761 * control/system/dmr2d.m: Ditto. | |
9762 * control/system/fir2sys.m: Ditto. | |
9763 * control/system/is_abcd.m: Ditto. | |
9764 * control/system/is_digital.m: Ditto. | |
9765 * control/system/is_sample.m: Ditto. | |
9766 * control/system/is_signal_list.m: Ditto. | |
9767 * control/system/is_siso.m: Ditto. | |
3441 | 9768 * control/system/is_controllable.m: Ditto. |
9769 * control/system/is_detectable.m: Ditto. | |
9770 * control/system/is_observable.m: Ditto. | |
9771 * control/system/is_stabilizable.m: Ditto. | |
9772 * control/system/is_stable.m: Ditto. | |
3436 | 9773 * control/system/jet707.m: Ditto. |
9774 * control/system/listidx.m: Ditto. | |
9775 * control/system/moddemo.m: Ditto. | |
9776 * control/system/ord2.m: Ditto. | |
9777 * control/system/packedform.m: Ditto. | |
9778 * control/system/parallel.m: Ditto. | |
9779 * control/system/ss2sys.m: Ditto. | |
9780 * control/system/ss2tf.m: Ditto. | |
9781 * control/system/ss2zp.m: Ditto. | |
9782 * control/system/starp.m: Ditto. | |
9783 * control/system/sys2fir.m: Ditto. | |
9784 * control/system/sys2ss.m: Ditto. | |
9785 * control/system/sys2tf.m: Ditto. | |
9786 * control/system/sys2zp.m: Ditto. | |
9787 * control/system/sysadd.m: Ditto. | |
9788 * control/system/sysappend.m: Ditto. | |
9789 * control/system/syschnamesl.m: Ditto. | |
9790 * control/system/syschtsam.m: Ditto. | |
9791 * control/system/sysconnect.m: Ditto. | |
9792 * control/system/syscont.m: Ditto. | |
9793 * control/system/syscont_disc.m: Ditto. | |
9794 * control/system/sysdefioname.m: Ditto. | |
9795 * control/system/sysdefstname.m: Ditto. | |
9796 * control/system/sysdimensions.m: Ditto. | |
9797 * control/system/sysdisc.m: Ditto. | |
9798 * control/system/sysdup.m: Ditto. | |
9799 * control/system/sysgetsignals.m: Ditto. | |
9800 * control/system/sysgettsam.m: Ditto. | |
9801 * control/system/sysgettype.m: Ditto. | |
9802 * control/system/sysgroup.m: Ditto. | |
9803 * control/system/sysgroupn.m: Ditto. | |
9804 * control/system/sysidx.m: Ditto. | |
9805 * control/system/sysmin.m: Ditto. | |
9806 * control/system/sysmult.m: Ditto. | |
9807 * control/system/sysout.m: Ditto. | |
9808 * control/system/sysprune.m: Ditto. | |
9809 * control/system/sysreorder.m: Ditto. | |
9810 * control/system/sysrepdemo.m: Ditto. | |
9811 * control/system/sysscale.m: Ditto. | |
9812 * control/system/syssetsignals.m: Ditto. | |
9813 * control/system/syssub.m: Ditto. | |
9814 * control/system/sysupdate.m: Ditto. | |
9815 * control/system/tf2ss.m: Ditto. | |
9816 * control/system/tf2sys.m: Ditto. | |
9817 * control/system/tf2sysl.m: Ditto. | |
9818 * control/system/tf2zp.m: Ditto. | |
9819 * control/system/tfout.m: Ditto. | |
9820 * control/system/ugain.m: Ditto. | |
9821 * control/system/zp2ss.m: Ditto. | |
9822 * control/system/zp2ssg2.m: Ditto. | |
9823 * control/system/zp2sys.m: Ditto. | |
9824 * control/system/zp2tf.m: Ditto. | |
9825 * control/system/zpout.m: Ditto. | |
9826 | |
9827 * control/util: New directory. | |
9828 * control/util/axis2dlim.m: Move here from control directory. | |
9829 * control/util/outlist.m: Ditto. | |
9830 * control/util/prompt.m: Ditto. | |
9831 * control/util/run_cmd.m: Ditto. | |
9832 * control/util/sortcom.m: Ditto. | |
9833 * control/util/strappend.m: Ditto. | |
9834 * control/util/swap.m: Ditto. | |
9835 * control/util/zgfmul.m: Ditto. | |
9836 * control/util/zgfslv.m: Ditto. | |
9837 * control/util/zginit.m: Ditto. | |
9838 * control/util/zgpbal.m: Ditto. | |
9839 * control/util/zgreduce.m: Ditto. | |
9840 * control/util/zgrownorm.m: Ditto. | |
9841 * control/util/zgscal.m: Ditto. | |
9842 * control/util/zgsgiv.m: Ditto. | |
9843 * control/util/zgshsr.m: Ditto. | |
9844 | |
3427 | 9845 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9846 | |
9847 * gethelp.cc (extract_help_text): Discard first space character | |
9848 after consecutive comment characters. | |
9849 | |
3422 | 9850 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9851 | |
9852 * control/obsolete: New directory | |
9853 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9854 * control/obsolete/swapcols.m: Ditto. |
9855 * control/obsolete/dlqg.m: Ditto. | |
9856 * control/obsolete/minfo.m: Ditto. | |
9857 * control/obsolete/packsys.m: Ditto. | |
9858 * control/obsolete/qzval.m: Ditto. | |
9859 * control/obsolete/unpacksys.m: Ditto. | |
9860 * control/obsolete/series.m: Ditto. | |
9861 * control/obsolete/syschnames.m: Ditto. | |
9862 * polynomial/polyout.m: Ditto. | |
3422 | 9863 |
3420 | 9864 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9865 | |
9866 * general/fliplr.m: Eliminate useless copy of arg. | |
9867 * general/flipud.m: Ditto. | |
9868 | |
3418 | 9869 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9870 | |
9871 * linear-algebra/cross.m: Only return a row vector if both args | |
9872 are row vectors. | |
9873 * polynomial/polyfit.m: Likewise. | |
9874 | |
9875 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9876 | |
9877 * statistics/distributions/discrete_rnd.m: | |
9878 Always generate a row vector. | |
9879 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9880 | |
5095 | 9881 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9882 |
9883 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9884 | |
9885 * audio/setaudio.m: Texinfoize doc string. | |
9886 * control/com2str.m: Likewise. | |
9887 * control/controldemo.m: Likewise. | |
9888 * control/DEMOcontrol.m: Likewise. | |
9889 * control/dezero.m: Likewise. | |
9890 * control/dre.m: Likewise. | |
9891 * control/hinfsyn_ric.m: Likewise. | |
9892 | |
5095 | 9893 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9894 |
9895 * io/printf.m: Add @seealso{...} to doc string. | |
9896 * io/puts.m: Likewise. | |
9897 * plot/semilogx.m: Likewise. | |
9898 * plot/semilogy.m: Likewise. | |
9899 * plot/__pltopt__.m: Likewise. | |
9900 * plot/bar.m: Likewise. | |
9901 * plot/xlabel.m: Likewise. | |
9902 * plot/grid.m: Likewise. | |
9903 * plot/shg.m: Likewise. | |
9904 * plot/title.m: Likewise. | |
9905 * plot/mesh.m: Likewise. | |
9906 * plot/__pltopt1__.m: Likewise. | |
9907 * plot/contour.m: Likewise. | |
9908 * plot/hist.m: Likewise. | |
9909 * plot/stairs.m: Likewise. | |
9910 * plot/meshgrid.m: Likewise. | |
9911 * plot/polar.m: Likewise. | |
9912 * plot/loglog.m: Likewise. | |
9913 * plot/plot.m: Likewise. | |
9914 * miscellaneous/semicolon.m: Likewise. | |
9915 * miscellaneous/menu.m: Likewise. | |
9916 * miscellaneous/etime.m: Likewise. | |
9917 * miscellaneous/texas_lotto.m: Likewise. | |
9918 * miscellaneous/comma.m: Likewise. | |
9919 * audio/lin2mu.m: Likewise. | |
9920 * audio/playaudio.m: Likewise. | |
9921 * audio/loadaudio.m: Likewise. | |
9922 * audio/saveaudio.m: Likewise. | |
9923 * audio/mu2lin.m: Likewise. | |
9924 * audio/record.m: Likewise. | |
9925 * strings/isletter.m: Likewise. | |
9926 * strings/lower.m: Likewise. | |
9927 * strings/lower.m: Likewise. | |
9928 * strings/upper.m: Likewise. | |
9929 * specfun/erfinv.m: Likewise. | |
9930 * specfun/gammai.m: Likewise. | |
9931 * specfun/log2.m: Likewise. | |
9932 * specfun/pow2.m: Likewise. | |
9933 * elfun/gcd.m: Likewise. | |
9934 * elfun/lcm.m: Likewise. | |
9935 * special-matrix/vander.m: Likewise. | |
9936 * special-matrix/sylvester_matrix.m: Likewise. | |
9937 * special-matrix/hilb.m: Likewise. | |
9938 * special-matrix/hankel.m: Likewise. | |
9939 * special-matrix/toeplitz.m: Likewise. | |
9940 * special-matrix/invhilb.m: Likewise. | |
9941 * statistics/base/std.m: Likewise. | |
9942 * statistics/base/median.m: Likewise. | |
9943 * linear-algebra/cond.m: Likewise. | |
9944 * linear-algebra/norm.m: Likewise. | |
9945 * finance/nper.m: Likewise. | |
9946 * finance/pmt.m: Likewise. | |
9947 * finance/pv.m: Likewise. | |
9948 * finance/rate.m: Likewise. | |
9949 * finance/npv.m: Likewise. | |
9950 * general/fliplr.m: Likewise. | |
9951 * general/flipud.m: Likewise. | |
9952 * general/is_scalar.m: Likewise. | |
9953 * general/rem.m: Likewise. | |
9954 * general/perror.m: Likewise. | |
9955 * general/tril.m: Likewise. | |
9956 * general/rot90.m: Likewise. | |
9957 * general/num2str.m: Likewise. | |
9958 * general/int2str.m: Likewise. | |
9959 * general/reshape.m: Likewise. | |
9960 * general/logspace.m: Likewise. | |
9961 * general/is_symmetric.m: Likewise. | |
9962 * general/is_vector.m: Likewise. | |
9963 * general/nextpow2.m: Likewise. | |
9964 * general/columns.m: Likewise. | |
9965 * general/is_square.m: Likewise. | |
9966 * general/rows.m: Likewise. | |
9967 * control/ugain.m: Likewise. | |
9968 * control/damp.m: Likewise. | |
9969 * control/dare.m: Likewise. | |
9970 * control/are.m: Likewise. | |
9971 * control/sys2fir.m: Likewise. | |
9972 * control/abcddim.m: Likewise. | |
9973 * control/is_abcd.m: Likewise. | |
9974 * control/step.m: Likewise. | |
9975 * control/is_observable.m: Likewise. | |
9976 * control/is_controllable.m: Likewise. | |
9977 * control/jet707.m: Likewise. | |
9978 * control/polyout.m: Likewise. | |
9979 * control/impulse.m: Likewise. | |
9980 * control/lqg.m: Likewise. | |
9981 * control/is_detectable.m: Likewise. | |
9982 * control/sysdimensions.m: Likewise. | |
9983 * control/sysupdate.m: Likewise. | |
9984 * control/stepimp.m: Likewise. | |
9985 * control/is_stable.m: Likewise. | |
9986 * control/tfout.m: Likewise. | |
9987 * control/zpout.m: Likewise. | |
9988 | |
3405 | 9989 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9990 | |
9991 * set/complement.m: Add @seealso{} stuff. | |
9992 * set/create_set.m: Likewise. | |
9993 * set/intersection.m: Likewise. | |
9994 * set/union.m: Likewise. | |
9995 | |
3399 | 9996 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9997 | |
3400 | 9998 * control/d2c.m: Use double quotes instead of single quotes for |
9999 string constants. | |
10000 * control/dgkfdemo.m: Likewise. | |
10001 * control/fir2sys.m: Likewise. | |
10002 * control/frdemo.m: Likewise. | |
10003 * control/moddemo.m: Likewise. | |
10004 * control/minfo.m: Likewise. | |
10005 * control/is_stabilizable.m: Likewise. | |
10006 * control/is_dgkf.m: Likewise. | |
10007 * control/polyout.m: Likewise. | |
10008 * control/sysconnect.m: Likewise. | |
10009 * control/sysrepdemo.m: Likewise. | |
10010 * control/tf2sys.m: Likewise. | |
10011 * control/tfout.m: Likewise. | |
10012 * control/zp2sys.m: Likewise. | |
10013 * control/zpout.m: Likewise. | |
10014 * control/tzero.m: Likewise. | |
10015 | |
10016 * control/DEMOcontrol.m: Handle moddemo case too. | |
10017 | |
10018 * image/loadimage.m: Use double quotes instead of single quotes | |
10019 for string constants. Use sprintf instead of square brackets to | |
10020 construct string. | |
10021 | |
3399 | 10022 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10023 * control/fir2sys.m: Likewise. |
3399 | 10024 |
3390 | 10025 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10026 | |
10027 * mkdoc: Only delete spaces before @ characters at the beginning | |
10028 of a line. | |
10029 | |
3383 | 10030 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10031 | |
3388 | 10032 * control/bddemo.m: Make it more likely to work with any value of |
10033 whitespace_in_literal_matrix. | |
3386 | 10034 * control/analdemo.m: Ditto. |
10035 * control/dgkfdemo.m: Ditto. | |
10036 * control/frdemo.m: Ditto. | |
10037 * control/sysrepdemo.m: Ditto. | |
10038 * control/moddemo.m: Ditto. | |
3388 | 10039 * control/zp2ss.m: Ditto. |
3387 | 10040 * control/zp2tf.m: Ditto. |
3388 | 10041 * control/syssub.m: Ditto. |
10042 * finance/npv.m: Ditto. | |
10043 * statistics/base/studentize.m: Ditto. | |
10044 * statistics/base/values.m: Ditto. | |
10045 * statistics/distributions/exponential_cdf.m: Ditto. | |
10046 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10047 |
3384 | 10048 * control/dezero.m: Use toascii to convert string to ASCII value |
10049 instead of multiplying it by 1. | |
10050 | |
3383 | 10051 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10052 * control/zpout.m: Ditto. | |
10053 * control/tfout.m: Ditto. | |
10054 * control/tf2sys.m: Ditto. | |
10055 * control/syssub.m: Ditto. | |
10056 * control/syssetsignals.m: Ditto. | |
10057 * control/sysout.m: Ditto. | |
10058 * control/sysmult.m: Ditto. | |
10059 * control/sysgroup.m: Ditto. | |
10060 * control/sysdup.m: Ditto. | |
10061 * control/sysdisc.m: Ditto. | |
10062 * control/syscont.m: Ditto. | |
10063 * control/sysconnect.m: Ditto. | |
10064 * control/sysappend.m: Ditto. | |
10065 * control/sysadd.m: Ditto. | |
10066 * control/ss2sys.m: Ditto. | |
10067 * control/nyquist.m: Ditto. | |
10068 * control/lqg.m: Ditto. | |
10069 * control/fir2sys.m: Ditto. | |
10070 * control/dmr2d.m: Ditto. | |
10071 * control/dezero.m: Ditto. | |
10072 * control/d2c.m: Ditto. | |
10073 * control/c2d.m: Ditto. | |
10074 * control/bddemo.m: Ditto. | |
10075 * control/pzmap.m: Ditto. | |
10076 | |
5095 | 10077 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10078 |
10079 * signal/spectral_adf.m: Fix typo. | |
10080 | |
3372 | 10081 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10082 | |
10083 * linear-algebra/cond.m: Texinfoize doc string. | |
10084 * linear-algebra/kron.m: Ditto. | |
10085 * linear-algebra/norm.m: Ditto. | |
10086 * linear-algebra/null.m: Ditto. | |
10087 * linear-algebra/orth.m: Ditto. | |
10088 * linear-algebra/rank.m: Ditto. | |
10089 * linear-algebra/trace.m: Ditto. | |
10090 * linear-algebra/qzhess.m: Ditto. | |
10091 * miscellaneous/menu.m: Ditto. | |
3373 | 10092 * general/perror.m: Ditto. |
10093 * general/strerror.m: Ditto. | |
10094 * general/columns.m: Ditto. | |
10095 * general/rows.m: Ditto. | |
10096 * image/colormap.m: Ditto. | |
10097 * image/gray.m: Ditto. | |
10098 * image/gray2ind.m: Ditto. | |
10099 * image/image.m: Ditto. | |
10100 * image/imagesc.m: Ditto. | |
10101 * image/imshow.m: Ditto. | |
10102 * image/ind2gray.m: Ditto. | |
10103 * image/ind2rgb.m: Ditto. | |
10104 * image/loadimage.m: Ditto. | |
10105 * image/rgb2ntsc.m: Ditto. | |
10106 * image/ntsc2rgb.m: Ditto. | |
10107 * image/ocean.m: Ditto. | |
10108 * image/rgb2ind.m: Ditto. | |
10109 * image/saveimage.m: Ditto. | |
3372 | 10110 * io/printf.m: Ditto. |
10111 * io/puts.m: Ditto. | |
10112 | |
3369 | 10113 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10114 | |
10115 * special-matrix/hankel.m: Texinfoize doc string. | |
10116 * special-matrix/hilb.m: Ditto. | |
10117 * special-matrix/invhilb.m: Ditto. | |
10118 * special-matrix/sylvester_matrix.m: Ditto. | |
10119 * special-matrix/toeplitz.m: Ditto. | |
10120 * special-matrix/vander.m: Ditto. | |
10121 * linear-algebra/vec.m: Ditto. | |
10122 * linear-algebra/vech.m: Ditto. | |
10123 * general/common_size.m: Ditto. | |
10124 * general/diff.m: Ditto. | |
10125 * general/fliplr.m: Ditto. | |
10126 * general/flipud.m: Ditto. | |
10127 * general/rot90.m: Ditto. | |
10128 * general/reshape.m: Ditto. | |
10129 * general/shift.m: Ditto. | |
10130 * general/tril.m: Ditto. | |
10131 * general/triu.m: Ditto. | |
10132 * general/logspace.m: Ditto. | |
3371 | 10133 * general/nargchk.m: Ditto. |
3369 | 10134 |
3367 | 10135 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10136 | |
10137 * statistics/base/mean: Texinfoize doc string. | |
10138 * statistics/base/median: Ditto. | |
10139 * statistics/base/std: Ditto. | |
10140 * statistics/base/cov: Ditto. | |
10141 * statistics/base/corrcoef: Ditto. | |
10142 * statistics/base/kurtosis: Ditto. | |
10143 * statistics/base/mahalanobis: Ditto. | |
10144 * statistics/base/skewness: Ditto. | |
3368 | 10145 * statistics/base/gls.m: Ditto. |
10146 * statistics/base/ols.m: Ditto. | |
3367 | 10147 * signal/detrend.m: Ditto. |
10148 * signal/freqz.m: Ditto. | |
10149 * signal/sinc.m: Ditto. | |
10150 * signal/fftconv.m: Ditto. | |
10151 * signal/fftfilt.m: Ditto. | |
3368 | 10152 * set/create_set.m: Ditto. |
10153 * set/union.m: Ditto. | |
10154 * set/intersection.m: Ditto. | |
10155 * set/complement.m: Ditto. | |
10156 * poly/compan.m: Ditto. | |
10157 * poly/conv: Ditto. | |
10158 * poly/deconv: Ditto. | |
10159 * poly/poly: Ditto. | |
10160 * poly/polyderiv: Ditto. | |
10161 * poly/polyfit: Ditto. | |
10162 * poly/polyinteg: Ditto. | |
10163 * poly/polyreduce: Ditto. | |
10164 * poly/polyval: Ditto. | |
10165 * poly/polyvalm: Ditto. | |
10166 * poly/residue: Ditto. | |
10167 * poly/roots: Ditto. | |
10168 * plot/top_title.m: Ditto | |
10169 * plot/subwindow.m: Ditto | |
10170 * plot/subplot.m: Ditto | |
10171 * plot/plot_border.m: Ditto | |
10172 * plot/oneplot.m: Ditto | |
10173 * plot/multiplot.m: Ditto | |
10174 * plot/mplot.m: Ditto | |
10175 * plot/xlabel.m: Ditto | |
10176 * plot/figure.m: Ditto | |
10177 * plot/meshdom.m: Ditto | |
10178 * plot/mesh.m: Ditto | |
10179 * plot/stairs.m: Ditto | |
10180 * plot/polar.m: Ditto | |
10181 * plot/loglog.m: Ditto | |
10182 * plot/hist.m: Ditto | |
10183 * plot/contour.m: Ditto | |
10184 * plot/bar.m: Ditto | |
10185 * plot/axis.m: Ditto | |
10186 * plot/plot.m: Ditto. | |
3367 | 10187 |
3361 | 10188 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10189 | |
3365 | 10190 * control/pinv.m: Delete. |
10191 | |
3364 | 10192 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10193 | |
3361 | 10194 * strings/blanks.m: Texinfoize doc string. |
10195 * strings/strcat.m: Ditto. | |
10196 * strings/str2mat.m: Ditto. | |
10197 * strings/deblank.m: Ditto. | |
10198 * strings/findstr.m: Ditto. | |
10199 * strings/index.m: Ditto. | |
10200 * strings/rindex.m: Ditto. | |
10201 * strings/split.m: Ditto. | |
10202 * strings/strcmp.m: Ditto. | |
10203 * strings/strrep.m: Ditto. | |
10204 * strings/substr.m: Ditto. | |
10205 * general/int2str.m: Ditto. | |
10206 * general/num2str.m: Ditto. | |
10207 * strings/dec2bin.m: Ditto. | |
10208 * strings/bin2dec: Ditto. | |
10209 * strings/dec2bin: Ditto. | |
10210 * strings/dec2hex: Ditto. | |
10211 * strings/hex2dec: Ditto. | |
10212 * strings/str2num: Ditto. | |
10213 | |
3347 | 10214 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10215 | |
10216 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10217 | |
5095 | 10218 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10219 |
10220 * control/DEMOcontrol.m: Texinfoize doc string. | |
10221 * control/abcddim.m: Ditto. | |
10222 * control/abcddims.m: Ditto. | |
10223 * control/analdemo.m: Ditto. | |
10224 * control/are.m: Ditto. | |
10225 * control/axis2dlim.m: Ditto. | |
10226 * control/bddemo.m: Ditto. | |
10227 * control/bode.m: Ditto. | |
10228 * control/bode_bounds.m: Ditto. | |
10229 * control/bodquist.m: Ditto. | |
10230 * control/buildssic.m: Ditto. | |
10231 * control/c2d.m: Ditto. | |
10232 * control/ctrb.m: Ditto. | |
10233 * control/d2c.m: Ditto. | |
10234 * control/damp.m: Ditto. | |
10235 * control/dare.m: Ditto. | |
10236 * control/dcgain.m: Ditto. | |
10237 * control/dgkfdemo.m: Ditto. | |
10238 * control/dgram.m: Ditto. | |
10239 * control/dlqe.m: Ditto. | |
10240 * control/dlqr.m: Ditto. | |
10241 * control/dlyap.m: Ditto. | |
10242 * control/dmr2d.m: Ditto. | |
10243 * control/fir2sys.m: Ditto. | |
10244 * control/frdemo.m: Ditto. | |
10245 * control/freqchkw.m: Ditto. | |
10246 * control/freqresp.m: Ditto. | |
10247 * control/gram.m: Ditto. | |
10248 * control/h2norm.m: Ditto. | |
10249 * control/h2syn.m: Ditto. | |
10250 * control/hinf_ctr.m: Ditto. | |
10251 * control/hinfdemo.m: Ditto. | |
10252 * control/hinfnorm.m: Ditto. | |
10253 * control/hinfsyn.m: Ditto. | |
10254 * control/hinfsyn_chk.m: Ditto. | |
10255 * control/impulse.m: Ditto. | |
10256 * control/is_abcd.m: Ditto. | |
10257 * control/is_controllable.m: Ditto. | |
10258 * control/is_detectable.m: Ditto. | |
10259 * control/is_dgkf.m: Ditto. | |
10260 * control/is_digital.m: Ditto. | |
10261 * control/is_observable.m: Ditto. | |
10262 * control/is_sample.m: Ditto. | |
10263 * control/is_signal_list.m: Ditto. | |
10264 * control/is_siso.m: Ditto. | |
10265 * control/is_stabilizable.m: Ditto. | |
10266 * control/is_stable.m: Ditto. | |
10267 * control/jet707.m: Ditto. | |
10268 * control/lqe.m: Ditto. | |
10269 * control/lqg.m: Ditto. | |
10270 * control/lqr.m: Ditto. | |
10271 * control/lsim.m: Ditto. | |
10272 * control/ltifr.m: Ditto. | |
10273 * control/lyap.m: Ditto. | |
10274 * control/moddemo.m: Ditto. | |
10275 * control/nyquist.m: Ditto. | |
10276 * control/obsv.m: Ditto. | |
10277 * control/ord2.m: Ditto. | |
10278 * control/outlist.m: Ditto. | |
10279 * control/pinv.m: Ditto. | |
10280 * control/place.m: Ditto. | |
10281 * control/polyout.m: Ditto. | |
10282 * control/prompt.m: Ditto. | |
10283 * control/pzmap.m: Ditto. | |
10284 * control/qzval.m: Ditto. | |
10285 * control/rldemo.m: Ditto. | |
10286 * control/rlocus.m: Ditto. | |
10287 * control/sortcom.m: Ditto. | |
10288 * control/ss2sys.m: Ditto. | |
10289 * control/ss2tf.m: Ditto. | |
10290 * control/ss2zp.m: Ditto. | |
10291 * control/starp.m: Ditto. | |
10292 * control/step.m: Ditto. | |
10293 * control/stepimp.m: Ditto. | |
10294 * control/susball.m: Ditto. | |
10295 * control/sys2fir.m: Ditto. | |
10296 * control/sys2ss.m: Ditto. | |
10297 * control/sys2tf.m: Ditto. | |
10298 * control/sys2zp.m: Ditto. | |
10299 * control/sysadd.m: Ditto. | |
10300 * control/sysappend.m: Ditto. | |
10301 * control/syschnames.m: Ditto. | |
10302 * control/syschnamesl.m: Ditto. | |
10303 * control/syschtsam.m: Ditto. | |
10304 * control/sysconnect.m: Ditto. | |
10305 * control/syscont.m: Ditto. | |
10306 * control/syscont_disc.m: Ditto. | |
10307 * control/sysdefioname.m: Ditto. | |
10308 * control/sysdefstname.m: Ditto. | |
10309 * control/sysdimensions.m: Ditto. | |
10310 * control/sysdisc.m: Ditto. | |
10311 * control/sysdup.m: Ditto. | |
10312 * control/sysgetsignals.m: Ditto. | |
10313 * control/sysgettype.m: Ditto. | |
10314 * control/sysgroup.m: Ditto. | |
10315 * control/sysgroupn.m: Ditto. | |
10316 * control/sysmult.m: Ditto. | |
10317 * control/sysout.m: Ditto. | |
10318 * control/sysprune.m: Ditto. | |
10319 * control/sysreorder.m: Ditto. | |
10320 * control/sysrepdemo.m: Ditto. | |
10321 * control/sysscale.m: Ditto. | |
10322 * control/syssetsignals.m: Ditto. | |
10323 * control/syssub.m: Ditto. | |
10324 * control/sysupdate.m: Ditto. | |
10325 * control/tf2ss.m: Ditto. | |
10326 * control/tf2sys.m: Ditto. | |
10327 * control/tf2sysl.m: Ditto. | |
10328 * control/tf2zp.m: Ditto. | |
10329 * control/tfout.m: Ditto. | |
10330 * control/tzero.m: Ditto. | |
10331 * control/tzero2.m: Ditto. | |
10332 * control/ugain.m: Ditto. | |
10333 * control/wgt1o.m: Ditto. | |
10334 * control/zgfmul.m: Ditto. | |
10335 * control/zgfslv.m: Ditto. | |
10336 * control/zginit.m: Ditto. | |
10337 * control/zgpbal.m: Ditto. | |
10338 * control/zgreduce.m: Ditto. | |
10339 * control/zgrownorm.m: Ditto. | |
10340 * control/zgscal.m: Ditto. | |
10341 * control/zgsgiv.m: Ditto. | |
10342 * control/zgshsr.m: Ditto. | |
10343 * control/zp2ss.m: Ditto. | |
10344 * control/zp2ssg2.m: Ditto. | |
10345 * control/zp2sys.m: Ditto. | |
10346 * control/zp2tf.m: Ditto. | |
10347 * control/zpout.m: Ditto. | |
10348 | |
5095 | 10349 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10350 |
5378 | 10351 * audio/lin2mu.m: Texinfoize doc string. |
10352 * audio/loadaudio.m: Ditto. | |
10353 * audio/mu2lin.m: Ditto. | |
10354 * audio/playaudio.m: Ditto. | |
10355 * audio/record.m: Ditto. | |
10356 * audio/saveaudio.m: Ditto. | |
3332 | 10357 |
5095 | 10358 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10359 |
10360 * elfun/acot.m: Texinfoize doc string. | |
10361 * elfun/acsc.m: Ditto. | |
10362 * elfun/acsch.m: Ditto. | |
10363 * elfun/asec.m: Ditto. | |
10364 * elfun/asech.m: Ditto. | |
10365 * elfun/cot.m: Ditto. | |
10366 * elfun/coth.m: Ditto. | |
10367 * elfun/csc.m: Ditto. | |
10368 * elfun/csch.m: Ditto. | |
10369 * elfun/gcd.m: Ditto. | |
10370 * elfun/lcm.m: Ditto. | |
10371 * elfun/sec.m: Ditto. | |
10372 * elfun/sech.m: Ditto. | |
10373 * general/nextpow2.m: Ditto. | |
10374 * general/rem.m: Ditto. | |
10375 * linear-algebra/commutation_matrix.m: Ditto. | |
10376 * linear-algebra/cross.m: Ditto. | |
10377 * linear-algebra/duplication_matrix.m: Ditto. | |
10378 * miscellaneous/bincoeff.m: Ditto. | |
10379 * miscellaneous/xor.m: Ditto. | |
10380 * specfun/bessel.m: Ditto. | |
10381 * specfun/beta.m: Ditto. | |
10382 * specfun/betai.m: Ditto. | |
10383 * specfun/erfinv.m: Ditto. | |
10384 * specfun/gammai.m: Ditto. | |
10385 * specfun/log2.m: Ditto. | |
10386 * specfun/pow2.m: Ditto. | |
10387 | |
5095 | 10388 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10389 |
10390 * general/is_scalar.m: Texinfoize help text. | |
10391 * general/is_square.m: Ditto. | |
10392 * general/is_symmetric.m: Ditto. | |
10393 | |
3320 | 10394 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10395 | |
10396 * strings/split.m: If the string to be split is empty, just return | |
10397 an empty string. | |
10398 | |
3319 | 10399 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10400 | |
10401 * Makefile.in (ALL_M_FILES): New macro. | |
10402 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
10403 | |
3306 | 10404 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10405 | |
10406 * control/bode.m: Don't return anything if nargout == 0. | |
10407 | |
10408 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
10409 | |
10410 * control/bode.m: Don't do axis scaling for magnitude plots. | |
10411 | |
3305 | 10412 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10413 | |
10414 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
10415 gethelp.cc to the list. | |
10416 | |
3296 | 10417 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10418 | |
3301 | 10419 * time/asctime.m: Texinfoize help text. |
10420 * time/clock.m: Ditto. | |
10421 * time/date.m: Ditto. | |
10422 * miscellaneous/cputime.m: Ditto. | |
10423 * miscellaneous/etime.m: Ditto. | |
10424 * miscellaneous/is_leap_year.m: Ditto. | |
10425 * miscellaneous/popen2.m: Ditto. | |
10426 * miscellaneous/version.m: Ditto. | |
10427 * miscellaneous/tic.m: Ditto. | |
10428 * miscellaneous/toc.m: Just refer to tic.m. | |
10429 | |
3297 | 10430 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
10431 `cd dir; $(MAKE); cd ..'. | |
10432 ($(SUBDIRS)): Likewise. | |
10433 | |
10434 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
10435 | |
10436 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10437 of `cd dir; $(MAKE)'. | |
10438 | |
3296 | 10439 * gethelp.cc, mkdoc: New files. |
10440 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
10441 sources. | |
10442 | |
3291 | 10443 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10444 | |
10445 * linear-algebra/kron.m: Fix typo in previous change | |
10446 | |
3282 | 10447 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10448 | |
10449 * control/bode.m: Allow optional 5th arg to specify plot style. | |
10450 | |
5095 | 10451 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 10452 |
10453 * linear-algebra/krylov.m: Correctly handle case of V having full | |
10454 rank when V has more columns than rows. | |
10455 | |
10456 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10457 | |
10458 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10459 | |
10460 * statistics/tests/manova.m: Avoid problems if | |
10461 whitespace_in_literal_matrix is set to "traditional". | |
10462 * statistics/tests/t_test_regression.m: Likewise. | |
10463 * statistics/tests/u_test.m: Likewise. | |
10464 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10465 * statistics/tests/anova.m: Likewise. | |
10466 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10467 * statistics/base/statistics.m: Likewise. | |
10468 * image/saveimage.m: Likewise. | |
10469 * signal/arch_fit.m: Likewise. | |
10470 * signal/autoreg_matrix.m: Likewise. | |
10471 * signal/triangle_lw.m: Likewise. | |
10472 * strings/dec2hex.m: Likewise. | |
10473 | |
3268 | 10474 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10475 | |
10476 * image/saveimage.m: Initialize scale. | |
10477 | |
10478 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10479 | |
10480 * general/reshape.m: Allow reshape (a, size (b)). | |
10481 | |
3266 | 10482 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10483 | |
10484 * specfun/erfinv.m: Improve stopping criterion. | |
10485 Add iteration count as second return value. | |
10486 | |
3265 | 10487 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10488 | |
10489 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10490 | |
3263 | 10491 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10492 | |
10493 * miscellaneous/pack.m: New function. | |
10494 | |
10495 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10496 | |
10497 * plot/figure.m: Always return figure number. With no args, | |
10498 figure now creates a new figure window and returns its number. | |
10499 Accept figure (property, value) syntax, but do nothing. | |
10500 | |
5095 | 10501 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 10502 |
10503 * general/shift.m: Avoid printing temporary value for backward shift. | |
10504 | |
3260 | 10505 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10506 | |
10507 * plot/bar.m: Compute bar widths correctly when x-values are not | |
10508 evenly spaced. | |
10509 | |
3250 | 10510 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10511 | |
10512 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
10513 contain only zeros. | |
10514 | |
5095 | 10515 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 10516 |
10517 * linear-algebra/kron.m: Create result matrix and insert blocks | |
10518 instead of appending them. | |
10519 | |
10520 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10521 | |
10522 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10523 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10524 Update from A. S. Hodel. | |
10525 | |
3246 | 10526 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10527 | |
10528 * polynomial/polyfit.m: Correct previous change. | |
10529 | |
3243 | 10530 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10531 | |
10532 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10533 | |
5095 | 10534 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10535 |
10536 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10537 version of krylov and krylovb. | |
10538 | |
10539 * control/outlist.m, control/sysout.m: Fix typos. | |
10540 | |
10541 * control/sysdimensions.m: Add option for total number of states. | |
10542 | |
10543 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10544 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10545 arguments. | |
10546 | |
10547 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10548 | |
10549 * strings/index.m: Fail with meaningful error message if either | |
10550 arg is a string array. | |
10551 | |
3238 | 10552 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10553 | |
10554 * linear-algebra/norm.m: Do the right thing for 1- and | |
10555 infinity-norms of complex matrices. From Sven Khatri | |
10556 <khatri@saturn.vocalpoint.com>. | |
10557 | |
5095 | 10558 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10559 |
10560 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10561 | |
10562 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10563 | |
10564 * strings/split.m: Avoid problems when splitting strings that have | |
10565 \ in them. | |
10566 | |
5095 | 10567 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10568 |
10569 * image/colormap.m: Do better arg checking, handle string args | |
10570 that name the colormap function to call (e.g., colormap ("ocean")). | |
10571 | |
5095 | 10572 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10573 |
10574 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10575 * linear-algebra/dot.m: Likewise. | |
10576 * linear-algebra/cross.m: Likewise. | |
10577 * general/rot90.m: Likewise. | |
10578 | |
5095 | 10579 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10580 |
10581 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10582 that the leading column is not all zeros. | |
10583 | |
10584 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10585 | |
10586 * general/shift.m: Fix potential problems with | |
10587 whitespace_in_literal_matrix. | |
10588 * signal/arch_rnd.m: Ditto. | |
10589 * signal/autocov.m: Ditto. | |
10590 * signal/diffpara.m: Ditto. | |
10591 * signal/hurst.m: Ditto. | |
10592 * signal/periodogram.m: Ditto. | |
10593 * signal/spectral_adf.m: Ditto. | |
10594 * signal/spectral_xdf.m: Ditto. | |
10595 * signal/spencer.m: Ditto. | |
10596 * signal/synthesis.m: Ditto. | |
10597 * statistics/distributions/wiener_rnd.m: Ditto. | |
10598 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10599 * statistics/models/logistic_regression.m: Ditto. | |
10600 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10601 * statistics/tests/run_test.m: Ditto. | |
10602 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10603 | |
5095 | 10604 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10605 |
10606 * plot/__plr2__.m: Fix typo. | |
10607 | |
3233 | 10608 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10609 | |
10610 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10611 | |
5095 | 10612 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10613 |
10614 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10615 function. | |
10616 | |
5095 | 10617 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10618 |
10619 * control/ss2sys.m: Fix typo. | |
10620 | |
10621 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10622 | |
10623 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10624 | |
10625 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10626 signal names as lists of strings instead of string arrays. | |
10627 | |
3225 | 10628 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10629 | |
3233 | 10630 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10631 <a.s.hodel@eng.auburn.edu>. |
10632 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10633 * quaternion/Makefile.in: New file. |
10634 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10635 |
10636 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10637 | |
10638 * image/saveimage.m: Make it work again for black and white colormaps. | |
10639 | |
10640 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10641 since there can be fewer rows than columns. Round values to | |
10642 nearest position in colormap instead of truncating. Correct usage | |
10643 message. | |
10644 | |
5095 | 10645 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10646 |
10647 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10648 zero rows of [A,v] as householder pivots; this avoids spurious | |
10649 non-zero entries in returned orthogonal matrix U, but destroys the | |
10650 Householder matrix structure of H. | |
10651 | |
10652 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10653 | |
10654 * general/logical.m: Just copy input to output if argument is | |
10655 already a logical object. | |
10656 | |
3215 | 10657 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10658 | |
10659 * New files from OCST, in control subdiretory: | |
10660 | |
10661 DEMOcontrol.m is_siso.m syschnames.m | |
10662 abcddim.m is_stabilizable.m syschnamesl.m | |
10663 abcddims.m is_stable.m syschtsam.m | |
10664 analdemo.m jet707.m sysconnect.m | |
10665 are.m lqe.m syscont.m | |
10666 axis2dlim.m lqg.m syscont_disc.m | |
10667 bddemo.m lqr.m sysdefioname.m | |
10668 bode.m lsim.m sysdefstname.m | |
10669 bode_bounds.m ltifr.m sysdimensions.m | |
10670 bodquist.m lyap.m sysdisc.m | |
10671 buildssic.m mb.m sysdup.m | |
10672 c2d.m minfo.m sysgetsignals.m | |
6302 | 10673 com2str.m moddemo.m sysgettsam.m |
3215 | 10674 controldemo.m nichols.m sysgettype.m |
10675 ctrb.m nyquist.m sysgroup.m | |
10676 d2c.m obsv.m sysgroupn.m | |
10677 damp.m ord2.m sysmult.m | |
10678 dare.m outlist.m sysout.m | |
10679 dcgain.m packedform.m sysprune.m | |
10680 demomarsyas.m packsys.m sysreorder.m | |
10681 dezero.m; parallel.m sysrepdemo.m | |
10682 dgkfdemo.m place.m sysscale.m | |
10683 dgram.m polyout.m syssub.m | |
10684 dhinfdemo.m prompt.m sysupdate.m | |
10685 dlqe.m pzmap.m tf2ss.m | |
10686 dlqg.m qzval.m tf2sys.m | |
10687 dlqr.m rldemo.m tf2sysl.m | |
10688 dlyap.m rlocus.m tf2zp.m | |
10689 dmr2d.m rotg.m tfout.m | |
10690 fir2sys.m run_cmd.m; tzero.m | |
10691 frdemo.m series.m tzero2.m | |
10692 freqchkw.m sortcom.m ugain.m | |
10693 freqresp.m ss2sys.m unpacksys.m | |
10694 gram.m ss2tf.m wgt1o.m | |
10695 h2norm.m ss2zp.m zgfmul.m | |
10696 h2syn.m starp.m zgfslv.m | |
10697 hinf_ctr.m step.m zginit.m | |
10698 hinfdemo.m stepimp.m zgpbal.m | |
10699 hinfnorm.m strappend.m; zgreduce.m | |
10700 hinfsyn.m susball.m zgrownorm.m | |
10701 hinfsyn_chk.m swap.m zgscal.m | |
10702 impulse.m swapcols.m zgsgiv.m | |
10703 is_abcd.m swaprows.m zgshsr.m | |
10704 is_controllable.m sys2fir.m zp2ss.m | |
10705 is_detectable.m sys2ss.m zp2ssg2.m | |
10706 is_dgkf.m sys2tf.m zp2sys.m | |
10707 is_digital.m sys2zp.m zp2tf.m | |
10708 is_observable.m sysadd.m zpout.m | |
10709 is_sample.m sysappend.m | |
10710 | |
10711 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10712 | |
10713 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10714 | |
10715 * strings/deblank.m: Make it work for string arrays too. | |
10716 | |
3211 | 10717 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10718 | |
10719 * linear-algebra/housh.m: New file from the OCST. | |
10720 * linear-algebra/krygetq.m: Ditto. | |
10721 * linear-algebra/krylov.m: Ditto. | |
10722 * linear-algebra/krylovb.m: Ditto. | |
10723 * linear-algebra/qrhouse.m: Ditto. | |
10724 * general/is_duplicate_entry.m: Ditto. | |
10725 | |
10726 * general/is_symmetric.m: Call is_square instead of doing that | |
10727 check in line. | |
10728 | |
3196 | 10729 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10730 | |
3202 | 10731 * general/is_square.m: |
10732 | |
10733 * general/isempty.m, general/is_matrix.m: Delete. | |
10734 | |
10735 * general/is_symmetric: Delete special case for strings. Whether | |
10736 the conversion is valid should depend on implicit_str_to_num_ok. | |
10737 | |
10738 * general/is_square.m: If arg is not a matrix, don't check size, | |
10739 just return 0. | |
10740 * general/is_symmetric: Likewise. | |
10741 * general/is_vector.m: Likewise. | |
10742 * general/is_scalar.m: Likewise. | |
10743 | |
3196 | 10744 * general/length.m: Delete. |
10745 | |
3191 | 10746 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10747 | |
10748 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10749 statistics/distributions/Makefile, statistics/models/Makefile, | |
10750 and statistics/tests/Makefile to the list of files to create. | |
10751 | |
10752 * finance/Makefile.in, statistics/base/Makefile.in, | |
10753 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10754 statistics/tests/Makefile.in: New files. | |
10755 * statistics/Makefile.in: Delete file lists. Now only handle | |
10756 subdirectories. | |
10757 * Makefile.in (SUBDIRS): Add finance. | |
10758 | |
10759 * Move the following files from statistics to statistics/base: | |
10760 | |
10761 corrcoef.m | |
10762 kurtosis.m | |
10763 mahalanobis.m | |
10764 median.m | |
10765 ols.m | |
10766 skewness.m | |
10767 std.m | |
10768 | |
10769 New files, from Kurt Hornik's octave-ci package: | |
10770 | |
10771 * finance (new directory): | |
10772 | |
10773 fv.m | |
10774 fvl.m | |
10775 irr.m | |
10776 nper.m | |
10777 npv.m | |
10778 pmt.m | |
10779 pv.m | |
10780 pvl.m | |
10781 rate.m | |
10782 vol.m | |
10783 | |
10784 * linear-algebra/dmult.m | |
10785 | |
10786 * signal: | |
10787 | |
10788 arch_fit.m | |
10789 arch_rnd.m | |
10790 arch_test.m | |
10791 arma_rnd.m | |
10792 autocor.m | |
10793 autocov.m | |
10794 autoreg_matrix.m | |
10795 bartlett.m | |
10796 blackman.m | |
10797 diffpara.m | |
10798 durbinlevinson.m | |
10799 fractdiff.m | |
10800 hamming.m | |
10801 hanning.m | |
10802 hurst.m | |
10803 periodogram.m | |
10804 rectangle_lw.m | |
10805 rectangle_sw.m | |
10806 sinetone.m | |
10807 sinewave.m | |
10808 spectral_adf.m | |
10809 spectral_xdf.m | |
10810 spencer.m | |
10811 stft.m | |
10812 synthesis.m | |
10813 triangle_lw.m | |
10814 triangle_sw.m | |
10815 yulewalker.m | |
10816 | |
10817 * statistics/base (new directory): | |
10818 | |
10819 center.m | |
10820 cloglog.m | |
10821 cor.m | |
10822 cov.m | |
10823 cut.m | |
10824 iqr.m | |
10825 kendall.m | |
10826 logit.m | |
10827 mean.m | |
10828 meansq.m | |
10829 moment.m | |
10830 ppplot.m | |
10831 probit.m | |
10832 qqplot.m | |
10833 range.m | |
10834 ranks.m | |
10835 run_count.m | |
10836 spearman.m | |
10837 statistics.m | |
10838 studentize.m | |
10839 table.m | |
10840 values.m | |
10841 var.m | |
10842 | |
10843 (Replaces cov.m and mean.m with new versions.) | |
10844 | |
10845 * statistics/distributions (new directory): | |
10846 | |
10847 beta_cdf.m | |
10848 beta_inv.m | |
10849 beta_pdf.m | |
10850 beta_rnd.m | |
10851 binomial_cdf.m | |
10852 binomial_inv.m | |
10853 binomial_pdf.m | |
10854 binomial_rnd.m | |
10855 cauchy_cdf.m | |
10856 cauchy_inv.m | |
10857 cauchy_pdf.m | |
10858 cauchy_rnd.m | |
10859 chisquare_cdf.m | |
10860 chisquare_inv.m | |
10861 chisquare_pdf.m | |
10862 chisquare_rnd.m | |
10863 discrete_cdf.m | |
10864 discrete_inv.m | |
10865 discrete_pdf.m | |
10866 discrete_rnd.m | |
10867 empirical_cdf.m | |
10868 empirical_inv.m | |
10869 empirical_pdf.m | |
10870 empirical_rnd.m | |
10871 exponential_cdf.m | |
10872 exponential_inv.m | |
10873 exponential_pdf.m | |
10874 exponential_rnd.m | |
10875 f_cdf.m | |
10876 f_inv.m | |
10877 f_pdf.m | |
10878 f_rnd.m | |
10879 gamma_cdf.m | |
10880 gamma_inv.m | |
10881 gamma_pdf.m | |
10882 gamma_rnd.m | |
10883 geometric_cdf.m | |
10884 geometric_inv.m | |
10885 geometric_pdf.m | |
10886 geometric_rnd.m | |
10887 hypergeometric_cdf.m | |
10888 hypergeometric_inv.m | |
10889 hypergeometric_pdf.m | |
10890 hypergeometric_rnd.m | |
10891 kolmogorov_smirnov_cdf.m | |
10892 laplace_cdf.m | |
10893 laplace_inv.m | |
10894 laplace_pdf.m | |
10895 laplace_rnd.m | |
10896 logistic_cdf.m | |
10897 logistic_inv.m | |
10898 logistic_pdf.m | |
10899 logistic_rnd.m | |
10900 lognormal_cdf.m | |
10901 lognormal_inv.m | |
10902 lognormal_pdf.m | |
10903 lognormal_rnd.m | |
10904 normal_cdf.m | |
10905 normal_inv.m | |
10906 normal_pdf.m | |
10907 normal_rnd.m | |
10908 pascal_cdf.m | |
10909 pascal_inv.m | |
10910 pascal_pdf.m | |
10911 pascal_rnd.m | |
10912 poisson_cdf.m | |
10913 poisson_inv.m | |
10914 poisson_pdf.m | |
10915 poisson_rnd.m | |
10916 stdnormal_cdf.m | |
10917 stdnormal_inv.m | |
10918 stdnormal_pdf.m | |
10919 stdnormal_rnd.m | |
10920 t_cdf.m | |
10921 t_inv.m | |
10922 t_pdf.m | |
10923 t_rnd.m | |
10924 uniform_cdf.m | |
10925 uniform_inv.m | |
10926 uniform_pdf.m | |
10927 uniform_rnd.m | |
10928 weibull_cdf.m | |
10929 weibull_inv.m | |
10930 weibull_pdf.m | |
10931 weibull_rnd.m | |
10932 wiener_rnd.m | |
10933 | |
10934 * statistics/models (new directory): | |
10935 | |
10936 logistic_regression.m | |
10937 logistic_regression_derivatives.m | |
10938 logistic_regression_likelihood.m | |
10939 | |
10940 * statistics/tests (new directory): | |
10941 | |
10942 anova.m | |
10943 bartlett_test.m | |
10944 chisquare_test_homogeneity.m | |
10945 chisquare_test_independence.m | |
10946 cor_test.m | |
10947 f_test_regression.m | |
10948 hotelling_test.m | |
10949 hotelling_test_2.m | |
10950 kolmogorov_smirnov_test.m | |
10951 kolmogorov_smirnov_test_2.m | |
10952 kruskal_wallis_test.m | |
10953 manova.m | |
10954 mcnemar_test.m | |
10955 prop_test_2.m | |
10956 run_test.m | |
10957 sign_test.m | |
10958 t_test.m | |
10959 t_test_2.m | |
10960 t_test_regression.m | |
10961 u_test.m | |
10962 var_test.m | |
10963 welch_test.m | |
10964 wilcoxon_test.m | |
10965 z_test.m | |
10966 z_test_2.m | |
10967 | |
10968 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10969 | |
10970 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10971 compatibility and to avoid Y2K problems. | |
10972 | |
3190 | 10973 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10974 | |
10975 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10976 least-squares solution. | |
10977 | |
3180 | 10978 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10979 | |
10980 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10981 | |
10982 * strings/strrep.m: Don't convert args to numeric values. | |
10983 Prevent warnings for empty string args. | |
10984 From Georg Thimm <thimm@idiap.ch>. | |
10985 | |
10986 * strings/strcat.m: Prevent warnings for empty string args. | |
10987 | |
10988 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10989 | |
10990 * miscellaneous/menu.m: Remove special case for empty string | |
10991 returned from input(). Add second arg to eval() to catch errors. | |
10992 | |
3178 | 10993 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10994 | |
10995 * plot/__plt__.m: Don't call usleep. | |
10996 | |
3175 | 10997 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10998 | |
10999 * linear-algebra/dot.m: New function. | |
11000 | |
11001 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11002 compatibility. | |
11003 | |
11004 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11005 | |
11006 * plot/hist.m: Also allow just one output argument. | |
11007 | |
11008 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11009 | |
11010 * strings/deblank.m: Make it work if the string is only blanks. | |
11011 | |
11012 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11013 | |
11014 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11015 | |
11016 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11017 | |
11018 * plot/oneplot.m: Fix typo. | |
11019 | |
3174 | 11020 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11021 | |
11022 * miscellaneous/flops.m: Allow a single argument too. | |
11023 | |
11024 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11025 | |
11026 * strings/str2mat.m: Also handle case when there are no empty | |
11027 strings correctly. | |
11028 | |
11029 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11030 | |
11031 * strings/isletter.m: New function, for Matlab compatibility. | |
11032 | |
3168 | 11033 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11034 | |
11035 * strings/str2mat.m: Handle string matrices too. | |
11036 | |
3167 | 11037 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11038 | |
11039 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11040 linear encoding. | |
11041 | |
11042 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11043 audio/record.m: Open files in binary mode. | |
11044 | |
3164 | 11045 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11046 | |
11047 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11048 Move functionality of dump_1_pref here, but use built-in function | |
11049 type to extract value, and put it inside try/catch block. | |
11050 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11051 | |
3162 | 11052 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11053 | |
11054 * plot/__pltopt1.m__: New file. | |
11055 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11056 __pltopt1__ multiple times and returning a string array with rows | |
11057 corresponding to the rows of opt. | |
11058 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11059 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11060 array. | |
11061 | |
11062 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11063 | |
11064 * plot/mplot.m: Fix misspellings of global variables. | |
11065 Don't call clearplot. | |
11066 | |
11067 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11068 | |
11069 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11070 "cle;rep" when going in ot multiplot mode. | |
11071 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11072 switching out of multiplot mode. | |
11073 | |
3156 | 11074 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11075 |
3156 | 11076 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11077 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11078 |
3141 | 11079 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11080 | |
11081 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11082 | |
11083 * miscellaneous/bug_report.m: Don't try to get smart with | |
11084 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11085 | |
11086 * Makefile.in (install): Create separate ls-R files for | |
11087 $(datadir) and $(libexecdir). | |
11088 (uninstall): Remove both ls-R files. | |
11089 | |
3136 | 11090 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11091 | |
11092 * signal/fftshift.m: New file. | |
11093 | |
11094 * plot/contour.m: Fix for non-square case. | |
11095 | |
11096 * general/randperm.m: New file. | |
11097 | |
11098 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11099 | |
11100 * specfun/betai.m: Restore file for compatibility with previous | |
11101 versions. Call betainc with reordered args. | |
11102 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11103 | |
3131 | 11104 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11105 | |
11106 * plot/contour.m: Handle discrete contour levels. | |
11107 | |
11108 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11109 | |
11110 * control/lyap.m: For compatibility with Matlab, solve | |
11111 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11112 | |
3124 | 11113 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11114 | |
11115 * specfun/bessel.m: New file. | |
11116 | |
11117 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11118 specfun/gammainc.m: Delete. | |
11119 | |
3106 | 11120 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11121 | |
11122 * image/colormap.m: Initialize __current_color_map__ in global | |
11123 statement. | |
11124 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11125 statement. | |
11126 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11127 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11128 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11129 | |
3103 | 11130 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11131 | |
11132 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11133 * time/toc.m: Likewise. | |
11134 | |
11135 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11136 | |
11137 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11138 anything special for automatic_replot when in multiplot mode -- | |
11139 recent 3.6beta releases handle this correctly. | |
11140 | |
11141 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11142 setting the terminal type. | |
11143 | |
11144 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11145 plot/subwindow.m: Use leading and trailing underscores for | |
11146 `private' globals. | |
11147 | |
11148 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11149 | |
3101 | 11150 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11151 | |
11152 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11153 | |
3091 | 11154 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11155 | |
3092 | 11156 * specfun/gammai.m: Avoid problems with whitespace when |
11157 constructing matrices. | |
11158 | |
3091 | 11159 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11160 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11161 original y vector. | |
11162 | |
3085 | 11163 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11164 | |
11165 * linear-algebra/cross.m: Use direct formula instead of calling | |
11166 det three times in a loop. If both args are column (row) vectors, | |
11167 return a column (row) vector. If they don't match, pay attention | |
11168 to the value of prefer_column_vectors. | |
11169 | |
5095 | 11170 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11171 |
11172 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11173 nonsymmetric matrices. | |
11174 | |
11175 * general/tril.m: Fix usage message. | |
11176 | |
11177 * polynomial/polyvalm.m: Fix error messages. | |
11178 * polynomial/polyderiv.m: Likewise. | |
11179 * polynomial/polyval.m: Likewise. | |
11180 | |
3081 | 11181 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11182 | |
11183 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11184 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11185 | |
3063 | 11186 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11187 | |
11188 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11189 | |
5095 | 11190 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11191 |
11192 * plot/__pltopt__.m: Handle key/legend names. | |
11193 Correctly set colors, line styles, and point styles. | |
11194 | |
3061 | 11195 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11196 | |
11197 * polynomial/polyfit.m: Return fit y values as second output. | |
11198 Don't use QR factorization to solve least squares problem. | |
11199 | |
11200 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11201 | |
11202 * control/dlqr.m: Use ao, not a, to compute k. | |
11203 | |
3024 | 11204 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11205 | |
11206 * miscellaneous/path.m: New file. | |
11207 | |
2993 | 11208 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11209 | |
11210 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11211 name. | |
11212 | |
2968 | 11213 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11214 | |
11215 * specfun/erfinv.m: Add missing semicolon. | |
11216 | |
2870 | 11217 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11218 | |
11219 * miscellaneous/xor.m: Make type of return value logical. | |
11220 | |
2853 | 11221 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11222 | |
11223 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11224 warn_comma_in_global_decl. | |
11225 | |
2831 | 11226 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11227 | |
11228 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11229 octave-bug script. | |
11230 | |
2823 | 11231 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11232 | |
2824 | 11233 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11234 prefer_zero_one_indexing. | |
11235 | |
2823 | 11236 * general/logical.m: New file. |
11237 | |
2816 | 11238 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11239 | |
11240 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11241 and is_vector(). | |
11242 | |
5095 | 11243 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11244 |
11245 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11246 Use tolerance of 2 * eps. | |
11247 | |
2811 | 11248 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11249 | |
11250 * Makefile.in (install-strip): New target. | |
11251 * audio/Makefile.in: Ditto. | |
11252 * control/Makefile.in: Ditto. | |
11253 * elfun/Makefile.in: Ditto. | |
11254 * general/Makefile.in: Ditto. | |
11255 * image/Makefile.in: Ditto. | |
11256 * io/Makefile.in: Ditto. | |
11257 * linear-algebra/Makefile.in: Ditto. | |
11258 * miscellaneous/Makefile.in: Ditto. | |
11259 * plot/Makefile.in: Ditto. | |
11260 * polynomial/Makefile.in: Ditto. | |
11261 * set/Makefile.in: Ditto. | |
11262 * signal/Makefile.in: Ditto. | |
11263 * specfun/Makefile.in: Ditto. | |
11264 * special-matrix/Makefile.in: Ditto. | |
11265 * startup/Makefile.in: Ditto. | |
11266 * statistics/Makefile.in: Ditto. | |
11267 * strings/Makefile.in: Ditto. | |
11268 | |
2809 | 11269 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11270 | |
11271 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11272 | |
2798 | 11273 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11274 | |
11275 * statistics/corrcoef.m: Make it actually work. | |
11276 | |
2795 | 11277 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11278 | |
2798 | 11279 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11280 |
2779 | 11281 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11282 |
11283 * Version 2.0.5 released. | |
11284 | |
2745 | 11285 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11286 | |
2749 | 11287 * Makefile.in (maintainer-clean): Also remove configure. |
11288 | |
2746 | 11289 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11290 | |
2745 | 11291 * general/is_matrix.m: Return zero for empty matrices. |
11292 | |
11293 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11294 | |
11295 * linear-algebra/vech.m: Size result just once. | |
11296 | |
2726 | 11297 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11298 | |
11299 * general/is_square.m: Handle empty matrices correctly. | |
11300 * general/is_symmetric.m: Handle empty matrices and strings. | |
11301 | |
2716 | 11302 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11303 | |
11304 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11305 * polynomial/deconv.m: Likewise. | |
11306 * polynomial/polyderiv.m: Likewise. | |
11307 * polynomial/polyinteg.m: Likewise. | |
11308 * polynomial/polyreduce.m: Likewise. | |
11309 * polynomial/polyval.m: Likewise. | |
11310 * polynomial/polyvalm.m: Likewise. | |
11311 * general/postpad.m: Likewise. | |
11312 * general/prepad.m: Likewise. | |
11313 | |
11314 * polynomial/compan.m: Check input with is_vector(), not | |
11315 is_matrix(). Handle scalar case. | |
11316 | |
2711 | 11317 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11318 | |
2715 | 11319 * plot/contour.m: Order data so that it is consistent with |
11320 meshgrid and mesh. | |
11321 | |
2711 | 11322 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11323 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11324 | |
2709 | 11325 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11326 |
11327 * Version 2.0.4 released. | |
11328 | |
2706 | 11329 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11330 | |
2702 | 11331 * miscellaneous/paren.m: New file. |
11332 | |
2693 | 11333 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11334 |
11335 * Version 2.0.3 released. | |
11336 | |
2676 | 11337 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11338 | |
11339 * image/saveimage.m: Only clip image data that is actually out of | |
11340 range. | |
11341 | |
2667 | 11342 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11343 | |
11344 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11345 also be considered to be matrices. | |
11346 | |
11347 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11348 | |
11349 * general/isempty.m: Use size(), not rows() and columns(). | |
11350 | |
11351 * plot/contour.m: Convert set to gset. | |
11352 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11353 | |
2663 | 11354 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11355 | |
11356 * specfun/erfinv.m: Fix typo in last change. | |
11357 | |
2650 | 11358 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11359 | |
11360 * image/loadimage.m: Make it possible to load files with image | |
11361 data named X or img. | |
11362 | |
11363 * image/default.img: Change name of image from X to img to match | |
11364 what saveimage does now. | |
11365 | |
11366 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11367 does now. | |
11368 | |
2632 | 11369 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11370 | |
2634 | 11371 * Version 2.0.2 released. |
11372 | |
2632 | 11373 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11374 weird missing-lines bug without creating extra plots unecessarily. | |
11375 | |
2624 | 11376 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11377 | |
11378 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11379 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11380 io/Makefile.in, linear-algebra/Makefile.in, | |
11381 miscellaneous/Makefile.in, plot/Makefile.in, | |
11382 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11383 specfun/Makefile.in, special-matrix/Makefile.in, | |
11384 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11385 time/Makefile.in (bin-dist): New target. | |
11386 | |
2621 | 11387 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11388 | |
11389 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11390 | |
11391 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11392 | |
11393 * miscellaneous/xor.m: Make it work. | |
11394 | |
2613 | 11395 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11396 | |
11397 * plot/sombrero.m: Doc fix. | |
11398 | |
2602 | 11399 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11400 | |
11401 * Version 2.0.1 released. | |
11402 | |
2601 | 11403 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11404 | |
11405 * elfun/lcm.m: Replace missing if statement. | |
11406 | |
11407 * elfun/gcd.m: Report error if no input args. | |
11408 * elfun/lcm.m: Likewise. | |
11409 | |
2597 | 11410 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11411 | |
11412 * Makefile.in (install): Use ls -LR to create ls-R database. | |
11413 Also list contents of $libexecdir/octave in ls-R database. | |
11414 | |
2583 | 11415 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11416 | |
11417 * Version 2.0 released. | |
11418 | |
2575 | 11419 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11420 | |
11421 * Version 1.94. | |
11422 | |
2558 | 11423 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11424 | |
11425 * strings/str2num.m: New file. | |
11426 | |
2554 | 11427 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11428 | |
11429 * Version 1.93. | |
11430 | |
2540 | 11431 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11432 | |
11433 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
11434 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
11435 linear-algebra/vech.m: New files from Kurt Hornik. | |
11436 | |
11437 * general/nextpow2.m, general/shift.m, general/diff.m, | |
11438 general/common_size.m: New files from Kurt Hornik. | |
11439 | |
11440 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
11441 New files from Kurt Hornik. | |
11442 | |
11443 * signal/detrend.m: New file from Kurt Hornik. | |
11444 | |
11445 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
11446 specfun/pow2.m, specfun/log2.m: | |
11447 New files and updates from Kurt Hornik. | |
11448 | |
2523 | 11449 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11450 | |
11451 * plot/__plt__.m: Add explicit replot after last command is | |
11452 issued, to force all lines to be displayed. Hmm. | |
11453 | |
2512 | 11454 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11455 | |
2520 | 11456 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11457 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11458 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11459 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11460 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11461 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11462 Uset gset, not set. | |
11463 | |
2512 | 11464 * Version 1.92. |
11465 | |
2482 | 11466 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11467 | |
2486 | 11468 * image/saveimage.m: When writing PostScript, name Octave as the |
11469 almighty Creator. Use single call to fprintf instead of looping. | |
11470 | |
11471 * image/Makefile.in: Delete references to octtopnm. | |
11472 | |
11473 * general/logspace.m: Doc fix. | |
11474 | |
2482 | 11475 * Version 1.91. |
11476 | |
2458 | 11477 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11478 | |
11479 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11480 | |
11481 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11482 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11483 deleted. | |
11484 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11485 of a system() command to delete the tmp file. | |
11486 | |
2452 | 11487 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11488 | |
11489 * Version 1.90. | |
11490 | |
11491 * Makefile.in (DISTFILES): Add ChangeLog. | |
11492 | |
2360 | 11493 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11494 | |
11495 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
11496 Don't check for string value of automatic_replot. | |
11497 | |
11498 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
11499 Temporarily set do_fortran_indexing to 1, not "true". | |
11500 | |
11501 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
11502 not "false". | |
11503 | |
11504 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
11505 "false". | |
11506 | |
2355 | 11507 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
11508 | |
11509 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
11510 | |
2330 | 11511 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11512 | |
11513 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
11514 system command. | |
11515 | |
11516 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11517 | |
11518 * __plr1__.m: Renamed from polar_int_1.m. | |
11519 * __plr2__.m: Renamed from polar_int_2.m. | |
11520 * __plr__.m: Renamed from polar_int.m. | |
11521 * __plt1__.m: Renamed from plot_int_1.m. | |
11522 * __plt2__.m: Renamed from plot_int_2.m. | |
11523 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11524 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11525 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11526 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11527 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11528 * __plt__.m: Renamed from plot_int.m. | |
11529 * __pltopt__.m: Renamed from plot_opt.m. | |
11530 Change all callers. | |
11531 | |
11532 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11533 | |
11534 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11535 comments like those found in Emacs lisp files. | |
11536 | |
11537 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11538 | |
11539 * All .m files: Change comment style. | |
11540 | |
11541 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11542 | |
11543 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11544 subplot.m, subwindow.m, top_title.m: | |
11545 Print error message if gnuplot_has_multiplot is not true. | |
11546 | |
11547 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11548 | |
11549 * plot/figure.m: New function. | |
11550 | |
11551 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11552 | |
11553 * strings/strrep.m: New function. | |
11554 | |
11555 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11556 | |
11557 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11558 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11559 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11560 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11561 New functions from Kurt Hornik, heavily modified by jwe. | |
11562 | |
11563 * general/reshape.m: Allow strings to be reshaped too. | |
11564 | |
11565 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11566 Always return a scalar. | |
11567 | |
11568 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11569 | |
11570 * polynomial/polyfit.m: Make orientation of result compatible with | |
11571 Matlab. | |
11572 | |
11573 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11574 | |
11575 * polynomial/polyfit.m: Add missing close paren. | |
11576 | |
11577 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11578 | |
11579 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11580 | |
11581 * io/scanf.m: Delete. | |
11582 | |
11583 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11584 | |
11585 * statistics/median.m: Fix typo in usage message. | |
11586 | |
11587 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11588 | |
11589 * miscellaneous/popen2.m: New file. | |
11590 | |
11591 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11592 | |
11593 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11594 | |
11595 * io: New directory. | |
11596 * Makefile.in (SUBDIRS): Add it to the list. | |
11597 | |
11598 * miscellaneous/flops.m: New file. | |
11599 | |
11600 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11601 | |
11602 * miscellaneous/cputime.m: Return three arguments instead of a | |
11603 vector, for compatibility with previous versions and with Matlab | |
11604 (which only returns one scalar value). | |
11605 | |
11606 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11607 | |
11608 * general/triu.m: Compute lower bound on loop index correctly. | |
11609 * general/tril.m: Likewise, for upper bound. | |
11610 | |
11611 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11612 | |
11613 * image/saveimage.m: For color images, make sure indices into | |
11614 temporary colormap and result matrix have proper orientation. | |
11615 Set grey flag correctly. | |
11616 | |
11617 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11618 | |
11619 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11620 jrv@vanzandt.mv.com). | |
11621 | |
11622 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11623 | |
11624 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11625 * mesh.m: Transpose Z if only one arg. | |
11626 Handle case of all three args being matrices (from Jim Van Zandt | |
11627 jrv@vanzandt.mv.com). | |
11628 * meshdom.m: Undo previous change. | |
11629 | |
11630 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11631 | |
11632 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11633 | |
11634 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11635 | |
11636 * audio: New directory of files from Kurt Hornik and Andreas | |
11637 Weingessel. | |
11638 * audio/Makefile.in: New file. | |
11639 * Makefile.in (SUBDIRS): Add audio to the list. | |
11640 | |
11641 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11642 | |
11643 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11644 | |
11645 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11646 | |
11647 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11648 columns (z), not the other way around. | |
11649 * plot/meshdom.m: Don't reverse order of elements in y. | |
11650 | |
11651 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11652 | |
11653 * plot/axis.m: Return current axis if nargin == 0. | |
11654 | |
11655 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11656 | |
11657 * polynomial/roots.m: Updates from Kurt Hornik. | |
11658 | |
11659 * polynomial/polyder.m: New file. | |
11660 | |
11661 * polynomial/polyderiv.m: Give return value and arg different names. | |
11662 | |
11663 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11664 | |
11665 * specfun/betainc.m: New file. | |
11666 * specfun/gammainc.m: New file. | |
11667 | |
11668 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11669 | |
11670 * general/strerror.m: New file. | |
11671 * general/perror.m: Implement using strerror(). | |
11672 | |
11673 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11674 | |
11675 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11676 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11677 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11678 | |
11679 * image/saveimage.m: Round img values first. | |
11680 | |
11681 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11682 | |
11683 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11684 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11685 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11686 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11687 special-matrix/hankel.m special-matrix/toeplitz.m | |
11688 tuwien/strfun/split.m: Add missing semicolons. | |
11689 | |
11690 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11691 | |
11692 * image/Makefile.in: Don't build or install octtoppm. | |
11693 | |
11694 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11695 routines so that people who don't have the pbm stuff installed |
2330 | 11696 can still use this function. |
11697 | |
11698 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11699 | |
11700 * image/saveimage.m: Better error checking, clean up a bit. | |
11701 | |
11702 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11703 | |
11704 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11705 avoid conflict with new built-in text-style function more. | |
11706 | |
11707 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11708 | |
11709 * startup/Makefile.in (install): Also install octaverc in | |
11710 $localfcnfiledir/startup/octavrc. | |
11711 | |
11712 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11713 | |
11714 * mkinstalldirs: New file. | |
11715 * Makefile.in (DISTFILES): Add it to the list. | |
11716 | |
11717 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11718 | |
11719 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11720 | |
11721 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11722 r(1) != c(nr), not if r(1) != c(1). | |
11723 | |
11724 * signal/filter.m: Doc fix. | |
11725 | |
11726 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11727 | |
11728 * miscellaneous/cputime.m: Use new resource structure names (no | |
11729 ru_ or tv_ prefixes). | |
11730 | |
11731 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11732 | |
11733 * time/ctime.m: Fix doc string and usage message. | |
11734 | |
11735 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11736 | |
11737 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11738 | |
11739 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11740 | |
11741 * control/c2d.m: Make function work for any value of | |
11742 whitespace_in_literal_matrix. | |
11743 * control/dare.m: Likewise. | |
11744 * control/tzero.m: Likewise. | |
11745 * elfun/gcd.m: Likewise. | |
11746 * elfun/lcm.m: Likewise. | |
11747 * general/postpad.m: Likewise. | |
11748 * general/prepad.m: Likewise. | |
11749 * linear-algebra/kron.m: Likewise. | |
11750 * miscellaneous/etime.m: Likewise. | |
11751 * polynomial/conv.m: Likewise. | |
11752 * polynomial/deconv.m: Likewise. | |
11753 * polynomial/poly.m: Likewise. | |
11754 * polynomial/roots.m: Likewise. | |
11755 * signal/filter.m: Likewise. | |
11756 * signal/freqz.m: Likewise. | |
11757 * signal/fftfilt.m: Likewise. | |
11758 | |
11759 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11760 | |
11761 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11762 | |
11763 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11764 | |
11765 * plot/polar_int_2.m: Add missing semicolons. | |
11766 Set theta = theta', not rho'. | |
11767 | |
11768 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11769 | |
11770 * polynomial/roots.m: Make it work for any value of | |
11771 whitespace_in_literal_matrix. | |
11772 | |
11773 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11774 | |
11775 * configure.in: New file. | |
11776 | |
11777 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11778 | |
11779 * control/lyap.m: Add missing semicolon. | |
11780 | |
11781 * miscellaneous/cputime.m: New function file. | |
11782 | |
11783 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11784 | |
11785 * time: New directory. | |
11786 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11787 New function files. | |
11788 * time/Makefile.in: New file. | |
11789 * Makefile.in (SUBDIRS): Add time. | |
11790 | |
11791 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11792 | |
11793 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11794 | |
11795 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11796 | |
11797 * plot/plot_int_1.m: Transpose data with .', not '. | |
11798 | |
11799 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11800 | |
11801 * Makefile.in (install uninstall clean mostlyclean distclean | |
11802 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11803 | |
11804 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11805 | |
11806 * Makefile.in (install): Create ls-R database file. | |
11807 (uninstall): Delete it. | |
11808 | |
11809 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11810 | |
5378 | 11811 * image/saveimage.m: Fix typo. |
2330 | 11812 |
11813 See ChangeLog.1 in the top level directory for earlier changes. |