Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8887:6e4a811e58f8
deprecate create_set
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 27 Feb 2009 14:49:28 -0500 |
parents | 0c1a9c178fdd |
children | 0c7b0049c023 |
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. | |
7 * set/Makefile.in (SOURCES): Remove create_set.m from the list. | |
8 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
9 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
10 * 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
|
11 |
8884 | 12 * strings/strsplit.m: Style fixes. |
13 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
14 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
15 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
16 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
17 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
18 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
|
19 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
20 * 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
|
21 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
22 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
23 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
24 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
25 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
26 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
27 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
28 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
29 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
30 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
31 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
32 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
33 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
34 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
35 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
36 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
37 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
38 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
39 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
40 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
41 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
42 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
|
43 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
44 * 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
|
45 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
46 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
47 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
48 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
49 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
50 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
51 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
52 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
53 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
54 * 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
|
55 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
|
56 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
57 * 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
|
58 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
59 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
60 |
8861 | 61 2009-02-24 John W. Eaton <jwe@octave.org> |
62 | |
63 * 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
|
64 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
|
65 |
8861 | 66 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
67 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
68 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
|
69 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
70 * 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
|
71 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
72 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
73 * 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
|
74 |
8857 | 75 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
76 | |
77 * optimization/fsolve.m: Update niter after each iteration, not just | |
78 a succesful one. | |
79 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
80 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
|
81 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
82 * 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
|
83 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
84 * 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
|
85 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
86 |
8847 | 87 2009-02-23 John W. Eaton <jwe@octave.org> |
88 | |
89 * plot/fplot.m: Fix nargin check. | |
90 From Joel Parker <Joel.Parker@radiancetech.com>. | |
91 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
92 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
|
93 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
94 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
95 |
8826 | 96 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
97 | |
98 * linear-algebra/dmult.m: Remove. | |
99 * linear-algebra/Makefile.in: Update. | |
100 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
101 * deprecated/Makefile.in: Update. | |
102 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
103 by diagonal matrices. | |
104 | |
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
|
105 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
|
106 |
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 * 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
|
108 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
|
109 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
|
110 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
111 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
|
112 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
113 * 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
|
114 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
|
115 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
|
116 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
|
117 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
|
118 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
|
119 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
|
120 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
|
121 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
|
122 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
|
123 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
|
124 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
|
125 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
|
126 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
|
127 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
|
128 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
|
129 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
|
130 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
|
131 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
|
132 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
|
133 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
134 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
135 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
136 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
137 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
138 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
139 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
|
140 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
141 * 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
|
142 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
143 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
|
144 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
145 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
146 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
147 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
|
148 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
149 * 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
|
150 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
151 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
152 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
|
153 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
154 * 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
|
155 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
|
156 |
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
|
157 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
|
158 |
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 * 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
|
160 * 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
|
161 * 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
|
162 * 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
|
163 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
|
164 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
|
165 |
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 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
|
167 |
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 * 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
|
169 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
|
170 (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
|
171 (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
|
172 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
173 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
|
174 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
175 * 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
|
176 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
177 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
|
178 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
179 * 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
|
180 * 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
|
181 * 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
|
182 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
|
183 * 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
|
184 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
185 |
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
|
186 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
|
187 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
188 * 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
|
189 * 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
|
190 |
8757 | 191 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
192 | |
193 * 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
|
194 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
195 * optimization/fsolve.m: Update comments. |
8757 | 196 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
197 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
|
198 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
199 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
200 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
201 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
|
202 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
203 * 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
|
204 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
|
205 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
206 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
207 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
208 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
|
209 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
|
210 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
|
211 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
|
212 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
|
213 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
|
214 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
215 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
216 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
217 * 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
|
218 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
219 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
220 * 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
|
221 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
222 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
223 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
224 * 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
|
225 |
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
|
226 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
|
227 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
228 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
229 |
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
|
230 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
231 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
232 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
233 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
234 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
|
235 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
236 * 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
|
237 |
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
|
238 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
|
239 |
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 * 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
|
241 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
|
242 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
243 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
|
244 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
245 * 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
|
246 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
247 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
248 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
249 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
250 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
251 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
252 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
|
253 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
254 * 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
|
255 |
8714 | 256 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
257 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
258 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
259 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
|
260 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
261 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
262 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
|
263 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
264 * 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
|
265 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
266 * 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
|
267 |
8698 | 268 2009-02-08 John W. Eaton <jwe@octave.org> |
269 | |
270 * Makefile.in (install install-strip): Don't install ls-R file. | |
271 (uninstall): Don't uninstall ls-R file. | |
272 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
273 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
274 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
275 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
276 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
277 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
278 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
|
279 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
280 * 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
|
281 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
282 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
|
283 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
284 * 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
|
285 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
286 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
287 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
|
288 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
289 * 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
|
290 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
291 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
|
292 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
293 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
294 * 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
|
295 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
296 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
|
297 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
298 * 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
|
299 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
300 |
8666 | 301 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
302 | |
303 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
304 instead of "interpolate 4, 4". | |
305 | |
8664 | 306 2009-02-04 John W. Eaton <jwe@octave.org> |
307 | |
308 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
309 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
310 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
311 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
312 geometry/voronoi.m, geometry/voronoin.m, | |
313 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
314 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
315 linear-algebra/dmult.m, linear-algebra/dot.m, | |
316 linear-algebra/expm.m, linear-algebra/housh.m, | |
317 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
318 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
319 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
320 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
321 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
322 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
323 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
324 statistics/tests/cor_test.m, | |
325 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
326 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
327 time/addtodate.m: Style fixes. | |
328 | |
8661 | 329 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
330 | |
331 * optimization/fsolve.m: remove redundant line. | |
332 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
333 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
334 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
335 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
336 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
337 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
338 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
339 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
340 |
8652 | 341 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
342 | |
343 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
344 mlock to avoid unloading. | |
345 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
346 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
|
347 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
348 * 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
|
349 * 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
|
350 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
|
351 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
352 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
353 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
354 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
355 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
356 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
357 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
358 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
359 |
8645 | 360 2009-01-30 Kai Habel <kai.habel@gmx.de> |
361 | |
362 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
363 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
364 Require gnuplot 4.3 for transparent patches and surfaces. | |
365 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
366 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
|
367 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
368 * 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
|
369 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
|
370 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
371 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
|
372 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
373 * 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
|
374 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
375 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
376 * 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
|
377 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
378 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
|
379 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
380 * 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
|
381 |
8633 | 382 2009-01-29 Kai Habel <kai.habel@gmx.de> |
383 | |
384 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
385 | |
8632 | 386 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
387 | |
388 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
389 print sensible error message when function is found but not documented. | |
390 | |
391 * help/help.m: Allow displaying 'Contents.m' files. | |
392 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
393 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
|
394 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
395 * 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
|
396 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
397 |
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
|
398 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
399 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
400 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 401 |
402 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
403 feature. | |
404 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
405 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
|
406 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
407 * 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
|
408 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
409 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
410 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
|
411 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
412 * 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
|
413 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
|
414 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
|
415 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
416 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
417 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
418 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
419 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
420 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
421 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
422 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
|
423 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
424 * 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
|
425 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
|
426 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
|
427 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
428 * 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
|
429 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
430 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
431 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
432 * 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
|
433 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
434 |
8602 | 435 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
436 | |
437 * polynomial/spline.m: Doc fix. | |
438 | |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
439 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
|
440 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
441 * 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
|
442 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
443 |
8600 | 444 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
445 | |
446 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
447 square and overdetermined systems. | |
448 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
449 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
|
450 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
451 * 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
|
452 Adjust some defaults. |
8628 | 453 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
454 * 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
|
455 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
456 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
|
457 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
458 * 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
|
459 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
460 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
461 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
462 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
463 |
8591 | 464 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
465 | |
466 * optimization/__fsolve_defopts__.m: Remove. | |
467 * optimization/Makefile.in: Reflect change. | |
468 | |
8590 | 469 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
470 | |
471 * optimization/__fdjac__.m: Fix setting up h. | |
472 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
473 large enough square and overdetermined systems, with pivoting in the | |
474 first step. Simplify options. Adjust defaults - make TR radius | |
475 tolerance less stringent. Support DisplayFcn. | |
476 | |
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
|
477 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
|
478 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
479 * 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
|
480 |
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
|
481 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
|
482 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
483 * 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
|
484 |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
485 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 486 |
487 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
488 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
489 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
|
490 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
491 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
492 * 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
|
493 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
494 * 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
|
495 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
496 * 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
|
497 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
498 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
499 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
|
500 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
501 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
502 * 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
|
503 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
504 * 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
|
505 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
|
506 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
|
507 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
508 * 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
|
509 * 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
|
510 * 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
|
511 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
512 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
513 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
|
514 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
515 * 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
|
516 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
517 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
|
518 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
519 * 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
|
520 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
521 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
|
522 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
523 * 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
|
524 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
|
525 * 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
|
526 * 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
|
527 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
528 * 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
|
529 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
|
530 * 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
|
531 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
532 * 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
|
533 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
534 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
535 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
536 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
537 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
538 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
539 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
540 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
541 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
542 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
543 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
544 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
|
545 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
546 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
547 * general/prepad.m: Doc fix. |
8544 | 548 * image/pink.m: Spelling fix. |
549 * image/hsv.m: Doc fix. | |
550 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 551 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
552 * 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
|
553 |
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
|
554 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
555 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
556 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
557 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
558 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
559 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
|
560 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
561 * 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
|
562 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
563 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
|
564 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
565 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
566 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
567 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
|
568 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
569 * 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
|
570 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
|
571 |
8528 | 572 2008-01-15 Ben Abbott <bpabbott@mac.com> |
573 | |
574 * plot/grid.m: Document handle argument. | |
575 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
576 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
|
577 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
578 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
579 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
580 |
8521 | 581 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
582 | |
583 * gethelp.cc: Include <cstdio>. | |
584 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
585 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
|
586 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
587 * 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
|
588 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
|
589 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
590 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
|
591 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
592 * 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
|
593 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
594 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
|
595 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
|
596 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
|
597 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
|
598 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
|
599 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
|
600 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
|
601 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
|
602 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
|
603 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
|
604 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
|
605 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
|
606 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
|
607 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
608 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
609 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
|
610 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
611 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
612 |
8513 | 613 * optimization/fsolve.m: Doc fix. |
614 | |
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
|
615 * 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
|
616 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
617 * 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
|
618 |
8506 | 619 2009-01-13 John W. Eaton <jwe@octave.org> |
620 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
621 * 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
|
622 |
8507 | 623 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
624 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
625 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
626 general/quadgk.m, general/quadv.m, general/repmat.m, | |
627 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
628 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
629 image/imwrite.m, linear-algebra/dmult.m, | |
630 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
631 miscellaneous/setfield.m, miscellaneous/what.m, | |
632 optimization/fsolve.m, optimization/fzero.m, | |
633 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
634 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
635 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
636 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
637 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
638 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
639 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
640 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
641 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
642 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
643 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
644 statistics/base/center.m, statistics/base/quantile.m, | |
645 statistics/base/ranks.m, statistics/base/std.m, | |
646 statistics/distributions/hygepdf.m, | |
647 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
648 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
649 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
650 testfun/speed.m, testfun/test.m: Style fixes. | |
651 | |
8506 | 652 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
653 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
654 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
655 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
656 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
657 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
658 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
659 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
660 statistics/base/quantile.m, statistics/base/values.m, | |
661 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
662 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
663 time/datestr.m, time/datevec.m: Comment style fixes. | |
664 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
665 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
|
666 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
667 * 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
|
668 |
8466 | 669 2009-01-12 John W. Eaton <jwe@octave.org> |
670 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
671 * 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
|
672 Use strcmpi to compare options. |
8466 | 673 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
674 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
|
675 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
676 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
677 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
678 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
679 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
|
680 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
681 * 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
|
682 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
683 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
684 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
685 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 686 * miscellaneous/orderfields.m: Ditto. |
687 * miscellaneous/what.m: Ditto. | |
688 * pkg/pkg.m: Ditto. | |
689 * plot/ndgrid.m: Ditto. | |
690 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
691 |
8451 | 692 2009-01-09 Kai Habel <kai.habel@gmx.de> |
693 | |
694 * plot/surfl.m: New function | |
8628 | 695 * plot/diffuse.m: Ditto. |
696 * plot/specular.m: Ditto. | |
8451 | 697 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
698 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
|
699 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
700 * 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
|
701 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
702 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
|
703 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
704 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
705 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
706 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
|
707 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
708 * 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
|
709 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
|
710 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
|
711 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
|
712 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
|
713 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
|
714 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
|
715 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
|
716 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
|
717 * 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
|
718 * 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
|
719 * 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
|
720 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
721 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
|
722 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
723 * 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
|
724 |
8438 | 725 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
726 | |
727 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
728 operation fails. | |
729 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
730 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
|
731 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
732 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
733 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
734 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
735 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
736 * 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
|
737 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
738 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
739 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
740 * 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
|
741 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
742 |
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
|
743 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
|
744 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
745 * 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
|
746 |
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
|
747 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
|
748 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
749 * 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
|
750 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
751 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
752 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
753 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
754 |
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
|
755 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
|
756 |
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 * 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
|
758 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
|
759 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
760 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
761 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
762 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
763 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
764 |
8416 | 765 2008-11-21 Radek Salac <salac.r@gmail.com> |
766 | |
767 * sparse/bicgstab.m: New function. | |
768 * sparse/Makefile.in (SOURCES): Add it here. | |
769 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
770 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
|
771 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
772 * 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
|
773 (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
|
774 * 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
|
775 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
776 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
777 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
778 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
779 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
780 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
781 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
782 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
|
783 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
784 * 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
|
785 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
|
786 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
787 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
788 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
789 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
790 |
8393 | 791 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
792 | |
8394 | 793 * linear-algebra/expm.m: New source. |
8393 | 794 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
795 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
796 |
8394 | 797 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
798 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
799 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
800 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
801 * 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
|
802 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
803 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
|
804 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
805 * 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
|
806 * 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
|
807 * 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
|
808 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
809 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
|
810 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
811 * 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
|
812 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
|
813 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
|
814 * 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
|
815 * 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
|
816 * 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
|
817 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
818 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
819 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
820 * 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
|
821 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
822 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
|
823 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
824 * 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
|
825 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
826 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
|
827 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
828 * 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
|
829 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
830 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
|
831 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
832 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
|
833 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
834 |
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
|
835 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
|
836 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
837 * 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
|
838 |
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
|
839 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
|
840 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
841 * 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
|
842 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
843 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
|
844 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
845 * 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
|
846 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
847 |
8324 | 848 2008-11-14 David Bateman <dbateman@free.fr> |
849 | |
850 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
851 of the axis object. | |
852 | |
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
|
853 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
|
854 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
855 * 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
|
856 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
857 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
|
858 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
859 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
860 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
861 |
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
|
862 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
|
863 |
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 * 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
|
865 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
|
866 * 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
|
867 |
8316 | 868 2008-11-10 John W. Eaton <jwe@octave.org> |
869 | |
870 * polynomial/spline.m: Delete debugging statements. From | |
871 Sebastian Sch�ps <sebastian@schoeps.org>. | |
872 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
873 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
|
874 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
875 * 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
|
876 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
877 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
878 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
|
879 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
880 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
881 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
882 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
|
883 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
884 * 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
|
885 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
886 |
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
|
887 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
|
888 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
889 * 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
|
890 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
891 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
892 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
893 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
894 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
895 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
896 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
897 |
8305 | 898 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
899 | |
900 * optimization/fzero.m: Replace tabs by spaces. | |
901 | |
902 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
903 | |
904 * optimization/fzero.m: Simplify exception handling. | |
905 | |
906 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
907 | |
908 * optimization/fzero.m: New function file. | |
909 * optimization/Makefile.in: Add it. | |
910 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
911 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
912 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
913 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
914 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
915 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
916 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
917 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
918 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
919 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
920 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
921 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
922 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
923 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
924 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
925 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
926 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
927 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
928 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
929 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
|
930 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
931 * 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
|
932 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
933 * 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
|
934 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
|
935 * 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
|
936 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
937 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
|
938 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
939 * 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
|
940 * 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
|
941 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
|
942 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
943 * 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
|
944 * 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
|
945 * 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
|
946 * 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
|
947 * 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
|
948 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
949 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
950 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
|
951 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
952 * 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
|
953 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
|
954 * 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
|
955 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
|
956 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
|
957 * 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
|
958 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
959 * 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
|
960 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
|
961 * 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
|
962 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
|
963 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
964 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
965 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
|
966 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
967 * 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
|
968 |
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
|
969 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
|
970 |
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 * 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
|
972 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
|
973 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
974 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
|
975 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
976 * 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
|
977 |
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
|
978 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
|
979 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
980 * 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
|
981 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
982 * 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
|
983 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
984 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
|
985 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
986 * 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
|
987 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
988 |
8257 | 989 2008-10-22 David Bateman <dbateman@free.fr> |
990 | |
8260 | 991 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
992 "caller" workspace. | |
993 | |
8258 | 994 * plot/__errplot__.m: Add errorbar series objects. |
995 * plot/errbar.m: Add some demos. | |
996 | |
8257 | 997 * plot/__add_line_series__.m: Remove |
998 * plot/Makefile.in (SOURCES): Remove it here too. | |
999 * plot/__add_datasource__.m: Allow for more than one character in | |
1000 source name. | |
1001 * plot/refreshdata.m: Ditto. | |
1002 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1003 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1004 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1005 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1006 * plot/legend.m: Update type in loop and remove debugging messages. | |
1007 | |
8251 | 1008 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1009 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1010 * 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
|
1011 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1012 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1013 |
8249 | 1014 2008-10-21 John W. Eaton <jwe@octave.org> |
1015 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1016 * 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
|
1017 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1018 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1019 |
8249 | 1020 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1021 struct. Use get instead of examining struct fields directly. | |
1022 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1023 object struct. Use get instead of examining struct elements | |
1024 directly. Use allhild instead of looking at children field of | |
1025 figure object struct. | |
1026 | |
8251 | 1027 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1028 |
1029 * plot/orient.m: Fix syntax error. | |
1030 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1031 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1032 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1033 * 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
|
1034 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1035 * 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
|
1036 * 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
|
1037 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1038 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
|
1039 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1040 * 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
|
1041 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
|
1042 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1043 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1044 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
|
1045 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1046 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1047 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1048 * 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
|
1049 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1050 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1051 * 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
|
1052 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1053 * 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
|
1054 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1055 * 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
|
1056 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1057 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
|
1058 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1059 * 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
|
1060 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
|
1061 |
8236 | 1062 2008-10-17 David Bateman <dbateman@free.fr> |
1063 | |
1064 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1065 from potential axis handles. | |
1066 * plot/colorbar.m: Remove debug output. | |
1067 * plot/comet.m: Close plot before demo | |
1068 * plot/contourc.m: No output if nargout == 0. | |
1069 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1070 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
|
1071 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1072 * 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
|
1073 |
8229 | 1074 2008-10-16 John W. Eaton <jwe@octave.org> |
1075 | |
1076 * testfun/rundemos.m: New function. | |
1077 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1078 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
|
1079 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1080 * 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
|
1081 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1082 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
|
1083 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1084 * 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
|
1085 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
|
1086 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1087 * 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
|
1088 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
|
1089 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
|
1090 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1091 * 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
|
1092 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
|
1093 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1094 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1095 * 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
|
1096 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
|
1097 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1098 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
|
1099 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1100 * 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
|
1101 (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
|
1102 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1103 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
|
1104 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1105 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1106 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1107 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1108 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
|
1109 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1110 * 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
|
1111 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
|
1112 (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
|
1113 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1114 * 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
|
1115 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1116 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1117 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1118 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
|
1119 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1120 * 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
|
1121 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1122 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1123 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
|
1124 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1125 * 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
|
1126 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1127 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
|
1128 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1129 * 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
|
1130 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1131 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1132 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1133 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1134 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1135 |
8208 | 1136 2008-10-10 David Bateman <dbateman@free.fr> |
1137 | |
1138 * image/__img__.m: Manually set the limits of th eimage | |
1139 * plot/__go_draw_axes__.m: Base window position in the axis | |
1140 position property and not the outerposition property. Remove | |
1141 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1142 vector to support image based colorbars. Also check labelmode for | |
1143 manual tics. | |
1144 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1145 colorbar code. | |
1146 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1147 it to the principal axis. | |
1148 * plot/legend.m: Support an axis handle as the first | |
1149 argument. Support hggroups. | |
1150 * plot/pareto.m: Don't support an axis handle as the first | |
1151 argument as the plotyy command in fact needs two axis handles. | |
1152 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1153 synchronize the two axes. | |
1154 * plot/subplot.m: Also skip axes that are tagged as being a | |
1155 colorbar. Don't break in search of overlapping axes to delete. Set | |
1156 both the position and the outerposition. | |
1157 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1158 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
|
1159 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1160 * 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
|
1161 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1162 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
|
1163 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1164 * 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
|
1165 * 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
|
1166 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1167 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
|
1168 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1169 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1170 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1171 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1172 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1173 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1174 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1175 * 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
|
1176 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1177 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
|
1178 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1179 * 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
|
1180 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1181 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
|
1182 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1183 * 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
|
1184 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
|
1185 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
|
1186 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
|
1187 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
|
1188 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
|
1189 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
|
1190 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
|
1191 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
|
1192 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
|
1193 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1194 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
|
1195 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1196 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1197 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1198 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1199 * 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
|
1200 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1201 * 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
|
1202 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1203 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
|
1204 |
8182 | 1205 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1206 | |
1207 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
|
1208 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1209 * 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
|
1210 |
8182 | 1211 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1212 | |
1213 * 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
|
1214 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1215 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1216 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1217 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1218 |
8182 | 1219 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
|
1220 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1221 * 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
|
1222 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1223 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1224 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1225 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
|
1226 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1227 * 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
|
1228 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1229 * 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
|
1230 |
8182 | 1231 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
|
1232 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1233 * 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
|
1234 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1235 * 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
|
1236 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1237 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
|
1238 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1239 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1240 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1241 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1242 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1243 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1244 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
|
1245 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1246 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1247 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
|
1248 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1249 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1250 |
8148 | 1251 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
1252 | |
1253 * image/imread.m, image/imwrite.m: Doc fix. | |
1254 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1255 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
|
1256 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1257 * 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
|
1258 |
8149 | 1259 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
|
1260 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1261 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1262 * 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
|
1263 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1264 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
|
1265 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1266 * 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
|
1267 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1268 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1269 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1270 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1271 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1272 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1273 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1274 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1275 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1276 |
8182 | 1277 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1278 |
1279 * plot/comet.m: New file. | |
1280 * plot/Makefile.in (SOURCES): Add it here. | |
1281 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1282 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
|
1283 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1284 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1285 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1286 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1287 * 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
|
1288 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
|
1289 |
8182 | 1290 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
|
1291 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1292 * 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
|
1293 |
8116 | 1294 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1295 | |
8117 | 1296 * image/imshow.m: Fix for display_range. |
1297 | |
8116 | 1298 * general/interpn.m: Fixe for extrapval and documentation of |
1299 extrapval. | |
1300 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1301 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
|
1302 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1303 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1304 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1305 * 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
|
1306 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1307 * 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
|
1308 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1309 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1310 * 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
|
1311 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
|
1312 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1313 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1314 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1315 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1316 |
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
|
1317 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
|
1318 |
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 * 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
|
1320 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
|
1321 |
8088 | 1322 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1323 | |
1324 * plot/plot.m: Doc fix. | |
1325 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1326 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
|
1327 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1328 * 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
|
1329 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1330 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1331 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
|
1332 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1333 * 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
|
1334 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1335 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1336 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1337 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1338 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1339 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1340 * 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
|
1341 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1342 |
8076 | 1343 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1344 | |
1345 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1346 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1347 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1348 | |
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
|
1349 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
|
1350 |
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 * 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
|
1352 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
|
1353 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
|
1354 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
|
1355 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
|
1356 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
|
1357 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
|
1358 '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
|
1359 * 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
|
1360 |
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 * 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
|
1362 * 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
|
1363 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1364 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1365 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1366 * 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
|
1367 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1368 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1369 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1370 * 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
|
1371 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
|
1372 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1373 * 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
|
1374 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
|
1375 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
|
1376 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1377 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1378 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1379 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1380 |
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
|
1381 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
|
1382 |
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 * 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
|
1384 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
|
1385 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1386 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
|
1387 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1388 * 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
|
1389 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1390 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1391 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
|
1392 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1393 * 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
|
1394 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
|
1395 * 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
|
1396 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
|
1397 * 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
|
1398 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1399 * 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
|
1400 * 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
|
1401 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
|
1402 * 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
|
1403 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
|
1404 * 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
|
1405 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
|
1406 * 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
|
1407 * 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
|
1408 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
|
1409 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1410 |
8054 | 1411 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
1412 | |
1413 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
1414 Handle parameter-value options. Untabify. | |
1415 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1416 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
|
1417 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1418 * 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
|
1419 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1420 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1421 * 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
|
1422 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
|
1423 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1424 * 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
|
1425 * 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
|
1426 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1427 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1428 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
|
1429 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1430 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1431 |
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
|
1432 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
|
1433 |
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 * 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
|
1435 (__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
|
1436 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
|
1437 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1438 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1439 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1440 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1441 |
8046 | 1442 2008-08-21 David Bateman <dbateman@free.fr> |
1443 | |
1444 * plot/ezplot.m : New function. | |
1445 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
1446 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
1447 | |
8182 | 1448 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
|
1449 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1450 * 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
|
1451 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1452 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1453 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
|
1454 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1455 * 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
|
1456 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
|
1457 |
8040 | 1458 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
|
1459 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1460 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1461 |
8035 | 1462 2008-08-19 David Bateman <dbateman@free.fr> |
1463 | |
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
|
1464 * 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
|
1465 * 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
|
1466 |
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 * statistics/base/ranks.m: Doc fix. |
8035 | 1468 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1469 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
|
1470 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1471 * 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
|
1472 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1473 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
|
1474 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1475 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1476 |
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
|
1477 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
|
1478 |
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 * 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
|
1480 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
|
1481 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1482 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
|
1483 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1484 * 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
|
1485 |
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
|
1486 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
|
1487 |
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 * 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
|
1489 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
|
1490 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1491 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
|
1492 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1493 * 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
|
1494 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1495 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1496 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1497 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1498 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1499 * 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
|
1500 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1501 * 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
|
1502 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1503 |
8182 | 1504 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
|
1505 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1506 * plot/hold.m: Clarify help text. |
7986 | 1507 |
1508 * specfun/reallog.m: Fix help string. | |
1509 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1510 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 1511 |
1512 * strings/regexptranslate.m: Add real documentation. | |
1513 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
1514 * 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
|
1515 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1516 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1517 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1518 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1519 |
7974 | 1520 2008-07-28 John W. Eaton <jwe@octave.org> |
1521 | |
1522 * image/imwrite.m: New function. | |
1523 * image/Makefile.in (SOURCES): Add it to the list. | |
1524 | |
7969 | 1525 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1526 | |
1527 * time/datestr.m: New xtest. | |
1528 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1529 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
|
1530 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1531 * 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
|
1532 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1533 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1534 |
7940 | 1535 2008-07-17 John W. Eaton <jwe@octave.org> |
1536 | |
1537 * general/fliplr.m: Fix usage test. | |
1538 * testfun/test.m: Fix usage tests. | |
1539 | |
8040 | 1540 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1541 |
1542 * statistics/base/cov.m: Fix test that should no longer work. | |
1543 | |
7935 | 1544 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1545 | |
1546 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1547 * plot/Makefile.in (SOURCES): Add them to the list. | |
1548 | |
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
|
1549 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
|
1550 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1551 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1552 * 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
|
1553 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1554 * 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
|
1555 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1556 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1557 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1558 |
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
|
1559 * 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
|
1560 |
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 * 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
|
1562 |
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 * 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
|
1564 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1565 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
|
1566 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1567 * 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
|
1568 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1569 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
|
1570 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1571 * 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
|
1572 |
8040 | 1573 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
|
1574 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1575 * 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
|
1576 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1577 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1578 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1579 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1580 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
|
1581 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1582 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
|
1583 |
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
|
1584 * 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
|
1585 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1586 * 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
|
1587 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
|
1588 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1589 |
8040 | 1590 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
|
1591 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1592 * 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
|
1593 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1594 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1595 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1596 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1597 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1598 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1599 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1600 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
|
1601 |
7817 | 1602 * miscellaneous/debug.m: New file.. |
1603 * Makefile.in (SOURCES): Add it to the list. | |
1604 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1605 * 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
|
1606 []. 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
|
1607 |
8040 | 1608 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1609 |
1610 * strings/strcat.m: Add tests. | |
1611 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1612 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
|
1613 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1614 * 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
|
1615 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1616 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1617 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1618 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1619 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1620 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1621 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1622 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1623 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1624 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1625 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1626 |
7783 | 1627 2008-05-20 Bill Denney <bill@denney.ws> |
1628 | |
1629 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1630 New tests. | |
1631 | |
7777 | 1632 2008-05-19 John W. Eaton <jwe@octave.org> |
1633 | |
1634 * general/isa.m: Fix tests. | |
1635 | |
7773 | 1636 2008-05-13 Bill Denney <bill@denney.ws> |
1637 | |
1638 * general/isa.m: Use persistent cell arrays to hold class names | |
1639 instead of multiple strcmp calls. | |
1640 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1641 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1642 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1643 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1644 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
|
1645 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1646 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1647 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
|
1648 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
|
1649 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1650 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1651 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1652 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1653 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1654 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1655 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
|
1656 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1657 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1658 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1659 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1660 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
|
1661 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1662 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1663 * 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
|
1664 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1665 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1666 * 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
|
1667 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1668 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1669 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1670 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1671 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1672 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
|
1673 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1674 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1675 |
7765 | 1676 2008-05-06 David Bateman <dbateman@free.fr> |
1677 | |
1678 * miscellaneous/symvar.m: New function. | |
1679 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1680 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1681 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
|
1682 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1683 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1684 * 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
|
1685 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1686 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1687 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1688 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1689 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
|
1690 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
|
1691 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1692 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1693 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1694 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1695 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1696 * 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
|
1697 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1698 |
7747 | 1699 2008-04-30 John W. Eaton <jwe@octave.org> |
1700 | |
1701 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1702 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1703 | |
8040 | 1704 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1705 |
1706 * specfun/log2.m: Delete. | |
1707 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1708 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1709 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
|
1710 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1711 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
|
1712 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1713 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1714 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1715 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1716 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1717 |
7736 | 1718 2008-04-25 John W. Eaton <jwe@octave.org> |
1719 | |
1720 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1721 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1722 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1723 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
|
1724 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1725 * 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
|
1726 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
|
1727 * 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
|
1728 |
8149 | 1729 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
|
1730 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1731 * 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
|
1732 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1733 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
|
1734 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1735 * 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
|
1736 |
7713 | 1737 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
|
1738 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1739 * 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
|
1740 |
7710 | 1741 2008-04-14 David Bateman <dbateman@free.fr> |
1742 | |
1743 * plot/rose.m: Add missing comment mark that causes issues with | |
1744 octave-forge function referencing. | |
1745 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1746 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1747 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
|
1748 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1749 * 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
|
1750 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
|
1751 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
|
1752 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
|
1753 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
|
1754 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
|
1755 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
|
1756 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
|
1757 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
|
1758 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
|
1759 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
|
1760 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
|
1761 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
|
1762 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
|
1763 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
|
1764 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
|
1765 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
|
1766 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
|
1767 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
|
1768 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
|
1769 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
|
1770 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
|
1771 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
|
1772 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
|
1773 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
|
1774 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
|
1775 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
|
1776 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
|
1777 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
|
1778 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
|
1779 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
|
1780 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
|
1781 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
|
1782 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
|
1783 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
|
1784 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
|
1785 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
|
1786 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
|
1787 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
|
1788 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
|
1789 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
|
1790 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
|
1791 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
|
1792 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
|
1793 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
|
1794 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
|
1795 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
|
1796 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
|
1797 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1798 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
|
1799 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1800 * 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
|
1801 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1802 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
|
1803 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1804 * 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
|
1805 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1806 * 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
|
1807 * 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
|
1808 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1809 * 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
|
1810 * 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
|
1811 * 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
|
1812 * 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
|
1813 * 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
|
1814 * 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
|
1815 * 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
|
1816 * 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
|
1817 * 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
|
1818 * 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
|
1819 * 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
|
1820 * 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
|
1821 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1822 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1823 * 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
|
1824 * 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
|
1825 * 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
|
1826 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1827 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
|
1828 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1829 * 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
|
1830 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
|
1831 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1832 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
|
1833 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1834 * 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
|
1835 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
|
1836 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
|
1837 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
|
1838 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
|
1839 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
|
1840 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
|
1841 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
|
1842 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
|
1843 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
|
1844 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
|
1845 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
|
1846 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
|
1847 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
|
1848 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
|
1849 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
|
1850 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1851 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
|
1852 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
|
1853 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
|
1854 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
|
1855 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
|
1856 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
|
1857 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1858 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
|
1859 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
|
1860 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
|
1861 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
|
1862 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
|
1863 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
|
1864 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1865 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
|
1866 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
|
1867 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
|
1868 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
|
1869 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
|
1870 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
|
1871 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
|
1872 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
|
1873 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
|
1874 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1875 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
|
1876 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1877 * 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
|
1878 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
|
1879 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
|
1880 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
|
1881 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
|
1882 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
|
1883 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
|
1884 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
|
1885 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
|
1886 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
|
1887 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
|
1888 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
|
1889 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
|
1890 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
|
1891 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
|
1892 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
|
1893 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1894 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
|
1895 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
|
1896 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
|
1897 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
|
1898 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
|
1899 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1900 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
|
1901 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
|
1902 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1903 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
|
1904 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
|
1905 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
|
1906 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
|
1907 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
|
1908 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1909 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
|
1910 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1911 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
|
1912 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
|
1913 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
|
1914 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
|
1915 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
|
1916 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
|
1917 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
|
1918 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
|
1919 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
|
1920 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1921 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
|
1922 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
|
1923 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
|
1924 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1925 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1926 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1927 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1928 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1929 * 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
|
1930 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1931 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1932 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1933 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1934 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1935 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1936 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1937 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1938 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1939 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1940 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1941 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1942 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1943 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1944 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1945 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
|
1946 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1947 * 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
|
1948 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1949 * 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
|
1950 |
7682 | 1951 2008-04-02 Bill Denney <bill@denney.ws> |
1952 | |
1953 * optimization/lsqnonneg.m: New function. | |
1954 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1955 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1956 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1957 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1958 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1959 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1960 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1961 * 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
|
1962 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
|
1963 * 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
|
1964 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1965 |
7678 | 1966 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1967 | |
1968 * general/sortrows.m: Handle negative column arguments. | |
1969 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1970 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1971 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1972 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1973 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1974 |
7673 | 1975 2008-03-31 David Bateman <dbateman@free.fr> |
1976 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1977 * 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
|
1978 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
|
1979 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1980 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1981 * 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
|
1982 * 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
|
1983 * 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
|
1984 * 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
|
1985 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1986 * 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
|
1987 |
7673 | 1988 * plot/ginput.m: New function. |
1989 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1990 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1991 * plot/Makefile.in (SOURCES): Add them to the list. | |
1992 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1993 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
|
1994 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1995 * 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
|
1996 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1997 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1998 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1999 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2000 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2001 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2002 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2003 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2004 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2005 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
|
2006 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2007 * 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
|
2008 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2009 |
7669 | 2010 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2011 | |
2012 * general/del2.m: Missing semicolon. | |
2013 | |
7668 | 2014 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2015 | |
2016 * miscellaneous/info.m: New function. | |
2017 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2018 | |
8149 | 2019 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
|
2020 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2021 * 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
|
2022 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2023 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2024 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
|
2025 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2026 * 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
|
2027 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
|
2028 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2029 * 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
|
2030 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
|
2031 |
7655 | 2032 2008-03-27 Bill Denney <bill@denney.ws> |
2033 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2034 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2035 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2036 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2037 * 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
|
2038 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2039 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2040 * 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
|
2041 |
7657 | 2042 * general/genvarname.m: New function. |
2043 * general/Makefile.in (SOURCES): Add it to the list. | |
2044 | |
7656 | 2045 * time/addtodate.m: New function. |
7657 | 2046 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2047 |
7655 | 2048 * geometry/rectint.m: Vectorize and add more tests. |
2049 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2050 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
|
2051 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2052 * 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
|
2053 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2054 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2055 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2056 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2057 |
7650 | 2058 2008-03-26 John W. Eaton <jwe@octave.org> |
2059 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2060 * 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
|
2061 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2062 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2063 * 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
|
2064 |
7650 | 2065 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2066 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2067 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2068 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2069 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2070 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2071 Texinfo fixes. | |
2072 | |
8040 | 2073 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
|
2074 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2075 * 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
|
2076 |
8149 | 2077 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
|
2078 |
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 * 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
|
2080 |
8182 | 2081 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
|
2082 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2083 * 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
|
2084 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
|
2085 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2086 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2087 * 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
|
2088 |
8149 | 2089 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2090 |
2091 * polynomial/convn.m: New function. | |
2092 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2093 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2094 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2095 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2096 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2097 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2098 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2099 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
|
2100 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2101 * 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
|
2102 |
7627 | 2103 2008-03-24 David Bateman <dbateman@free.fr> |
2104 | |
2105 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2106 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2107 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2108 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2109 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2110 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2111 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2112 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2113 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2114 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
|
2115 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2116 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2117 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2118 * 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
|
2119 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2120 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
|
2121 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2122 * 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
|
2123 |
7617 | 2124 * miscellaneous/cast.m: Also allow cast to "char". |
2125 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2126 * 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
|
2127 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2128 * 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
|
2129 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2130 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2131 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2132 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2133 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2134 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2135 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2136 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2137 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2138 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2139 |
7610 | 2140 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2141 | |
2142 * signal/sinetone.m: Ensure integral number of samples. | |
2143 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2144 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
|
2145 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2146 * 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
|
2147 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2148 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
|
2149 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2150 * 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
|
2151 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2152 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
|
2153 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2154 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2155 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2156 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2157 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2158 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2159 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2160 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2161 * 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
|
2162 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2163 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2164 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2165 * 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
|
2166 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2167 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2168 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2169 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
|
2170 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2171 * 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
|
2172 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2173 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
|
2174 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2175 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2176 |
7592 | 2177 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2178 | |
2179 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2180 style to default to avoid wrong mesh color in some cases. | |
2181 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2182 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2183 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2184 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2185 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
|
2186 |
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
|
2187 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
|
2188 |
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 * 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
|
2190 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
|
2191 |
7592 | 2192 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2193 | |
7582 | 2194 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2195 | |
2196 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2197 Allow plotting of uniform colored mesh plots with and | |
2198 w/o hidden line removal. | |
2199 | |
2200 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
|
2201 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2202 * 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
|
2203 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2204 * 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
|
2205 |
7569 | 2206 2008-03-07 John W. Eaton <jwe@octave.org> |
2207 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2208 * 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
|
2209 |
7569 | 2210 * plot/__go_draw_axes__.m: Handle tickdir property. |
2211 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2212 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2213 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2214 * 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
|
2215 Allow matrix arguments when number of bins > 30. |
7568 | 2216 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
|
2217 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2218 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2219 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2220 * 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
|
2221 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2222 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2223 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2224 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
|
2225 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2226 * 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
|
2227 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2228 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
|
2229 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2230 * 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
|
2231 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2232 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2233 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
|
2234 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2235 * 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
|
2236 |
7551 | 2237 2008-03-04 Bill Denney <bill@denney.ws> |
2238 | |
7557 | 2239 * plot/allchild.m, plot/findall.m: New functions. |
2240 * plot/Makefile.in (SOURCES): Add them to the list. | |
2241 | |
7551 | 2242 * geometry/rectint.m: New function. |
7557 | 2243 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2244 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2245 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
|
2246 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2247 * 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
|
2248 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
|
2249 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2250 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2251 |
2252 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2253 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2254 * 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
|
2255 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2256 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
|
2257 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2258 * 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
|
2259 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2260 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
|
2261 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2262 * 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
|
2263 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
|
2264 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2265 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
|
2266 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2267 * 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
|
2268 "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
|
2269 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2270 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
|
2271 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2272 * 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
|
2273 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
|
2274 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
|
2275 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
|
2276 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
|
2277 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
|
2278 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
|
2279 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
|
2280 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
|
2281 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
|
2282 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
|
2283 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
|
2284 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
|
2285 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2286 * 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
|
2287 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2288 * 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
|
2289 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2290 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
|
2291 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2292 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2293 |
7525 | 2294 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2295 | |
2296 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2297 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2298 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
|
2299 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2300 * 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
|
2301 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2302 |
7518 | 2303 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2304 | |
2305 * specfun/legendre.m: Doc fix. | |
2306 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2307 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
|
2308 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2309 * 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
|
2310 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2311 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2312 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
|
2313 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2314 * 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
|
2315 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2316 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2317 * 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
|
2318 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2319 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
|
2320 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2321 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2322 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2323 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2324 * 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
|
2325 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2326 * 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
|
2327 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2328 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2329 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
|
2330 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2331 * 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
|
2332 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2333 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2334 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
|
2335 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2336 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2337 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2338 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
|
2339 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2340 * 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
|
2341 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
|
2342 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
|
2343 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
|
2344 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2345 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
|
2346 |
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
|
2347 * 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
|
2348 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
|
2349 |
7501 | 2350 * polynomial/polyfit.m: Use QR decomposition. Handle |
2351 normalization option. | |
2352 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2353 generate 50% prediction intervals. | |
2354 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2355 * 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
|
2356 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2357 |
7498 | 2358 2008-02-19 John W. Eaton <jwe@octave.org> |
2359 | |
2360 * pkg/pkg.m: Style fixes. | |
2361 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2362 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2363 |
2364 * pkg/pkg.m: Handle 'describe' command. | |
2365 (parse_pkg_idx, print_package_description): New subfunctions. | |
2366 | |
7493 | 2367 2008-02-19 Bill Denney <bill@denney.ws> |
2368 | |
2369 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2370 elements wide. | |
2371 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2372 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
|
2373 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2374 * 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
|
2375 |
7485 | 2376 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2377 | |
2378 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2379 * general/runlength.m: New function from Paul Kienzle. | |
2380 | |
7484 | 2381 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2382 | |
2383 * linear-algebra/cond.m: New optional second argument to | |
2384 specify 1-norm, inf-norm, or frobenius-norm. | |
2385 | |
7475 | 2386 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2387 | |
2388 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2389 body. Allow the linespec to specify the arrow color. | |
2390 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2391 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
|
2392 |
7474 | 2393 * miscellaneous/cast.m: Also treat the logical type. |
2394 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2395 * 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
|
2396 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2397 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2398 * 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
|
2399 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2400 * 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
|
2401 * 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
|
2402 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2403 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
|
2404 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2405 * 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
|
2406 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2407 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2408 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2409 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2410 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2411 * 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
|
2412 |
7436 | 2413 2008-02-01 Dave Goel <deego3@gmail.com> |
2414 | |
2415 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
2416 | |
7434 | 2417 2008-02-01 Bill Denney <bill@denney.ws> |
2418 | |
2419 * time/weekday.m: Allow vector inputs and speed up. | |
2420 * time/eomday.m: Return column vector for column vector inputs. | |
2421 | |
7429 | 2422 2008-01-30 John W. Eaton <jwe@octave.org> |
2423 | |
7434 | 2424 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
2425 revision". | |
2426 | |
7431 | 2427 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
2428 __plt2vs__.m in the list. | |
2429 | |
7430 | 2430 * miscellaneous/tempdir.m: Append filesep to name for |
2431 compatibility. Warn if not a directory or directory does not | |
2432 exist. | |
2433 | |
7429 | 2434 * strings/deblank.m: Improve compatibility. |
2435 | |
7428 | 2436 2008-01-29 John W. Eaton <jwe@octave.org> |
2437 | |
2438 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
2439 | |
2440 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 2441 |
2442 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
2443 Return the label handle, not the current axis handle. | |
2444 | |
7421 | 2445 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
2446 | |
2447 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
2448 abscissa. | |
2449 | |
2450 2008-01-25 David Bateman <dbateman@free.fr> | |
2451 | |
7423 | 2452 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 2453 * plot/__scatter__.m: Remove NaN values from data. |
2454 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2455 | |
7418 | 2456 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2457 | |
2458 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2459 | |
2460 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2461 | |
2462 * geometry/griddata3.m: Call griddata, not gridata. | |
2463 | |
7415 | 2464 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2465 | |
2466 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2467 | |
7411 | 2468 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2469 | |
2470 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2471 Move tests here from test/test_linalg.m. | |
2472 | |
2473 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2474 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2475 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2476 special-matrix/hankel.m, special-matrix/hilb.m, | |
2477 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2478 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2479 Move tests here from test/test_matrix.m. | |
2480 | |
2481 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2482 Move tests here from test/test_number.m. | |
2483 | |
2484 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2485 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2486 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2487 polynomial/polyvalm.m, polynomial/roots.m: | |
2488 Move tests here from test/test_poly.m. | |
2489 | |
2490 * signal/unwrap.m: | |
2491 Move tests here from test/test_signal.m. | |
2492 | |
2493 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
2494 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
2495 statistics/base/mean.m, statistics/base/median.m, | |
2496 statistics/base/skewness.m, statistics/base/std.m: | |
2497 Move tests here from test/test_stats.m. | |
2498 | |
2499 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
2500 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
2501 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
2502 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
2503 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
2504 strings/substr.m: | |
2505 Move tests here from test/test_string.m. | |
2506 | |
2507 * miscellaneous/computer.m, miscellaneous/ls.m, | |
2508 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
2509 time/date.m, time/etime.m, time/is_leap_year.m: | |
2510 Move tests here from test/test_system.m. | |
2511 | |
7410 | 2512 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2513 | |
2514 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
2515 Simplify initial checks on argument values. | |
2516 | |
7408 | 2517 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
2518 | |
2519 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2520 implementation of the gnuplot-based graphics backend (derived from | |
2521 drawnow.m). | |
2522 * plot/drawnow.m: Deleted (converted to C++). | |
2523 | |
7401 | 2524 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2525 | |
2526 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2527 New tests. | |
2528 | |
7399 | 2529 2008-01-18 John W. Eaton <jwe@octave.org> |
2530 | |
2531 * optimization/sqp.m: End each function with endfunction. | |
2532 | |
7398 | 2533 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2534 | |
2535 * polynomial/residue.m: For each group of pole multiplicity, set | |
2536 the poles of the group to the value of the group's average. | |
2537 | |
7396 | 2538 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2539 | |
2540 * plot/print.m: Handle PDF output. | |
2541 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2542 | |
7392 | 2543 2008-01-17 John W. Eaton <jwe@octave.org> |
2544 | |
7393 | 2545 * path/savepath.m: Print newline before initial comment line. |
2546 Double up single quote characters. | |
2547 * path/__extractpath__.m: Return just the path as a string. | |
2548 Undo single quote character doubling. | |
2549 | |
2550 * path/pathdef.m: Avoid eval. Simplify. | |
2551 | |
7392 | 2552 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2553 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2554 avoid possible file descriptor leak. | |
2555 | |
2556 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2557 | |
2558 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2559 * startup/main-rcfile: Call atexit ("__finish__"). | |
2560 | |
7388 | 2561 2008-01-16 John W. Eaton <jwe@octave.org> |
2562 | |
7390 | 2563 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2564 Use it to disable enhanced mode for individual labels and titles. | |
2565 | |
7392 | 2566 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2567 (install install-strip, uninstall): Handle function files. |
2568 | |
2569 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2570 | |
7392 | 2571 * startup/__finish__.m: New file. |
2572 * path/__extractpath__.m, path/matlabroot.m, | |
2573 path/pathdef.m: New files. | |
7388 | 2574 * path/Makefile.in (SOURCES): Add them to the list. |
2575 | |
7385 | 2576 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2577 | |
7387 | 2578 * special-matrix/vander.m: Vectorize. New test. |
2579 | |
7385 | 2580 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2581 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2582 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2583 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2584 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2585 Move tests here from test/test_arith.m. | |
2586 | |
7382 | 2587 2008-01-15 John W. Eaton <jwe@octave.org> |
2588 | |
2589 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2590 | |
7379 | 2591 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2592 | |
2593 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2594 Call __get__ instead of get. | |
2595 | |
2596 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2597 | |
2598 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2599 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2600 hermitian operator. | |
2601 | |
7376 | 2602 2008-01-14 Bill Denney <bill@denney.ws> |
2603 | |
2604 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2605 | |
8149 | 2606 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2607 |
2608 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2609 image/rgb2ntsc.m: Also accept images as input. | |
2610 | |
2611 * image/gray2ind.m: Handle image type other than double. | |
2612 Improve error checking and documentation. | |
2613 | |
7371 | 2614 2008-01-14 John W. Eaton <jwe@octave.org> |
2615 | |
7372 | 2616 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2617 instead of calling tolower on first arg. Default font name is | |
2618 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2619 (__maybe_munge_text__): Fix typo. | |
2620 | |
7371 | 2621 * optimization/sqp.m: Fix function definitions in test code. |
2622 | |
7361 | 2623 2008-01-12 John W. Eaton <jwe@octave.org> |
2624 | |
2625 * plot/gnuplot_binary.in: New file. | |
2626 * plot/gnuplot_binary.m: Delete. | |
2627 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2628 (SOURCES_IN, GEN_M): New macros. | |
2629 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2630 (FCN_FILES): Include $(GEN_M) in the list. | |
2631 (all): Depend on $(GEN_M). | |
2632 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2633 (distclean): Also remove $(GEN_M). |
7361 | 2634 |
2635 2008-01-11 John W. Eaton <jwe@octave.org> | |
2636 | |
2637 * optimization/sqp.m: New test from example in doc string. | |
2638 | |
7360 | 2639 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2640 | |
2641 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2642 to more than one multiplicity group. | |
2643 | |
7358 | 2644 2008-01-10 John W. Eaton <jwe@octave.org> |
2645 | |
2646 * plot/gnuplot_binary.m: New file. | |
2647 * plot/Makefile.in (SOURCES): Add it to the list. | |
2648 | |
7355 | 2649 2008-01-09 John W. Eaton <jwe@octave.org> |
2650 | |
2651 * plot/drawnow.m: Fail if filename includes a directory part that | |
2652 does not exist. | |
2653 | |
7352 | 2654 2008-01-07 John W. Eaton <jwe@octave.org> |
2655 | |
2656 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2657 Error if glob call fails to match any files. | |
2658 | |
7346 | 2659 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2660 | |
2661 * strings/strtrim.m: Doc fix. | |
2662 | |
7345 | 2663 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2664 | |
2665 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2666 | |
8149 | 2667 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2668 |
2669 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2670 | |
7341 | 2671 2008-01-02 John W. Eaton <jwe@octave.org> |
2672 | |
2673 * plot/print.m: Correctly handle pbm terminal. | |
2674 | |
7340 | 2675 2007-12-28 John W. Eaton <jwe@octave.org> |
2676 | |
2677 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2678 extensions. | |
2679 | |
7337 | 2680 2007-12-28 David Bateman <dbateman@free.fr> |
2681 | |
2682 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2683 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2684 * Makefile.in (SOURCES): Add to the sources. | |
2685 | |
2686 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2687 | |
2688 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2689 Remove unnecessary call of size function. | |
2690 | |
7334 | 2691 2007-12-21 John W. Eaton <jwe@octave.org> |
2692 | |
2693 Version 3.0.0 released. | |
2694 | |
8149 | 2695 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2696 |
2697 * image/imshow.m: Accept empty value for display_range. | |
2698 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2699 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2700 |
2701 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2702 | |
8149 | 2703 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2704 |
2705 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2706 display ranges correctly. | |
2707 | |
7327 | 2708 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2709 Peter A. Gustafson <petegus@umich.edu> | |
2710 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2711 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2712 |
7325 | 2713 2007-12-19 John W. Eaton <jwe@octave.org> |
2714 | |
2715 * miscellaneous/edit.m: New function. | |
2716 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2717 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2718 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2719 |
2720 * plot/__bar__.m: Handle "basevalue" option. | |
2721 * plot/__bars__.m: New arg, base_value. | |
2722 | |
7321 | 2723 2007-12-17 David Bateman <dbateman@free.fr> |
2724 | |
2725 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2726 * plot/Makefiles (SOURCES): Add them to the sources | |
2727 * plot/polar.m: Set the x and y limits to the maximum polar | |
2728 radius. Set the axes to be square. | |
2729 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2730 and print axis at zero if this is used. | |
2731 | |
2732 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2733 contours can overlay pcolor plots. Priveldge no hidden line | |
2734 removal when there are multiple objects in the plot. | |
2735 | |
7320 | 2736 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2737 | |
2738 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2739 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2740 | |
7319 | 2741 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2742 | |
2743 * miscellaneous/run.m: Replace script with f when looking for | |
2744 file to run. | |
2745 | |
7316 | 2746 2007-12-14 David Bateman <dbateman@free.fr> |
2747 | |
7317 | 2748 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2749 * plot/contour.m: Doc fix. | |
2750 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2751 Include linetype in withclause. | |
2752 | |
7316 | 2753 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2754 Use it to determine dimensions. Consolidate all 3-d settings. | |
2755 | |
7315 | 2756 2007-12-13 John W. Eaton <jwe@octave.org> |
2757 | |
2758 * image/imshow.m: Turn axis visibility off. | |
2759 Don't scale true color images. | |
2760 * image/image.m: Set axis layer property to "top". | |
2761 | |
7307 | 2762 2007-12-12 John W. Eaton <jwe@octave.org> |
2763 | |
7313 | 2764 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2765 | |
2766 * plot/pie.m: Avoid calling "exist". | |
2767 | |
7309 | 2768 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2769 Condense argument processing logic. Allow 6 arguments. |
2770 Use issquare. Avoid calling "exist". | |
7309 | 2771 |
7307 | 2772 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2773 | |
7305 | 2774 2007-12-12 David Bateman <dbateman@free.fr> |
2775 | |
2776 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2777 * plot/Makefile.in (SOURCES): Add to the sources. | |
2778 | |
7290 | 2779 2007-12-11 John W. Eaton <jwe@octave.org> |
2780 | |
7298 | 2781 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2782 * plot/surface.m: Not here. | |
2783 | |
7297 | 2784 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2785 subsequent "unset grid" if there is no grid. | |
2786 | |
7296 | 2787 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2788 | |
7293 | 2789 * plot/surface.m: Don't set facecolor property in call to |
2790 __go_surface__. | |
2791 | |
7290 | 2792 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2793 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2794 | |
7292 | 2795 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2796 | |
7295 | 2797 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2798 color string is not taken as z value. | |
2799 | |
7292 | 2800 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2801 zgrid to "on" and box to "off" for used axes. | |
2802 | |
2803 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2804 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2805 | |
7286 | 2806 2007-12-11 David Bateman <dbateman@free.fr> |
2807 | |
7288 | 2808 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2809 | |
7287 | 2810 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2811 * statistics/base/mode.m: Ditto. | |
2812 | |
7286 | 2813 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2814 object handles are all now non integer. | |
2815 | |
7278 | 2816 2007-12-10 John W. Eaton <jwe@octave.org> |
2817 | |
7282 | 2818 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2819 | |
7281 | 2820 * general/issymmetric.m: Use ' instead of .' for compatibility |
2821 with previous versions of Octave. | |
2822 * general/ishermitian.m: Delete. | |
7285 | 2823 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2824 |
7280 | 2825 * plot/fplot.m: In N is not specified, increase initial number of |
2826 points from 3 and 5 to 5 and 8. | |
2827 | |
7279 | 2828 * signal/detrend.m: Move tests here from test/test_signal.m. |
2829 Loosen tolerance on first test from 10*eps to 20*eps. | |
2830 | |
7278 | 2831 * finance/rate.m: Don't request info from fsolve. |
2832 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2833 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2834 |
2835 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2836 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2837 | |
7276 | 2838 2007-12-10 David Bateman <dbateman@free.fr> |
2839 | |
2840 * image/image.m: Rewritten to allow trailing properties to be | |
2841 passed to underlying image object. | |
2842 * image/__img__.m: Pass additional arguments to __go_image__. | |
2843 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2844 | |
7274 | 2845 2007-12-10 John W. Eaton <jwe@octave.org> |
2846 | |
2847 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2848 front" to gnuplot. | |
2849 | |
7271 | 2850 2007-12-10 David Bateman <dbateman@free.fr> |
2851 | |
7274 | 2852 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2853 border front" from images. |
7274 | 2854 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2855 * plot/pcolor.m: Set axis "box" property. | |
2856 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2857 Mark as commands. | |
7271 | 2858 |
7269 | 2859 2007-12-07 David Bateman <dbateman@free.fr> |
2860 | |
2861 * plot/surf.m: Don't set facecolor property. | |
2862 | |
7265 | 2863 2007-12-06 John W. Eaton <jwe@octave.org> |
2864 | |
7269 | 2865 * plot/print.m: Pass mono to drawnow. |
2866 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2867 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2868 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2869 disable color specifications. | |
2870 | |
7265 | 2871 * general/issymmetric.m: Move tests here from test/test_number.m |
2872 | |
2873 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2874 | |
2875 * general/issymmetric.m: To keep its argument sparse and the | |
2876 function quick, use the infinity norm rather than the 2-norm. | |
2877 Also measure the symmetric part rather than the Hermitian part. | |
2878 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2879 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2880 | |
7248 | 2881 2007-12-04 John W. Eaton <jwe@octave.org> |
2882 | |
7257 | 2883 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2884 text and label commands if font is "*". | |
2885 | |
7248 | 2886 * linear-algebra/krylov.m: Doc fixes. |
2887 From Marco Caliari <caliari@sci.univr.it>. | |
2888 | |
7250 | 2889 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2890 | |
2891 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2892 Add "## PKG_ADD: mark_as_command axis" line. | |
2893 | |
7245 | 2894 2007-12-03 John W. Eaton <jwe@octave.org> |
2895 | |
2896 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2897 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2898 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2899 Generate demos from examples. | |
2900 | |
7240 | 2901 2007-12-03 David Bateman <dbateman@free.fr> |
2902 | |
7243 | 2903 * testfun/test.m: Disable "testif" test block to avoid spurious |
2904 skipped test for "make check". Avoid printing variables for | |
2905 skipped tests. | |
2906 | |
7242 | 2907 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2908 | |
7240 | 2909 * plot/plotyy.m: Use activepositionproperty property of axes |
2910 object. Set second axis color to "none". | |
2911 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2912 property of the axis objects. | |
2913 | |
7239 | 2914 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2915 | |
2916 * linear-algebra/condest.m: Loosen tolerance in test. | |
2917 | |
7236 | 2918 2007-12-02 John W. Eaton <jwe@octave.org> |
2919 | |
2920 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2921 get_data_limits. | |
2922 | |
7222 | 2923 2007-11-30 John W. Eaton <jwe@octave.org> |
2924 | |
2925 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2926 (get_data_limits, get_axis_limits): Delete. | |
2927 | |
7228 | 2928 2007-11-30 David Bateman <dbateman@free.fr> |
2929 | |
7235 | 2930 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2931 | |
7228 | 2932 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2933 tick labels rather than one by one on the labels themselves. | |
2934 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2935 95% crossing fixed. | |
2936 | |
7217 | 2937 2007-11-29 David Bateman <dbateman@free.fr> |
2938 | |
7220 | 2939 * plot/pareto.m: New file. |
2940 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2941 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2942 marks to avoid gnuplot error about formating. More colorspec to | |
2943 after the tics. | |
2944 * plot/plotyy.m: More generic check for appropriate axis color. | |
2945 | |
7217 | 2946 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2947 2- and 3-D. | |
2948 * plot/stem3.m: New function. | |
2949 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2950 * plot/stem.m: Adapt to use __stem__. | |
2951 | |
7216 | 2952 2007-11-29 John W. Eaton <jwe@octave.org> |
2953 | |
2954 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2955 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2956 requested. | |
2957 | |
2958 * plot/patch.m: Omit isnan check on handle returned from | |
2959 __plt_get_axis_arg__. | |
2960 | |
2961 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2962 but has no axes. | |
2963 | |
7215 | 2964 2007-11-28 David Bateman <dbateman@free.fr> |
2965 | |
2966 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2967 ancestor. If leading argument is logical set variable nogca to see | |
2968 if gca() should be called if there is no active handle found. | |
2969 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2970 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2971 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2972 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2973 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2974 __plt__get_axis_arg__ to find axis handle. | |
2975 * polar.m: Typo. | |
2976 | |
7213 | 2977 2007-11-28 John W. Eaton <jwe@octave.org> |
2978 | |
2979 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2980 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2981 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2982 |
2983 * plot/drawnow.m: Fix typo. | |
2984 | |
7206 | 2985 2007-11-27 David Bateman <dbateman@free.fr> |
2986 | |
7207 | 2987 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2988 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2989 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2990 | |
2991 * plot/meshz.m: New function. | |
2992 * plot/Makefile.in (SOURCES): Add it to the list. | |
2993 * plot/surface.m: Allow surface to accept an axis handle as the | |
2994 first argument. | |
2995 * plot/meshc.m: Extract z from the the surface object rather than | |
2996 varargin so that we can rely on code in surface to treat leading | |
2997 axis handles. | |
2998 | |
7206 | 2999 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3000 y2tics" in the case of a plotyy plot. | |
3001 * plot/plotyy.m: ensure the position property is set correct for | |
3002 the second axis, by setting it after the plot itself. In the case | |
3003 of a plot that returns multiple handles, base the color selection | |
3004 on the first. | |
3005 | |
7204 | 3006 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3007 | |
3008 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3009 z-value of vertex 'c3'. | |
3010 | |
7203 | 3011 2007-11-27 John W. Eaton <jwe@octave.org> |
3012 | |
3013 * image/image.m: Allow nargin == 0 case to work again. | |
3014 | |
7202 | 3015 2007-11-27 David Bateman <dbateman@free.fr> |
3016 | |
3017 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3018 colorbar, to ensure that the colorbar is on the canvas for png and | |
3019 postscipt outputs. | |
3020 | |
7189 | 3021 2007-11-26 David Bateman <dbateman@free.fr> |
3022 | |
7197 | 3023 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3024 return values. | |
3025 | |
7194 | 3026 * plot/plotyy.m: New function |
3027 * plot/Makefile.in (SOURCES): Add it here. | |
3028 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3029 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3030 {x|y}label to respect the axis position. | |
3031 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3032 handle as the first argument. | |
3033 | |
7192 | 3034 * pkg/pkg.m (pkg:install): When loading the installed packages |
3035 index into installed_pkgs_lst and not descriptions.. | |
3036 | |
7189 | 3037 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3038 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3039 * plot/quiver.m: Modify to use __quiver__.m. | |
3040 | |
3041 * plot/hist.m: Avoid saturation when the x values are in an | |
3042 inetger type. | |
3043 | |
3044 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3045 | |
3046 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3047 functions. | |
3048 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3049 | |
3050 2007-11-26 David Bateman <dbateman@free.fr> | |
3051 | |
3052 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3053 extent. | |
3054 | |
3055 * plot/colorbar.m: New function. | |
3056 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3057 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3058 precalculate the clim, set pm3d except for mesh. | |
3059 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3060 save the real values so that colorbar corresponds to the contour | |
3061 levels. | |
3062 | |
3063 * plot/stem.m: Set marker color the same as the line color. Draw | |
3064 a single discontinous line object for the stems. | |
3065 | |
3066 * plot/sphere.m: New function ported from JHandles. | |
3067 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3068 | |
3069 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3070 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3071 to get enhanced mode to work correctly for the X11 terminal. | |
3072 | |
3073 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3074 the reverse. Allow an axes handle to be passed and/or returned. | |
3075 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3076 | |
3077 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3078 sort surface patches by their depth and not the order they are | |
3079 rendered in. | |
3080 | |
3081 * plot/__patch__.m: Set clim correctly. | |
3082 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3083 the marker color is determined by the cmap. | |
3084 * plot/scatter.m: New function to 2D scatter plots. | |
3085 * plot/scatter3.m: New function to 3D scatter plots. | |
3086 * plot/__scatter__.m: Support function for scatter plots | |
3087 * Makefile.in (SOURCES): Ad dnew functions here. | |
3088 | |
3089 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3090 Return whether the terminal supports enhanced text or not. | |
3091 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3092 supports enhanced mode. | |
3093 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3094 __go_draw_axes__. | |
3095 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3096 needed to support the enhanced mode. | |
3097 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3098 drawnow.m. | |
3099 | |
3100 | |
3101 * plot/caxis.m: New function to control the color axis limits. | |
3102 * plot/Makefile.in (SOURCES): Include it. | |
3103 * plot/axis.m: Allow the first argument to be an axes handle. | |
3104 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3105 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3106 caxis limits. | |
3107 | |
3108 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3109 * image/Makefile.in (SOURCES): Include it. | |
3110 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3111 of the bars for the colormap. | |
3112 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3113 passed. | |
3114 * plot/__contour.m: Avoid possible divide by zero error. | |
3115 * plot/contour.m: Missing semicolon. | |
3116 * plot/surface.m: Don't attempt to set additional arguments if | |
3117 there are none. | |
3118 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3119 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3120 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3121 |
3122 * plot/__bar__.m: put bar creation code into separate function | |
3123 to allow easy hook up from other graphic backends | |
3124 | |
3125 * plot/__bars__.m: new function containing bar creation code | |
3126 | |
7186 | 3127 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3128 | |
3129 * general/accumarray.m: Correct dimension check. | |
3130 | |
7183 | 3131 2007-11-26 John W. Eaton <jwe@octave.org> |
3132 | |
3133 * polynomial/residue.m: Prepad along second dimension. | |
3134 From Doug Stewart <dastew@sympatico.ca>. | |
3135 | |
7181 | 3136 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3137 | |
7183 | 3138 * plot/cylinder.m, plot/slice.m: New functions. |
3139 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3140 |
7177 | 3141 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3142 | |
3143 * plot/patch.m: Handle arg may also be hggroup object. | |
3144 Use ancestor to find parent axes object. | |
3145 | |
7175 | 3146 2007-11-14 David Bateman <dbateman@free.fr> |
3147 | |
3148 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3149 flag to patch that it is not closed. Allow z to take string | |
3150 arguments and use it to flag that the contours are placed at the | |
3151 z level of the contour itself. | |
3152 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3153 objects as well. Let hidden removal take precedence in case of a | |
3154 conflict. | |
3155 * plot/surface.m: Allow surface to treat handles being passed or | |
3156 returned. Any additional arguments arr used to set the surface | |
3157 handle. | |
3158 * plot/contour3.m: New function | |
3159 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3160 | |
7173 | 3161 2007-11-14 John W. Eaton <jwe@octave.org> |
3162 | |
3163 * specfun/bessel.m: Update doc string from | |
3164 src/DLD-FUNCTIONS/besselj.cc. | |
3165 | |
7170 | 3166 2007-11-12 David Bateman <dbateman@free.fr> |
3167 | |
3168 * plot/contour.m: Allow handles to be passed and returned. Split | |
3169 the countour function itself into __contour__.m to be shared with | |
3170 surfc and meshc. | |
3171 * plot/__contour__.m: New file | |
3172 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3173 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3174 the face or edge if the facecolor or edge color are marked as | |
3175 "none". Allow the edgecolor to be determined by the cdata in the | |
3176 same manner as the facecolor. Fail if facecolor is not "none" and | |
3177 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3178 storage of 3D/4D data consistent between line, surface and patch | |
3179 objects. | |
3180 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3181 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3182 |
3183 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3184 Handle fontweight and fontangle properties. | |
3185 | |
7163 | 3186 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3187 | |
3188 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3189 * plot/Makefile.in (SOURCES): Add them to the list. | |
3190 | |
3191 2007-11-12 John W. Eaton <jwe@octave.org> | |
3192 | |
3193 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3194 Use it to avoid duplicated code. | |
3195 | |
7161 | 3196 2007-11-12 David Bateman <dbateman@free.fr> |
3197 | |
7162 | 3198 * plot/title.m: Fix return value for nargout > 0. |
3199 | |
3200 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3201 specified for the title, xlabel, ylabel and text objects. | |
3202 | |
7161 | 3203 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3204 4.0 and surface plots. | |
3205 | |
7160 | 3206 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3207 | |
3208 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3209 with X/Y/Z data. | |
3210 | |
7146 | 3211 2007-11-09 John W. Eaton <jwe@octave.org> |
3212 | |
7152 | 3213 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3214 Correct logic in setting palette data. |
7152 | 3215 |
7151 | 3216 * audio/wavread.m, control/base/__bodquist__.m, |
3217 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3218 control/system/c2d.m, control/system/is_detectable.m, | |
3219 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3220 control/system/tfout.m, general/isdefinite.m, | |
3221 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3222 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3223 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3224 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3225 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3226 testfun/test.m: Use specific end keywords. | |
3227 | |
7146 | 3228 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3229 | |
3230 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3231 | |
3232 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3233 Don't change view if hold is on. | |
3234 | |
7142 | 3235 2007-11-09 David Bateman <dbateman@free.fr> |
3236 | |
7149 | 3237 * plot/hidden.m: New function. |
3238 * plot/Makefile.in (SOURCES): Add it here. | |
3239 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3240 line removal. | |
3241 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3242 removal and if it is "none" don't do hidden line removal. | |
3243 | |
7148 | 3244 * plot/legend.m: Also allow labels for surface and patch types. |
3245 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3246 setting of the legend. | |
3247 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3248 objects as well. | |
3249 | |
7146 | 3250 * plot/area.m, plot/__area__.m: New functions |
3251 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3252 | |
7142 | 3253 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3254 | |
7144 | 3255 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3256 | |
3257 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3258 | |
7131 | 3259 2007-11-08 John W. Eaton <jwe@octave.org> |
3260 | |
7133 | 3261 * control/base/dcgain.m, control/base/dre.m, |
3262 control/base/impulse.m, control/base/step.m, | |
3263 control/system/dmr2d.m, control/system/ord2.m, | |
3264 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3265 control/system/sysgetsignals.m, control/system/sysout.m, | |
3266 control/system/tfout.m, control/system/ugain.m, | |
3267 control/system/zpout.m, control/util/strappend.m: | |
3268 Don't fail with usage message if nargout is too large. | |
3269 | |
7131 | 3270 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3271 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3272 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3273 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3274 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3275 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3276 control/obsolete/rotg.m, control/obsolete/series.m, | |
3277 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3278 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3279 control/system/__syschnamesl__.m, |
3280 control/system/__syscont_disc__.m, | |
3281 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3282 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3283 control/system/abcddim.m, control/system/buildssic.m, | |
3284 control/system/c2d.m, control/system/cellidx.m, | |
3285 control/system/d2c.m, control/system/dmr2d.m, | |
3286 control/system/fir2sys.m, control/system/is_abcd.m, | |
3287 control/system/is_controllable.m, control/system/is_detectable.m, | |
3288 control/system/is_digital.m, control/system/is_observable.m, | |
3289 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3290 control/system/jet707.m, control/system/listidx.m, | |
3291 control/system/parallel.m, control/system/ss.m, | |
3292 control/system/ss2sys.m, control/system/ss2zp.m, | |
3293 control/system/starp.m, control/system/sys2ss.m, | |
3294 control/system/sys2tf.m, control/system/sys2zp.m, | |
3295 control/system/sysadd.m, control/system/sysappend.m, | |
3296 control/system/sysconnect.m, control/system/syscont.m, | |
3297 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3298 control/system/sysdup.m, control/system/sysgetsignals.m, |
3299 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3300 control/system/sysmult.m, control/system/sysout.m, |
3301 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3302 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3303 control/system/syssub.m, control/system/sysupdate.m, |
3304 control/system/tf.m, control/system/tf2ss.m, | |
3305 control/system/tf2sys.m, control/system/tfout.m, | |
3306 control/system/zp.m, control/system/zp2ss.m, | |
3307 control/system/zp2sys.m, control/system/zp2tf.m, | |
3308 control/system/zpout.m, control/util/__outlist__.m, | |
3309 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3310 control/util/prompt.m, control/util/sortcom.m, | |
3311 control/util/zgfmul.m, control/util/zgfslv.m, | |
3312 control/util/zginit.m, control/util/zgreduce.m, | |
3313 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3314 |
7130 | 3315 2007-11-08 David Bateman <dbateman@free.fr> |
3316 | |
3317 * plot/quiver.m: Fix arrowheads. | |
3318 | |
7128 | 3319 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3320 | |
3321 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3322 Handle "rows" argument. New tests. |
7128 | 3323 (cell_ismember): New function. |
3324 | |
7127 | 3325 2007-11-07 John W. Eaton <jwe@octave.org> |
3326 | |
3327 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3328 control/base/__stepimp__.m, control/base/are.m, | |
3329 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3330 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3331 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3332 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3333 control/base/ltifr.m, control/base/nichols.m, | |
3334 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3335 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3336 Style fixes. | |
3337 | |
7125 | 3338 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3339 | |
3340 * control/base/bode_bounds.m, control/base/dgram.m, | |
3341 control/base/dlyap.m, control/base/freqchkw.m, | |
3342 control/base/gram.m, control/base/place.m, | |
3343 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3344 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3345 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3346 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3347 control/system/sysgettype.m, control/system/sysreorder.m, | |
3348 control/system/tf2sys.m, control/system/zp2tf.m, | |
3349 control/util/axis2dlim.m, control/util/swap.m, | |
3350 control/util/zgfmul.m, control/util/zgfslv.m, | |
3351 control/util/zginit.m, control/util/zgreduce.m, | |
3352 control/util/zgrownorm.m, control/util/zgscal.m, | |
3353 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3354 geometry/inpolygon.m, linear-algebra/housh.m, | |
3355 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3356 miscellaneous/run.m, quaternion/qconj.m, | |
3357 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3358 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3359 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3360 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3361 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3362 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3363 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3364 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3365 statistics/distributions/empirical_cdf.m, | |
3366 statistics/distributions/empirical_inv.m, | |
3367 statistics/distributions/empirical_pdf.m, | |
3368 statistics/models/logistic_regression_derivatives.m, | |
3369 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3370 | |
7118 | 3371 2007-11-07 David Bateman <dbateman@free.fr> |
3372 | |
7120 | 3373 * general/gradient.m: Correctly convert deltax and deltay scalar |
3374 values are scalars to vectors. | |
3375 | |
7119 | 3376 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3377 the meshc.m function. | |
3378 * plot/meshc.m: Also use the surface function. | |
3379 | |
7120 | 3380 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3381 * plot/Makefile.in (SOURCES): Add them to the list. |
3382 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3383 | |
7117 | 3384 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3385 | |
3386 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3387 | |
7115 | 3388 2007-11-07 John W. Eaton <jwe@octave.org> |
3389 | |
3390 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
3391 the data limits are infinite. | |
3392 (get_data_limits): Don't do anything if xdat or tx are empty. | |
3393 (get_axis_limits): Don't do anything if min_val or max_val are | |
3394 infinite. | |
3395 | |
7112 | 3396 2007-11-06 David Bateman <dbateman@free.fr> |
3397 | |
3398 * plot/hist.m: Pass any additional arguments to bar for | |
3399 treatment. Create a default x value that is always a vector. | |
3400 | |
7111 | 3401 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
3402 | |
3403 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
3404 when calling ./configure and add quotes to preserve spaces. | |
7109 | 3405 |
3406 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
3407 | |
3408 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
3409 New files. | |
3410 * plot/mesh.m: Call surface to do the real work. | |
3411 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
3412 properties. | |
3413 | |
3414 * image/colormap.m: Also return current colormap if nargout and | |
3415 nargin are both 0. | |
3416 | |
7106 | 3417 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
3418 | |
3419 * startup/inputrc: Delete key bindings starting with \340 code. | |
3420 | |
7112 | 3421 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 3422 |
3423 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
3424 to avoid issues of over- and underflow. From Rolf Fabian | |
3425 <Rolf.Fabian@gmx.de>. | |
3426 | |
7097 | 3427 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
3428 | |
3429 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
3430 help texts. | |
3431 | |
7096 | 3432 2007-11-02 Kai Habel <kai.habel@gmx.de> |
3433 | |
3434 * plot/bar.m, plot/barh.m: Doc fix. | |
3435 | |
7094 | 3436 2007-10-31 John W. Eaton <jwe@octave.org> |
3437 | |
3438 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
3439 | |
7086 | 3440 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
3441 | |
3442 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
3443 objects and legend objects are implemented with a separate axes | |
3444 object. | |
3445 | |
7078 | 3446 2007-10-30 David Bateman <dbateman@free.fr> |
3447 | |
7081 | 3448 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
3449 | |
7078 | 3450 * plot/__go_draw_axes__.m (do_linestyle_command): |
3451 Use point type 0 for ".". | |
3452 | |
7073 | 3453 2007-10-26 John W. Eaton <jwe@octave.org> |
3454 | |
7074 | 3455 * image/imshow.m: Improve compatibility. |
3456 * image/image.m: Return handle if nargou > 0. | |
3457 | |
7073 | 3458 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3459 | |
7069 | 3460 2007-10-25 John W. Eaton <jwe@octave.org> |
3461 | |
3462 * miscellaneous/compare_versions.m: Style fixes. | |
3463 | |
7060 | 3464 2007-10-24 John W. Eaton <jwe@octave.org> |
3465 | |
7061 | 3466 * image/saveimage.m: Use functional form of save instead of eval. |
3467 Use -text instead of -ascii. | |
3468 | |
7060 | 3469 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3470 | |
7054 | 3471 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3472 | |
3473 * plot/legend.m: Also extract location string from varargin (lost | |
3474 when 2007-10-08 patch was applied). | |
3475 | |
7049 | 3476 2007-10-23 David Bateman <dbateman@free.fr> |
3477 | |
3478 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3479 miscellaneous/what.m: New functions | |
3480 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3481 functions. | |
3482 | |
7045 | 3483 2007-10-22 David Bateman <dbateman@free.fr> |
3484 | |
3485 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3486 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3487 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3488 | |
7042 | 3489 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3490 | |
3491 * plot/contourf.m: New function. | |
3492 * plot/Makefile.in (SOURCES): Add it to the list. | |
3493 | |
7040 | 3494 2007-10-19 John W. Eaton <jwe@octave.org> |
3495 | |
3496 * plot/subplot.m: Doc fix. | |
3497 | |
7039 | 3498 2007-10-19 David Bateman <dbateman@free.fr> |
3499 | |
7041 | 3500 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 3501 |
7037 | 3502 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
3503 | |
3504 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
3505 output. | |
3506 | |
7031 | 3507 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
3508 | |
3509 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
3510 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
3511 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
3512 control/system/syssetsignals.m, control/base/lqg.m, | |
3513 strings/str2double.m, control/system/sysscale.m, | |
3514 control/hinf/hinfdemo.m, general/cplxpair.m: | |
3515 Make help text fit on pages when using smallbook. | |
3516 | |
7028 | 3517 2007-10-15 David Bateman <dbateman@free.fr> |
3518 | |
7032 | 3519 * plot/print.m: Call drawnow before printing to ensure the plot is |
3520 on the screen. | |
3521 | |
7028 | 3522 * testfun/test.m: In error/warning blocks test for an error before |
3523 a warning to avoid unexpected failures. | |
3524 | |
7027 | 3525 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3526 | |
3527 * testfun/assert.m: Correct documentation of absolution versus | |
3528 relative error tolerance and add tests. | |
3529 | |
7024 | 3530 2007-10-14 David Bateman <dbateman@free.fr> |
3531 | |
3532 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3533 src directory. | |
3534 * plot/Makefile.in (SOURCES): Add fill.m. | |
3535 | |
7020 | 3536 2007-10-13 David Bateman <dbateman@free.fr> |
3537 | |
3538 * plot/__patch__.m: Allow multiple patches to be defined and | |
3539 return a single patch object. Allow Faces/Vertices form of | |
3540 patch. Flag failure so the patch can call print_usage. | |
3541 * plot/patch.m: Update help string for Faces/Vertices | |
3542 call. Respect the fail flag returned by __patch__. Add demo code | |
3543 that tests the functionality of patch. | |
3544 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3545 patch object. | |
3546 * plot/fill.m: New function. | |
3547 | |
7016 | 3548 2007-10-12 John W. Eaton <jwe@octave.org> |
3549 | |
3550 * Change copyright notices in all files that are part of Octave to | |
3551 GPLv3 or any later version. | |
3552 | |
7012 | 3553 2007-10-11 John W. Eaton <jwe@octave.org> |
3554 | |
3555 * plot/__go_draw_axes__.m (get_axis_limits): | |
3556 Return lim = [] if logscale and no positive values. | |
3557 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3558 Set initial min and min positive values to Inf, max values to -Inf. | |
3559 (get_data_limits): Correctly handle xminp when no positive values | |
3560 are found. | |
3561 | |
7011 | 3562 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3563 | |
3564 * polynomial/residue.m: New optional input for pole multiplicity. | |
3565 Doc fix. Fix tests. | |
3566 | |
7010 | 3567 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3568 | |
3569 * toplev.cc (Foctave_config_info): Add field "mac". | |
3570 | |
3571 * miscellaneous/ismac.m: New function. | |
3572 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3573 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3574 | |
7009 | 3575 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3576 | |
3577 * statistics/distributions/hygernd.m: Allow size to be specified | |
3578 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3579 scalars or matrices of a common size. | |
3580 | |
7007 | 3581 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3582 | |
3583 * control/csrefcard.lt, control/system/is_detectable.m, | |
3584 control/system/sysgroup.m, geometry/voronoin.m, | |
3585 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3586 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3587 statistics/distributions/binornd.m, | |
3588 statistics/distributions/cauchy_rnd.m, | |
3589 statistics/distributions/chi2rnd.m, | |
3590 statistics/distributions/discrete_rnd.m, | |
3591 statistics/distributions/exprnd.m, | |
3592 statistics/distributions/frnd.m, | |
3593 statistics/distributions/gamrnd.m, | |
3594 statistics/distributions/geornd.m, | |
3595 statistics/distributions/laplace_rnd.m, | |
3596 statistics/distributions/logistic_rnd.m, | |
3597 statistics/distributions/lognrnd.m, | |
3598 statistics/distributions/nbinrnd.m, | |
3599 statistics/distributions/normrnd.m, | |
3600 statistics/distributions/poissrnd.m, | |
3601 statistics/distributions/stdnormal_rnd.m, | |
3602 statistics/distributions/trnd.m, | |
3603 statistics/distributions/unifrnd.m, | |
3604 statistics/distributions/wblrnd.m: Spelling fixes. | |
3605 | |
7005 | 3606 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3607 | |
3608 * time/tic.m: New optional output value. | |
3609 | |
3610 * general/int2str.m: Doc fix. | |
3611 | |
7002 | 3612 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3613 | |
3614 * statistics/distributions/hygecdf.m, | |
3615 statistics/distributions/hygeinv.m, | |
3616 statistics/distributions/hygepdf.m, | |
3617 statistics/distributions/hygernd.m: | |
3618 Swap order of T and M args for compatibility. | |
3619 | |
7001 | 3620 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3621 | |
3622 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3623 control/system/buildssic.m, control/system/c2d.m, | |
3624 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3625 control/system/ss2sys.m, control/system/ss2tf.m, | |
3626 control/system/syscont.m, control/system/sysdimensions.m, | |
3627 control/system/sysdisc.m, control/system/sysmult.m, | |
3628 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3629 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3630 general/interp1.m, general/interp2.m, general/interp3.m, | |
3631 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3632 general/rat.m, general/structfun.m, general/trapz.m, | |
3633 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3634 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3635 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3636 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3637 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3638 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3639 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3640 statistics/base/meansq.m, statistics/base/var.m, | |
3641 statistics/tests/chisquare_test_independence.m, | |
3642 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3643 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3644 testfun/test.m: Spelling fixes. | |
3645 | |
6998 | 3646 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3647 | |
3648 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3649 | |
6997 | 3650 2007-10-10 John W. Eaton <jwe@octave.org> |
3651 | |
3652 * general/num2str.m: Always allow for sign for automatically | |
3653 computed format widths. | |
3654 | |
6988 | 3655 2007-10-09 David Bateman <dbateman@free.fr> |
3656 | |
3657 * plot/patch.m: Accept a handle as the first argument. | |
3658 | |
6987 | 3659 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3660 | |
7010 | 3661 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3662 |
6985 | 3663 2007-10-09 John W. Eaton <jwe@octave.org> |
3664 | |
3665 * audio/wavwrite.m: Accept arguments in compatible order. | |
3666 | |
6979 | 3667 2007-10-08 David Bateman <dbateman@free.fr> |
3668 | |
3669 * general/interp2.m: Relax test for values outside the grid to | |
3670 allow monotonically decreasing abscissa as well. | |
3671 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3672 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3673 |
3674 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3675 as output parameter. | |
3676 | |
6977 | 3677 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3678 | |
3679 * plot/__go_draw_axes__.m, plot/legend.m: | |
3680 Handle compatible position specifiers as strings. | |
3681 | |
6975 | 3682 2007-10-08 John Swensen <jpswensen@comcast.net> |
3683 | |
3684 * general/num2str.m: Eliminate extra whitespace in output. | |
3685 * strings/strtrim.m: New function. | |
3686 * strings/Makefile.in (SOURCES): Add it to the list. | |
3687 | |
6968 | 3688 2007-10-06 John W. Eaton <jwe@octave.org> |
3689 | |
3690 * polynomial/residue.m: New test from test/test_poly.m. | |
3691 | |
6967 | 3692 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3693 | |
3694 * image/saveimage.m: Handle saving color images without a colormap. | |
3695 * image/__img_via_file__.m: Add missing semicolon. | |
3696 | |
3697 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3698 | |
7010 | 3699 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3700 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3701 | |
6965 | 3702 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3703 | |
3704 * plot/print.m: Handle svg output type. Accept new -S option to | |
3705 specify size for PNG and SVG output types. | |
3706 | |
3707 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3708 |
3709 * polynomial/mpoles.m: New function. | |
3710 * polynomial/residue.m: Modified to behave in reciprocal | |
3711 manner. No longer compute 4th output, "e". No longer accept | |
3712 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3713 Respect maximum relative difference in poles when determining | |
3714 their multiplicity. Use mpoles to determine the multiplicity of | |
3715 poles. | |
3716 | |
6963 | 3717 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3718 | |
3719 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3720 for surface plots. | |
3721 | |
6962 | 3722 2007-10-05 John W. Eaton <jwe@octave.org> |
3723 | |
3724 * plot/__next_line_color__.m: Get color_rotation from axes | |
3725 colororder property. | |
3726 | |
6953 | 3727 2007-10-03 John W. Eaton <jwe@octave.org> |
3728 | |
6955 | 3729 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3730 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3731 | |
6953 | 3732 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3733 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3734 special for __vnorm__. | |
3735 | |
6951 | 3736 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3737 | |
6952 | 3738 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3739 |
6950 | 3740 2007-10-03 David Bateman <dbateman@free.fr> |
3741 | |
3742 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3743 if a file is architecture dependent based on a list of file | |
3744 extensions. | |
3745 (configure_make): Simplify the search for architecture dependent | |
3746 files based on this function. | |
3747 (load_pakages_and_dependencies): Also look for bin directory in | |
3748 the architecture dependent directory. | |
3749 | |
6947 | 3750 2007-10-03 John W. Eaton <jwe@octave.org> |
3751 | |
3752 * miscellaneous/dir.m: Create empty struct with field names. | |
3753 Include datenum in struct. | |
3754 | |
6943 | 3755 2007-10-02 David Bateman <dbateman@free.fr> |
3756 | |
3757 * miscellaneous/ls.m: If nargout return string array of files | |
3758 returned by ls. | |
3759 | |
6942 | 3760 2007-10-01 John W. Eaton <jwe@octave.org> |
3761 | |
3762 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3763 range values. | |
3764 | |
6937 | 3765 2007-10-01 David Bateman <dbateman@free.fr> |
3766 | |
7010 | 3767 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3768 speed with small vectors. |
6937 | 3769 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3770 rather than OCTAVE_HOME(). | |
3771 | |
6935 | 3772 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3773 | |
3774 * plot/findobj.m: New function. | |
3775 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3776 | |
6925 | 3777 2007-09-26 David Bateman <dbateman@free.fr> |
3778 | |
3779 * pkg/pkg.m: Add second argument to setting for prefix for | |
3780 architecture dependent files. Use throughout. | |
3781 (pkg:issuperuser): New function, use through to check for | |
3782 root user. | |
3783 (pkg:getarchprefix): function to give the archiecture dependent | |
3784 prefix for a package. | |
3785 (pkg:getarchdir): New function giving location of architetcure | |
3786 dependent directory. Use through out. | |
3787 (pkg:install): Treat architecture dependent directory separately | |
3788 as in might not be a sub-directory of the package directory. | |
3789 (pkg:uninstall): ditto. | |
3790 (pkg:create_pkgadddel): Check for global or local install for | |
3791 architecture dependent directory. | |
3792 (pkg:finish_installation): ditto. | |
3793 (pkg:write_INDEX): ditto. | |
3794 (pkg:load_packages_and_dependencies): ditto. | |
3795 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3796 files to a new location if user is root. | |
3797 (pkg:rm_rf): Check if file or directory exists before removing. | |
3798 (pkg:dirempty): Check if directory exists before checking. | |
3799 | |
3800 * plot/___patch__.m: Allow face colors to be passed as strings | |
3801 | |
3802 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3803 needed for calls to "hold" without an argument. | |
3804 | |
6920 | 3805 2007-09-21 John W. Eaton <jwe@octave.org> |
3806 | |
6921 | 3807 * optimization/sqp.m: Fix typo. |
3808 | |
6920 | 3809 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3810 | |
6919 | 3811 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3812 | |
3813 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3814 | |
6918 | 3815 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3816 | |
3817 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3818 unidpdf.m and unidinv.m | |
3819 | |
6914 | 3820 2007-09-18 John W. Eaton <jwe@octave.org> |
3821 | |
3822 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3823 (do_tics_1): Set numeric axes formats to "%.15g". | |
3824 | |
6912 | 3825 2007-09-18 David Bateman <dbateman@free.fr> |
3826 | |
3827 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3828 of %g when writing data. | |
3829 | |
6908 | 3830 2007-09-17 John W. Eaton <jwe@octave.org> |
3831 | |
3832 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3833 | |
6903 | 3834 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3835 | |
3836 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3837 noninteger N with N-K < 1. | |
3838 | |
6901 | 3839 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3840 | |
3841 * strings/index.m: Correct for strings differing after the third | |
3842 position (bug reported by Maude Martin). | |
3843 | |
6895 | 3844 2007-09-13 John W. Eaton <jwe@octave.org> |
3845 | |
3846 * plot/__default_colormap__.m: Delete. | |
3847 * plot/Makefile (SOURCES): Remove from the list. | |
3848 | |
6898 | 3849 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3850 | |
3851 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3852 | |
6885 | 3853 2007-09-10 David Bateman <dbateman@free.fr> |
3854 | |
3855 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3856 limit the selection of colors in the same way as for lines. | |
3857 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3858 column. | |
3859 * plot/__bar__.m: Adapt to use "patch". | |
3860 | |
6870 | 3861 2007-09-06 John W. Eaton <jwe@octave.org> |
3862 | |
3863 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3864 (init_plot_stream): Split from open_plot_stream. | |
3865 * plot/print.m: Accept -debug=FILE argument. | |
3866 | |
6868 | 3867 2007-09-06 David Bateman <dbateman@free.fr> |
3868 | |
7010 | 3869 * general/celldisp.m: New function. |
3870 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3871 * miscellaneous/swapbytes.m: New function. | |
3872 * miscellaneous/gzip.m: New function. | |
3873 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3874 |
6863 | 3875 2007-09-05 David Bateman <dbateman@free.fr> |
3876 | |
7010 | 3877 * general/structfun.m: New function. |
3878 * general/Makefile.in (SOURCES): Add it to sources. | |
3879 * miscellaneous/run.m: New function. | |
3880 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3881 * statistics/base/mode.m: New function. | |
3882 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3883 |
6862 | 3884 2007-09-05 John W. Eaton <jwe@octave.org> |
3885 | |
3886 * miscellaneous/orderfields.m: Use numel instead of length. | |
3887 | |
3888 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3889 | |
3890 * miscellaneous/orderfields.m: Handle empty structs. | |
3891 | |
6861 | 3892 2007-09-05 John W. Eaton <jwe@octave.org> |
3893 | |
3894 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3895 DATA_IDX. | |
3896 | |
3897 2007-09-04 David Bateman <dbateman@free.fr> | |
3898 | |
3899 * general/isdir.m: Return a logical value. | |
3900 | |
6859 | 3901 2007-09-04 David Bateman <dbateman@free.fr> |
3902 | |
3903 * statistics/distributions/chi2pdf.m, | |
3904 statistics/distributions/chi2cdf.m, | |
3905 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3906 distribution functions to account for inverse of scale factor in | |
3907 gamma functions. | |
3908 | |
6857 | 3909 2007-09-01 John W. Eaton <jwe@octave.org> |
3910 | |
3911 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3912 | |
6853 | 3913 2007-09-01 David Bateman <dbateman@free.fr> |
3914 | |
3915 * polynomial/polyint.m: New function like polyinteg but with | |
3916 explicit integration constant. | |
3917 * polynomial/polyinteg.m: Remove. | |
3918 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3919 polyinteg.m. | |
3920 * deprecated/polyinteg.m: Move version here. | |
3921 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3922 | |
6852 | 3923 * geometry/voronoi.m: Add large box around data to get a good |
3924 approximation of the rays to infinity. | |
3925 | |
6851 | 3926 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3927 | |
3928 * plot/axes.m: Allow parent to be specified when creating axes | |
3929 objects. Support non-figure parents. | |
3930 | |
3931 2007-08-31 John W. Eaton <jwe@octave.org> | |
3932 | |
3933 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3934 | |
6850 | 3935 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3936 | |
7010 | 3937 * polynomial/polygcd.m: Better layout of example. |
3938 * polynomial/compan.m: Remove unnecessary check. | |
3939 * polynomial/roots.m: Added example to help text. | |
3940 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3941 * polynomial/poly.m: Added example to help text. | |
6850 | 3942 |
6848 | 3943 2007-08-30 John W. Eaton <jwe@octave.org> |
3944 | |
3945 * optimization/qp.m: Increase maxit to 200. | |
3946 | |
6847 | 3947 2007-08-30 David Bateman <dbateman@free.fr> |
3948 | |
3949 * geometry/inpolygon.m: New file. | |
3950 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3951 | |
6843 | 3952 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3953 | |
3954 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3955 | |
6829 | 3956 2007-08-24 David Bateman <dbateman@free.fr> |
3957 | |
3958 * plot/__go_draw_axes__.m: Treat text color property. | |
3959 | |
6828 | 3960 2007-08-24 John W. Eaton <jwe@octave.org> |
3961 | |
3962 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3963 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3964 | |
3965 * miscellaneous/movefile.m: Separate second and third args and | |
3966 use p1 and p2, not f1 and f2 when constructing arguments for | |
3967 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3968 | |
6825 | 3969 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3970 | |
3971 * set/intersect.m: Make it work with cell arrays of strings. | |
3972 | |
6823 | 3973 2007-08-24 David Bateman <dbateman@free.fr> |
3974 | |
7010 | 3975 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3976 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3977 functions ported from octave-forge. | |
7010 | 3978 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3979 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3980 geometry/triplot.m, geometry/tsearchn.m: | |
3981 New functions. | |
7010 | 3982 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3983 * geometry/Makefile.in (SOURCES): Add functions above. | |
3984 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3985 |
6820 | 3986 2007-08-23 John W. Eaton <jwe@octave.org> |
3987 | |
3988 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3989 variable name. | |
3990 | |
3991 2007-08-23 David Bateman <dbateman@free.fr> | |
3992 | |
3993 * plot/plot.m: Allow first arg to be axes handle. | |
3994 | |
6818 | 3995 2007-08-22 David Bateman <dbateman@free.fr> |
3996 | |
3997 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3998 outputs are returned only if requested. | |
3999 | |
4000 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4001 | |
4002 * control/base/nichols.m: Fix typo. | |
4003 | |
6813 | 4004 2007-08-13 John W. Eaton <jwe@octave.org> |
4005 | |
4006 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4007 | |
6809 | 4008 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4009 | |
4010 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4011 use axes position in each appropriate gnuplot set statement. | |
4012 | |
6808 | 4013 2007-08-10 John W. Eaton <jwe@octave.org> |
4014 | |
4015 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4016 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4017 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4018 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4019 | |
6807 | 4020 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4021 | |
4022 * plot/patch.m, plot/__patch__.m: New files. | |
4023 * plot/Makefile.in (SOURCES): Add them to the list. | |
4024 | |
4025 2007-08-07 John W. Eaton <jwe@octave.org> | |
4026 | |
4027 * path/savepath.m: Use single quotes for argument to PATH command | |
4028 that is inserted in file. | |
4029 | |
6805 | 4030 2007-07-27 John W. Eaton <jwe@octave.org> |
4031 | |
4032 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4033 not set in the environment. | |
4034 | |
6796 | 4035 2007-07-25 David Bateman <dbateman@free.fr> |
4036 | |
4037 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4038 control/base/Makefile.in, control/hinf/Makefile.in, | |
4039 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4040 control/util/Makefile.in, deprecated/Makefile.in, | |
4041 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4042 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4043 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4044 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4045 polynomial/Makefile.in, quaternion/Makefile.in, | |
4046 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4047 specfun/Makefile.in, special-matrix/Makefile.in, | |
4048 startup/Makefile.in, statistics/Makefile.in, | |
4049 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4050 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4051 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4052 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4053 | |
6795 | 4054 2007-07-25 John W. Eaton <jwe@octave.org> |
4055 | |
4056 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4057 | |
6793 | 4058 2007-07-24 David Bateman <dbateman@free.fr> |
4059 | |
4060 * image/flag.m: New colormap function. | |
4061 * images/Makefile.in: Include it in SOURCES. | |
4062 | |
4063 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4064 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4065 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4066 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4067 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4068 number of colormap elements as the other colormap functions. | |
4069 | |
6790 | 4070 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4071 | |
4072 * plot/__go_draw_axes__.m: Handle patch. | |
4073 | |
6788 | 4074 2007-07-23 David Bateman <dbateman@free.fr> |
4075 | |
4076 * general/rat.m: New function for ration approximation imported | |
4077 from octave-forge. | |
4078 * general/del2.m: New function for discrete laplacian operator. | |
4079 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4080 | |
4081 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4082 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4083 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4084 image/winter.m, image/brighten.m: Port image functions from | |
4085 octave-forge. | |
4086 * image/Makefile.in: Add ported functions to SOURCES. | |
4087 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4088 compatibility with matlab. | |
4089 | |
4090 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4091 octave-forge | |
4092 * plot/Makefile.in: Add ported functions to SOURCES. | |
4093 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4094 using gnuplot 4.2 or greater. | |
4095 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4096 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4097 |
4098 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4099 | |
6781 | 4100 2007-07-19 David Bateman <dbateman@free.fr> |
4101 | |
4102 * plot/fplot.m: More compatible version. | |
4103 | |
6780 | 4104 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4105 | |
4106 * plot/clf.m: Check for valid handle before deleting. | |
4107 | |
4108 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4109 __go_figure__ instead of using regular "set" call. | |
4110 | |
6779 | 4111 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4112 | |
4113 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4114 type for gnuplot. | |
4115 | |
6778 | 4116 2007-07-18 John W. Eaton <jwe@octave.org> |
4117 | |
4118 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4119 gnuplot for each set of axes. | |
4120 | |
6777 | 4121 2007-07-18 David Bateman <dbateman@free.fr> |
4122 | |
6778 | 4123 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4124 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4125 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4126 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4127 Use standard scale factor rather than one on the scale factor for | |
4128 compatibility. | |
4129 | |
4130 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4131 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4132 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4133 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4134 Preserve backward compatibility. | |
6777 | 4135 |
6776 | 4136 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4137 | |
4138 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4139 to avoid issues with regexp special characters in the path strings. | |
4140 | |
6770 | 4141 2007-07-06 David Bateman <dbateman@free.fr> |
4142 | |
6778 | 4143 * general/accumarray.m: New function to create an array by |
4144 accumulating the elements. | |
6770 | 4145 |
6768 | 4146 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4147 | |
4148 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4149 (fdjac): Set nx outside of if block. | |
4150 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4151 | |
6765 | 4152 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4153 | |
4154 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4155 | |
4156 * plot/axis.m: Also set "visible" property when setting axes to | |
4157 on/off. | |
4158 | |
6762 | 4159 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4160 | |
4161 * image/colormap.m: Only return colormap if nargout > 0. | |
4162 Mark as command. | |
4163 | |
6758 | 4164 2007-06-25 John W. Eaton <jwe@octave.org> |
4165 | |
4166 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4167 strcmp for selected property comparisons. | |
4168 | |
6756 | 4169 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
4170 | |
6778 | 4171 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4172 |
6754 | 4173 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4174 | |
4175 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4176 | |
6756 | 4177 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4178 |
6778 | 4179 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4180 argument, and note that the data should be sorted for the |
4181 definition of the median to be correct. | |
4182 | |
6778 | 4183 * statistics/base/std.m: Add missing square to definition of |
6754 | 4184 standard deviation. |
4185 | |
6778 | 4186 * statistics/base/cov.m: Add definition of covariance to the help text. |
4187 | |
4188 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4189 statistics/base/std.m: |
4190 Note that \bar{x} is the mean value of x in the help text. | |
4191 | |
6778 | 4192 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4193 coefficient to the help text. |
4194 | |
6778 | 4195 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4196 | |
4197 * statistics/base/var.m: Put N in @math in help text. | |
4198 | |
4199 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4200 statistics/tests/kolmogorov_smirnov_test.m: |
4201 Write about possible values of 'dist' in help text. | |
4202 | |
6778 | 4203 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4204 Add definition of correlation to the help text. |
4205 | |
6778 | 4206 * statistics/base/logit.m, statistics/base/kendall.m, |
4207 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4208 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4209 TeXification of help text. | |
4210 | |
4211 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4212 | |
4213 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4214 Add missing @var's to help text. | |
4215 | |
4216 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4217 | |
4218 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4219 of help text. | |
4220 | |
4221 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4222 help text. | |
4223 | |
4224 * statistics/distributions/unidpdf.m, | |
4225 statistics/distributions/discrete_pdf.m: | |
4226 Replace 'pDF' with 'PDF' in help text. | |
4227 | |
6753 | 4228 2007-06-25 John W. Eaton <jwe@octave.org> |
4229 | |
4230 * strings/substr.m: Use offset consistently in code and doc string. | |
4231 From Rafael Laboissiere <rafael@debian.org>. | |
4232 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4233 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4234 |
6778 | 4235 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4236 |
6751 | 4237 2007-06-25 John W. Eaton <jwe@octave.org> |
4238 | |
4239 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4240 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4241 <juhani@cs.joensuu.fi>. | |
4242 | |
6748 | 4243 2007-06-20 John W. Eaton <jwe@octave.org> |
4244 | |
6749 | 4245 * strings/index.m: Allow strings to be empty. |
4246 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4247 | |
6748 | 4248 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4249 | |
6747 | 4250 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4251 | |
4252 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4253 separate matrices. | |
4254 | |
6746 | 4255 2007-06-19 David Bateman <dbateman@free.fr> |
4256 | |
4257 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4258 only ";;" legend syntax. | |
4259 * polynomial/mkpp.m: ditto. | |
4260 * polynomial/pchip.m: ditto. | |
4261 * signal/freqz_plot.m: ditto. | |
4262 * sparse/gplot.m: ditto. | |
4263 * sparse/treeplot.m: ditto. | |
4264 | |
6745 | 4265 2007-06-19 John W. Eaton <jwe@octave.org> |
4266 | |
4267 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4268 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4269 | |
6742 | 4270 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4271 | |
6778 | 4272 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4273 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4274 to check for NA. | |
4275 | |
6741 | 4276 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4277 | |
6778 | 4278 * optimization/glpk.m: TeXified the help text. |
4279 * optimization/qp.m: TeXified the help text. | |
4280 * optimization/sqp.m: TeXified the help text. | |
6741 | 4281 |
6740 | 4282 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
4283 | |
6778 | 4284 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4285 |
6738 | 4286 2007-06-15 John W. Eaton <jwe@octave.org> |
4287 | |
4288 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4289 have_newer_gnuplot is true. | |
4290 | |
6736 | 4291 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4292 | |
6778 | 4293 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4294 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4295 to 90, all others 0. |
4296 | |
6778 | 4297 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4298 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4299 get_data_limits. |
6778 | 4300 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4301 called by __errplot__. |
4302 | |
6730 | 4303 2007-06-15 John W. Eaton <jwe@octave.org> |
4304 | |
4305 * testfun/test.m: Also return number of expected failures. | |
4306 | |
6724 | 4307 2007-06-14 John W. Eaton <jwe@octave.org> |
4308 | |
6730 | 4309 * set/ismember.m: Mark two tests known to fail with xtest. |
4310 | |
6724 | 4311 * plot/__go_draw_axes__.m: Handle text rotation property. |
4312 | |
6728 | 4313 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4314 | |
4315 * testfun/test.m: Add xtest support for tests known to fail. | |
4316 | |
6727 | 4317 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4318 | |
4319 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4320 epslatexstandalone terminals. | |
4321 | |
6721 | 4322 2007-06-14 David Bateman <dbateman@free.fr> |
4323 | |
4324 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4325 as permutation of results was incorrect. | |
4326 * general/interp1.m: Add demo on second derivative | |
4327 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4328 call. Add 3D demo. Fix typos |
4329 * general/interp3.m: Fix typos. Correct permutation for use of | |
4330 interpn. | |
6721 | 4331 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4332 | |
6717 | 4333 2007-06-13 John W. Eaton <jwe@octave.org> |
4334 | |
4335 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4336 |
6706 | 4337 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4338 | |
4339 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4340 | |
6704 | 4341 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4342 | |
4343 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4344 Set have_linestyle to true if two character linestyle is found. | |
4345 | |
6702 | 4346 2007-06-12 David Bateman <dbateman@free.fr> |
4347 | |
6717 | 4348 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4349 and interpn.m. | |
4350 | |
4351 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4352 structure before using it. | |
4353 | |
4354 2007-06-12 David Bateman <dbateman@free.fr> | |
4355 | |
6704 | 4356 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4357 * general/__splinen__.m: New support function for N-dimensional |
4358 spline interpolation. | |
4359 * general/bicubic.m: Allow definition of extrapolation | |
4360 value. Adapt tests to use new graphics interface | |
4361 * general/interp2.m: Call __splinen__ for 2-D spline | |
4362 interpolation. Make the lookup table code only be called for | |
4363 linear and nearest methods. | |
4364 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4365 and spline interpolation. | |
4366 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4367 and spline interpolation. | |
6704 | 4368 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4369 |
6701 | 4370 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4371 | |
4372 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4373 | |
6699 | 4374 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
4375 | |
4376 * plot/fplot.m: If function is inline, vectorize it. | |
4377 | |
6698 | 4378 2007-06-10 David Bateman <dbateman@free.fr> |
4379 | |
4380 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4381 directory if need to, so that it fits on a line. | |
4382 | |
6695 | 4383 2007-06-07 David Bateman <dbateman@free.fr> |
4384 | |
4385 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4386 saved file so that dependent packages are loaded first, and if | |
4387 nargout==0 don't return any arguments. | |
4388 (pkg:install): Only load packages that are marked autoload after | |
4389 install. Various fixes. Save in order. | |
4390 (pkg:uninstall): Save in order | |
4391 (pkg:load_packages): Use load_package_and_dependencies to load | |
4392 packages. | |
4393 (pkg:save_order): New function to sort package list with dependent | |
4394 packages first. | |
4395 (pkg:load_packages_and_dependencies): New function to load both a | |
4396 list of packages and their dependencies. | |
4397 (pkg:load_package_dirs): New function that returns a vector of the | |
4398 indexes into the installed package list indicating the packages to | |
4399 load and the order to load them in to respect the dependencies. | |
4400 | |
6688 | 4401 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
4402 | |
4403 * plot/axes.m: Eliminate redundant else clause. | |
4404 | |
6686 | 4405 2007-06-03 David Bateman <dbateman@free.fr> |
4406 | |
4407 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 4408 * pkg/pkg.m: Protect against multiple actions being define. |
4409 | |
6683 | 4410 2007-06-01 David Bateman <dbateman@free.fr> |
4411 | |
4412 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
4413 incorporate into main pkg function. | |
4414 (pkg:install): Check for existence of files to install before | |
4415 globbing and warn the user if they don't exist. | |
4416 | |
6675 | 4417 2007-05-31 David Bateman <dbateman@free.fr> |
4418 | |
6679 | 4419 * miscellaneous/copyfile.m: Split copying of multiple files to a |
4420 directory over several copy command to limit the line length. | |
4421 * miscellaneous/movefile.m: Ditto. | |
4422 | |
6675 | 4423 * pkg.m: Add build option to allow binary Octave packages to be |
4424 built from source packages. Probe absolute path of prefix, global | |
4425 and local lists. Use strcat, rather that [] for strings. | |
4426 (pkg:build): New function to binary binary package. | |
4427 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
4428 (pkg:repackage): Package binary Octave package from installation. | |
4429 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
4430 from m-files into main installation directory. | |
4431 (pkg:shell): Suppress verbose messages from shell and only display | |
4432 them with the verbose flag. | |
4433 (pkg:installed_packages): Also include the loaded flag in the | |
4434 local and global packages. | |
4435 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
4436 flagged as loaded. | |
4437 | |
4438 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
4439 | |
4440 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
4441 with and without architecture dependent directories. | |
4442 (pkg:installed_packages): Probe the global_list file even if it is | |
4443 the same as the local_list. | |
4444 | |
6669 | 4445 2007-05-29 John W. Eaton <jwe@octave.org> |
4446 | |
4447 * sparse/spy.m: Set axis to "ij" mode. | |
4448 | |
6664 | 4449 2007-05-24 John W. Eaton <jwe@octave.org> |
4450 | |
4451 * set/ismember.m: Quote first arg of "fail" tests. | |
4452 | |
6663 | 4453 2007-05-24 David Bateman <dbateman@free.fr> |
4454 | |
6778 | 4455 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4456 |
6655 | 4457 2007-05-22 David Bateman <dbateman@free.fr> |
4458 | |
4459 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4460 error(lasterr()(8:end)). | |
4461 (pkg:install): Warning for empty packages being removed. Suppress | |
4462 spurious output. Warning rather than error for uninstalling a | |
4463 package that is not installed to avoid RPM issue. | |
4464 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4465 inst or architecture dependent directory if it exists. | |
4466 | |
6653 | 4467 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4468 | |
4469 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4470 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4471 signal/freqz.m: Fix typos. | |
4472 | |
6645 | 4473 2007-05-21 David Bateman <dbateman@free.fr> |
4474 | |
4475 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4476 force installation location. | |
4477 (rebuild): New subfunction to rebuild package database from | |
4478 installed packages. Also allows changing of autoload status | |
4479 (install): Warn use if attempting to install from non existent | |
4480 file. | |
4481 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4482 "USER", "root"))' for root test. | |
4483 | |
4484 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4485 | |
4486 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4487 and replace "\" characters with "/". | |
4488 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4489 characters with "/" throughout. | |
4490 (shell): New subfunction that wraps system and is careful with the | |
4491 shell on windows platforms. | |
4492 (configure_make): Explictly pass complier etc to configure | |
4493 process. | |
4494 (issuperuser): Force default to global install for Windows machines. | |
4495 | |
6636 | 4496 2007-05-19 Kristan Onu |
4497 | |
4498 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
4499 | |
6634 | 4500 2007-05-18 David Bateman <dbateman@free.fr> |
4501 | |
4502 * pkg/pkg.m (install): More verbosity. | |
4503 (configure_make): Ditto. | |
4504 (create_pkgadddel): Install in architecture dependent directory if | |
4505 it exists to address issues with autoload/mfilename. | |
4506 (write_INDEX): Check in archiecture dependent directories as well. | |
4507 | |
6633 | 4508 2007-05-17 David Bateman <dbateman@free.fr> |
4509 | |
4510 * plot/hbar.m: Remove. | |
4511 * plot/barh.m: and move it here. | |
4512 | |
6631 | 4513 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
4514 | |
4515 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4516 | |
6629 | 4517 2007-05-16 John W. Eaton <jwe@octave.org> |
4518 | |
4519 * general/logspace.m: Return second arg if fewer than two values | |
4520 are requested. | |
4521 | |
6619 | 4522 2007-05-14 John W. Eaton <jwe@octave.org> |
4523 | |
4524 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4525 on a new line. | |
4526 | |
6617 | 4527 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4528 | |
4529 * statistics/distributions/norminv.m, | |
4530 statistics/distributions/norminv.m, | |
4531 statistics/distributions/normpdf.m, | |
4532 statistics/distributions/normrnd.m: | |
4533 Use standard deviation, not variance. | |
4534 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4535 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4536 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4537 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4538 backward compatibility. | |
4539 | |
6616 | 4540 2007-05-14 David Bateman <dbateman@free.fr> |
4541 | |
4542 * pkg/pkg.m: Mark loaded packages with "*". | |
4543 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4544 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4545 |
4546 * miscellaneous/single.m: Doc fix. | |
4547 Convert to double instead of returning argument unchanged. | |
4548 | |
4549 * miscellaneous/doc.m: Doc fix. | |
4550 | |
4551 * miscellaneous/ver.m: Doc fix. | |
4552 Don't display information about Octave Forge. | |
4553 | |
6614 | 4554 2007-05-12 David Bateman <dbateman@free.fr> |
4555 | |
4556 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4557 install to be printed. An error in the on_uninstall script causes | |
4558 a failure to uninstall. Place oct- and mex-files in an | |
4559 architecture dependent directory. | |
4560 | |
6611 | 4561 2007-05-09 John W. Eaton <jwe@octave.org> |
4562 | |
4563 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4564 | |
6609 | 4565 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4566 | |
4567 * statistics/distributions/normcdf.m: Use standard deviation | |
4568 instead of variance for compatibility. | |
4569 | |
4570 2007-05-08 John W. Eaton <jwe@octave.org> | |
4571 | |
4572 | |
4573 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4574 | |
4575 * set/ismember.m: Always return logical values. | |
4576 | |
4577 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4578 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4579 |
4580 * general/__isequal__.m: Allow numeric values of different classes | |
4581 to compare equal. | |
4582 | |
6606 | 4583 2007-05-07 David Bateman <dbateman@free.fr> |
4584 | |
6607 | 4585 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4586 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4587 |
6605 | 4588 2007-05-02 John W. Eaton <jwe@octave.org> |
4589 | |
4590 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4591 | |
6604 | 4592 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4593 | |
4594 * contour.m: Rewrite help string. | |
4595 | |
6599 | 4596 2007-04-28 John W. Eaton <jwe@octave.org> |
4597 | |
4598 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4599 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4600 Special case nargout == 0. | |
4601 | |
6597 | 4602 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4603 | |
4604 * general/sub2ind.m: Handle empty input, add tests. | |
4605 | |
6590 | 4606 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4607 | |
4608 * plot/contourc.m: Doc fix. | |
4609 | |
6586 | 4610 2007-04-26 David Bateman <dbateman@free.fr> |
4611 | |
4612 * plot/hist.m: Partially remove previous patch. | |
4613 | |
6582 | 4614 2007-04-26 David Bateman <dbateman@free.fr> |
4615 | |
4616 * plot/hist.m: Support returning of handle | |
4617 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4618 cells. | |
4619 | |
6575 | 4620 2007-04-25 John W. Eaton <jwe@octave.org> |
4621 | |
6579 | 4622 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4623 "title \"\"", not "". | |
4624 | |
6575 | 4625 * plot/legend.m: Initialize WARNED to false. |
4626 | |
6567 | 4627 2007-04-24 John W. Eaton <jwe@octave.org> |
4628 | |
4629 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4630 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4631 |
4632 2007-04-23 John W. Eaton <jwe@octave.org> | |
4633 | |
4634 * plot/box.m: Delete extra endfunction keyword. | |
4635 | |
6560 | 4636 2007-04-23 David Bateman <dbateman@free.fr> |
4637 | |
4638 * plot/plot3.m: Call newplot. | |
4639 | |
6553 | 4640 2007-04-20 John W. Eaton <jwe@octave.org> |
4641 | |
4642 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4643 | |
6546 | 4644 2007-04-19 John W. Eaton <jwe@octave.org> |
4645 | |
4646 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4647 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4648 | |
6544 | 4649 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4650 | |
4651 * control/util/axis2dlim.m: Delete extraneous line. | |
4652 | |
6542 | 4653 2007-04-18 John W. Eaton <jwe@octave.org> |
4654 | |
4655 * specfun/factorial.m: Increase tolerance in large value test. | |
4656 | |
6540 | 4657 2007-04-18 David Bateman <dbateman@free.fr> |
4658 | |
4659 * __bar__.m: New support function for bar/hbar to support graphic | |
4660 handles, and additional arguments. | |
4661 * bar.m: Convert to use __bar__. | |
4662 * hbar.m: New function | |
4663 * hist.m: Explicitly set the width of the bar plot. | |
4664 | |
6533 | 4665 2007-04-17 John W. Eaton <jwe@octave.org> |
4666 | |
6534 | 4667 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4668 | |
6533 | 4669 * set/ismember.m: New tests. |
4670 From David Grohmann <grohmann@arlut.utexas.edu> | |
4671 | |
6532 | 4672 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4673 | |
4674 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4675 Add tests. | |
4676 | |
6527 | 4677 2007-04-16 John W. Eaton <jwe@octave.org> |
4678 | |
6528 | 4679 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4680 looks_like_copyright in src/help.cc. | |
4681 From S�ren Hauberg <soren@hauberg.org>. | |
4682 | |
6527 | 4683 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4684 | |
6526 | 4685 2007-04-13 John W. Eaton <jwe@octave.org> |
4686 | |
6527 | 4687 * optimization/sqp.m: Initialize info to 0. |
4688 | |
6526 | 4689 * optimization/qp.m: Undo previous change. |
4690 | |
6524 | 4691 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4692 | |
4693 * spdiags.m: Fixed the four-argument case to work for columns of | |
4694 length one. | |
4695 | |
6523 | 4696 2007-04-12 John W. Eaton <jwe@octave.org> |
4697 | |
4698 * optimization/qp.m: Avoid Octave indexing bug. | |
4699 | |
6521 | 4700 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4701 | |
6522 | 4702 * miscellaneous/menu.m, control/base/bddemo.m, |
4703 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4704 control/system/sysrepdemo.m: | |
4705 Adapt to page_screen_output as a function. | |
6521 | 4706 |
6518 | 4707 2007-04-11 John W. Eaton <jwe@octave.org> |
4708 | |
4709 * miscellaneous/not.m: Delete. | |
4710 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4711 | |
4712 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4713 | |
4714 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4715 that are close but not exactly equal. | |
4716 | |
6515 | 4717 2007-04-11 David Bateman <dbateman@free.fr> |
4718 | |
4719 * general/bitcmp.m: Make it work again. | |
4720 | |
6512 | 4721 2007-04-10 John W. Eaton <jwe@octave.org> |
4722 | |
4723 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4724 that are close but not exactly equal. | |
4725 | |
6511 | 4726 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4727 | |
4728 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4729 in response to a change in x limits for now. | |
4730 | |
6510 | 4731 2007-04-09 John W. Eaton <jwe@octave.org> |
4732 | |
4733 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4734 (__go_draw_axes__): Use it to write data to plot stream. | |
4735 | |
6509 | 4736 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4737 | |
4738 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4739 zeros. Set markerfacecolor property in call to plot. | |
4740 | |
6508 | 4741 2007-04-06 John W. Eaton <jwe@octave.org> |
4742 | |
4743 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4744 | |
4745 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4746 | |
4747 * plot/stem.m: Use plot instead of a series of calls to line. | |
4748 | |
6494 | 4749 2007-04-05 John W. Eaton <jwe@octave.org> |
4750 | |
6499 | 4751 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4752 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4753 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4754 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4755 | |
6496 | 4756 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4757 Use strcmpi instead of strcmp+tolower. |
6496 | 4758 Style fixes. |
4759 | |
6494 | 4760 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4761 Plotting fixes. Style fixes. | |
4762 | |
4763 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4764 Style fixes. | |
4765 | |
4766 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4767 Style fixes. | |
4768 | |
4769 * testfun/demo.m, testfun/example.m: Style fixes. | |
4770 Use "strcat (...)" instead of "[...]". | |
4771 Use format specifiers in calls to warning. | |
4772 | |
4773 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4774 Use "strcat (...)" instead of "[...]". | |
4775 Use "x(end)" instead of "x(length (x))". | |
4776 Check NA before NaN. | |
4777 Style fixes. | |
4778 | |
6473 | 4779 2007-03-29 John W. Eaton <jwe@octave.org> |
4780 | |
6474 | 4781 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4782 |
6467 | 4783 2007-03-27 John W. Eaton <jwe@octave.org> |
4784 | |
4785 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4786 control/base/Makefile.in, control/hinf/Makefile.in, | |
4787 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4788 control/util/Makefile.in, deprecated/Makefile.in, | |
4789 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4790 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4791 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4792 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4793 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4794 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4795 special-matrix/Makefile.in, startup/Makefile.in, | |
4796 statistics/Makefile.in, statistics/base/Makefile.in, | |
4797 statistics/distributions/Makefile.in, | |
4798 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4799 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4800 Use ln instead of $(LN_S) in dist target. | |
4801 | |
6465 | 4802 2007-03-27 David Bateman <dbateman@free.fr> |
4803 | |
4804 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4805 gnuplot 4.0. | |
4806 | |
6464 | 4807 2007-03-26 John W. Eaton <jwe@octave.org> |
4808 | |
4809 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4810 | |
6461 | 4811 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4812 | |
4813 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4814 plot stream and using binary data. | |
4815 | |
6459 | 4816 2007-03-26 John W. Eaton <jwe@octave.org> |
4817 | |
4818 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4819 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4820 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4821 | |
4822 2007-03-26 David Bateman <dbateman@free.fr> | |
4823 | |
6461 | 4824 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4825 | |
6459 | 4826 * plot/plot3.m: Handle line properties. |
4827 * plot/plot.m: Update docstring. | |
4828 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4829 * plot/__plt__.m: Also gather properties. | |
4830 | |
6455 | 4831 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4832 | |
4833 * testfun/assert.m: Delete special check for empty objects. | |
4834 Add test. | |
4835 | |
6453 | 4836 2007-03-26 John W. Eaton <jwe@octave.org> |
4837 | |
6454 | 4838 * plot/drawnow.m: Exit early if call is recursive. |
4839 | |
6453 | 4840 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4841 Check for Inf too. | |
4842 (__go_draw_axes__): Use get_data_limits. | |
4843 | |
6450 | 4844 2007-03-24 John W. Eaton <jwe@octave.org> |
4845 | |
6451 | 4846 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4847 send terminal setting command with title option to plot stream. | |
4848 | |
6450 | 4849 * plot/legend.m: Correctly increment index into list of children.. |
4850 | |
6434 | 4851 2007-03-23 John W. Eaton <jwe@octave.org> |
4852 | |
6448 | 4853 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4854 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4855 control/base/nyquist.m, control/base/nichols.m, | |
4856 control/base/frdemo.m, signal/freqz_plot.m, | |
4857 control/base/__stepimp__.m, control/base/bode.m, | |
4858 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4859 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4860 Update plotting code. |
4861 | |
4862 * control/base/bode.m: Unwrap phase angle. | |
4863 | |
4864 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4865 | |
4866 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4867 | |
4868 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4869 commands. | |
6446 | 4870 |
6442 | 4871 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4872 Handle numeric color specs. |
6442 | 4873 * plot/plot.m: Remove "-@" and "@" from docstring. |
4874 | |
6441 | 4875 * plot/orient.m: Fix tests to avoid creating a plot window. |
4876 | |
6440 | 4877 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4878 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4879 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4880 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4881 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4882 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4883 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4884 | |
6438 | 4885 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4886 plot, not just multiplots. | |
4887 | |
6436 | 4888 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4889 | |
6434 | 4890 * plot/contour.m: Don't call drawnow. |
4891 | |
6431 | 4892 2007-03-22 John W. Eaton <jwe@octave.org> |
4893 | |
6432 | 4894 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4895 property of each figure. | |
4896 | |
6431 | 4897 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4898 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4899 | |
4900 2007-03-21 John W. Eaton <jwe@octave.org> | |
4901 | |
4902 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4903 less than eps to 0. | |
4904 | |
6429 | 4905 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4906 |
4907 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4908 * testfun/speed.m: Documentation and example fix. |
4909 | |
6424 | 4910 2007-03-21 John W. Eaton <jwe@octave.org> |
4911 | |
4912 * plot/subplot.m: If we find an existing subplot region, set | |
4913 it to be the "currentaxes" property for the current figure. | |
6425 | 4914 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4915 |
6422 | 4916 2007-03-20 David Bateman <dbateman@free.fr> |
4917 | |
4918 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4919 | |
4920 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4921 | |
4922 * general/arrayfun.m: New function. | |
4923 | |
6418 | 4924 2007-03-20 John W. Eaton <jwe@octave.org> |
4925 | |
6419 | 4926 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4927 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4928 | |
4929 * plot/clf.m: Don't call drawnow. | |
4930 | |
6431 | 4931 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4932 |
6420 | 4933 * image/__img__.m: Maybe set yaxis to reverse for images. |
4934 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4935 images. | |
4936 | |
6418 | 4937 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4938 instead of global. Only register __go_close_all__ with atexit if |
4939 the plot stream is successfully opened. | |
6418 | 4940 |
6413 | 4941 2007-03-15 John W. Eaton <jwe@octave.org> |
4942 | |
6418 | 4943 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4944 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4945 | |
4946 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4947 | |
4948 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4949 Use numeric line types. |
6413 | 4950 |
4951 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4952 lines and larger markers. Remove key titles from line type |
4953 properties. | |
6413 | 4954 |
6405 | 4955 2007-03-14 John W. Eaton <jwe@octave.org> |
4956 | |
6412 | 4957 * plot/__axis_label__.m: Accept additional property-value pairs |
4958 and pass them to __go_text__. Simply return the handle obtained | |
4959 from __go_text__ instead of calling get on the current axis. | |
4960 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4961 Allow for extra property value pairs to be passed along. | |
4962 * plot/title.m: Implement with __axis_label__ since it does all | |
4963 that title needs to do. | |
4964 | |
6410 | 4965 * plot/clf.m: Set currentaxes property for current figure to []. |
4966 | |
6405 | 4967 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4968 | |
4969 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4970 and __plt2__, not just the last. | |
4971 | |
4972 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4973 (SOURCES_IN, GEN_M): Delete. | |
4974 (FCN_FILES): Don't include $(GEN_M). | |
4975 (all): Don't depend on $(GEN_M). | |
4976 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4977 | |
4978 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4979 | |
4980 * plot/newplot.m: Call __go_axes_init__ instead of | |
4981 __uiobject_axes_init__. | |
4982 | |
4983 * plot/mesh.m: Use __go_surface__ instead of | |
4984 __uiobject_surface_ctor__. Don't access object fields directly. | |
4985 | |
4986 * plot/line.m: Use __line__ to do actual work. | |
4987 * plot/__line__.m: New function. | |
4988 | |
4989 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4990 Use get and set instead of accessing object fields directly. | |
4991 | |
4992 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4993 handle. | |
4994 | |
4995 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4996 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4997 __uiobject_draw_figure__. | |
4998 | |
4999 * plot/clf.m: Use get instead of accessing object fields | |
5000 directly. Simply delete children. Don't set currentaxes. | |
5001 | |
5002 * plot/close.m (close_all_figures): New subfunction. | |
5003 Use it instead of getting list of figures to close from | |
5004 __uiobject_figures__. | |
5005 | |
5006 * plot/closereq.m: Simply delete the current figure. Don't set | |
5007 currentfigure. | |
5008 | |
5009 * plot/__errplot__.m: Call __line__ instead of | |
5010 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5011 directly. Don't call __uiobject_adopt__. | |
5012 | |
5013 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5014 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5015 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5016 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5017 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5018 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5019 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5020 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5021 plot/__uiobject_init_root_figure__.in, | |
5022 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5023 plot/__uiobject_root_figure_ctor__.m, | |
5024 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5025 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5026 plot/set.in: Delete. | |
6408 | 5027 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5028 |
5029 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5030 Pass "hidden" as second arg to close. | |
5031 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5032 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5033 * plot/Makefile.in (SOURCES_M): Rename in list. |
5034 | |
6405 | 5035 * image/__img__.m: Use __go_image__ to create image graphics |
5036 handle. | |
5037 | |
5038 * miscellaneous/delete.m: Call __go_delete__, not | |
5039 __uiobject_delete__. Check that arg is a graphics handle before | |
5040 calling __go_delete__. | |
5041 | |
6403 | 5042 2007-03-13 John W. Eaton <jwe@octave.org> |
5043 | |
5044 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5045 arg instead of switch statement. | |
6528 | 5046 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5047 |
5048 2007-03-12 John W. Eaton <jwe@octave.org> | |
5049 | |
5050 * miscellaneous/cast.m: New function. | |
5051 | |
5052 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5053 | |
6398 | 5054 2007-03-08 John W. Eaton <jwe@octave.org> |
5055 | |
5056 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5057 tilde expansion on target filename before passing it to the shell. | |
5058 | |
5059 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5060 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5061 | |
6396 | 5062 2007-03-08 David Bateman <dbateman@free.fr> |
5063 | |
5064 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5065 replacing slower version based on dicrete_rnd. | |
5066 | |
6392 | 5067 2007-03-07 John W. Eaton <jwe@octave.org> |
5068 | |
6395 | 5069 * control/base/rlocus.m: Update for current plotting functions. |
5070 | |
5071 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5072 | |
5073 * control/base/rlocus.m: Improve display. | |
5074 | |
5075 2007-03-07 John W. Eaton <jwe@octave.org> | |
5076 | |
5077 * plot/legend.m: Only handle positions -1:4. | |
5078 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5079 found in option string | |
5080 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5081 | |
6394 | 5082 * plot/newplot.m: Always reset next line color. |
5083 | |
6392 | 5084 * testfun/assert.m: Check that number of dimensions match before |
5085 checking dimensions. | |
5086 | |
6391 | 5087 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5088 | |
5089 * specfun/perms.m, specfun/factorial.m: Check args. | |
5090 | |
6387 | 5091 2007-03-07 John W. Eaton <jwe@octave.org> |
5092 | |
6390 | 5093 * plot/mesh.m: Call newplot before doing anything. |
5094 | |
5095 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5096 just "e". Only flush plot stream once. | |
5097 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5098 | |
6387 | 5099 * strings/blanks.m: Omit first index in assignment. |
5100 | |
6386 | 5101 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5102 | |
5103 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5104 | |
6385 | 5105 2007-03-06 David Bateman <dbateman@free.fr> |
5106 John W. Eaton <jwe@octave.org> | |
5107 | |
5108 * set/setdiff.m: Ignore "rows" for cell array args. | |
5109 Handle cellstr args. | |
5110 | |
6382 | 5111 2007-03-05 John W. Eaton <jwe@octave.org> |
5112 | |
5113 * optimization/sqp.m: Defer first call to obj_hess until after | |
5114 calling obj_fun. | |
5115 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5116 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5117 |
5118 * specfun/nchoosek.m: Fix nargin check. | |
5119 | |
6376 | 5120 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5121 | |
5122 * image/__img__.m: Don't set xlim and ylim properties. | |
5123 | |
6374 | 5124 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5125 | |
5126 * general/interp1.m: Fix *style cases for decreasing x. | |
5127 | |
6372 | 5128 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5129 | |
5130 * polynomial/roots.m: Check nargin before accessing arg. | |
5131 | |
6369 | 5132 2007-02-28 John W. Eaton <jwe@octave.org> |
5133 | |
5134 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5135 increment data_idx unless using gnuplot for display. | |
5136 | |
6368 | 5137 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5138 | |
5139 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5140 plots with images. | |
5141 * image/image.m, image/imagesc.m, image/imshow.m: | |
5142 Deprecate zoom argument. | |
5143 | |
6366 | 5144 2007-02-28 John W. Eaton <jwe@octave.org> |
5145 | |
5146 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5147 temporary file names. Keep image and colormap file ids separate. | |
5148 | |
5149 * general/interp1.m: Correctly compute min and max values when | |
5150 values are decreasing and not evenly spaced. | |
5151 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5152 | |
6365 | 5153 2007-02-27 John W. Eaton <jwe@octave.org> |
5154 | |
5155 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5156 returning an empty cell array. | |
5157 | |
6546 | 5158 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5159 |
5160 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5161 | |
6546 | 5162 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5163 |
5164 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5165 control/base/Makefile.in, control/hinf/Makefile.in, | |
5166 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5167 control/util/Makefile.in, deprecated/Makefile.in, | |
5168 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5169 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5170 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5171 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5172 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5173 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5174 special-matrix/Makefile.in, startup/Makefile.in, | |
5175 statistics/Makefile.in, statistics/base/Makefile.in, | |
5176 statistics/distributions/Makefile.in, | |
5177 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5178 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5179 Use $(LN_S) instead of ln or ln -s. | |
5180 | |
6356 | 5181 2007-02-24 David Bateman <dbateman@free.fr> |
5182 | |
5183 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5184 '\n' in FILES file. | |
6357 | 5185 (configure_make): Also install any mex files. |
6356 | 5186 |
6353 | 5187 2007-02-24 David Bateman <dbateman@free.fr> |
5188 | |
5189 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5190 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5191 | |
6351 | 5192 2007-02-23 John W. Eaton <jwe@octave.org> |
5193 | |
5194 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5195 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5196 | |
5197 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5198 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5199 | |
6349 | 5200 2007-02-23 David Bateman <dbateman@free.fr> |
5201 | |
5202 * statistics/distributions/discrete_rnd.m, | |
5203 statistics/distributions/geornd.m, | |
5204 statistics/distributions/lognnd.m, | |
5205 statistics/distributions/nbinrnd.m, | |
5206 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5207 | |
5208 * statistics/distributions/unidcdf.m, | |
5209 statistics/distributions/unidinv.m, | |
5210 statistics/distributions/unidpdf.m, | |
5211 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5212 discrete_cdf, etc. |
6349 | 5213 |
5214 * statistics/distributions/pascal_cdf.m, | |
5215 statistics/distributions/pascal_inv.m, | |
5216 statistics/distributions/pascal_pdf.m, | |
5217 statistics/distributions/pascal_rnd.m: Remove. | |
5218 * statistics/distributions/nbincdf.m, | |
5219 statistics/distributions/nbininv.m, | |
5220 statistics/distributions/nbinpdf.m, | |
5221 statistics/distributions/nbinrnd.m: Replace with matlab | |
5222 compatible functions. | |
5223 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5224 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5225 nbincdf, etc functions to implement these. | |
5226 | |
6344 | 5227 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5228 | |
5229 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5230 command and data. | |
5231 | |
5232 2007-02-22 John W. Eaton <jwe@octave.org> | |
5233 | |
5234 * miscellaneous/doc.m: If index search fails, try again without | |
5235 the index search option. | |
5236 | |
6339 | 5237 2007-02-22 David Bateman <dbateman@free.fr> |
5238 | |
6341 | 5239 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5240 | |
6340 | 5241 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5242 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5243 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5244 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5245 and randp to accelerate. | |
5246 | |
6339 | 5247 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5248 | |
6338 | 5249 2007-02-22 John W. Eaton <jwe@octave.org> |
5250 | |
5251 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5252 cache data and display after xlim and ylim have been determined. | |
5253 | |
6337 | 5254 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5255 | |
5256 * plot/__uiobject_draw_axes__.m: | |
5257 Allow multiple images to be displayed with gnuplot. | |
5258 | |
6333 | 5259 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5260 | |
5261 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5262 for versions of GLPK 4.15 and later. | |
5263 | |
6328 | 5264 2007-02-19 John W. Eaton <jwe@octave.org> |
5265 | |
5266 * plot/__uiobject_alloc__.in: If next available element in | |
5267 __uiobject_list__ is 0, grow list before doing anything else. | |
5268 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5269 first call when size of __uiobject_list__ is 0. | |
5270 | |
6323 | 5271 2007-02-16 John W. Eaton <jwe@octave.org> |
5272 | |
5273 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5274 | |
6321 | 5275 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5276 | |
5277 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5278 | |
6316 | 5279 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5280 | |
5281 * specfun/nchoosek.m: Check nargin. | |
5282 | |
6314 | 5283 2007-02-15 John W. Eaton <jwe@octave.org> |
5284 | |
6315 | 5285 * path/addpath.m, path/rmpath.m: Delete |
5286 * path/Makefile.in (SOURCES): Remove them from the list. | |
5287 | |
6314 | 5288 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5289 Delete title, xlabel, ylabel, and zlabel properties before | |
5290 reassigning. | |
5291 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5292 Don't init outerposition if "mode" is "replace". | |
5293 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5294 If axes nextplot property is replace, pass "replace" as mode arg | |
5295 to __uiobject_axes_init__. | |
5296 | |
6308 | 5297 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5298 | |
6310 | 5299 * image/imshow.m: Don't restore old colormap. |
5300 | |
6309 | 5301 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5302 * image/__img__.m: New file containing common parts of image.m and | |
5303 imshow.m. | |
6312 | 5304 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5305 * image/image.m, image/imshow.m: Call __img__. |
5306 * plot/__uiobject_draw_axes__.m: | |
5307 Handle rgb imaged data stored in 3-d arrays. | |
5308 | |
6308 | 5309 * plot/figure.m: Doc fix. |
5310 | |
6304 | 5311 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5312 | |
5313 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5314 for reading and writing data. New tests. Improve rounding. | |
5315 | |
6302 | 5316 2007-02-13 John W. Eaton <jwe@octave.org> |
5317 | |
6303 | 5318 * plot/stem.m: New file, adapted from OctPlot. |
5319 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5320 | |
6302 | 5321 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5322 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5323 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5324 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5325 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5326 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5327 plot/semilogyerr.m: Return handles to line objects. | |
5328 | |
6301 | 5329 2007-02-11 John W. Eaton <jwe@octave.org> |
5330 | |
5331 * plot/__uiobject_close_all.m: New file. | |
5332 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5333 | |
6298 | 5334 2007-02-10 John W. Eaton <jwe@octave.org> |
5335 | |
5336 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5337 * plot/__uiobject_globals__.m: Don't call mlock. | |
5338 | |
5339 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5340 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5341 before calling pclose. | |
5342 | |
6291 | 5343 2007-02-09 John W. Eaton <jwe@octave.org> |
5344 | |
6295 | 5345 * plot/subplot.m: Delete spurious call to axes. |
5346 | |
6293 | 5347 * plot/figure.m: Call drawnow for current figure before creating |
5348 or switching to a new figure. | |
5349 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5350 nargin == 0 case. | |
5351 | |
6291 | 5352 * testfun/assert.m: Try to avoid problems when comparisons involve |
5353 strange values like Inf+NaNi. | |
5354 | |
6283 | 5355 2007-02-08 John W. Eaton <jwe@octave.org> |
5356 | |
6286 | 5357 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5358 and check gnuplot_use_title_option instead of just assuming -title | |
5359 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5360 | |
6285 | 5361 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5362 | |
6284 | 5363 * audio/Makefile.in, control/base/Makefile.in, |
5364 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5365 control/system/Makefile.in, control/util/Makefile.in, | |
5366 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5367 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5368 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5369 optimization/Makefile.in, plot/Makefile.in, | |
5370 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5371 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5372 special-matrix/Makefile.in, startup/Makefile.in, | |
5373 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5374 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5375 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5376 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5377 | |
6283 | 5378 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5379 only given property list. | |
5380 | |
6278 | 5381 2007-02-07 John W. Eaton <jwe@octave.org> |
5382 | |
6280 | 5383 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5384 properties. | |
5385 | |
6278 | 5386 * plot/sombrero.m: Call box ("off") after mesh. |
5387 | |
5388 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5389 line default" commands with older versions of gnuplot. | |
5390 | |
5391 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
5392 | |
6273 | 5393 2007-02-06 John W. Eaton <jwe@octave.org> |
5394 | |
5395 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
5396 * sparse/gplot.m: Use line style - instead of 1. | |
5397 | |
6272 | 5398 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
5399 | |
5400 * plot/print.m: Avoid error message from cellidx. | |
5401 | |
5402 2007-02-05 John W. Eaton <jwe@octave.org> | |
5403 | |
5404 * plot/legend.m: Fix check for data. | |
5405 | |
6270 | 5406 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5407 | |
5408 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
5409 Always set lt and pt. | |
5410 | |
6269 | 5411 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
5412 | |
5413 * plot/contourc.m: Correctly compute X and Y. | |
5414 | |
6268 | 5415 2007-02-05 John W. Eaton <jwe@octave.org> |
5416 | |
5417 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
5418 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
5419 | |
6264 | 5420 2007-02-01 John W. Eaton <jwe@octave.org> |
5421 | |
6266 | 5422 * plot/__uiobject_draw_axes__.m: |
5423 Don't try to set axis limits unless we have data. | |
5424 | |
6264 | 5425 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
5426 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5427 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5428 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
5429 instead of of key and fmt strings. | |
5430 | |
5431 * plot/__pltopt1__.m: Greatly simplify. | |
5432 | |
5433 * plot/__next_line_color__.m: New file. | |
5434 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5435 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
5436 | |
5437 * plot/__default_plot_options__.m: New file. | |
5438 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5439 | |
5440 * plot/__plt3__.m: Delete. | |
5441 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
5442 | |
6259 | 5443 2007-01-31 John W. Eaton <jwe@octave.org> |
5444 | |
6263 | 5445 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
5446 linestyle, linewidth, marker, and markersize properties. | |
5447 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
5448 colors and widths, and line styles. | |
5449 | |
5450 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 5451 |
6261 | 5452 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
5453 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5454 | |
5455 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5456 __gnuplot_save_data__. | |
5457 | |
6259 | 5458 * image/image.m: Accept 2 args, but ignore the second for now. |
5459 | |
6258 | 5460 2007-01-30 David Bateman <dbateman@free.fr> |
5461 | |
5462 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5463 to flag a package as to be autoloaded. Add install flags -noauto, | |
5464 -auto to force autoload behavior. | |
5465 (installed_packages): Make list of installed packages unique. | |
5466 | |
6259 | 5467 2007-01-30 John W. Eaton <jwe@octave.org> |
5468 | |
5469 * Merge of changes from graphics-branch: | |
5470 | |
5471 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5472 |
5473 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5474 | |
5475 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5476 property if it exists. | |
5477 | |
6259 | 5478 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5479 |
5480 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5481 min values outside of loop over child objects. | |
5482 | |
5483 * plot/contour.m, plot/contourc.m: New files. | |
5484 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5485 | |
5486 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5487 find a gnuplot version newer than 4.0. | |
5488 * image/__img_gnuplot__.m: Delete. | |
5489 * image/image.m: Create image graphics object. | |
5490 Call newplot to setup and drawnow to finish. | |
5491 Eliminate ZOOM arg. | |
5492 | |
5493 * plot/__uiobject_draw_axes__.m: Handle image data. | |
5494 | |
5495 * plot/legend.m: Eliminate useless variable "warned". | |
5496 | |
5497 * plot/__uiobject_image_ctor__.m: New file. | |
5498 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5499 | |
5500 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
5501 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
5502 | |
5503 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
5504 | |
5505 * plot/__default_colormap__.m: New file. | |
5506 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5507 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
5508 property. | |
5509 * image/colormap.m: Use colormap property of current figure | |
5510 to store colormap instead of using persistent variable. | |
5511 Call __default_colormap__ to get default map value. | |
5512 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
5513 | |
5514 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
5515 Handle some tick mark options. | |
5516 | |
5517 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
5518 set corresponding *mode to "manual". If we set dataaspectratio, | |
5519 set dataaspectratiomode to "manual". | |
5520 | |
5521 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5522 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5523 | |
5524 * plot/axis.m: New file. | |
5525 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5526 | |
5527 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5528 set corresponding *limmode to "manual". | |
5529 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5530 Use it to compute autosclaled limits. | |
5531 Arg is now handle, not object. Change all callers. | |
5532 Compute data limits. | |
5533 | |
6259 | 5534 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5535 |
5536 * plot/drawnow: Fix visibility check for zero args. | |
5537 | |
5538 * plot/text.m: New file. | |
5539 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5540 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5541 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5542 horizontalalignment properties. | |
5543 | |
5544 * plot/figure.m: Set options for f we just constructed or were | |
5545 given as an argument, not gcf. Only return handle if nargout > 0. | |
5546 | |
5547 * plot/drawnow.m: Handle visible field for figure here. | |
5548 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5549 | |
5550 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5551 title and axis labels. | |
5552 | |
5553 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5554 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5555 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5556 * plot/view.m: New file. | |
5557 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5558 | |
5559 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5560 Call __request_drawnow__. | |
5561 | |
5562 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5563 | |
5564 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5565 Call set to set properties. Return handle instead of structure. | |
5566 Change all callers. | |
5567 | |
5568 * plot/__uiobject_axes_setr__.m: New file. | |
5569 * plot/set.in: Check for __setter__ field. | |
5570 | |
5571 * plot/__uiobject_axes_init__.in: | |
5572 Rename from plot/__uiobject_axes_init__.m. | |
5573 Include __uiobject_globals__. | |
5574 Accept handle as arg instead of structure | |
5575 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5576 from the list. | |
5577 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5578 | |
6259 | 5579 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5580 |
5581 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5582 | |
5583 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5584 initializing each global variable. | |
5585 | |
6259 | 5586 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5587 |
5588 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5589 __uiobject_figure_handles_free_list__): New global variables. | |
5590 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5591 Place unused handles on the free list. | |
5592 | |
5593 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5594 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5595 | |
5596 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5597 handles here. Return figure handle. | |
5598 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5599 | |
6259 | 5600 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5601 |
5602 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5603 data for gnuplot. | |
5604 | |
5605 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5606 files. | |
5607 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5608 (DISTFILES): Include include-globals.awk in the list. | |
5609 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5610 ($(GEN_M) : %.m : %.in): New rule. | |
5611 | |
5612 * include-globals.awk: New file. | |
5613 | |
5614 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5615 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5616 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5617 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5618 plot/__uiobject_init_root_figure__.in, | |
5619 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5620 Rename from corresponding .m files. | |
5621 | |
5622 * move-if-change: New file. | |
5623 | |
5624 * plot/__uiobject_delete__.m: New file. | |
5625 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5626 plot/__uiobject_delete_child__.m: Delete. | |
5627 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5628 not a character string. | |
5629 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5630 Fix assignment to tmp key value in loop. | |
5631 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5632 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5633 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5634 Inline code to delete children. | |
5635 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5636 __uiobject_list__. | |
5637 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5638 and free child. | |
5639 | |
6259 | 5640 2006-12-08 John W. Eaton <jwe@octave.org> |
5641 | |
5642 * plot/gcf.m: Check if the root figure object's currentfigure | |
5643 handle is empty, not 0. | |
5644 * plot/__uiobject_root_figure_ctor__.m: | |
5645 Set currentfigure to [], not 0. | |
5646 | |
5647 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5648 | |
5649 2006-12-07 John W. Eaton <jwe@octave.org> | |
5650 | |
5651 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5652 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5653 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5654 plot/__uiobject_delete_children__.m, | |
5655 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5656 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5657 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5658 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5659 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5660 plot/__uiobject_init_figure__.m, | |
5661 plot/__uiobject_init_root_figure__.m, | |
5662 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5663 plot/__uiobject_remove_child__.m, | |
5664 plot/__uiobject_root_figure_ctor__.m, | |
5665 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5666 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5667 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5668 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5669 plot/set.m: New files. | |
5670 | |
5671 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5672 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5673 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5674 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5675 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5676 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5677 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5678 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5679 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5680 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5681 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5682 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5683 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5684 plot/semilogyerr.m, plot/replot.m: | |
5685 Adapt to new graphics data structure. | |
5686 | |
5687 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5688 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5689 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5690 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5691 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5692 plot/plot_border.m, plot/subwindow.m: Delete. | |
5693 | |
5694 2007-01-24 David Bateman <dbateman@free.fr> | |
5695 | |
5696 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5697 Delete bare newline in string passed to write_INDEX. | |
5698 | |
5699 * sparse/sprandsym.m: Make work for even values of N. | |
5700 | |
5701 2007-01-24 John W. Eaton <jwe@octave.org> | |
5702 | |
5703 * miscellaneous/news.m: New file. | |
5704 | |
5705 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5706 | |
5707 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5708 | |
5709 * strings/strncmp.m: Delete (we now have a built-in version). | |
5710 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5711 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5712 |
5713 * testfun/test.m: Check for all files in path, use first found. | |
5714 | |
5715 2007-01-22 David Bateman <dbateman@free.fr> | |
5716 | |
5717 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5718 | |
5719 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5720 | |
5721 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5722 file name. | |
5723 | |
5724 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5725 nargout is 1. Handle colormaps that have too few colors. | |
5726 | |
5727 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5728 (configure_make): Use fullfile instead of concatenating with "/". | |
5729 | |
6258 | 5730 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5731 | |
5732 * set/ismember.m: Handle N-d arrays. | |
5733 | |
5734 2007-01-10 David Bateman <dbateman@free.fr> | |
5735 | |
5736 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5737 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5738 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5739 New files. | |
5740 | |
5741 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5742 | |
6778 | 5743 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5744 |
5745 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5746 | |
5747 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5748 instead of concatenating with "/". Use mlock to ensure that | |
5749 persistent variables are not clobbered if user types clear all. | |
5750 | |
5751 2007-01-08 John W. Eaton <jwe@octave.org> | |
5752 | |
5753 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5754 Improve handling of file names containing globbing characters. | |
5755 From S�ren Hauberg <hauberg@gmail.com>. | |
5756 | |
5757 2007-01-05 John W. Eaton <jwe@octave.org> | |
5758 | |
5759 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5760 New files. | |
5761 | |
5762 2006-12-30 John W. Eaton <jwe@octave.org> | |
5763 | |
5764 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5765 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5766 | |
5767 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5768 | |
5769 * image/imshow.m: Strip NaNs from image. | |
5770 | |
5771 2006-12-08 David Bateman <dbateman@free.fr> | |
5772 | |
5773 * sparse/normest.m: New file. | |
5774 | |
6286 | 5775 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5776 |
6210 | 5777 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5778 Work on Windows systems without cp or mv. | |
5779 | |
6209 | 5780 * startup/inputrc: Include sequences for Windows. |
5781 | |
6203 | 5782 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5783 | |
5784 * pkg/pkg.m (unload_packages): New function. | |
5785 (pkg): Handle unload action. | |
5786 | |
5787 * __errplot__.m: Add missing semicolon. | |
5788 | |
6193 | 5789 2006-11-30 John W. Eaton <jwe@octave.org> |
5790 | |
5791 * miscellaneous/mexext.m: New file. | |
5792 | |
6189 | 5793 2006-11-29 David Bateman <dbateman@free.fr> |
5794 | |
5795 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5796 location of package lists to be probed and set. | |
5797 | |
6179 | 5798 2006-11-17 John W. Eaton <jwe@octave.org> |
5799 | |
6181 | 5800 * plot/__render_plot1__.m: Reverse y axis for images. |
5801 | |
6179 | 5802 * plot/__render_plot__.m: New args, terminal and output. |
5803 * plot/print.m: Don't set output and term here. Instead, call | |
5804 __render_plot__ with terminal and output. | |
5805 | |
6178 | 5806 2006-11-16 John W. Eaton <jwe@octave.org> |
5807 | |
5808 * plot/__render_plot1__.m: New file. | |
5809 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5810 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5811 gnuplot. Let __render_plot__ do that. | |
5812 | |
6177 | 5813 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5814 | |
5815 * plot/plot.m: Fix doc string. | |
5816 | |
6173 | 5817 2006-11-16 John W. Eaton <jwe@octave.org> |
5818 | |
5819 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5820 before sending anything to the plotter. | |
5821 | |
6172 | 5822 2006-11-15 John W. Eaton <jwe@octave.org> |
5823 | |
5824 * image/__img_gnuplot__.m: Store more info in global plot | |
5825 structures and use __render_plot__ to build plot command to | |
5826 display image. | |
5827 | |
5828 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5829 | |
5830 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5831 __plot_command_sep__): Delete. | |
5832 (__plot_data_type__, __plot_data_parametric__, | |
5833 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5834 __plot_usingstr__, __plot_withstr__): New variables. | |
5835 * plot/__init_plot_vars__.m: Initialize them. | |
5836 | |
5837 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5838 Don't handle sep or cmd. | |
5839 | |
5840 * plot/__render_plot__.m: New function. | |
5841 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5842 Store more info in global plot structures and use __render_plot__ | |
5843 to build plot command. | |
5844 * plot/replot.m: Simply call __render_plot__. | |
5845 | |
5846 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5847 Set __plot_data_parametric__ here. | |
5848 | |
6164 | 5849 2006-11-14 John W. Eaton <jwe@octave.org> |
5850 | |
6166 | 5851 * plot/bottom_title.m, plot/top_title.m: Delete. |
5852 | |
6164 | 5853 * image/image_viewer.m: Set default values here. |
5854 * image/image.m: Not here. | |
5855 | |
5856 * image/image_viewer.m: Always return old values. Check arguments. | |
5857 * image/__img_gnuplot__.m: Rename from __img__m. | |
5858 | |
5859 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5860 | |
5861 * image/image_viewer.m: New function. | |
5862 * image/__img_via_file__.m: New function. | |
5863 * image/image.m: Use image_viewer to determine which program to | |
5864 use for image viewing. | |
6754 | 5865 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5866 |
6163 | 5867 2006-11-14 John W. Eaton <jwe@octave.org> |
5868 | |
5869 * plot/__do_legend__.m, plot/__errplot__.m, | |
5870 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5871 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5872 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5873 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5874 Use __plot_globals__ for multiplot variables. Keep track of | |
5875 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5876 | |
6157 | 5877 2006-11-13 John W. Eaton <jwe@octave.org> |
5878 | |
6158 | 5879 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5880 | |
6157 | 5881 * miscellaneous/substruct.m: New function. |
5882 | |
5883 * testfun/assert.m: Force orientation to match when comparing | |
5884 struct elements. | |
5885 | |
5886 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5887 when comparing structs. | |
5888 | |
5889 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5890 | |
6754 | 5891 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5892 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5893 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5894 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5895 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5896 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5897 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5898 |
6156 | 5899 2006-11-13 John W. Eaton <jwe@octave.org> |
5900 | |
5901 * plot/mesh.m: Use size_equal to compare dimensions. | |
5902 | |
6154 | 5903 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5904 | |
5905 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5906 | |
6152 | 5907 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5908 | |
5909 * miscellaneous/copyfile.m: Fix docs to match function. | |
5910 | |
6145 | 5911 2006-11-08 John W. Eaton <jwe@octave.org> |
5912 | |
6146 | 5913 * plot/legend.m: New function, adapted from Octave Forge. |
5914 | |
5915 * plot/__do_legend__.m: New function. | |
5916 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5917 plot/replot.m: Call it before plotting. | |
5918 | |
5919 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5920 noparametric" to gnuplot.. | |
5921 | |
5922 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5923 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5924 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5925 and return key title separate from line format. Accept format and | |
5926 key as cellstr. Always return data as cell array. Return format | |
5927 and key title as cellstr. | |
5928 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5929 Handle line format and key titles separately. | |
5930 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5931 | |
5932 * plot/__plot_globals__.m (__plot_line_offset__, | |
5933 __plot_key_labels__, __plot_key_properties__): New global | |
5934 variables. Initialize them. | |
5935 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5936 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5937 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5938 (__plot_line_offset__, __plot_key_labels__, | |
5939 __plot_key_properties__): Store information about plot key titles. | |
5940 | |
5941 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5942 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5943 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5944 respectively. | |
5945 | |
5946 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5947 | |
6145 | 5948 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5949 whle concatenating args. | |
5950 | |
6144 | 5951 2006-11-07 John W. Eaton <jwe@octave.org> |
5952 | |
5953 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5954 | |
6142 | 5955 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5956 | |
6143 | 5957 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5958 option to regexp. | |
5959 | |
6142 | 5960 * image/__img__.m: Send "set size ratio -1" before plotting. |
5961 | |
6138 | 5962 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5963 | |
6139 | 5964 * strings/index.m: New arg, direction. Simplify and speed up. |
5965 * strings/rindex.m: Implement using index (..., "last"); | |
5966 | |
6754 | 5967 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5968 |
6130 | 5969 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5970 | |
5971 * general/__isequal__.m: Test size and class more consistently. | |
5972 | |
6116 | 5973 2006-10-27 John W. Eaton <jwe@octave.org> |
5974 | |
6117 | 5975 * miscellaneous/ls_command.m: Use /D instead of /w. |
5976 From Michael Goffioul <michael.goffioul@swing.be>. | |
5977 | |
6116 | 5978 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5979 * miscellaneous/dir.m: Mark as a command. | |
5980 | |
6112 | 5981 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5982 | |
5983 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5984 | |
6088 | 5985 2006-10-25 John W. Eaton <jwe@octave.org> |
5986 | |
5987 * image/image.m: Set x = y = [] when nargin == 0; | |
5988 | |
5989 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5990 | |
5991 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5992 * image/__img__.m: New file, originally from | |
5993 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5994 | |
6087 | 5995 2006-10-25 John W. Eaton <jwe@octave.org> |
5996 | |
5997 * plot/__gnuplot_version__.m: New function, originally from | |
5998 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5999 Quentin Spencer <qspencer@ieee.org>. | |
6000 | |
6085 | 6001 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6002 | |
6003 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6004 | |
6081 | 6005 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6006 | |
6007 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6008 miscellaneous/gunzip.m: New files. | |
6009 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6010 Call unpack to do the real work. | |
6011 | |
6075 | 6012 2006-10-24 John W. Eaton <jwe@octave.org> |
6013 | |
6078 | 6014 * plot/plot3.m: If we have a format string, then also pass using |
6015 string to __plt3__. | |
6016 | |
6077 | 6017 * plot/sombrero.m: Don't return anything if nargout == 0. |
6018 | |
6075 | 6019 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6020 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6021 |
6069 | 6022 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6023 | |
6024 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6025 Quote filenames in shell commands. | |
6026 | |
6055 | 6027 2006-10-17 David Bateman <dbateman@free.fr> |
6028 | |
6029 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6030 the package directory is missing. | |
6031 | |
6052 | 6032 2006-10-13 John W. Eaton <jwe@octave.org> |
6033 | |
6034 * plot/box.m: New function. | |
6035 | |
6050 | 6036 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6037 | |
6038 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6039 | |
6049 | 6040 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6041 | |
6042 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6043 | |
6047 | 6044 2006-10-10 John W. Eaton <jwe@octave.org> |
6045 | |
6046 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6047 | |
6046 | 6048 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6049 | |
6050 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6051 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6052 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6053 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6054 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6055 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6056 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6057 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6058 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6059 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6060 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6061 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6062 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6063 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6064 control/system/buildssic.m, control/system/c2d.m, | |
6065 control/system/cellidx.m, control/system/d2c.m, | |
6066 control/system/dmr2d.m, control/system/fir2sys.m, | |
6067 control/system/is_abcd.m, control/system/is_controllable.m, | |
6068 control/system/is_detectable.m, control/system/is_digital.m, | |
6069 control/system/is_observable.m, control/system/is_siso.m, | |
6070 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6071 control/system/jet707.m, control/system/listidx.m, | |
6072 control/system/ord2.m, control/system/parallel.m, | |
6073 control/system/ss.m, control/system/ss2zp.m, | |
6074 control/system/starp.m, control/system/sys2ss.m, | |
6075 control/system/sys2tf.m, control/system/sys2zp.m, | |
6076 control/system/sysadd.m, control/system/sysappend.m, | |
6077 control/system/syschtsam.m, control/system/sysconnect.m, | |
6078 control/system/syscont.m, control/system/sysdimensions.m, | |
6079 control/system/sysdisc.m, control/system/sysdup.m, | |
6080 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6081 control/system/sysgroup.m, control/system/sysidx.m, | |
6082 control/system/sysmin.m, control/system/sysmult.m, | |
6083 control/system/sysout.m, control/system/sysprune.m, | |
6084 control/system/sysscale.m, control/system/syssetsignals.m, | |
6085 control/system/syssub.m, control/system/sysupdate.m, | |
6086 control/system/tf.m, control/system/tfout.m, | |
6087 control/system/ugain.m, control/system/zp.m, | |
6088 control/system/zpout.m, control/util/__outlist__.m, | |
6089 control/util/__zgpbal__.m, control/util/prompt.m, | |
6090 control/util/sortcom.m, control/util/strappend.m, | |
6091 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6092 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6093 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6094 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6095 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6096 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6097 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6098 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6099 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6100 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6101 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6102 general/ind2sub.m, general/int2str.m, | |
6103 general/is_duplicate_entry.m, general/isdefinite.m, | |
6104 general/isequal.m, general/isequalwithequalnans.m, | |
6105 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6106 general/isvector.m, general/logical.m, general/logspace.m, | |
6107 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6108 general/perror.m, general/postpad.m, general/prepad.m, | |
6109 general/randperm.m, general/rem.m, general/repmat.m, | |
6110 general/rot90.m, general/rotdim.m, general/shift.m, | |
6111 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6112 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6113 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6114 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6115 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6116 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6117 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6118 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6119 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6120 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6121 linear-algebra/logm.m, linear-algebra/norm.m, | |
6122 linear-algebra/null.m, linear-algebra/orth.m, | |
6123 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6124 linear-algebra/trace.m, linear-algebra/vec.m, | |
6125 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6126 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6127 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6128 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6129 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6130 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6131 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6132 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6133 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6134 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6135 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6136 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6137 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6138 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6139 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6140 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6141 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6142 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6143 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6144 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6145 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6146 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6147 polynomial/polyder.m, polynomial/polyderiv.m, | |
6148 polynomial/polyfit.m, polynomial/polygcd.m, | |
6149 polynomial/polyinteg.m, polynomial/polyout.m, | |
6150 polynomial/polyreduce.m, polynomial/polyval.m, | |
6151 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6152 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6153 set/complement.m, set/create_set.m, set/intersect.m, | |
6154 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6155 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6156 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6157 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6158 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6159 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6160 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6161 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6162 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6163 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6164 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6165 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6166 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6167 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6168 special-matrix/hankel.m, special-matrix/hilb.m, | |
6169 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6170 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6171 statistics/base/center.m, statistics/base/cloglog.m, | |
6172 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6173 statistics/base/cov.m, statistics/base/cut.m, | |
6174 statistics/base/gls.m, statistics/base/iqr.m, | |
6175 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6176 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6177 statistics/base/mean.m, statistics/base/meansq.m, | |
6178 statistics/base/median.m, statistics/base/moment.m, | |
6179 statistics/base/ols.m, statistics/base/ppplot.m, | |
6180 statistics/base/probit.m, statistics/base/qqplot.m, | |
6181 statistics/base/range.m, statistics/base/ranks.m, | |
6182 statistics/base/run_count.m, statistics/base/skewness.m, | |
6183 statistics/base/spearman.m, statistics/base/statistics.m, | |
6184 statistics/base/std.m, statistics/base/studentize.m, | |
6185 statistics/base/table.m, statistics/base/values.m, | |
6186 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6187 statistics/distributions/betainv.m, | |
6188 statistics/distributions/betapdf.m, | |
6189 statistics/distributions/betarnd.m, | |
6190 statistics/distributions/binocdf.m, | |
6191 statistics/distributions/binoinv.m, | |
6192 statistics/distributions/binopdf.m, | |
6193 statistics/distributions/binornd.m, | |
6194 statistics/distributions/cauchy_cdf.m, | |
6195 statistics/distributions/cauchy_inv.m, | |
6196 statistics/distributions/cauchy_pdf.m, | |
6197 statistics/distributions/cauchy_rnd.m, | |
6198 statistics/distributions/chi2cdf.m, | |
6199 statistics/distributions/chi2inv.m, | |
6200 statistics/distributions/chi2pdf.m, | |
6201 statistics/distributions/chi2rnd.m, | |
6202 statistics/distributions/discrete_cdf.m, | |
6203 statistics/distributions/discrete_inv.m, | |
6204 statistics/distributions/discrete_pdf.m, | |
6205 statistics/distributions/discrete_rnd.m, | |
6206 statistics/distributions/empirical_rnd.m, | |
6207 statistics/distributions/expcdf.m, | |
6208 statistics/distributions/expinv.m, | |
6209 statistics/distributions/exppdf.m, | |
6210 statistics/distributions/exprnd.m, | |
6211 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6212 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6213 statistics/distributions/gamcdf.m, | |
6214 statistics/distributions/gaminv.m, | |
6215 statistics/distributions/gampdf.m, | |
6216 statistics/distributions/gamrnd.m, | |
6217 statistics/distributions/geocdf.m, | |
6218 statistics/distributions/geoinv.m, | |
6219 statistics/distributions/geopdf.m, | |
6220 statistics/distributions/geornd.m, | |
6221 statistics/distributions/hygecdf.m, | |
6222 statistics/distributions/hygeinv.m, | |
6223 statistics/distributions/hygepdf.m, | |
6224 statistics/distributions/hygernd.m, | |
6225 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6226 statistics/distributions/laplace_cdf.m, | |
6227 statistics/distributions/laplace_inv.m, | |
6228 statistics/distributions/laplace_pdf.m, | |
6229 statistics/distributions/laplace_rnd.m, | |
6230 statistics/distributions/logistic_cdf.m, | |
6231 statistics/distributions/logistic_inv.m, | |
6232 statistics/distributions/logistic_pdf.m, | |
6233 statistics/distributions/logistic_rnd.m, | |
6234 statistics/distributions/logncdf.m, | |
6235 statistics/distributions/logninv.m, | |
6236 statistics/distributions/lognpdf.m, | |
6237 statistics/distributions/lognrnd.m, | |
6238 statistics/distributions/normcdf.m, | |
6239 statistics/distributions/norminv.m, | |
6240 statistics/distributions/normpdf.m, | |
6241 statistics/distributions/normrnd.m, | |
6242 statistics/distributions/pascal_cdf.m, | |
6243 statistics/distributions/pascal_inv.m, | |
6244 statistics/distributions/pascal_pdf.m, | |
6245 statistics/distributions/pascal_rnd.m, | |
6246 statistics/distributions/poisscdf.m, | |
6247 statistics/distributions/poissinv.m, | |
6248 statistics/distributions/poisspdf.m, | |
6249 statistics/distributions/poissrnd.m, | |
6250 statistics/distributions/stdnormal_cdf.m, | |
6251 statistics/distributions/stdnormal_inv.m, | |
6252 statistics/distributions/stdnormal_pdf.m, | |
6253 statistics/distributions/stdnormal_rnd.m, | |
6254 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6255 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6256 statistics/distributions/unifcdf.m, | |
6257 statistics/distributions/unifinv.m, | |
6258 statistics/distributions/unifpdf.m, | |
6259 statistics/distributions/unifrnd.m, | |
6260 statistics/distributions/wblcdf.m, | |
6261 statistics/distributions/wblinv.m, | |
6262 statistics/distributions/wblpdf.m, | |
6263 statistics/distributions/wblrnd.m, | |
6264 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6265 statistics/tests/bartlett_test.m, | |
6266 statistics/tests/chisquare_test_homogeneity.m, | |
6267 statistics/tests/chisquare_test_independence.m, | |
6268 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6269 statistics/tests/hotelling_test.m, | |
6270 statistics/tests/hotelling_test_2.m, | |
6271 statistics/tests/kolmogorov_smirnov_test.m, | |
6272 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6273 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6274 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6275 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6276 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6277 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6278 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6279 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6280 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6281 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6282 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6283 strings/index.m, strings/isletter.m, strings/lower.m, | |
6284 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6285 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6286 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6287 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6288 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6289 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6290 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6291 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6292 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6293 time/etime.m, time/is_leap_year.m: | |
6294 Use print_usage instead of usage. | |
6295 | |
6044 | 6296 2006-10-09 David Bateman <dbateman@free.fr> |
6297 | |
6298 * time/datevec.m: Add additional compatible default parsing strings. | |
6299 | |
6395 | 6300 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6301 |
6042 | 6302 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6303 Remove compare_versions subfunction. | |
6304 | |
6305 * miscellaneous/compare_versions.m: New function to compare | |
6306 version numbers as strings with any boolean operators. | |
6307 | |
6041 | 6308 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6309 file exists. | |
6310 | |
6036 | 6311 2006-10-04 John W. Eaton <jwe@octave.org> |
6312 | |
6313 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6314 | |
6032 | 6315 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6316 | |
6037 | 6317 * pkg/pkg.m: Update docs. Handle prefix option. |
6318 Handle dependencies for load option. | |
6032 | 6319 |
6029 | 6320 2006-10-04 John W. Eaton <jwe@octave.org> |
6321 | |
6030 | 6322 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6323 | |
6324 * plot/clg.m: Delete. | |
6325 * plot/__init_plot_vars__.m: New function. | |
6326 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6327 |
6025 | 6328 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6329 | |
6330 * pkg/pkg.m: Avoid calling addpath with no args. | |
6331 | |
6024 | 6332 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6333 | |
6334 * audio/loadaudio.m, control/base/nyquist.m, | |
6335 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6336 linear-algebra/krylov.m, statistics/base/center.m, | |
6337 statistics/base/median.m, statistics/base/std.m, | |
6338 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6339 find first or last element matching a condition. | |
6340 | |
6023 | 6341 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6342 | |
6343 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6344 general/__isequal__.m: Minimize looping using cellfun. | |
6345 | |
6020 | 6346 2006-10-02 David Bateman <dbateman@free.fr> |
6347 | |
6348 * pkg/pkg.m (copy_files): always create installation directory. | |
6349 | |
6016 | 6350 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6351 | |
6352 * miscellaneous/doc.m: Swap file and directory args to info. | |
6353 | |
6354 2006-10-01 Arno Onken <whyly@gmx.net> | |
6355 | |
6356 * statistics/distributions/exprnd.m: Fix typo. | |
6357 | |
6014 | 6358 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6359 | |
6360 * polynomial/ppval.m: Use .' instead of '. | |
6361 * polynomial/spline.m: Likewise. New tests. | |
6362 | |
6004 | 6363 2006-09-26 David Bateman <dbateman@free.fr> |
6364 | |
6365 * __plt3__.m: Using global variables __plot_data__, | |
6366 __plot_data_offset__ and __plot_command__ to store plots and | |
6367 correctly handle multiplots, and hold state. Only accept a single | |
6368 data parameter plus, using, format and with strings. Remove | |
6369 setting of gnuplot parameters. | |
6370 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6371 * __setup_plot__.m: Convert to a function and pass the plotting | |
6372 command to use. | |
6373 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6374 * contour.m: Use unwind protect on the parametric state of plot | |
6375 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6376 * mesh.m: ditto. | |
6377 * plot3.m: Error checking, setting of parametric state and | |
6378 formation of matrix to plot moved from old __plt3__. | |
6379 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6380 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6381 |
5997 | 6382 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6383 |
6384 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
6385 | |
6386 * signal/filter2.m: Correct texinfo doc. | |
6387 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6388 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6389 |
6390 * miscellaneous/parseparams.m: Correct texinfo doc. | |
6391 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6392 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 6393 |
6394 * pkg/pkg.m (prepare_installation): Don't create package | |
6395 installation directory here. | |
6396 (copy_files): Create it here instead, to avoid issues with | |
6397 upgrades. Also install the COPYING file in packinfo. | |
6398 | |
5989 | 6399 2006-09-13 John W. Eaton <jwe@octave.org> |
6400 | |
6401 * general/blkdiag.m: Adjust to new cellfun rules. | |
6402 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6403 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 6404 |
6405 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
6406 error message for archive name not matching package name. | |
6407 (installed_packages): Size header of printed results to | |
6408 arguments. Sort the list of installed packages before printing | |
6409 them. | |
6410 | |
5986 | 6411 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
6412 | |
6413 * signal/freqz.m: Update tests. | |
6414 | |
6415 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
6416 | |
6417 * signal/freqz.m: Corretly postpad arrays. | |
6418 Don't call fliplr on a column vector. | |
6419 | |
5984 | 6420 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
6421 | |
6422 * general/shiftdim.m: Use permute instead of reshape. | |
6423 | |
5981 | 6424 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
6425 | |
6426 * miscellaneous/parseparams.m: New function. | |
6427 | |
5980 | 6428 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
6429 | |
6430 * miscellaneous/doc.m: Swap order of --file and --directory | |
6431 options for info program invocation. | |
6432 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6433 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 6434 |
5987 | 6435 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 6436 previous change. |
6437 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6438 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 6439 |
6440 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
6441 absence of trailing "/" in OCTAVE_HOME. | |
6442 | |
5973 | 6443 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
6444 | |
6445 * time/datenum.m: Allow arg to be character string. | |
6446 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6447 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 6448 |
6449 * pkg/pkg.m (install): Verify that package name correponds to the | |
6450 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
6451 they are empty. If package directory is empty, remove it to fail | |
6452 gracefully for system specific packages. | |
6453 (extract_pkgadd, create_pkgadd): delete. | |
6454 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6455 (copy_files): Install both bin/ and doc/ directories, adding the | |
6456 bin/ to the EXEC_PATH when the package is loaded. | |
6457 | |
5962 | 6458 2006-08-24 John W. Eaton <jwe@octave.org> |
6459 | |
6460 * image/saveimage.m: Use logical indexing instead of | |
6461 indices computed by calling find on the logical index. | |
6462 | |
5961 | 6463 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
6464 | |
5967 | 6465 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6466 Use logical indexing instead of indices computed by calling find |
6467 on the logical index. | |
6468 | |
6469 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6470 |
5959 | 6471 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6472 | |
6473 * control/system/tf2zp.m: Simplify gain calculation. | |
6474 | |
5958 | 6475 2006-08-23 John W. Eaton <jwe@octave.org> |
6476 | |
6477 * plot/__plt__.m: Insert using clauses for all plots. | |
6478 | |
5957 | 6479 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6480 | |
6481 * control/system/sysscale.m: Call tf and zp with correct number of | |
6482 args. | |
6483 | |
5955 | 6484 2006-08-22 David Bateman <dbateman@free.fr> |
6485 | |
6486 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6487 Search inst/*.m and src/*.m files in the package for | |
6488 PKG_ADD directives and append user supplied PKG_ADD. | |
6489 (pkg): Call create_pkgadd after copying files. | |
6490 | |
5947 | 6491 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
6492 | |
6493 * pkg/pkg.m: Handle multiple packages in a single file. | |
6494 Insert directory separator between OCTAVE_HOME and rest of package | |
6495 installation directory. | |
6496 | |
6497 2006-08-21 John W. Eaton <jwe@octave.org> | |
6498 | |
6499 * general/num2str.m: Early return if arg is empty. | |
6500 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
6501 | |
5946 | 6502 2006-08-21 David Bateman <dbateman@free.fr> |
6503 | |
6504 * strings/mat2str.m: Compute NC before using. | |
6505 | |
5937 | 6506 2006-08-17 John W. Eaton <jwe@octave.org> |
6507 | |
6508 * audio/wavread.m: Fix calculation of sample count. | |
6509 | |
5934 | 6510 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6511 | |
6512 * image/imshow.m: New Matlab-compatible version. | |
6513 | |
5930 | 6514 2006-08-15 John W. Eaton <jwe@octave.org> |
6515 | |
6516 * deprecated/is_global.m: Delete. | |
6517 | |
5928 | 6518 2006-08-14 John W. Eaton <jwe@octave.org> |
6519 | |
6520 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6521 | |
5926 | 6522 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6523 | |
6524 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6525 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6526 | |
5928 | 6527 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6528 | |
6778 | 6529 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6530 Use addpath and rmpath instead of manipulating LOADPATH. |
6531 Handle changes to system function. | |
6532 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6533 recursive directory removal. | |
5922 | 6534 |
5924 | 6535 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6536 | |
6778 | 6537 * colormap.m: Change global variable to persistent. |
5923 | 6538 |
5922 | 6539 * rgb2ind.m: Handle single 3-d array as rgb image. |
6540 | |
5920 | 6541 2006-08-14 John W. Eaton <jwe@octave.org> |
6542 | |
6543 * strings/str2double.m: Fix missing semicolon. | |
6544 | |
5910 | 6545 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6546 | |
6547 * plot/plot3.m: Accept one complex or one real and one complex | |
6548 argument and plot real and imaginary components for y and z. | |
6549 | |
5908 | 6550 2006-07-27 John W. Eaton <jwe@octave.org> |
6551 | |
6552 * testfun/test.m: Call fflush after each block of calls to | |
6553 fprintf, fputs, or fdisp. | |
6554 | |
5904 | 6555 2006-07-26 John W. Eaton <jwe@octave.org> |
6556 | |
6557 * miscellaneous/mex.m: New function. | |
6558 | |
5901 | 6559 2006-07-22 John W. Eaton <jwe@octave.org> |
6560 | |
6561 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6562 | |
5881 | 6563 2006-07-07 John W. Eaton <jwe@octave.org> |
6564 | |
6565 * miscellaneous/orderfields.m: New file. | |
6566 | |
5873 | 6567 2006-06-30 John W. Eaton <jwe@octave.org> |
6568 | |
6569 * time/datevec.m: Make another attempt to account for precision of | |
6570 datenum format. | |
6571 | |
5868 | 6572 2006-06-29 John W. Eaton <jwe@octave.org> |
6573 | |
6574 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6575 Use feval instead of "type -q" to get values now that all the | |
6576 symbols are functions. | |
6577 | |
5860 | 6578 2006-06-16 John W. Eaton <jwe@octave.org> |
6579 | |
6580 * time/datevec.m: Avoid computing log of non-positive values. | |
6581 | |
5859 | 6582 2006-06-14 John W. Eaton <jwe@octave.org> |
6583 | |
6584 * time/datevec.m: Attempt to account for precision of datenum format. | |
6585 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6586 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6587 |
6588 * audio/wavread.m: Fix file range error and add read support for | |
6589 24-bit WAV files. | |
6590 | |
5837 | 6591 2006-06-01 David Bateman <dbateman@free.fr> |
6592 | |
6593 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6594 general/interp1.m, general/gradient.m, general/interp2.m, | |
6595 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6596 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6597 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6598 | |
5835 | 6599 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6600 | |
6601 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6602 * miscellaneous/texas_lotto.m: Fix warning message. | |
6603 | |
5830 | 6604 2006-05-26 John W. Eaton <jwe@octave.org> |
6605 | |
6606 * miscellaneous/doc.m: Also handle nargin == 0. | |
6607 | |
5829 | 6608 2006-05-23 John W. Eaton <jwe@octave.org> |
6609 | |
6610 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6611 really needed. | |
6612 | |
5827 | 6613 2006-05-22 John W. Eaton <jwe@octave.org> |
6614 | |
6754 | 6615 * general/lookup.m: New file from Octave Forge. |
5827 | 6616 |
6617 2006-05-22 David Bateman <dbateman@free.fr> | |
6618 | |
6754 | 6619 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6620 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6621 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6622 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6623 special-matrix/magic.m, special-matrix/hadamard.m, | |
6624 strings/strtok.m: New files from Octave Forge. | |
5827 | 6625 |
5824 | 6626 2006-05-19 David Bateman <dbateman@free.fr> |
6627 | |
6628 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6629 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6630 |
5821 | 6631 2006-05-17 John W. Eaton <jwe@octave.org> |
6632 | |
6633 * set/intersection.m: Delete | |
6634 * deprecated/intersection.m: New file. | |
6635 | |
5820 | 6636 2006-05-17 David Bateman <dbateman@free.fr> |
6637 | |
6638 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6639 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6640 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6641 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6642 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6643 Forge. | |
6644 | |
5809 | 6645 2006-05-11 John W. Eaton <jwe@octave.org> |
6646 | |
5815 | 6647 * path/path.m: Delete (now a built-in function). |
6648 | |
5811 | 6649 * pkg/Makefile.in: New file. |
6650 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6651 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6652 |
5808 | 6653 2006-05-10 John W. Eaton <jwe@octave.org> |
6654 | |
6655 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6656 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6657 | |
8149 | 6658 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6659 |
6660 * tar.m, untar.m, unzip.m: New files. | |
6661 | |
5801 | 6662 2006-05-10 John W. Eaton <jwe@octave.org> |
6663 | |
5804 | 6664 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6665 * path/setpath.m: Delete. | |
6666 | |
5801 | 6667 * pkg/pkg.m: New file. |
6668 | |
5798 | 6669 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6670 | |
6671 * plot/plot.m: Doc string fix. | |
6672 | |
6673 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6674 | |
6675 * testfun/speeed.m: Use new interface to unique and assert. | |
6676 Improve documentation. Approximate time complexity from log-log | |
6677 plot. Return time complexity and raw times if requested. The | |
6678 mean ratio is no longer returned. Provide complete control over | |
6679 which n are computed. | |
6680 | |
6681 2006-05-09 John W. Eaton <jwe@octave.org> | |
6682 | |
6683 * path/path.m: Move here from miscellaneous. | |
6684 Adapt to new LOADPATH definition. | |
6685 | |
5789 | 6686 2006-05-03 David Bateman <dbateman@free.fr> |
6687 | |
6688 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6689 explicit uses of a path seperation character with pathsep(). | |
6690 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6691 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6692 |
6778 | 6693 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6694 |
5781 | 6695 2006-04-29 John W. Eaton <jwe@octave.org> |
6696 | |
6697 * startup/main-rcfile: Disable some warnings. | |
6698 | |
5762 | 6699 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6700 | |
6701 * strings/strcmpi.m: Return false instead of error if args are not | |
6702 char or cellstr. | |
6703 | |
5750 | 6704 2006-04-10 John W. Eaton <jwe@octave.org> |
6705 | |
6706 * miscellaneous/dir.m: Ensure that returned structure array is | |
6707 Nx1, not 1xN. | |
6708 | |
5746 | 6709 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6710 | |
6711 * plot/hist.m: Ignore NaN in inputs. | |
6712 | |
5745 | 6713 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6714 | |
6715 * miscellaneous/mkoctfile.m: Doc string fix. | |
6716 | |
5741 | 6717 2006-04-05 John W. Eaton <jwe@octave.org> |
6718 | |
6719 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6720 are both empty. | |
6721 * plot/__plt__.m: Ignore empty data and format strings returned | |
6722 from __plt1__ or __plt2__. | |
6723 | |
5737 | 6724 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6725 | |
6778 | 6726 * set/unique.m: Properly handle single column input when |
5737 | 6727 "rows" is specified. |
6728 | |
5732 | 6729 2006-04-04 John W. Eaton <jwe@octave.org> |
6730 | |
5736 | 6731 * path/setpath.m: New file. |
6732 * path/savepath.m: Use setpath to set path instead of assigning | |
6733 directly to LOADPATH. | |
6734 | |
5732 | 6735 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6736 New files, adapted from Octave Forge by Keith Goodman | |
6737 <kwgoodman@gmail.com>. | |
6738 * path: New directory. | |
6739 * Makefile.in (SUBDIRS): Add it to the list. | |
6740 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6741 | |
5731 | 6742 2006-04-02 David Bateman <dbateman@free.fr> |
6743 | |
6744 * general/tril.m, general.triu.m: | |
6745 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6746 to allow user types to work correctly. | |
6747 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6748 | |
5727 | 6749 2006-04-03 David Bateman <dbateman@free.fr> |
6750 | |
6751 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6752 Accept keyword "minor" for minor grid. | |
6753 | |
5721 | 6754 2006-03-28 John W. Eaton <jwe@octave.org> |
6755 | |
6756 * general/isscalar.m: Only require that all dimensions are 1 for | |
6757 compatiblity. | |
6758 | |
6759 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6760 | |
6761 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6762 compatibility. | |
6763 | |
5720 | 6764 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6765 | |
6766 * plot/__errplot__.m: Doc string fix. | |
6767 | |
6768 * miscellaneous/doc.m: Mark as command. | |
6769 | |
6770 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6771 general/isequalwithequalnans.m, general/blkdiag.m, | |
6772 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6773 | |
5717 | 6774 2006-03-27 Don Bindner <dbindner@truman.edu> |
6775 | |
6776 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6777 return 3d matrices. | |
6778 | |
6779 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6780 | |
6781 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6782 | |
5708 | 6783 2006-03-22 John W. Eaton <jwe@octave.org> |
6784 | |
6785 * plot/print.m: Don't replot after popping terminal setting. | |
6786 | |
5696 | 6787 2006-03-20 John W. Eaton <jwe@octave.org> |
6788 | |
6789 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6790 mkoctfile. Use fullfile to construct file name. | |
6791 | |
5695 | 6792 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6793 | |
6794 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6795 shell script from Octave prompt. | |
6796 | |
5690 | 6797 2006-03-17 John W. Eaton <jwe@octave.org> |
6798 | |
5693 | 6799 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6800 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6801 | |
6802 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6803 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6804 Call new wbl functions to do the real work. | |
6805 Swap args and provide default values as necessary to preserve | |
6806 compatibility with old version of Octave. | |
6807 | |
6808 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6809 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6810 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6811 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6812 Swap scale and shape args for compatibility. | |
6813 | |
5692 | 6814 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6815 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6816 Preserve compatibility with old versions of Octave given new | |
6817 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6818 |
5692 | 6819 * statistics/distributions/logncdf.m, |
6820 statistics/distributions/logninv.m, | |
6821 statistics/distributions/lognpdf.m, | |
6822 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6823 From Ben Barrowes <barrowes@alum.mit.edu> | |
6824 | |
5691 | 6825 * deprecated/hypergeometric_rnd.m: Update interface to match |
6826 current 2.1.x version. | |
6827 | |
6828 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6829 | |
5690 | 6830 * miscellaneous/dir.m: Use readdir instead of glob. |
6831 Special case for "." to avoid globbing. Use list_in_columns. | |
6832 Eliminate unused variables len and finfo. | |
6833 | |
5689 | 6834 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6835 | |
6836 * miscellaneous/dir.m: Improve compatibility. | |
6837 | |
5687 | 6838 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6839 | |
6840 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6841 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6842 | |
5686 | 6843 2006-03-16 John W. Eaton <jwe@octave.org> |
6844 | |
6845 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6846 of looking at sum of max dimensions. | |
6847 | |
5681 | 6848 2006-03-16 David Bateman <dbateman@free.fr> |
6849 | |
6850 * testfun/test.m: Clear last warning before warning test to avoid | |
6851 issues with previously set warnings. | |
6852 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6853 sparse matrices. Force matrix type from spqr solution to be | |
6854 singular to force QR solvers to be used for assert. | |
6855 | |
5678 | 6856 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6857 | |
6858 * strings/strfind.m: New file. | |
6859 | |
5677 | 6860 2006-03-16 John W. Eaton <jwe@octave.org> |
6861 | |
6862 * general/rows.m, general/columns.m: Delete. | |
6863 | |
5674 | 6864 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6865 | |
6866 * strings/strcmpi.m: Simplify. | |
6867 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6868 * strings/strtrunc.m: New file. |
5674 | 6869 |
5676 | 6870 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6871 | |
5672 | 6872 2006-03-15 John W. Eaton <jwe@octave.org> |
6873 | |
6874 * miscellaneous/doc.m: New file. | |
8149 | 6875 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6876 |
5671 | 6877 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6878 | |
6879 * miscellaneous/mkoctfile.m: New file. | |
6880 | |
5670 | 6881 2006-03-15 John W. Eaton <jwe@octave.org> |
6882 | |
6883 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6884 | |
5666 | 6885 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6886 | |
6887 * strings/bin2dec.m: Doc fix. | |
6888 | |
5661 | 6889 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6890 | |
6891 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6892 * time/datenum.m: New function to compute day number from time. | |
6893 | |
5659 | 6894 2006-03-09 John W. Eaton <jwe@octave.org> |
6895 | |
6896 * miscellaneous/unix.m, plot/print.m: | |
6897 Swap order of outputs from system. | |
6898 | |
5642 | 6899 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6900 | |
6901 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6902 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6903 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6904 control/base/__stepimp__.m, control/base/are.m, | |
6905 control/base/controldemo.m, control/base/damp.m, | |
6906 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6907 control/base/step.m, control/system/abcddim.m, | |
6908 control/system/is_abcd.m, control/system/is_controllable.m, | |
6909 control/system/is_detectable.m, control/system/is_observable.m, | |
6910 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6911 control/system/jet707.m, control/system/sys2fir.m, | |
6912 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6913 control/system/tfout.m, control/system/ugain.m, | |
6914 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6915 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6916 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6917 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6918 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6919 general/circshift.m, general/columns.m, general/flipdim.m, | |
6920 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6921 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6922 general/isequalwithequalnans.m, general/isscalar.m, | |
6923 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6924 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6925 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6926 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6927 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6928 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6929 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6930 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6931 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6932 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6933 miscellaneous/license.m, miscellaneous/menu.m, | |
6934 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6935 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6936 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6937 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6938 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6939 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6940 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6941 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6942 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6943 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6944 polynomial/polyinteg.m, polynomial/polyout.m, | |
6945 polynomial/polyreduce.m, polynomial/polyval.m, | |
6946 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6947 set/create_set.m, set/intersection.m, set/ismember.m, | |
6948 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6949 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6950 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6951 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6952 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6953 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6954 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6955 special-matrix/vander.m, statistics/base/median.m, | |
6956 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6957 statistics/distributions/gaminv.m, | |
6958 statistics/distributions/gampdf.m, | |
6959 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6960 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6961 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6962 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6963 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6964 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6965 | |
5633 | 6966 2006-02-27 John W. Eaton <jwe@octave.org> |
6967 | |
6968 * time/tic.m: Move here from miscellaneous/tic.m. | |
6969 * time/toc.m: Move here from miscellaneous/toc.m. | |
6970 | |
6971 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6972 | |
6973 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6974 does not assign output of toc to a variable. | |
6975 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6976 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6977 |
6978 * axis.m: Catch limits that are the same and return an error. | |
6979 | |
5625 | 6980 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6981 | |
6982 * plot/print.m: Accept emf device option to support Enhanced | |
6983 Metafile format. | |
6984 | |
6985 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6986 | |
6987 * control/base/lqe.m: Doc fix. | |
6988 | |
5623 | 6989 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6990 | |
6991 * statistics/distributions/gamcdf.m: Doc fix. | |
6992 * statistics/distributions/gaminv.m: Doc fix. | |
6993 * statistics/distributions/gampdf.m: Doc fix. | |
6994 * statistics/distributions/gamrnd.m: Doc fix. | |
6995 | |
5610 | 6996 2006-02-09 David Bateman <dbateman@free.fr> |
6997 | |
6778 | 6998 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6999 for arbitrary user type. | |
7000 * general/tril.m: ditto. | |
7001 * sparse/sprand.m: Doc fix. | |
7002 * sparse/sprandn.m: Ditto. | |
7003 * sparse/sprandsym.m: New function. | |
7004 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7005 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7006 Update for syntax error for latest texinfo.tex file. | |
5610 | 7007 |
5605 | 7008 2006-02-02 John W. Eaton <jwe@octave.org> |
7009 | |
7010 * plot/grid.m: Append ";\n" to "set grid" command. | |
7011 | |
7012 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7013 | |
7014 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7015 | |
5597 | 7016 2006-01-13 John W. Eaton <jwe@octave.org> |
7017 | |
7018 * audio/Makefile.in, control/base/Makefile.in, | |
7019 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7020 control/system/Makefile.in, control/util/Makefile.in, | |
7021 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7022 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7023 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7024 optimization/Makefile.in, plot/Makefile.in, | |
7025 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7026 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7027 special-matrix/Makefile.in, startup/Makefile.in, | |
7028 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7029 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7030 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7031 (all): Depend on PKG_ADD. | |
7032 (PKG_ADD): New target. | |
7033 | |
7034 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7035 | |
7036 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7037 | |
5596 | 7038 2006-01-13 John W. Eaton <jwe@octave.org> |
7039 | |
7040 * time/etime.m: Move here from miscellaneous/etime.m. | |
7041 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7042 | |
5595 | 7043 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7044 | |
6778 | 7045 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7046 * miscellaneous/fullfile.m: Likewise. |
7047 | |
5592 | 7048 2006-01-12 David Bateman <dbateman@free.fr> |
7049 | |
7050 * general/blkdiag.m: Compatible behavior for empty matrices | |
7051 * statistics/base/unidrnd.m: Documentation buglet. | |
7052 | |
5583 | 7053 2005-12-14 David Bateman <dbateman@free.fr> |
7054 | |
5589 | 7055 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7056 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7057 | |
7058 * Makefile.in (SUBDIRS): Include testfun. | |
7059 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7060 | |
5583 | 7061 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7062 | |
7063 * general/__isequal__.m: Remove reference to getfield. | |
7064 | |
7065 * plot/hist.m: Update test code for row/column discrepencies. | |
7066 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7067 Update the test code for this. | |
7068 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7069 | |
5579 | 7070 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7071 | |
7072 * cell/cell2mat.m: New file, from octave-forge. | |
7073 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7074 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7075 |
7076 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7077 New graph theory functions. | |
7078 | |
5574 | 7079 2005-12-13 John W. Eaton <jwe@octave.org> |
7080 | |
7081 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7082 | |
7083 * control/system/ss.m: Doc fix. | |
7084 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7085 | |
5572 | 7086 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7087 | |
7088 * audio/wavread.m, audio/wavwrite.m: | |
7089 Correct scaling for 8-bit linear pcm samples. | |
7090 Improve scaling for all other linear pcm resolutions. | |
7091 | |
5568 | 7092 2005-12-07 John W. Eaton <jwe@octave.org> |
7093 | |
7094 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7095 | |
7096 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7097 * strings/strjust.m: Likewise. | |
7098 | |
7099 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7100 * signal/arma_rnd.m: Likewise. | |
7101 * strings/strcat.m: Likewise. | |
7102 * control/base/__freqresp__.m: Likewise. | |
7103 * control/base/place.m: Likewise. | |
7104 * control/base/pzmap.m: Likewise. | |
7105 * control/base/pzmap.m: Likewise. | |
7106 * control/system/sysappend.m: Likewise. | |
7107 * control/system/syscont.m: Likewise. | |
7108 * control/system/sysdisc.m: Likewise. | |
7109 * control/system/sysgroup.m: Likewise. | |
7110 * control/system/tfout.m: Likewise. | |
7111 * control/system/zpout.m: Likewise. | |
7112 * control/util/__outlist__.m: Likewise. | |
7113 | |
5567 | 7114 2005-12-06 John W. Eaton <jwe@octave.org> |
7115 | |
7116 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7117 Avoid for loop in interleave/deinterleave steps. | |
7118 | |
5565 | 7119 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7120 | |
7121 * audio/wavread.m, audio/wavwrite.m: New files. | |
7122 | |
5563 | 7123 2005-12-06 John W. Eaton <jwe@octave.org> |
7124 | |
7125 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7126 | |
5560 | 7127 2005-12-05 John W. Eaton <jwe@octave.org> |
7128 | |
5561 | 7129 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7130 |
5558 | 7131 2005-12-02 John W. Eaton <jwe@octave.org> |
7132 | |
7133 * miscellaneous/fileattrib.m: New function. | |
7134 | |
5556 | 7135 2005-12-01 John W. Eaton <jwe@octave.org> |
7136 | |
7137 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7138 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7139 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7140 | |
5555 | 7141 2005-11-30 John W. Eaton <jwe@octave.org> |
7142 | |
7143 * linear-algebra/krylov.m: Format doc string. | |
7144 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7145 | |
5551 | 7146 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7147 | |
7148 * general/blkdiag.m: Import from octave-forge. | |
7149 Ignore empty matrices in the input. Add tests. | |
5549 | 7150 |
7151 * general/isequal.m, general/isequalwithequalnans.m: | |
7152 New wrapper scripts for general/__isequal__.m. | |
7153 * general/__isequal__.m: Rename from general/isequal.m. | |
7154 New arg, nans_compare_equal. | |
7155 | |
5548 | 7156 2005-11-29 John W. Eaton <jwe@octave.org> |
7157 | |
7158 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7159 calling system. Only append octave_forge_string if | |
7160 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7161 Call license instead of hard-coding license info here. | |
7162 | |
7163 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7164 __octave_licenses__. Use puts instead of disp. |
5548 | 7165 Use getuid and getpwuid instead of calling unix ("id -un"). |
7166 If nargout = 1, return license info instead of printing usage message. | |
7167 | |
5546 | 7168 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7169 | |
7170 * miscellaneous/ver.m: New file. | |
7171 * miscellaneous/license.m: New file. | |
7172 | |
5545 | 7173 2005-11-22 John W. Eaton <jwe@octave.org> |
7174 | |
7175 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7176 gnuplot set command. | |
7177 | |
5539 | 7178 2005-11-15 John W. Eaton <jwe@octave.org> |
7179 | |
7180 * general/shiftdim.m: Doc fix. | |
7181 | |
5532 | 7182 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7183 | |
7184 * set/unique.m: Doc string fix. | |
7185 | |
5527 | 7186 2005-11-01 John W. Eaton <jwe@octave.org> |
7187 | |
7188 * Makefile.in (distclean, maintainer-clean): | |
7189 Also remove autom4te.cache directory. | |
7190 From Quentin Spencer <qspencer@ieee.org>. | |
7191 | |
5518 | 7192 2005-10-28 John W. Eaton <jwe@octave.org> |
7193 | |
7194 * general/shiftdim.m: Compatibility fix for row vectors. | |
7195 Correct check for non-scalar non-integer shift. For positive | |
7196 N, shift is remainder of N and number of dims. Always return NS. | |
7197 Simplify. | |
7198 | |
5500 | 7199 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7200 | |
7201 * general/randperm.m: Improve compatibility by allowing input | |
7202 value of zero. | |
7203 | |
5493 | 7204 2005-10-13 John W. Eaton <jwe@octave.org> |
7205 | |
7206 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7207 If in multiplot mode, clear plot before issuing new plot command. | |
7208 | |
7209 * plot/__setup_plot__.m: New function. | |
7210 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7211 Handle multiplot data and offsets here. | |
7212 | |
7213 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7214 Move initialization to __setup_plot__.m. | |
7215 | |
7216 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7217 Don't reset gnuplot_command_replot. | |
7218 | |
7219 * plot/replot.m: Handle multiplot data and offsets here. | |
7220 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7221 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7222 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7223 | |
5489 | 7224 2005-10-12 John W. Eaton <jwe@octave.org> |
7225 | |
7226 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7227 | |
5482 | 7228 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7229 | |
7230 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7231 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7232 _inv functions. | |
7233 * chi2pdf.m: Fixed typos in the documentation. | |
7234 | |
5475 | 7235 2005-09-28 John W. Eaton <jwe@octave.org> |
7236 | |
5476 | 7237 * miscellaneous/single.m: New function. |
7238 | |
5475 | 7239 * statistics/base/unidrnd.m: New function. |
7240 | |
5474 | 7241 2005-09-27 John W. Eaton <jwe@octave.org> |
7242 | |
7243 * miscellaneous/dir.m: Filename never includes directory part. | |
7244 | |
5464 | 7245 2005-09-22 John W. Eaton <jwe@octave.org> |
7246 | |
7247 * polynomial/residue.m: Use logical indexing instead of find.. | |
7248 | |
7249 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7250 | |
7251 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7252 and zero poles. | |
7253 | |
5462 | 7254 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7255 | |
7256 * strings/deblank.m: Handle cell arrays. | |
7257 * strings/split.m: New argument, N, to limit number of splits. | |
7258 | |
7259 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7260 | |
7261 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7262 | |
5460 | 7263 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7264 | |
7265 * control/base/rlocus.m: Doc fix. | |
7266 | |
5459 | 7267 2005-09-20 John W. Eaton <jwe@octave.org> |
7268 | |
7269 * general/isvector.m: Improve compatibility. | |
7270 | |
7271 * general/postpad.m: Allow first argument to be a scalar. | |
7272 Allow padding to extend dimensionality. | |
7273 * general/prepad.m: Likewise. | |
7274 | |
5448 | 7275 2005-09-14 Daniel <durbano@shbano.com> |
7276 | |
7277 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7278 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7279 /control/base/dgram.m: Doc string fixes. | |
5448 | 7280 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7281 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7282 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7283 |
7284 * saveimage.m: Do not ignore most significant bit when writing | |
7285 black and white images to file. | |
7286 | |
5443 | 7287 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7288 | |
7289 * audio/playaudio.m, control/base/__bodquist__.m, | |
7290 control/base/lqg.m, control/obsolete/dezero.m, | |
7291 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7292 control/system/c2d.m, control/system/cellidx.m, | |
7293 control/system/d2c.m, control/system/dmr2d.m, | |
7294 control/system/is_signal_list.m, control/system/listidx.m, | |
7295 control/system/ss.m, control/system/sysappend.m, | |
7296 control/system/sysconnect.m, control/system/sysdup.m, | |
7297 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7298 control/system/sysprune.m, control/system/syssetsignals.m, | |
7299 control/system/tfout.m, control/system/zpout.m, | |
7300 control/util/prompt.m, control/util/sortcom.m, | |
7301 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7302 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7303 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7304 general/strerror.m, image/colormap.m, image/imshow.m, | |
7305 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7306 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7307 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7308 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7309 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7310 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7311 plot/print.m, plot/title.m, plot/top_title.m, | |
7312 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7313 statistics/base/mean.m, statistics/base/moment.m, | |
7314 statistics/tests/cor_test.m, | |
7315 statistics/tests/kolmogorov_smirnov_test.m, | |
7316 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7317 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7318 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7319 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7320 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7321 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7322 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7323 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7324 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7325 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7326 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7327 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7328 isvector instead of is_vector. Use isstruct instead of | |
7329 is_struct. Use char instead of setstr. | |
7330 | |
5435 | 7331 2005-08-31 Daniel <durbano@shbano.com> |
7332 | |
7333 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7334 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7335 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7336 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7337 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7338 |
7339 * image/saveimage.m: Open output file in binary mode. | |
7340 | |
7341 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7342 | |
5427 | 7343 2005-08-16 John W. Eaton <jwe@octave.org> |
7344 | |
7345 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7346 outputs. | |
7347 | |
5426 | 7348 2005-08-15 John W. Eaton <jwe@octave.org> |
7349 | |
7350 * strings/strcat.m: Allow single argument. | |
7351 | |
5416 | 7352 2005-07-18 John W. Eaton <jwe@octave.org> |
7353 | |
7354 * strings/strcmp.m: Delete. | |
7355 | |
5413 | 7356 2005-07-13 John W. Eaton <jwe@octave.org> |
7357 | |
7358 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7359 versions of Octave. | |
7360 | |
7361 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7362 | |
7363 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7364 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7365 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7366 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7367 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7368 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7369 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7370 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7371 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7372 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7373 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7374 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7375 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7376 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7377 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7378 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7379 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7380 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7381 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7382 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7383 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7384 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7385 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7386 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7387 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7388 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7389 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7390 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
7391 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
7392 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
7393 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
7394 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
7395 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
7396 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
7397 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
7398 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
7399 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
7400 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
7401 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
7402 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
7403 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
7404 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
7405 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
7406 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
7407 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
7408 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
7409 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
7410 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 7411 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 7412 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
7413 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
7414 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
7415 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
7416 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
7417 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
7418 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
7419 | |
7420 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
7421 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
7422 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
7423 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
7424 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
7425 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
7426 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
7427 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
7428 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
7429 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
7430 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
7431 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
7432 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
7433 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
7434 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
7435 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
7436 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
7437 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
7438 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
7439 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
7440 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
7441 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
7442 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
7443 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
7444 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
7445 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
7446 deprecated/wiener_rnd.m: New files. | |
7447 | |
5408 | 7448 2005-07-08 John W. Eaton <jwe@octave.org> |
7449 | |
7450 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
7451 * deprecated/weibull_rnd.m: New file. | |
7452 | |
5407 | 7453 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
7454 | |
7455 * strings/dec2base.m: Allow matrix arguments. | |
7456 | |
5406 | 7457 2005-07-08 John W. Eaton <jwe@octave.org> |
7458 | |
7459 * plot/__errplot__.m: Use __plot_globals__. | |
7460 * plot/__plt__.m: Likewise. | |
7461 * plot/figure.m: Likewise. | |
7462 | |
7463 * plot/hold.m: New file. | |
7464 * plot/ishold.m: New file. | |
7465 * plot/__plot_globals__.m: New file. | |
7466 | |
5400 | 7467 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7468 | |
7469 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7470 | |
7471 2005-07-05 John W. Eaton <jwe@octave.org> | |
7472 | |
7473 * strings/findstr.m: Return [] for no matches. | |
7474 | |
5399 | 7475 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7476 | |
7477 * miscellaneous/tic.m: Fix doc string. | |
7478 | |
5395 | 7479 2005-06-15 John W. Eaton <jwe@octave.org> |
7480 | |
7481 * polynomial/polyfit.m: Force return value to be a row vector. | |
7482 | |
5393 | 7483 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7484 | |
7485 * general/isequal.m: Correct nargin check. | |
7486 | |
5388 | 7487 2005-06-14 John W. Eaton <jwe@octave.org> |
7488 | |
7489 * general/isvector.m: Handle N-d arrays. | |
7490 From Bill Denney <denney@seas.upenn.edu>. | |
7491 | |
5381 | 7492 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
7493 | |
7494 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 7495 |
5377 | 7496 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
7497 | |
7498 * signal/freqz.m: Use correct calculations when given a vector of | |
7499 frequencies. Improve accuracy of returned frequency vector. | |
7500 Improve speed for medium length filters (at a slight cost for slow | |
7501 filters). Add test cases. | |
7502 | |
5373 | 7503 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
7504 | |
7505 * plot/loglog.m: Fix set commands. | |
7506 | |
5381 | 7507 2005-05-25 John W. Eaton <jwe@octave.org> |
7508 | |
7509 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
7510 | |
5371 | 7511 2005-05-24 John W. Eaton <jwe@octave.org> |
7512 | |
5373 | 7513 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
7514 | |
5372 | 7515 * strings/strncmp.m: New file, from Tom Holroyd |
7516 <tomh@kurage.nimh.nih.gov>. | |
7517 | |
5371 | 7518 * strings/strcmp.m: Return logical values in all cases. |
7519 | |
5366 | 7520 2005-05-23 John W. Eaton <jwe@octave.org> |
7521 | |
7522 * plot/orient.m: New file. Adapt to Octave coding style. | |
7523 Texinfoize doc string. | |
7524 | |
7525 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7526 PKG_ADD command. Use set terminal consistently throughout. Use | |
7527 set terminal push/pop and unconditionally set output to screen | |
7528 when done to avoid requiring gget. Use a cell array for dev_list | |
7529 and cellidx to search for items in the list. Delete local | |
7530 variable endl. Don't set and restore automatic_replot. Use {} | |
7531 instead of nth to index varargin. Delete local variable | |
7532 va_arg_cnt. | |
7533 | |
5355 | 7534 2005-05-18 John W. Eaton <jwe@octave.org> |
7535 | |
7536 * general/num2str.m: Return early if X is a character string. | |
7537 | |
5347 | 7538 2005-05-11 John W. Eaton <jwe@octave.org> |
7539 | |
5348 | 7540 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7541 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7542 | |
5347 | 7543 * plot/polar.m: Don't call __pltopt__ here. |
7544 | |
5333 | 7545 2005-05-02 John W. Eaton <jwe@octave.org> |
7546 | |
7547 * mkdoc: Print header message. | |
7548 | |
5319 | 7549 2005-04-28 John W. Eaton <jwe@octave.org> |
7550 | |
7551 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7552 startup/octaverc. | |
7553 | |
5318 | 7554 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7555 | |
7556 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7557 (__im_numeric_limits__): New internal function. | |
7558 | |
5317 | 7559 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7560 | |
7561 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7562 data, not mean of group_mean. | |
7563 | |
7564 2005-04-28 John W. Eaton <jwe@octave.org> | |
7565 | |
7566 * startup/local-rcfile: New file. | |
7567 * startup/main-rcfile: Rename from startup/octaverc. | |
7568 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7569 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7570 Install local-rcfile in $(localfcnfiledir)/startup. | |
7571 | |
7572 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7573 | |
7574 * startup/inputrc: New file. | |
7575 * startup/octaverc: Configure readline using inputrc from | |
7576 startupfiledir. | |
7577 * startup/Makefile.in (install, install-strip): Install octaverc | |
7578 in $(fcnfiledir)/startup. | |
7579 | |
5310 | 7580 2005-04-27 John W. Eaton <jwe@octave.org> |
7581 | |
7582 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7583 | |
5289 | 7584 2005-04-21 John W. Eaton <jwe@octave.org> |
7585 | |
7586 * optimization/glpk.m: Handle SENSE argument. | |
7587 | |
7588 * optimization/qp.m, optimization/sqp.m: New files. | |
7589 | |
5276 | 7590 2005-04-08 John W. Eaton <jwe@octave.org> |
7591 | |
7592 * Makefile.in (clean, distclean, maintainer-clean): | |
7593 Avoid duplication in rules. | |
7594 | |
5252 | 7595 2005-03-28 John W. Eaton <jwe@octave.org> |
7596 | |
7597 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7598 setting {no,}parametric. | |
7599 * plot/figure.m: Likewise, for setting terminal type. | |
7600 | |
7601 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7602 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7603 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7604 plot/title.m, plot/top_title.m: Avoid eval. | |
7605 | |
5251 | 7606 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7607 | |
5253 | 7608 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7609 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7610 Use __gnuplot_replot__ instead of replot. | |
7611 | |
5252 | 7612 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7613 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7614 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7615 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7616 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7617 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7618 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7619 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7620 |
5251 | 7621 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7622 | |
5244 | 7623 2005-03-24 John W. Eaton <jwe@octave.org> |
7624 | |
7625 * optimization/glpkmex.m: Texinfoize Doc string. | |
7626 * optimization/glpk.m: Likewise. | |
7627 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7628 (row vectors are orginary character strings). | |
7629 * optimization/glpkparam.m: Delete. | |
7630 | |
5243 | 7631 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7632 | |
7633 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7634 of dimensions of X. | |
7635 | |
5237 | 7636 2005-03-23 John W. Eaton <jwe@octave.org> |
7637 | |
5239 | 7638 * general/tril.m, general/triu.m: Return value of same class as |
7639 argument. | |
7640 | |
5237 | 7641 * optimization/glpk.m: Simplify interface. By default, solve |
7642 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7643 * optimization/glpkmex.m: New file. | |
7644 | |
5232 | 7645 2005-03-22 John W. Eaton <jwe@octave.org> |
7646 | |
5237 | 7647 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7648 list. | |
7649 | |
5233 | 7650 * optimization/glpk.m: Adapt to Octave coding style. |
7651 No need for varargout or varargin. | |
7652 Print usage message if nargin > 11. | |
7653 Allow any value of nargout. | |
7654 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7655 Avoid looping when checking character classes. | |
7656 | |
5232 | 7657 * optimization: New directory. |
7658 * Makefile.in (SUBDIRS): Add it to the list. | |
7659 * optimization/Makefile.in: New file. | |
7660 * optimization/glpk.m, optimization/glpkparams.m, | |
7661 optimization/glpktest1, optimization/glpktest2: New files. | |
7662 | |
8149 | 7663 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7664 |
7665 * strings/split.m: Quick return for empty second arg. | |
7666 Improve warning for multi-line strings. | |
7667 Speed up by avoiding sprintf in loop and eval. | |
7668 | |
5217 | 7669 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7670 | |
7671 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7672 * polynomial/polyder.m: Ditto. | |
6778 | 7673 * polynomial/polygcd.m: New function. |
5217 | 7674 |
5214 | 7675 2005-03-16 John W. Eaton <jwe@octave.org> |
7676 | |
5215 | 7677 * control/base/__stepimp__.m, control/base/bode.m, |
7678 control/base/frdemo.m, control/base/nichols.m, | |
7679 control/base/nyquist.m, control/base/pzmap.m, | |
7680 control/base/rldemo.m, control/base/rlocus.m, | |
7681 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7682 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7683 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7684 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7685 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7686 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7687 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7688 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7689 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7690 plot/xlabel.m, quaternion/demoquat.m, | |
7691 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7692 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7693 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7694 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7695 gsplot from @seealso docs. | |
5214 | 7696 |
7697 * plot/replot.m: New file. | |
7698 | |
5205 | 7699 2005-03-15 David Bateman <dbateman@free.fr> |
7700 | |
7701 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7702 | |
5196 | 7703 2005-03-09 John W. Eaton <jwe@octave.org> |
7704 | |
7705 * statistics/Makefile.in (bin-dist): Delete target. | |
7706 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7707 * control/Makefile.in: Likewise. |
5196 | 7708 |
5378 | 7709 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7710 (BINDISTFILES): Delete variable. |
5378 | 7711 * control/base/Makefile.in: Likewise. |
7712 * control/hinf/Makefile.in: Likewise. | |
7713 * control/obsolete/Makefile.in: Likewise. | |
7714 * control/system/Makefile.in: Likewise. | |
7715 * control/util/Makefile.in: Likewise. | |
7716 * deprecated/Makefile.in: Likewise. | |
7717 * elfun/Makefile.in: Likewise. | |
7718 * finance/Makefile.in: Likewise. | |
7719 * general/Makefile.in: Likewise. | |
7720 * image/Makefile.in: Likewise. | |
7721 * sparse/Makefile.in: Likewise. | |
7722 * io/Makefile.in: Likewise. | |
7723 * plot/Makefile.in: Likewise. | |
7724 * Makefile.in: Likewise. | |
7725 * miscellaneous/Makefile.in: Likewise. | |
7726 * linear-algebra/Makefile.in: Likewise. | |
7727 * polynomial/Makefile.in: Likewise. | |
7728 * quaternion/Makefile.in: Likewise. | |
7729 * set/Makefile.in: Likewise. | |
7730 * signal/Makefile.in: Likewise. | |
7731 * specfun/Makefile.in: Likewise. | |
7732 * special-matrix/Makefile.in: Likewise. | |
7733 * startup/Makefile.in: Likewise. | |
7734 * statistics/base/Makefile.in: Likewise. | |
7735 * statistics/distributions/Makefile.in: Likewise. | |
7736 * statistics/models/Makefile.in: Likewise. | |
7737 * statistics/tests/Makefile.in: Likewise. | |
7738 * strings/Makefile.in: Likewise. | |
7739 * time/Makefile.in: Likewise. | |
5196 | 7740 |
5195 | 7741 2005-03-08 John W. Eaton <jwe@octave.org> |
7742 | |
7743 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7744 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7745 | |
5192 | 7746 2005-03-04 John W. Eaton <jwe@octave.org> |
7747 | |
7748 * plot/clg.m: New file. | |
7749 | |
5193 | 7750 2005-03-03 John W. Eaton <jwe@octave.org> |
7751 | |
7752 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7753 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7754 strings/strcmpi.m: | |
7755 New files from Octave-forge. Adapt to Octave coding standards. | |
7756 | |
5181 | 7757 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7758 | |
7759 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7760 computation range. | |
7761 | |
5164 | 7762 2005-02-25 John W. Eaton <jwe@octave.org> |
7763 | |
7764 Sparse merge. | |
7765 | |
7766 2005-01-23 David Bateman <dbateman@free.fr> | |
7767 | |
7768 * sparse/randperm.m: Delete duplicate randperm.m. | |
7769 | |
7770 2005-01-10 John W. Eaton <jwe@octave.org> | |
7771 | |
7772 * sparse/Makefile.in: New file. | |
7773 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7774 | |
7775 2005-01-07 David Bateman <dbateman@free.fr> | |
7776 | |
7777 * set/unique.m: import file from octave-forge. | |
7778 | |
7779 2005-01-05 David Bateman <dbateman@free.fr> | |
7780 | |
7781 * Makefile.in: include sparse directory in SUBDIRS. | |
7782 | |
7783 2004-12-30 John W. Eaton <jwe@octave.org> | |
7784 | |
7785 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7786 src/DLD-FUNCTIONS/sparse.cc). | |
7787 | |
7788 2004-12-28 John W. Eaton <jwe@octave.org> | |
7789 | |
7790 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7791 Andy Adler <adler@site.uottawa.ca>. | |
7792 | |
7793 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7794 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7795 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7796 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7797 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7798 | |
7799 * sparse: New directory. | |
7800 | |
5158 | 7801 2005-02-22 John W. Eaton <jwe@octave.org> |
7802 | |
7803 * polynomial/residue.m: Force prepad to always create row vectors. | |
7804 | |
7805 * polynomial/poly.m: Quick return if m is 0. | |
7806 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7807 | |
5154 | 7808 2005-02-21 David Bateman <dbateman@free.fr> |
7809 | |
7810 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7811 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7812 Fix for row vectors with at least one element of lambda not in | |
7813 (0, Inf). | |
7814 | |
5152 | 7815 2005-02-21 John W. Eaton <jwe@octave.org> |
7816 | |
5153 | 7817 * statistics/base/qqplot.m: Use feval instead of eval. |
7818 | |
5152 | 7819 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7820 plot/__axis_label__.m: Issue replot command. | |
7821 | |
5135 | 7822 2005-02-09 John W. Eaton <jwe@octave.org> |
7823 | |
7824 * polynomial/polyderiv.m: Force P to be a row vector. | |
7825 | |
5133 | 7826 2005-02-08 John W. Eaton <jwe@octave.org> |
7827 | |
7828 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7829 provided and len <= computed max_len. | |
7830 | |
5125 | 7831 2005-01-27 David Bateman <dbateman@free.fr> |
7832 | |
7833 * strings/dec2base.m: Be even more careful about handling all digits. | |
7834 | |
7835 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7836 | |
7837 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7838 | |
5123 | 7839 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7840 | |
7841 * statistics/base/median.m: Make it work for the scalar case too. | |
7842 | |
6308 | 7843 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7844 |
7845 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7846 Simplify logic for decoding args. |
5117 | 7847 |
5115 | 7848 2005-01-24 John W. Eaton <jwe@octave.org> |
7849 | |
5116 | 7850 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7851 | |
7852 * plot/__plt__.m: No need to save and reset hold state now. | |
7853 (first_plot): Delete unused variable. | |
7854 | |
5115 | 7855 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7856 | |
7857 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7858 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7859 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7860 plot/__plt2vv__.m: | |
7861 Return data and gnuplot commands instead of evaluating them. | |
7862 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7863 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7864 | |
5108 | 7865 2005-01-18 John W. Eaton <jwe@octave.org> |
7866 | |
7867 * linear-algebra/cross.m: Allocate idx1 before use. | |
7868 | |
5096 | 7869 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7870 | |
7871 * statistics/base/range.m: Fix varargin usage. | |
7872 | |
5091 | 7873 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7874 | |
7875 * strings/deblank.m: Remove all trailing whitespace (check with | |
7876 isspace), not just SPC. | |
7877 | |
5090 | 7878 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7879 | |
7880 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7881 | |
5073 | 7882 2004-11-09 John W. Eaton <jwe@octave.org> |
7883 | |
7884 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7885 From Julius Smith <jos@ccrma.stanford.edu>. | |
7886 | |
5072 | 7887 2004-11-08 John W. Eaton <jwe@octave.org> |
7888 | |
7889 * plot/__plt2vm__.m: Delete debugging statement. | |
7890 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7891 | |
5065 | 7892 2004-11-04 John W. Eaton <jwe@octave.org> |
7893 | |
7894 * plot/hist.m: Always return row vectors for vector args. | |
7895 | |
5031 | 7896 2004-09-23 John W. Eaton <jwe@octave.org> |
7897 | |
7898 * strings/strcmp.m: If args are not strings or cell arrays of | |
7899 strings, return zero instead of reporting an error. | |
7900 | |
5021 | 7901 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7902 | |
7903 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7904 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7905 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7906 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7907 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7908 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7909 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7910 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7911 control/system/is_detectable.m, control/system/is_sample.m, | |
7912 control/system/is_siso.m, control/system/is_stable.m, | |
7913 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7914 control/system/sys2tf.m, control/system/sys2zp.m, | |
7915 control/system/sysappend.m, control/system/sysconnect.m, | |
7916 control/system/sysdisc.m, control/system/sysdup.m, | |
7917 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7918 control/system/syssetsignals.m, control/system/syssub.m, | |
7919 control/system/tf2sys.m, control/system/ugain.m, | |
7920 control/system/zp2ss.m, control/system/zp2sys.m, | |
7921 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7922 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7923 | |
7924 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7925 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7926 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7927 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7928 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7929 control/system/sysappend.m, control/system/sysconnect.m, | |
7930 control/system/sysdup.m, control/system/sysgroup.m, | |
7931 control/system/sysprune.m, control/system/sysreorder.m, | |
7932 control/system/sysscale.m, control/system/syssub.m, | |
7933 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7934 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7935 polynomial/polyout.m, specfun/log2.m: | |
7936 Add output arguments in doc strings. | |
7937 | |
7938 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7939 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7940 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7941 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7942 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7943 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7944 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7945 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7946 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7947 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7948 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7949 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7950 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7951 control/system/c2d.m, control/system/is_abcd.m, | |
7952 control/system/is_controllable.m, control/system/is_detectable.m, | |
7953 control/system/is_observable.m, control/system/is_stable.m, | |
7954 control/system/jet707.m, control/system/ord2.m, | |
7955 control/system/starp.m, control/system/sys2fir.m, | |
7956 control/system/sys2ss.m, control/system/sys2tf.m, | |
7957 control/system/sys2zp.m, control/system/syscont.m, | |
7958 control/system/sysdisc.m, control/system/sysdup.m, | |
7959 control/system/sysgettype.m, control/system/sysgroup.m, | |
7960 control/system/sysmult.m, control/system/sysprune.m, | |
7961 control/system/sysreorder.m, control/system/sysscale.m, | |
7962 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7963 control/system/tf2ss.m, control/system/tf2sys.m, | |
7964 control/system/zp2ss.m, control/system/zp2sys.m, | |
7965 control/util/axis2dlim.m, control/util/prompt.m, | |
7966 control/util/zgfmul.m, control/util/zginit.m, | |
7967 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7968 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7969 in doc strings. | |
7970 | |
7971 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7972 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7973 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7974 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7975 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7976 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7977 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7978 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7979 control/system/c2d.m, control/system/fir2sys.m, | |
7980 control/system/is_stabilizable.m, control/system/jet707.m, | |
7981 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7982 control/util/zgshsr.m, polynomial/polyout.m: | |
7983 New @tex section(s) in doc strings for better formating of printed | |
7984 output. | |
7985 | |
7986 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7987 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7988 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7989 Use proper double quote marks for TeX. | |
7990 | |
7991 * control/base/DEMOcontrol.m: Add missing ; | |
7992 | |
7993 * control/base/nichols.m, control/base/rlocus.m, | |
7994 control/obsolete/minfo.m, control/system/is_digital.m, | |
7995 control/system/ss2zp.m, control/system/sysmin.m, | |
7996 control/system/tf2zp.m, control/util/sortcom.m: | |
7997 Convert documentation to use or more completely use Texinfo. | |
7998 | |
7999 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8000 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8001 control/system/parallel.m, control/system/ss2tf.m, | |
8002 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8003 art splitting over a page boundary. | |
8004 | |
8005 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8006 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8007 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8008 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8009 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8010 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8011 the TeX documentation. | |
8012 | |
8013 * control/system/is_stabilizable.m: | |
8014 Add Copyright so that help is displayed correctly. | |
8015 | |
8016 * special-matrix/vander.m: Octave indexes start at 1. | |
8017 | |
5011 | 8018 2004-09-21 David Bateman <dbateman@free.fr> |
8019 | |
8020 * general/rotdim.m: New function for rotation of an N-d array in an | |
8021 arbitrary plane. | |
8022 | |
8023 * general/flipdim.m: New function to flip an N-d array about an | |
8024 arbitrary axis. | |
8025 | |
5003 | 8026 2004-09-15 David Bateman <dbateman@free.fr> |
8027 | |
8028 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8029 | |
4992 | 8030 2004-09-15 John W. Eaton <jwe@octave.org> |
8031 | |
8032 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8033 Use iscellstr to check for cells rather than iscell. |
8034 Improve diagnostics for invalid args. | |
4992 | 8035 |
4983 | 8036 2004-09-10 David Bateman <dbateman@free.fr> |
8037 | |
8038 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8039 and p with n > 1, and fix for matrix n and p with n == 1. | |
8040 | |
8041 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8042 due to row vs. column vector operations. | |
8043 | |
4964 | 8044 2004-09-03 David Bateman <dbateman@free.fr> |
8045 | |
8046 * general/repmat.m: Fix to allow logical classes. | |
8047 | |
4950 | 8048 2004-08-31 John W. Eaton <jwe@octave.org> |
8049 | |
8050 * general/isa.m: New function, from Octave-forge. | |
8051 | |
8052 2004-08-31 David Bateman <dbateman@free.fr> | |
8053 | |
8054 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8055 limitation on the use of int64 and uint64 types, and the use | |
8056 of the eval. | |
8057 | |
8058 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8059 in .^ with integer types is fixed. | |
8060 | |
8061 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8062 |
8063 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8064 | |
8065 * plot/axis.m: Don't reset axes when querying them. | |
8066 | |
4942 | 8067 2004-08-27 David Bateman <dbateman@free.fr> |
8068 | |
8069 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8070 Eliminate loop. | |
8071 | |
4918 | 8072 2004-07-27 David Bateman <dbateman@free.fr> |
8073 | |
8074 * general/num2str.m: Also insert spaces in output when precision | |
8075 argument is supplied. | |
8076 | |
4915 | 8077 2004-07-23 David Bateman <dbateman@free.fr> |
8078 | |
8079 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8080 | |
4911 | 8081 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8082 | |
8083 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8084 | |
8085 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8086 | |
8087 * miscellaneous/unix.m: Fix doc string. | |
8088 | |
8089 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8090 | |
8091 * plot/figure.m: Clarification of documentation. | |
8092 | |
8093 * image/imshow.m: Warn for complex images. | |
8094 Only estimate colourmap for images in [0, 65536]. | |
8095 | |
8096 2004-07-22 David Bateman <dbateman@free.fr> | |
8097 | |
8098 * general/num2str.m: Fix the case of an all zero input. | |
8099 | |
4906 | 8100 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8101 | |
8102 * general/ind2sub.m: Doc fix. | |
8103 | |
4900 | 8104 2004-06-08 John W. Eaton <jwe@octave.org> |
8105 | |
8106 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8107 convert function handle to string for eval. | |
8108 | |
4898 | 8109 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8110 | |
8111 * plot/errorbar.m: Remove debugging output. | |
8112 | |
8113 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8114 | |
8115 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8116 | |
4897 | 8117 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8118 | |
4898 | 8119 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8120 | |
8121 * polynomial/polyout.m: Use parenthesis if necessary around | |
8122 complex polynomial coefficient. | |
8123 | |
4897 | 8124 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8125 the bug which causes __errplot__ to ignore the last argument. | |
8126 | |
4894 | 8127 2004-06-03 David Bateman <dbateman@free.fr> |
8128 | |
8129 * general/shiftdim.m: New function based on JWE code snippet. | |
8130 | |
8131 * general/circdim.m: New function. | |
8132 | |
4890 | 8133 2004-05-06 David Bateman <dbateman@free.fr> |
8134 | |
8135 * general/issquare.m: Fail if ndim(x) > 2. | |
8136 | |
8137 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8138 | |
8139 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8140 N-d array arguments. Add optional dim argument to define | |
8141 dimension along which to operate. | |
8142 | |
8143 * linear-algebra/dmult.m: Allow N-d arrays. | |
8144 | |
8145 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8146 | |
4885 | 8147 2004-04-29 David Bateman <dbateman@free.fr> |
8148 | |
8149 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8150 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8151 statistics/base/statistics.m, statistics/base/skewness.m | |
8152 statistics/base/iqr.m: | |
8153 Make N-d array aware. Allow optional argument to define the | |
8154 dimension along which to operate. Update the documentation. | |
8155 | |
8156 * statistics/base/ranks.m: Change algorithm to use sort, | |
8157 and adjust for the ties after. | |
8158 | |
8159 * statistics/base/run_counts.m: Change algorithm to use | |
8160 the a combination of diff and find, rather than a for-loop. | |
8161 | |
4881 | 8162 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8163 | |
8164 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8165 | |
4878 | 8166 2004-04-23 David Bateman <dbateman@free.fr> |
8167 | |
8168 * general/int2str.m: Treat only real part of argument, and treat | |
8169 NDArrays by stacking the slices through the matrix vertically. | |
8170 | |
8171 * general/num2str.m: Improve format of integer matrices, and the | |
8172 conversion of complex matrices added. Treat NDArrays by stacking | |
8173 the slices through the matrix vertically. | |
8174 | |
8175 * deprecated/com2str.m: Moved here from general subdirectory. | |
8176 | |
4877 | 8177 2004-04-22 John W. Eaton <jwe@octave.org> |
8178 | |
8179 * quaternion/qtransvmat.m: Use continuation characters to make | |
8180 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8181 | |
4869 | 8182 2004-04-21 David Bateman <dbateman@free.fr> |
8183 | |
5378 | 8184 * elfun/lcm.m: Make N-d aware. |
4870 | 8185 |
4869 | 8186 * general/diff.m: Make the code N-d array aware. Allow an |
8187 optional argument to define the dimension along which to perform | |
8188 the differences and allow the order of the differences to be larger | |
8189 than the dimension itself. | |
8190 | |
8191 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8192 use of these functions to 1- and 2-d arrays. | |
8193 | |
4863 | 8194 2004-04-16 John W. Eaton <jwe@octave.org> |
8195 | |
8196 * elfun/gcd.m: Delete. | |
8197 | |
4862 | 8198 2004-04-15 David Bateman <dbateman@free.fr> |
8199 | |
8200 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8201 | |
8202 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8203 array aware and and optional argument for the dimension along | |
8204 which to operate. | |
8205 | |
5378 | 8206 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8207 argument for the dimension to be consistent with other N-d array |
8208 functions. | |
8209 | |
4860 | 8210 2004-04-08 David Bateman <dbateman@free.fr> |
8211 | |
8212 * statistics/distributions/discrete_cdf.m, | |
8213 statistics/distributions/discrete_inv.m, | |
8214 statistics/distributions/discrete_pdf.m, | |
8215 statistics/distributions/discrete_rnd.m, | |
8216 statistics/distributions/exponential_cdf.m, | |
8217 statistics/distributions/exponential_inv.m, | |
8218 statistics/distributions/exponential_pdf.m, | |
8219 statistics/distributions/exponential_rnd.m, | |
8220 statistics/distributions/f_cdf.m, | |
8221 statistics/distributions/f_inv.m, | |
8222 statistics/distributions/f_pdf.m, | |
8223 statistics/distributions/f_rnd.m, | |
8224 statistics/distributions/geometric_cdf.m, | |
8225 statistics/distributions/geometric_inv.m, | |
8226 statistics/distributions/geometric_pdf.m, | |
8227 statistics/distributions/geometric_rnd.m, | |
8228 statistics/distributions/hypergeometric_rnd.m, | |
8229 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8230 statistics/distributions/laplace_cdf.m, | |
8231 statistics/distributions/laplace_inv.m, | |
8232 statistics/distributions/laplace_pdf.m, | |
8233 statistics/distributions/laplace_rnd.m, | |
8234 statistics/distributions/logistic_inv.m, | |
8235 statistics/distributions/logistic_rnd.m, | |
8236 statistics/distributions/lognormal_cdf.m, | |
8237 statistics/distributions/lognormal_inv.m, | |
8238 statistics/distributions/lognormal_pdf.m, | |
8239 statistics/distributions/lognormal_rnd.m, | |
8240 statistics/distributions/pascal_cdf.m, | |
8241 statistics/distributions/pascal_inv.m, | |
8242 statistics/distributions/pascal_pdf.m, | |
8243 statistics/distributions/pascal_rnd.m, | |
8244 statistics/distributions/poisson_cdf.m, | |
8245 statistics/distributions/poisson_inv.m, | |
8246 statistics/distributions/poisson_pdf.m, | |
8247 statistics/distributions/poisson_rnd.m, | |
8248 statistics/distributions/t_cdf.m, | |
8249 statistics/distributions/t_inv.m, | |
8250 statistics/distributions/t_pdf.m, | |
8251 statistics/distributions/t_rnd.m, | |
8252 statistics/distributions/weibull_cdf.m, | |
8253 statistics/distributions/weibull_inv.m, | |
8254 statistics/distributions/weibull_pdf.m, | |
8255 statistics/distributions/weibull_rnd.m: | |
8256 Allow N-d arrays. | |
8257 | |
8258 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8259 that results in NaN in places where it should not have had. | |
8260 | |
8261 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8262 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8263 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8264 |
8265 * statistics/distributions/empirical_rnd.m: New argument formats | |
8266 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8267 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8268 format. Allow N-d arrays. |
8269 | |
8270 * statistics/distributions/hypergeometric_cdf.m, | |
8271 statistics/distributions/hypergeometric_inv.m, | |
8272 statistics/distributions/hypergeometric_pdf.m, | |
8273 statistics/distributions/wiener_rnd.m: | |
8274 Error for non-scalar arguments. | |
8275 | |
8276 * statistics/distributions/pascal_rnd.m: | |
8277 Correct for n = 1 bug, where all elements were equal. | |
8278 | |
4849 | 8279 2004-04-06 David Bateman <dbateman@free.fr> |
8280 | |
4854 | 8281 * general/common_size.m, miscellaneous/bincoeff.m, |
8282 statistics/distributions/beta_cdf.m, | |
8283 statistics/distributions/beta_inv.m, | |
8284 statistics/distributions/beta_pdf.m, | |
8285 statistics/distributions/beta_rnd.m, | |
8286 statistics/distributions/binomial_cdf.m, | |
8287 statistics/distributions/binomial_inv.m, | |
8288 statistics/distributions/binomial_pdf.m, | |
8289 statistics/distributions/binomial_rnd.m, | |
8290 statistics/distributions/cauchy_cdf.m, | |
8291 statistics/distributions/cauchy_inv.m, | |
8292 statistics/distributions/cauchy_pdf.m, | |
8293 statistics/distributions/cauchy_rnd.m, | |
8294 statistics/distributions/chisquare_cdf.m, | |
8295 statistics/distributions/chisquare_inv.m, | |
8296 statistics/distributions/chisquare_pdf.m, | |
8297 statistics/distributions/chisquare_rnd.m, | |
8298 statistics/distributions/gamma_cdf.m, | |
8299 statistics/distributions/gamma_inv.m, | |
8300 statistics/distributions/gamma_pdf.m, | |
8301 statistics/distributions/gamma_rnd.m, | |
8302 statistics/distributions/normal_cdf.m, | |
8303 statistics/distributions/normal_inv.m, | |
8304 statistics/distributions/normal_pdf.m, | |
8305 statistics/distributions/normal_rnd.m, | |
8306 statistics/distributions/stdnormal_cdf.m, | |
8307 statistics/distributions/stdnormal_pdf.m, | |
8308 statistics/distributions/stdnormal_rnd.m, | |
8309 statistics/distributions/uniform_cdf.m, | |
8310 statistics/distributions/uniform_inv.m, | |
8311 statistics/distributions/uniform_pdf.m, | |
8312 statistics/distributions/uniform_rnd.m: | |
8313 Allow the inputs to be N-d arrays. | |
8314 | |
4852 | 8315 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8316 * statistics/base/median.m: Likewise. | |
4849 | 8317 |
4844 | 8318 2004-04-02 David Bateman <dbateman@free.fr> |
8319 | |
8320 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8321 * statistics/base/center.m, statistics/base/meansq.m, |
8322 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8323 Update for N-d arrays. |
4844 | 8324 * signal/fftshift.m: Fix dimensioning error. |
8325 | |
8326 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8327 N-d arrays. |
4844 | 8328 |
4852 | 8329 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8330 | |
8331 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8332 |
4852 | 8333 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8334 |
8335 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8336 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8337 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8338 | |
8339 * control/system/sysidx.m: Use cellidx and not listidx. | |
8340 | |
4841 | 8341 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8342 | |
8343 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8344 default of "" (so it is off unless explicitly set by the user). | |
8345 | |
4836 | 8346 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8347 | |
8348 * image/imshow.m: Accept "truesize" argument. | |
8349 Ignore current colormap. New tests and demos. | |
8350 | |
4834 | 8351 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8352 | |
8353 * signal/sinewave.m: Allow N to default to M. | |
8354 | |
4826 | 8355 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8356 | |
8357 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8358 | |
4818 | 8359 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8360 | |
8361 * general/deal.m: New function. | |
4819 | 8362 Add tests from Paul Kienzle. |
4818 | 8363 |
4811 | 8364 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8365 | |
8366 * plot/hist.m: Compute histogram correctly for n>=30. | |
8367 | |
5095 | 8368 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8369 |
8370 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8371 | |
4806 | 8372 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8373 | |
8374 * miscellaneous/horzcat.m: Delete. | |
8375 * miscellaneous/vertcat.m: Delete. | |
8376 | |
4790 | 8377 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8378 | |
8379 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8380 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8381 | |
4789 | 8382 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8383 | |
8384 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8385 doing multiple plots in the same gnuplot frame. | |
8386 | |
4780 | 8387 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8388 | |
8389 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8390 control/system/cellidx.m, control/system/ss.m, | |
8391 control/system/tf.m, control/system/zp.m: New functions. | |
8392 | |
4778 | 8393 2004-02-16 Glenn Golden <gdg@zplane.com> |
8394 | |
8395 * statistics/distributions/discrete_inv.m: | |
8396 Reduce memory requirements. | |
8397 | |
4772 | 8398 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8399 | |
8400 * plot/__errcomm__.m: Fix thinko in previous change. | |
8401 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
8402 | |
4771 | 8403 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
8404 | |
8405 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
8406 control/base/analdemo.m, control/base/bddemo.m, | |
8407 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
8408 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
8409 control/base/rldemo.m, control/base/rlocus.m, | |
8410 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
8411 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
8412 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
8413 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
8414 control/obsolete/packsys.m, control/obsolete/series.m, | |
8415 control/system/__sysdefioname__.m, | |
8416 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
8417 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
8418 control/system/c2d.m, control/system/d2c.m, | |
8419 control/system/dmr2d.m, control/system/fir2sys.m, | |
8420 control/system/is_signal_list.m, control/system/is_siso.m, | |
8421 control/system/jet707.m, control/system/listidx.m, | |
8422 control/system/moddemo.m, control/system/ord2.m, | |
8423 control/system/packedform.m, control/system/parallel.m, | |
8424 control/system/ss2sys.m, control/system/sys2tf.m, | |
8425 control/system/sys2zp.m, control/system/sysadd.m, | |
8426 control/system/sysappend.m, control/system/sysconnect.m, | |
8427 control/system/syscont.m, control/system/sysdimensions.m, | |
8428 control/system/sysdisc.m, control/system/sysdup.m, | |
8429 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
8430 control/system/sysgroup.m, control/system/sysmin.m, | |
8431 control/system/sysmult.m, control/system/sysprune.m, | |
8432 control/system/sysrepdemo.m, control/system/sysscale.m, | |
8433 control/system/syssetsignals.m, control/system/syssub.m, | |
8434 control/system/sysupdate.m, control/system/tf2sys.m, | |
8435 control/system/ugain.m, control/system/zp2ss.m, | |
8436 control/system/zp2sys.m, control/util/__outlist__.m, | |
8437 control/util/__zgpbal__.m, control/util/strappend.m: | |
8438 Use cell arrays instead of lists. | |
8439 | |
4723 | 8440 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
8441 | |
8442 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
8443 so that bar (1, 1) will work. | |
8444 | |
4710 | 8445 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8446 | |
4717 | 8447 * plot/__errcomm__.m: Cope with nargin now being a function. |
8448 * plot/__errplot__.m: Likewise. | |
8449 * plot/__plt__.m: Likewise. | |
8450 * plot/plot_border.m: Likewise. | |
8451 | |
4710 | 8452 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
8453 not $(DOCSTRINGS). | |
8454 | |
4706 | 8455 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8456 | |
8457 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8458 rank ([], tol). | |
8459 | |
4691 | 8460 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8461 | |
4692 | 8462 * elfun/acot.m: Return atan (1./z). |
8463 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8464 | |
4691 | 8465 * miscellaneous/dir.m: New file. |
8466 | |
8467 * general/num2str.m: Use "%d" as format if values are ints with | |
8468 magnitude less than 1e10. | |
8469 | |
8470 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8471 | |
8472 * general/num2str.m: If single arg is string, return it. | |
8473 | |
8474 * miscellaneous/not.m: New file. | |
8475 | |
8476 * miscellaneous/unix.m: New file. | |
8477 | |
8478 * miscellaneous/isunix.m: New file. | |
8479 * miscellaneous/ispc.m: New file. | |
8480 | |
8481 * miscellaneous/computer.m: New file. | |
8482 | |
8483 * miscellaneous/delete.m: New file. | |
8484 | |
4689 | 8485 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8486 | |
8487 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8488 | |
8489 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8490 | |
8491 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
8492 Always return substituted version of LOADPATH if nargout != 0. | |
8493 | |
4685 | 8494 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
8495 | |
8496 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
8497 before continuing. | |
8498 | |
8499 * miscellaneous/fileparts.m: Allow name to start with ".". | |
8500 | |
4677 | 8501 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8502 | |
8503 * general/ind2sub.m: New file. | |
8504 * general/sub2ind.m: New file. | |
8505 | |
4675 | 8506 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8507 | |
8508 * control/system/zp2ss.m: Don't save and restore | |
8509 warn_empty_list_elements. | |
8510 | |
8511 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
8512 | |
6778 | 8513 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 8514 |
4673 | 8515 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
8516 | |
8517 * statistics/base/mean.m: Remove special case for row vectors. | |
8518 | |
4637 | 8519 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8520 | |
8521 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8522 | |
4631 | 8523 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8524 | |
8525 * statistics/base/iqr.m: Handle matrices. | |
8526 | |
4630 | 8527 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8528 | |
8529 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8530 | |
4629 | 8531 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8532 | |
8533 * miscellaneous/path.m: Fix thinko in previous change. | |
8534 | |
4609 | 8535 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8536 | |
4629 | 8537 * control/base/dare.m: Check positive (semi)definiteness and |
8538 dimensions of r (and q). | |
8539 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8540 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8541 near unit circle. | |
4611 | 8542 |
8543 * control/system/is_detectable.m: Use Hautus Lemma. | |
8544 Correct the behavior for discrete-time systems. | |
8545 * control/system/is_stabilizable.m: Likewise. | |
8546 | |
4609 | 8547 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8548 | |
8549 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8550 | |
4610 | 8551 * general/isdefinite.m: New function. |
8552 | |
4567 | 8553 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8554 | |
8555 * general/reshape: Delete. | |
8556 | |
4559 | 8557 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8558 | |
8559 * general/numel.m: Delete. | |
8560 | |
4535 | 8561 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8562 | |
4536 | 8563 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8564 | |
8565 * deprecated/isstr.m: New file. | |
4535 | 8566 |
4529 | 8567 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8568 | |
8569 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8570 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8571 | |
4525 | 8572 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8573 | |
8574 * statistics/base/mean.m: Fix missing semicolon problem. | |
8575 | |
4503 | 8576 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8577 | |
8578 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8579 | |
4492 | 8580 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8581 | |
8582 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8583 Allow optional length argument. | |
8584 | |
4491 | 8585 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8586 | |
8587 * polynomial/polyfit.m: Avoid calling flipud. | |
8588 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8589 Return structure as second output value for improved Matlab | |
8590 compatibility. | |
8591 | |
4476 | 8592 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8593 | |
4478 | 8594 * linear-algebra/cond.m: Behave as though old built-in variable |
8595 propagate_empty_matrices is always 1. Also handle empty matrices | |
8596 with one non-zero dimension. | |
8597 | |
4476 | 8598 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8599 warn_single_quote_string to the list. | |
4478 | 8600 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8601 from the list. | |
4476 | 8602 |
5095 | 8603 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8604 |
8605 * signal/autocov.m: Transpose result of conj because diag returns | |
8606 a column vector, not a row vector. | |
8607 | |
8608 * audio/playaudio.m, audio/record.m, image/image.m, | |
8609 miscellaneous/bug_report.m: Protect spaces in filenames | |
8610 with quotes. | |
8611 | |
4466 | 8612 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8613 | |
4468 | 8614 * io/printf.m, io/puts.m: Delete. |
8615 | |
4466 | 8616 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8617 default_return_value from the list. | |
8618 Add warn_undefined_return_values to the list. | |
8619 | |
8620 | |
4464 | 8621 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8622 | |
8623 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8624 and initialize_global_variables from the list. | |
8625 | |
4460 | 8626 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8627 | |
4463 | 8628 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8629 | |
8630 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8631 | |
8632 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8633 * control/system/sys2fir.m: Likewise. | |
8634 | |
8635 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8636 * control/system/__tf2sysl__.m: Likewise. | |
8637 | |
8638 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8639 | |
8640 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8641 and [] concatenation. | |
8642 * control/system/sys2fir.m: Likewise. | |
8643 | |
8644 * control/base/dgram.m, control/base/freqchkw.m, | |
8645 control/base/gram.m, control/system/__abcddims__.m, | |
8646 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8647 control/system/is_sample.m, control/system/is_signal_list.m, | |
8648 control/system/is_siso.m, control/system/sys2fir.m, | |
8649 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8650 control/system/sysgettype.m, control/system/tf2zp.m, | |
8651 control/system/ugain.m, control/util/prompt.m, | |
8652 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8653 control/util/zgshsr.m: | |
8654 Improve conformance to Octave coding style. | |
8655 | |
4461 | 8656 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8657 the list. | |
8658 Delete resize_on_range_error from the list. | |
8659 | |
4460 | 8660 * control/base/pzmap.m, control/base/place.m, |
8661 control/base/__freqresp__.m, control/system/sysappend.m, | |
8662 control/system/syscont.m, control/system/sysdisc.m, | |
8663 control/system/sysgroup.m, control/system/tfout.m, | |
8664 control/system/zp2ss.m, control/system/zpout.m, | |
8665 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8666 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8667 empty_list_elements_ok. | |
8668 | |
8669 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8670 Delete empty_list_elements_ok from the list. | |
8671 | |
4457 | 8672 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8673 | |
8674 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8675 list. | |
8676 Delete treat_neg_dim_as_zero from the list. | |
8677 | |
8678 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8679 | |
4451 | 8680 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8681 | |
4455 | 8682 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8683 was not used in the code in any case). | |
8684 | |
8685 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8686 do_fortran_indexing. | |
8687 | |
4452 | 8688 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8689 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8690 | |
4451 | 8691 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8692 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8693 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8694 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8695 warn_fortran_indexing in the list. | |
8696 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8697 implicit_str_to_num_ok, do_fortran_indexing, and | |
8698 prefer_column_vectors from list. | |
4451 | 8699 |
4440 | 8700 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8701 | |
8702 * Makefile.in (distclean, maintainer-clean): Also remove | |
8703 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8704 directory. | |
8705 | |
5095 | 8706 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8707 |
8708 * plot/hist.m: Don't forget to define n if x is a vector. | |
8709 | |
5095 | 8710 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8711 |
8712 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8713 return "." with extension. | |
8714 | |
4422 | 8715 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8716 | |
8717 * control/base/__stepimp__.m, control/base/nichols.m, | |
8718 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8719 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8720 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8721 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8722 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8723 | |
4413 | 8724 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8725 | |
8726 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8727 | |
5095 | 8728 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8729 |
8730 * plot/hist.m: Improve performance by using different algorithms | |
8731 depending on number of bins. | |
8732 | |
4404 | 8733 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8734 | |
8735 * control/system/sysadd.m: If systems are not "tf", convert before | |
8736 adding. | |
8737 | |
5095 | 8738 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8739 |
8740 * image/imagesc.m: Accept data limits parameter for colormap. | |
8741 | |
5095 | 8742 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8743 |
8744 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8745 the impulse by t_step. | |
8746 | |
4373 | 8747 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8748 | |
8749 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8750 column vectors. | |
8751 | |
5095 | 8752 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8753 |
8754 * linear-algebra/null.m: Handle empty matrix arg. | |
8755 | |
4369 | 8756 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8757 | |
8758 * general/shift.m: Force empty_list_elements_ok to 1. | |
8759 | |
4358 | 8760 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8761 | |
8762 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8763 New files. | |
8764 | |
4348 | 8765 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8766 | |
8767 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8768 function handle to pass to feval. | |
8769 * statistics/base/qqplot.m: Likewise. | |
8770 * statistics/base/ppplot.m: Likewise. | |
8771 * signal/spectral_xdf.m: Likewise. | |
8772 * signal/spectral_adf.m: Likewise. | |
8773 | |
4340 | 8774 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8775 | |
8776 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8777 | |
4334 | 8778 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8779 | |
8780 * linear-algebra/logm.m: New file. | |
8781 | |
5095 | 8782 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8783 |
8784 * mkpkgadd: Scan C++ files as well | |
8785 | |
5095 | 8786 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8787 |
8788 * strings/findstr.m: Return empty set for zero-length target. | |
8789 | |
5095 | 8790 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8791 |
8792 * set/union.m: Preserve the orientation of inputs. | |
8793 | |
4305 | 8794 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8795 | |
8796 * general/int2str.m: Eliminate leading spaces. | |
8797 | |
4303 | 8798 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8799 | |
8800 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8801 | |
5095 | 8802 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8803 |
8804 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8805 $(BUILD_LDFLAGS) to compiler. | |
8806 | |
4295 | 8807 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8808 | |
8809 * general/num2str.m: Don't specify field width for scalars. | |
8810 | |
4292 | 8811 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8812 | |
8813 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8814 | |
4265 | 8815 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8816 | |
4279 | 8817 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8818 | |
4266 | 8819 * miscellaneous/tempname.m: New file. |
8820 | |
8821 * miscellaneous/tempdir.m: New file. | |
8822 | |
4265 | 8823 * miscellaneous/fullfile.m: New file. |
8824 | |
4259 | 8825 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8826 | |
4264 | 8827 * miscellaneous/fileparts.m: New file. |
8828 | |
8829 * io/beep.m: New file. | |
8830 | |
4260 | 8831 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8832 format only. | |
4259 | 8833 |
4257 | 8834 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8835 | |
8836 * strings/strcmp.m: Handle cell arrays of strings. | |
8837 | |
4229 | 8838 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8839 | |
8840 * general/int2str.m: Handle matrices. | |
8841 * general/num2str.m: Likewise. | |
8842 Also handle optional precision, and format args. | |
8843 | |
4225 | 8844 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8845 | |
8846 * audio/Makefile.in, control/base/Makefile.in, | |
8847 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8848 control/system/Makefile.in, elfun/Makefile.in, | |
8849 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8850 io/Makefile.in, linear-algebra/Makefile.in, | |
8851 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8852 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8853 specfun/Makefile.in, special-matrix/Makefile.in, | |
8854 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8855 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8856 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8857 deprecated/Makefile.in: Use new do-script-install and | |
8858 do-script-uninstall macros. | |
8859 | |
8860 * mkpkgadd: New script. | |
8861 | |
8862 * plot/close.m: New file. | |
8863 | |
4184 | 8864 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8865 | |
8866 * image/image.m: Use -raw option for xv. | |
8867 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8868 | |
4172 | 8869 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8870 | |
4174 | 8871 * control/base/lsim.m: Use approximate test for step size change. |
8872 | |
4172 | 8873 * signal/bartlett.m: Avoid row/column mismatch error. |
8874 | |
5095 | 8875 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8876 |
8877 * statistics/base/var.m: Use better formula for improved accuracy. | |
8878 | |
5095 | 8879 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8880 |
8881 * control/base/lsim.m: Correct doc string. | |
8882 | |
5095 | 8883 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8884 |
8885 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8886 | |
4148 | 8887 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8888 | |
8889 * plot/contour.m: Handle x and y as matrices too. | |
8890 | |
5095 | 8891 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8892 |
8893 * plot/contour.m: Fix error and usage messages. | |
8894 | |
4146 | 8895 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8896 | |
8897 * plot/contour.m: Correct orientation of plot. | |
8898 | |
4139 | 8899 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8900 | |
8901 * control/base/analdemo.m: Fix typo. | |
8902 | |
5095 | 8903 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8904 |
8905 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8906 | |
4098 | 8907 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8908 | |
8909 * mkdoc: Exit immediately on errors. | |
8910 Exit with error if gethelp does not exist. | |
8911 | |
8912 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8913 | |
4093 | 8914 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8915 | |
8916 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8917 | |
5095 | 8918 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8919 |
8920 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8921 * statistics/distributions/normal_pdf.m: Likewise. | |
8922 * statistics/distributions/normal_inv.m: Likewise. | |
8923 | |
5095 | 8924 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8925 |
8926 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8927 | |
5095 | 8928 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8929 |
8930 * statistics/base/var.m: Handle complex values. | |
8931 | |
4031 | 8932 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8933 | |
8934 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8935 list. | |
8936 * deprecated/Makefile.in: New file. | |
8937 | |
5095 | 8938 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8939 |
8940 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8941 * statistics/distributions/binomial_cdf.m: Likewise. | |
8942 * statistics/distributions/f_cdf.m: Likewise. | |
8943 * statistics/distributions/t_cdf.m: Likewise. | |
8944 | |
8945 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8946 * specfun/beta.m: Likewise. | |
8947 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8948 * statistics/distributions/gamma_pdf.m: Likewise. | |
8949 * statistics/distributions/poisson_pdf.m: Likewise. | |
8950 | |
8951 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8952 * statistics/distributions/poisson_cdf.m: Likewise. | |
8953 | |
4026 | 8954 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8955 | |
4028 | 8956 * deprecated/is_bool.m: New file. |
8957 * deprecated/is_complex.m: New file. | |
8958 * deprecated/is_global.m: New file. | |
8959 * deprecated/is_list.m: New file. | |
8960 * deprecated/is_matrix.m: New file. | |
8961 * deprecated/is_scalar.m: New file. | |
8962 * deprecated/is_square.m: New file. | |
8963 * deprecated/is_stream.m: New file. | |
8964 * deprecated/is_struct.m: New file. | |
8965 * deprecated/is_symmetric.m: New file. | |
8966 * deprecated/is_vector.m: New file. | |
4030 | 8967 * Change all callers of these functions to use the new names. |
4028 | 8968 |
4029 | 8969 * deprecated: New directory. |
8970 * Makefile.in (SUBDIRS): Add it to the list. | |
8971 | |
4026 | 8972 * general/isscalar.m: Rename from is_scalar.m. |
8973 * general/issquare.m: Rename from is_square.m. | |
8974 * general/issymmetric.m: Rename from is_symmetric.m. | |
8975 * general/isvector.m: Rename from is_vector.m. | |
8976 | |
4022 | 8977 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8978 | |
8979 * statistics/base/mean.m: Allow empty matrices. | |
8980 Handle DIM arg. | |
8981 | |
5095 | 8982 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8983 |
8984 * plot/__errcomm__.m: If format is not specified, default to error | |
8985 bar format. | |
8986 | |
4011 | 8987 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8988 | |
8989 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8990 __F_SETFL__ and __O_NONBLOCK__. | |
8991 | |
8992 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8993 * miscellaneous/bug_report.m: Likewise. | |
8994 | |
4007 | 8995 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8996 | |
4008 | 8997 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8998 * general/rem.m: Likewise. | |
8999 | |
9000 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9001 * plot/semilogxerr.m: Likewise. | |
4007 | 9002 * plot/semilogyerr.m: Likewise. |
9003 | |
5095 | 9004 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9005 |
9006 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9007 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9008 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9009 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9010 | |
9011 * plot/errorbar.m: Use __errcomm__.m. | |
9012 * plot/__errplot__.m: Minor cleanups. | |
9013 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9014 * plot/__pltopt1__.m: Likewise. | |
9015 | |
3980 | 9016 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9017 | |
3981 | 9018 * general/rem.m: Delete redundant call to usage. |
9019 | |
3980 | 9020 * general/mod.m: Additional error checks, Texinfoize doc string. |
9021 | |
5095 | 9022 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9023 |
9024 * general/mod.m: New function. | |
9025 | |
3979 | 9026 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9027 | |
9028 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9029 * control/system/sysadd.m: Likewise. | |
9030 * control/system/sysgroup.m: Likewise. | |
9031 * control/system/syssub.m: Likewise. | |
9032 * elfun/gcd.m: Likewise. | |
9033 * elfun/lcm.m: Likewise. | |
9034 * general/common_size.m: Likewise. | |
9035 * io/printf.m: Likewise. | |
9036 * miscellaneous/menu.m: Likewise. | |
9037 * miscellaneous/path.m: Likewise. | |
9038 * plot/__errplot__.m: Likewise. | |
9039 * plot/__plt__.m: Likewise. | |
9040 * plot/axis.m: Likewise. | |
9041 * plot/errorbar.m: Likewise. | |
9042 * plot/mplot.m: Likewise. | |
9043 * plot/loglog.m: Likewise. | |
9044 * plot/plot.m: Likewise. | |
9045 * plot/plot_border.m: Likewise. | |
9046 * plot/semilogx.m: Likewise. | |
9047 * plot/semilogy.m: Likewise. | |
9048 * plot/xlabel.m: Likewise. | |
9049 * plot/ylabel.m: Likewise. | |
9050 * plot/zlabel.m: Likewise. | |
9051 * statistics/base/ppplot.m: Likewise. | |
9052 * statistics/base/qqplot.m: Likewise. | |
9053 * statistics/tests/bartlett_test.m: Likewise. | |
9054 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9055 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9056 * strings/str2mat.m: Likewise. | |
9057 * strings/strcat.m: Likewise. | |
9058 | |
5095 | 9059 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9060 |
9061 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9062 | |
3924 | 9063 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9064 | |
9065 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9066 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9067 |
5095 | 9068 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9069 |
9070 * general/repmat.m: New function. | |
9071 | |
5095 | 9072 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9073 |
9074 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9075 Use optional parameter to specify the number of bits in the input. | |
9076 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9077 floats in the range [-1,1], 2x speedup. | |
9078 | |
9079 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9080 | |
3910 | 9081 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9082 | |
9083 * linear-algebra/kron.m: Delete. | |
9084 | |
5095 | 9085 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9086 |
9087 * signal/freqz.m: If nargout is zero, plot results instead of | |
9088 returning them. | |
9089 * signal/freqz_plot.m: New file. | |
9090 | |
5095 | 9091 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9092 |
5378 | 9093 * signal/unwrap.m: New file. |
3906 | 9094 |
5095 | 9095 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9096 |
9097 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9098 divide by zero warning. | |
9099 | |
5095 | 9100 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9101 |
3894 | 9102 * strings/deblank.m: Trim \0 as well as blank. |
9103 | |
5378 | 9104 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9105 expressed in radians or Hz relative to a supplied sample rate. |
9106 | |
5095 | 9107 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9108 |
9109 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9110 | |
3891 | 9111 * strings/findstr.m: Vectorize as much as possible. |
9112 | |
5095 | 9113 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9114 |
9115 * special-matrix/invhilb.m: New version that is faster and more | |
9116 accurate. | |
9117 | |
5095 | 9118 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9119 |
9120 * configure.in: Update for autoconf 2.5x. | |
9121 | |
5095 | 9122 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9123 |
9124 * special-matrix/vander.m: Code tidy and vectorize. | |
9125 | |
5095 | 9126 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9127 |
3883 | 9128 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9129 to vectors. Issue a warning in the case x matches y' but return a | |
9130 column vector as Octave currently does. | |
9131 | |
3882 | 9132 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9133 | |
9134 * control/system/starp.m: Leave more of the documentation | |
9135 processing to texinfo and less to the @format block. | |
9136 | |
9137 * image/imagesc.m: Only display image if no output is requested. | |
9138 Code tidying. | |
9139 | |
3876 | 9140 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9141 | |
9142 * statistics/base/center.m: Accept and return empty matrix. | |
9143 | |
3872 | 9144 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9145 | |
9146 * specfun/erfinv.m: Fix usage message. | |
9147 | |
3869 | 9148 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9149 | |
9150 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9151 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9152 | |
3837 | 9153 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9154 | |
9155 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9156 capitalized variable names. | |
9157 | |
3836 | 9158 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9159 | |
9160 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9161 | |
5095 | 9162 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9163 |
9164 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9165 | |
3803 | 9166 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9167 | |
3833 | 9168 * general/cart2pol.m: New file. |
9169 * general/pol2cart.m: New file. | |
9170 * general/cart2sph.m: New file. | |
9171 * general/sph2cart.m: New file. | |
9172 * image/rgb2hsv.m: New file. | |
9173 * image/hsv2rgb.m: New file. | |
3803 | 9174 |
9175 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9176 | |
9177 * plot/meshgrid.m: Avoid for loops. | |
9178 * plot/meshdom.m: Likewise. | |
9179 | |
3801 | 9180 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9181 | |
9182 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9183 | |
9184 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9185 | |
9186 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9187 norm. | |
9188 | |
3792 | 9189 2001-02-09 David Livings <david.livings@asa.co.uk> |
9190 | |
9191 * statistics/tests/welch_test.m: Fix typo. | |
9192 | |
9193 * statistics/distributions/chisquare_cdf.m: | |
9194 Don't restrict inputs to be only positive integers. | |
9195 * statistics/distributions/chisquare_inv.m: Likewise. | |
9196 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9197 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9198 * statistics/distributions/f_cdf.m: Likewise. | |
9199 * statistics/distributions/f_inv.m: Likewise. | |
9200 * statistics/distributions/f_pdf.m: Likewise. | |
9201 * statistics/distributions/f_rnd.m: Likewise. | |
9202 * statistics/distributions/t_cdf.m: Likewise. | |
9203 * statistics/distributions/t_inv.m: Likewise. | |
9204 * statistics/distributions/t_pdf.m: Likewise. | |
9205 * statistics/distributions/t_rnd.m: Likewise. | |
9206 | |
3790 | 9207 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9208 | |
9209 * strings/dec2base.m: New file. | |
9210 * strings/base2dec.m: New file. | |
9211 * strings/strjust.m: New file. | |
9212 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9213 * strings/dec2bin.m: Likewise. | |
9214 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9215 * strings/bin2dec.m: Likewise. | |
9216 | |
5095 | 9217 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9218 |
9219 * statistics/base/ppplot.m: Use gset, not set. | |
9220 * statistics/base/qqplot.m: Likewise. | |
9221 | |
5095 | 9222 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9223 |
9224 * control/system/c2d.m: Add missing endif. | |
9225 | |
3759 | 9226 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9227 | |
9228 * strings/index.m: Return 0 if either string is empty. | |
9229 | |
9230 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9231 | |
9232 * control/system/c2d.m: Allow option of matched pole/zero | |
9233 equivalent for conversion. | |
9234 | |
9235 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9236 | |
9237 * strings/findstr.m: Return empty matrix if search string is empty. | |
9238 | |
3757 | 9239 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9240 | |
9241 * saveimage.m: Do create rawbit image for black and white images, | |
9242 but do it correctly. | |
9243 | |
3754 | 9244 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9245 | |
6778 | 9246 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9247 result polynomials. | |
3754 | 9248 |
3748 | 9249 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9250 | |
9251 * image/saveimage.m: Don't try to create rawbit image. | |
9252 | |
3740 | 9253 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9254 | |
9255 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9256 | |
5095 | 9257 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9258 |
9259 * plot/contour.m: Reorder args for Matlab compatibility. | |
9260 | |
3727 | 9261 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9262 | |
9263 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9264 | |
3717 | 9265 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9266 | |
3718 | 9267 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9268 | |
3717 | 9269 * plot/mesh.m: Also set nologscale before plotting. |
9270 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9271 xyerrorbars instead of just errorbars. | |
9272 | |
3714 | 9273 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9274 | |
9275 * image/image.m: Try display (from ImageMagick) first. | |
9276 | |
3709 | 9277 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9278 | |
9279 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9280 conjugate transpose. | |
9281 | |
3705 | 9282 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9283 | |
9284 * strings/str2mat.m: Apply setstr to each argument. | |
9285 | |
3696 | 9286 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9287 | |
9288 * control/base/dkalman.m: New file. | |
9289 * control/base/dlqe.m: Handle singular A matrix. | |
9290 * control/base/dlqr.m: Likewise. | |
9291 | |
3695 | 9292 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9293 | |
9294 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9295 dimensions don't match. | |
9296 | |
3690 | 9297 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9298 | |
9299 * plot/hist.m: Allow 3 argument form to work. | |
9300 | |
5095 | 9301 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9302 |
9303 * plot/plot.m: Add examples in doc string. | |
9304 | |
5095 | 9305 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9306 |
9307 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9308 Do the right thing even if automatic_replot is not zero. | |
9309 Avoid failure if system has pure imaginary poles. | |
9310 | |
3674 | 9311 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9312 | |
9313 * general/logical.m: Return arg if it is empty. Better error | |
9314 message for non-numeric types. | |
9315 | |
5095 | 9316 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9317 |
9318 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9319 about difference with Matlab dlqe function. | |
9320 | |
9321 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9322 | |
5095 | 9323 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9324 |
9325 * strings/strrep.m: Fix typo. | |
9326 | |
3666 | 9327 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9328 | |
9329 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9330 | |
5095 | 9331 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9332 |
9333 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9334 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9335 |
5095 | 9336 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9337 |
9338 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9339 guess for iteration. | |
9340 | |
3651 | 9341 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9342 | |
9343 * image/image.m: Allow image (A) or image (x, y, A). | |
9344 * image/imagesc.m: Likewise. | |
9345 | |
9346 * image/image.m: If zoom is not supplied, or if it is an empty | |
9347 matrix, autoscale the image. | |
9348 | |
3618 | 9349 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9350 | |
3619 | 9351 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9352 Undo string escapes in text twice(!) before sending to gnuplot. | |
9353 | |
3618 | 9354 * image/saveimage.m: Add comment to file saying who created it and |
9355 when it was created. Suggested by Stephen Eglen | |
9356 <stephen@cogsci.ed.ac.uk>. | |
9357 | |
5095 | 9358 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9359 |
9360 * polynomial/polyreduce.m: Simplify by looking for the first | |
9361 non-zero element rather than the last of the first set of zero | |
9362 elements. | |
9363 | |
9364 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9365 | |
5095 | 9366 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9367 |
9368 * image/saveimage.m: Swap black and white colormaps so zero is | |
9369 displayed as black and 1 is displayed as white. | |
9370 Fix indexing bug in ppm case. | |
9371 | |
3604 | 9372 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9373 | |
9374 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9375 between the two distributions (took same approach as ks.test() in R.) | |
9376 | |
3603 | 9377 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9378 | |
9379 * control/base/bode.m: Temporarily disable automatic_replot. | |
9380 | |
3599 | 9381 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9382 | |
3601 | 9383 * Makefile.in (clean): Also remove gethelp. |
9384 | |
3599 | 9385 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9386 | |
5095 | 9387 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9388 |
9389 * set/create_set.m: Use find to avoid while loop. | |
9390 | |
5095 | 9391 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 9392 |
9393 * plot/hist.m: New optional third argument. | |
9394 | |
9395 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9396 | |
9397 * miscellaneous/bug_report.m: Use octave-bug script with version | |
9398 number appended. | |
9399 | |
3575 | 9400 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9401 | |
9402 * gethelp.cc: Sprinkle with std:: qualifier. | |
9403 | |
3498 | 9404 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9405 | |
9406 * image/saveimage.m: Delete some debugging code. | |
9407 | |
3486 | 9408 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9409 | |
9410 * signal/sinc.m: Avoid reshaping. | |
9411 | |
9412 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
9413 * image/ind2rgb.m: Ditto. | |
9414 * image/ind2gray.m: Ditto. | |
9415 * general/reshape.m: Ditto. Also no longer needs to reset | |
9416 implicit_str_to_num_ok. | |
9417 | |
3483 | 9418 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9419 | |
9420 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
9421 a list of file structures, not a vector of numeric file ids. | |
9422 | |
3474 | 9423 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9424 | |
3476 | 9425 * plot/__axis_label__.m: New function. |
9426 Undo string escapes in text twice(!) before sending to gnuplot. | |
9427 * plot/xlabel.m: Use it. | |
9428 * plot/ylabel.m: Ditto. | |
9429 * plot/zlabel.m: Ditto. | |
9430 | |
3474 | 9431 * plot/mesh.m: Fix error message to reflect reality. |
9432 | |
5095 | 9433 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 9434 |
9435 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
9436 | |
5095 | 9437 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 9438 |
9439 * audio/saveaudio.m: Also accept files with .ul extension. | |
9440 * audio/loadaudio.m: Ditto. | |
9441 * audio/playaudio.m: Ditto. | |
9442 | |
3456 | 9443 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9444 | |
9445 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
9446 * statistics/distributions/beta_inv.m: Ditto. | |
9447 * statistics/distributions/beta_pdf.m: Ditto. | |
9448 * statistics/distributions/beta_rnd.m: Ditto. | |
9449 * statistics/distributions/binomial_cdf.m: Ditto. | |
9450 * statistics/distributions/binomial_inv.m: Ditto. | |
9451 * statistics/distributions/binomial_pdf.m: Ditto. | |
9452 * statistics/distributions/binomial_rnd.m: Ditto. | |
9453 * statistics/distributions/cauchy_cdf.m: Ditto. | |
9454 * statistics/distributions/cauchy_inv.m: Ditto. | |
9455 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9456 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9457 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9458 * statistics/distributions/chisquare_inv.m: Ditto. | |
9459 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9460 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9461 * statistics/distributions/discrete_cdf.m: Ditto. | |
9462 * statistics/distributions/discrete_inv.m: Ditto. | |
9463 * statistics/distributions/discrete_pdf.m: Ditto. | |
9464 * statistics/distributions/discrete_rnd.m: Ditto. | |
9465 * statistics/distributions/empirical_cdf.m: Ditto. | |
9466 * statistics/distributions/empirical_inv.m: Ditto. | |
9467 * statistics/distributions/empirical_pdf.m: Ditto. | |
9468 * statistics/distributions/empirical_rnd.m: Ditto. | |
9469 * statistics/distributions/exponential_cdf.m: Ditto. | |
9470 * statistics/distributions/exponential_inv.m: Ditto. | |
9471 * statistics/distributions/exponential_pdf.m: Ditto. | |
9472 * statistics/distributions/exponential_rnd.m: Ditto. | |
9473 * statistics/distributions/f_cdf.m: Ditto. | |
9474 * statistics/distributions/f_inv.m: Ditto. | |
9475 * statistics/distributions/f_pdf.m: Ditto. | |
9476 * statistics/distributions/f_rnd.m: Ditto. | |
9477 * statistics/distributions/gamma_cdf.m: Ditto. | |
9478 * statistics/distributions/gamma_inv.m: Ditto. | |
9479 * statistics/distributions/gamma_pdf.m: Ditto. | |
9480 * statistics/distributions/gamma_rnd.m: Ditto. | |
9481 * statistics/distributions/geometric_cdf.m: Ditto. | |
9482 * statistics/distributions/geometric_inv.m: Ditto. | |
9483 * statistics/distributions/geometric_pdf.m: Ditto. | |
9484 * statistics/distributions/geometric_rnd.m: Ditto. | |
9485 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9486 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9487 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9488 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9489 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9490 * statistics/distributions/laplace_cdf.m: Ditto. | |
9491 * statistics/distributions/laplace_inv.m: Ditto. | |
9492 * statistics/distributions/laplace_pdf.m: Ditto. | |
9493 * statistics/distributions/laplace_rnd.m: Ditto. | |
9494 * statistics/distributions/logistic_cdf.m: Ditto. | |
9495 * statistics/distributions/logistic_inv.m: Ditto. | |
9496 * statistics/distributions/logistic_pdf.m: Ditto. | |
9497 * statistics/distributions/logistic_rnd.m: Ditto. | |
9498 * statistics/distributions/lognormal_cdf.m: Ditto. | |
9499 * statistics/distributions/lognormal_inv.m: Ditto. | |
9500 * statistics/distributions/lognormal_pdf.m: Ditto. | |
9501 * statistics/distributions/lognormal_rnd.m: Ditto. | |
9502 * statistics/distributions/normal_cdf.m: Ditto. | |
9503 * statistics/distributions/normal_inv.m: Ditto. | |
9504 * statistics/distributions/normal_pdf.m: Ditto. | |
9505 * statistics/distributions/normal_rnd.m: Ditto. | |
9506 * statistics/distributions/pascal_cdf.m: Ditto. | |
9507 * statistics/distributions/pascal_inv.m: Ditto. | |
9508 * statistics/distributions/pascal_pdf.m: Ditto. | |
9509 * statistics/distributions/pascal_rnd.m: Ditto. | |
9510 * statistics/distributions/poisson_cdf.m: Ditto. | |
9511 * statistics/distributions/poisson_inv.m: Ditto. | |
9512 * statistics/distributions/poisson_pdf.m: Ditto. | |
9513 * statistics/distributions/poisson_rnd.m: Ditto. | |
9514 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
9515 * statistics/distributions/stdnormal_inv.m: Ditto. | |
9516 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
9517 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
9518 * statistics/distributions/t_cdf.m: Ditto. | |
9519 * statistics/distributions/t_inv.m: Ditto. | |
9520 * statistics/distributions/t_pdf.m: Ditto. | |
9521 * statistics/distributions/t_rnd.m: Ditto. | |
9522 * statistics/distributions/uniform_cdf.m: Ditto. | |
9523 * statistics/distributions/uniform_inv.m: Ditto. | |
9524 * statistics/distributions/uniform_pdf.m: Ditto. | |
9525 * statistics/distributions/uniform_rnd.m: Ditto. | |
9526 * statistics/distributions/weibull_cdf.m: Ditto. | |
9527 * statistics/distributions/weibull_inv.m: Ditto. | |
9528 * statistics/distributions/weibull_pdf.m: Ditto. | |
9529 * statistics/distributions/weibull_rnd.m: Ditto. | |
9530 * statistics/distributions/wiener_rnd.m: Ditto. | |
9531 | |
3453 | 9532 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9533 | |
9534 * statistics/base/values.m: Texinfoize doc string. | |
9535 * statistics/base/var.m: Ditto. | |
9536 * statistics/base/table.m: Ditto. | |
9537 * statistics/base/studentize.m: Ditto. | |
9538 * statistics/base/statistics.m: Ditto. | |
9539 * statistics/base/spearman.m: Ditto. | |
9540 * statistics/base/run_count.m: Ditto. | |
9541 * statistics/base/ranks.m: Ditto. | |
9542 * statistics/base/range.m: Ditto. | |
9543 * statistics/base/qqplot.m: Ditto. | |
9544 * statistics/base/probit.m: Ditto. | |
9545 * statistics/base/ppplot.m: Ditto. | |
9546 * statistics/base/moment.m: Ditto. | |
9547 * statistics/base/meansq.m: Ditto. | |
9548 * statistics/base/logit.m: Ditto. | |
9549 * statistics/base/kendall.m: Ditto. | |
9550 * statistics/base/iqr.m: Ditto. | |
9551 * statistics/base/cut.m: Ditto. | |
9552 * statistics/base/cor.m: Ditto. | |
9553 * statistics/base/cloglog.m: Ditto. | |
9554 * statistics/base/center.m: Ditto. | |
3454 | 9555 * statistics/models/logistic_regression.m: Ditto. |
9556 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9557 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9558 * statistics/tests/anova.m: Ditto. | |
9559 * statistics/tests/bartlett_test.m: Ditto. | |
9560 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9561 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9562 * statistics/tests/cor_test.m: Ditto. | |
9563 * statistics/tests/f_test_regression.m: Ditto. | |
9564 * statistics/tests/hotelling_test.m: Ditto. | |
9565 * statistics/tests/hotelling_test_2.m: Ditto. | |
9566 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9567 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9568 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9569 * statistics/tests/manova.m: Ditto. | |
9570 * statistics/tests/mcnemar_test.m: Ditto. | |
9571 * statistics/tests/prop_test_2.m: Ditto. | |
9572 * statistics/tests/run_test.m: Ditto. | |
9573 * statistics/tests/sign_test.m: Ditto. | |
9574 * statistics/tests/t_test.m: Ditto. | |
9575 * statistics/tests/t_test_2.m: Ditto. | |
9576 * statistics/tests/t_test_regression.m: Ditto. | |
9577 * statistics/tests/u_test.m: Ditto. | |
9578 * statistics/tests/var_test.m: Ditto. | |
9579 * statistics/tests/welch_test.m: Ditto. | |
9580 * statistics/tests/wilcoxon_test.m: Ditto. | |
9581 * statistics/tests/z_test.m: Ditto. | |
9582 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9583 |
3446 | 9584 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9585 | |
9586 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9587 * plot/__plr1__.m: Ditto. |
9588 * plot/__pltopt__.m: Ditto. | |
9589 * plot/__plt__.m: Ditto. | |
9590 * plot/__plt2vv__.m: Ditto. | |
9591 * plot/__plr2__.m: Ditto. | |
9592 * plot/__plr__.m: Ditto. | |
9593 * plot/__plt1__.m: Ditto. | |
9594 * plot/__plt2__.m: Ditto. | |
9595 * plot/__plt2mm__.m: Ditto. | |
9596 * plot/__plt2mv__.m: Ditto. | |
9597 * plot/__plt2ss__.m: Ditto. | |
9598 * miscellaneous/paren.m: Ditto. | |
9599 * miscellaneous/comma.m: Ditto. | |
9600 * miscellaneous/semicolon.m: Ditto. | |
9601 * miscellaneous/path.m: Ditto. | |
9602 * miscellaneous/list_primes.m: Ditto. | |
9603 * miscellaneous/flops.m: Ditto. | |
9604 * miscellaneous/dump_prefs.m: Ditto. | |
9605 * miscellaneous/bug_report.m: Ditto. | |
9606 * linear-algebra/dot.m: Ditto | |
9607 * linear-algebra/dmult.m: Ditto. | |
9608 * general/randperm.m: Ditto. | |
9609 * general/logical.m: Ditto. | |
9610 * general/is_duplicate_entry.m: Ditto. | |
9611 * signal/arch_fit.m: Ditto. | |
9612 * signal/arch_rnd.m: Ditto. | |
9613 * signal/arch_test.m: Ditto. | |
9614 * signal/arma_rnd.m: Ditto. | |
9615 * signal/autocor.m: Ditto. | |
9616 * signal/autocov.m: Ditto. | |
9617 * signal/autoreg_matrix.m: Ditto. | |
9618 * signal/bartlett.m: Ditto. | |
9619 * signal/blackman.m: Ditto. | |
9620 * signal/detrend.m: Ditto. | |
9621 * signal/diffpara.m: Ditto. | |
9622 * signal/durbinlevinson.m: Ditto. | |
9623 * signal/fftconv.m: Ditto. | |
9624 * signal/fftfilt.m: Ditto. | |
9625 * signal/fftshift.m: Ditto. | |
9626 * signal/fractdiff.m: Ditto. | |
9627 * signal/freqz.m: Ditto. | |
9628 * signal/hamming.m: Ditto. | |
9629 * signal/hanning.m: Ditto. | |
9630 * signal/hurst.m: Ditto. | |
9631 * signal/periodogram.m: Ditto. | |
9632 * signal/rectangle_lw.m: Ditto. | |
9633 * signal/rectangle_sw.m: Ditto. | |
9634 * signal/sinc.m: Ditto. | |
9635 * signal/sinetone.m: Ditto. | |
9636 * signal/sinewave.m: Ditto. | |
9637 * signal/spectral_adf.m: Ditto. | |
9638 * signal/spectral_xdf.m: Ditto. | |
9639 * signal/spencer.m: Ditto. | |
9640 * signal/stft.m: Ditto. | |
9641 * signal/synthesis.m: Ditto. | |
9642 * signal/triangle_lw.m: Ditto. | |
9643 * signal/triangle_sw.m: Ditto. | |
9644 * signal/yulewalker.m: Ditto. | |
3450 | 9645 * control/util/strappend.m: Ditto. |
3451 | 9646 * control/base/nichols.m: Ditto. |
3452 | 9647 * control/system/is_signal_list.m: Ditto. |
9648 * control/system/listidx.m: Ditto. | |
9649 * control/system/sysgettsam.m: Ditto. | |
9650 * control/system/sysidx.m: Ditto. | |
3446 | 9651 |
3438 | 9652 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9653 | |
9654 * control/system/__abcddims__.m: Rename from | |
9655 control/system/abcddims.m, change all callers. | |
9656 * control/base/__bodquist__.m: Likewise. | |
9657 * control/base/__freqresp__.m: Likewise. | |
9658 * control/util/__outlist__.m: Likewise. | |
9659 * control/base/__stepimp__.m: Likewise. | |
9660 * control/system/__syschnamesl__.m: Likewise. | |
9661 * control/system/__syscont_disc__.m: Likewise. | |
9662 * control/system/__sysdefioname__.m: Likewise. | |
9663 * control/system/__sysdefstname__.m: Likewise. | |
9664 * control/system/__sysgroupn__.m: Likewise. | |
9665 * control/system/__tf2sysl__.m: Likewise. | |
9666 * control/util/__zgpbal__.m: Likewise. | |
9667 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9668 |
9669 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9670 * quaternion/qconj.m: Ditto. |
9671 * quaternion/qcoordinate_plot.m: Ditto. | |
9672 * quaternion/qderiv.m: Ditto. | |
9673 * quaternion/qderivmat.m: Ditto. | |
9674 * quaternion/qinv.m: Ditto. | |
9675 * quaternion/qmult.m: Ditto. | |
9676 * quaternion/qtrans.m: Ditto. | |
9677 * quaternion/qtransv.m: Ditto. | |
9678 * quaternion/qtransvmat.m: Ditto. | |
9679 * quaternion/quaternion.m: Ditto. | |
3438 | 9680 |
3436 | 9681 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9682 | |
9683 * control/base/Makefile.in: Ditto. | |
9684 * control/hinf/Makefile.in: New file. | |
9685 * control/marsyas/Makefile.in: Ditto. | |
9686 * control/obsolete/Makefile.in: Ditto. | |
9687 * control/system/Makefile.in: Ditto. | |
9688 * control/util/Makefile.in: Ditto. | |
9689 | |
9690 * strings/com2str.m: Move here from control directory. | |
9691 | |
9692 * control/base: New directory. | |
9693 * control/base/DEMOcontrol.m: Move here from control directory. | |
9694 * control/base/analdemo.m: Ditto. | |
9695 * control/base/are.m: Ditto. | |
9696 * control/base/bddemo.m: Ditto. | |
9697 * control/base/bode.m: Ditto. | |
9698 * control/base/bode_bounds.m: Ditto. | |
9699 * control/base/bodquist.m: Ditto. | |
9700 * control/base/controldemo.m: Ditto. | |
9701 * control/base/ctrb.m: Ditto. | |
9702 * control/base/damp.m: Ditto. | |
9703 * control/base/dare.m: Ditto. | |
9704 * control/base/dcgain.m: Ditto. | |
9705 * control/base/dgram.m: Ditto. | |
9706 * control/base/dlqe.m: Ditto. | |
9707 * control/base/dlqr.m: Ditto. | |
9708 * control/base/dlyap.m: Ditto. | |
9709 * control/base/dre.m: Ditto. | |
9710 * control/base/frdemo.m: Ditto. | |
9711 * control/base/freqchkw.m: Ditto. | |
9712 * control/base/freqresp.m: Ditto. | |
9713 * control/base/gram.m: Ditto. | |
9714 * control/base/impulse.m: Ditto. | |
9715 * control/base/lqe.m: Ditto. | |
9716 * control/base/lqg.m: Ditto. | |
9717 * control/base/lqr.m: Ditto. | |
9718 * control/base/lsim.m: Ditto. | |
9719 * control/base/ltifr.m: Ditto. | |
9720 * control/base/lyap.m: Ditto. | |
9721 * control/base/nichols.m: Ditto. | |
9722 * control/base/nyquist.m: Ditto. | |
9723 * control/base/obsv.m: Ditto. | |
9724 * control/base/place.m: Ditto. | |
9725 * control/base/pzmap.m: Ditto. | |
9726 * control/base/rldemo.m: Ditto. | |
9727 * control/base/rlocus.m: Ditto. | |
9728 * control/base/step.m: Ditto. | |
9729 * control/base/stepimp.m: Ditto. | |
9730 * control/base/tzero.m: Ditto. | |
9731 * control/base/tzero2.m: Ditto. | |
9732 | |
9733 * control/hinf: New directory. | |
9734 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9735 * control/hinf/h2norm.m: Ditto. | |
9736 * control/hinf/h2syn.m: Ditto. | |
9737 * control/hinf/hinf_ctr.m: Ditto. | |
9738 * control/hinf/hinfdemo.m: Ditto. | |
9739 * control/hinf/hinfnorm.m: Ditto. | |
9740 * control/hinf/hinfsyn.m: Ditto. | |
9741 * control/hinf/hinfsyn_chk.m: Ditto. | |
9742 * control/hinf/hinfsyn_ric.m: Ditto. | |
9743 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9744 * control/hinf/dgkfdemo.m: Ditto. |
9745 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9746 |
9747 * control/marsyas: New directory. | |
9748 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9749 * control/marsyas/susball.m: Ditto. | |
9750 | |
9751 * control/obsolete/dezero.m: Move here from control directory. | |
9752 * control/obsolete/rotg.m: Ditto. | |
9753 | |
9754 * control/system: New directory. | |
9755 * control/system/abcddim.m: Move here from control directory. | |
9756 * control/system/abcddims.m: Ditto. | |
9757 * control/system/buildssic.m: Ditto. | |
9758 * control/system/c2d.m: Ditto. | |
9759 * control/system/d2c.m: Ditto. | |
9760 * control/system/dmr2d.m: Ditto. | |
9761 * control/system/fir2sys.m: Ditto. | |
9762 * control/system/is_abcd.m: Ditto. | |
9763 * control/system/is_digital.m: Ditto. | |
9764 * control/system/is_sample.m: Ditto. | |
9765 * control/system/is_signal_list.m: Ditto. | |
9766 * control/system/is_siso.m: Ditto. | |
3441 | 9767 * control/system/is_controllable.m: Ditto. |
9768 * control/system/is_detectable.m: Ditto. | |
9769 * control/system/is_observable.m: Ditto. | |
9770 * control/system/is_stabilizable.m: Ditto. | |
9771 * control/system/is_stable.m: Ditto. | |
3436 | 9772 * control/system/jet707.m: Ditto. |
9773 * control/system/listidx.m: Ditto. | |
9774 * control/system/moddemo.m: Ditto. | |
9775 * control/system/ord2.m: Ditto. | |
9776 * control/system/packedform.m: Ditto. | |
9777 * control/system/parallel.m: Ditto. | |
9778 * control/system/ss2sys.m: Ditto. | |
9779 * control/system/ss2tf.m: Ditto. | |
9780 * control/system/ss2zp.m: Ditto. | |
9781 * control/system/starp.m: Ditto. | |
9782 * control/system/sys2fir.m: Ditto. | |
9783 * control/system/sys2ss.m: Ditto. | |
9784 * control/system/sys2tf.m: Ditto. | |
9785 * control/system/sys2zp.m: Ditto. | |
9786 * control/system/sysadd.m: Ditto. | |
9787 * control/system/sysappend.m: Ditto. | |
9788 * control/system/syschnamesl.m: Ditto. | |
9789 * control/system/syschtsam.m: Ditto. | |
9790 * control/system/sysconnect.m: Ditto. | |
9791 * control/system/syscont.m: Ditto. | |
9792 * control/system/syscont_disc.m: Ditto. | |
9793 * control/system/sysdefioname.m: Ditto. | |
9794 * control/system/sysdefstname.m: Ditto. | |
9795 * control/system/sysdimensions.m: Ditto. | |
9796 * control/system/sysdisc.m: Ditto. | |
9797 * control/system/sysdup.m: Ditto. | |
9798 * control/system/sysgetsignals.m: Ditto. | |
9799 * control/system/sysgettsam.m: Ditto. | |
9800 * control/system/sysgettype.m: Ditto. | |
9801 * control/system/sysgroup.m: Ditto. | |
9802 * control/system/sysgroupn.m: Ditto. | |
9803 * control/system/sysidx.m: Ditto. | |
9804 * control/system/sysmin.m: Ditto. | |
9805 * control/system/sysmult.m: Ditto. | |
9806 * control/system/sysout.m: Ditto. | |
9807 * control/system/sysprune.m: Ditto. | |
9808 * control/system/sysreorder.m: Ditto. | |
9809 * control/system/sysrepdemo.m: Ditto. | |
9810 * control/system/sysscale.m: Ditto. | |
9811 * control/system/syssetsignals.m: Ditto. | |
9812 * control/system/syssub.m: Ditto. | |
9813 * control/system/sysupdate.m: Ditto. | |
9814 * control/system/tf2ss.m: Ditto. | |
9815 * control/system/tf2sys.m: Ditto. | |
9816 * control/system/tf2sysl.m: Ditto. | |
9817 * control/system/tf2zp.m: Ditto. | |
9818 * control/system/tfout.m: Ditto. | |
9819 * control/system/ugain.m: Ditto. | |
9820 * control/system/zp2ss.m: Ditto. | |
9821 * control/system/zp2ssg2.m: Ditto. | |
9822 * control/system/zp2sys.m: Ditto. | |
9823 * control/system/zp2tf.m: Ditto. | |
9824 * control/system/zpout.m: Ditto. | |
9825 | |
9826 * control/util: New directory. | |
9827 * control/util/axis2dlim.m: Move here from control directory. | |
9828 * control/util/outlist.m: Ditto. | |
9829 * control/util/prompt.m: Ditto. | |
9830 * control/util/run_cmd.m: Ditto. | |
9831 * control/util/sortcom.m: Ditto. | |
9832 * control/util/strappend.m: Ditto. | |
9833 * control/util/swap.m: Ditto. | |
9834 * control/util/zgfmul.m: Ditto. | |
9835 * control/util/zgfslv.m: Ditto. | |
9836 * control/util/zginit.m: Ditto. | |
9837 * control/util/zgpbal.m: Ditto. | |
9838 * control/util/zgreduce.m: Ditto. | |
9839 * control/util/zgrownorm.m: Ditto. | |
9840 * control/util/zgscal.m: Ditto. | |
9841 * control/util/zgsgiv.m: Ditto. | |
9842 * control/util/zgshsr.m: Ditto. | |
9843 | |
3427 | 9844 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9845 | |
9846 * gethelp.cc (extract_help_text): Discard first space character | |
9847 after consecutive comment characters. | |
9848 | |
3422 | 9849 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9850 | |
9851 * control/obsolete: New directory | |
9852 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9853 * control/obsolete/swapcols.m: Ditto. |
9854 * control/obsolete/dlqg.m: Ditto. | |
9855 * control/obsolete/minfo.m: Ditto. | |
9856 * control/obsolete/packsys.m: Ditto. | |
9857 * control/obsolete/qzval.m: Ditto. | |
9858 * control/obsolete/unpacksys.m: Ditto. | |
9859 * control/obsolete/series.m: Ditto. | |
9860 * control/obsolete/syschnames.m: Ditto. | |
9861 * polynomial/polyout.m: Ditto. | |
3422 | 9862 |
3420 | 9863 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9864 | |
9865 * general/fliplr.m: Eliminate useless copy of arg. | |
9866 * general/flipud.m: Ditto. | |
9867 | |
3418 | 9868 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9869 | |
9870 * linear-algebra/cross.m: Only return a row vector if both args | |
9871 are row vectors. | |
9872 * polynomial/polyfit.m: Likewise. | |
9873 | |
9874 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9875 | |
9876 * statistics/distributions/discrete_rnd.m: | |
9877 Always generate a row vector. | |
9878 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9879 | |
5095 | 9880 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9881 |
9882 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9883 | |
9884 * audio/setaudio.m: Texinfoize doc string. | |
9885 * control/com2str.m: Likewise. | |
9886 * control/controldemo.m: Likewise. | |
9887 * control/DEMOcontrol.m: Likewise. | |
9888 * control/dezero.m: Likewise. | |
9889 * control/dre.m: Likewise. | |
9890 * control/hinfsyn_ric.m: Likewise. | |
9891 | |
5095 | 9892 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9893 |
9894 * io/printf.m: Add @seealso{...} to doc string. | |
9895 * io/puts.m: Likewise. | |
9896 * plot/semilogx.m: Likewise. | |
9897 * plot/semilogy.m: Likewise. | |
9898 * plot/__pltopt__.m: Likewise. | |
9899 * plot/bar.m: Likewise. | |
9900 * plot/xlabel.m: Likewise. | |
9901 * plot/grid.m: Likewise. | |
9902 * plot/shg.m: Likewise. | |
9903 * plot/title.m: Likewise. | |
9904 * plot/mesh.m: Likewise. | |
9905 * plot/__pltopt1__.m: Likewise. | |
9906 * plot/contour.m: Likewise. | |
9907 * plot/hist.m: Likewise. | |
9908 * plot/stairs.m: Likewise. | |
9909 * plot/meshgrid.m: Likewise. | |
9910 * plot/polar.m: Likewise. | |
9911 * plot/loglog.m: Likewise. | |
9912 * plot/plot.m: Likewise. | |
9913 * miscellaneous/semicolon.m: Likewise. | |
9914 * miscellaneous/menu.m: Likewise. | |
9915 * miscellaneous/etime.m: Likewise. | |
9916 * miscellaneous/texas_lotto.m: Likewise. | |
9917 * miscellaneous/comma.m: Likewise. | |
9918 * audio/lin2mu.m: Likewise. | |
9919 * audio/playaudio.m: Likewise. | |
9920 * audio/loadaudio.m: Likewise. | |
9921 * audio/saveaudio.m: Likewise. | |
9922 * audio/mu2lin.m: Likewise. | |
9923 * audio/record.m: Likewise. | |
9924 * strings/isletter.m: Likewise. | |
9925 * strings/lower.m: Likewise. | |
9926 * strings/lower.m: Likewise. | |
9927 * strings/upper.m: Likewise. | |
9928 * specfun/erfinv.m: Likewise. | |
9929 * specfun/gammai.m: Likewise. | |
9930 * specfun/log2.m: Likewise. | |
9931 * specfun/pow2.m: Likewise. | |
9932 * elfun/gcd.m: Likewise. | |
9933 * elfun/lcm.m: Likewise. | |
9934 * special-matrix/vander.m: Likewise. | |
9935 * special-matrix/sylvester_matrix.m: Likewise. | |
9936 * special-matrix/hilb.m: Likewise. | |
9937 * special-matrix/hankel.m: Likewise. | |
9938 * special-matrix/toeplitz.m: Likewise. | |
9939 * special-matrix/invhilb.m: Likewise. | |
9940 * statistics/base/std.m: Likewise. | |
9941 * statistics/base/median.m: Likewise. | |
9942 * linear-algebra/cond.m: Likewise. | |
9943 * linear-algebra/norm.m: Likewise. | |
9944 * finance/nper.m: Likewise. | |
9945 * finance/pmt.m: Likewise. | |
9946 * finance/pv.m: Likewise. | |
9947 * finance/rate.m: Likewise. | |
9948 * finance/npv.m: Likewise. | |
9949 * general/fliplr.m: Likewise. | |
9950 * general/flipud.m: Likewise. | |
9951 * general/is_scalar.m: Likewise. | |
9952 * general/rem.m: Likewise. | |
9953 * general/perror.m: Likewise. | |
9954 * general/tril.m: Likewise. | |
9955 * general/rot90.m: Likewise. | |
9956 * general/num2str.m: Likewise. | |
9957 * general/int2str.m: Likewise. | |
9958 * general/reshape.m: Likewise. | |
9959 * general/logspace.m: Likewise. | |
9960 * general/is_symmetric.m: Likewise. | |
9961 * general/is_vector.m: Likewise. | |
9962 * general/nextpow2.m: Likewise. | |
9963 * general/columns.m: Likewise. | |
9964 * general/is_square.m: Likewise. | |
9965 * general/rows.m: Likewise. | |
9966 * control/ugain.m: Likewise. | |
9967 * control/damp.m: Likewise. | |
9968 * control/dare.m: Likewise. | |
9969 * control/are.m: Likewise. | |
9970 * control/sys2fir.m: Likewise. | |
9971 * control/abcddim.m: Likewise. | |
9972 * control/is_abcd.m: Likewise. | |
9973 * control/step.m: Likewise. | |
9974 * control/is_observable.m: Likewise. | |
9975 * control/is_controllable.m: Likewise. | |
9976 * control/jet707.m: Likewise. | |
9977 * control/polyout.m: Likewise. | |
9978 * control/impulse.m: Likewise. | |
9979 * control/lqg.m: Likewise. | |
9980 * control/is_detectable.m: Likewise. | |
9981 * control/sysdimensions.m: Likewise. | |
9982 * control/sysupdate.m: Likewise. | |
9983 * control/stepimp.m: Likewise. | |
9984 * control/is_stable.m: Likewise. | |
9985 * control/tfout.m: Likewise. | |
9986 * control/zpout.m: Likewise. | |
9987 | |
3405 | 9988 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9989 | |
9990 * set/complement.m: Add @seealso{} stuff. | |
9991 * set/create_set.m: Likewise. | |
9992 * set/intersection.m: Likewise. | |
9993 * set/union.m: Likewise. | |
9994 | |
3399 | 9995 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9996 | |
3400 | 9997 * control/d2c.m: Use double quotes instead of single quotes for |
9998 string constants. | |
9999 * control/dgkfdemo.m: Likewise. | |
10000 * control/fir2sys.m: Likewise. | |
10001 * control/frdemo.m: Likewise. | |
10002 * control/moddemo.m: Likewise. | |
10003 * control/minfo.m: Likewise. | |
10004 * control/is_stabilizable.m: Likewise. | |
10005 * control/is_dgkf.m: Likewise. | |
10006 * control/polyout.m: Likewise. | |
10007 * control/sysconnect.m: Likewise. | |
10008 * control/sysrepdemo.m: Likewise. | |
10009 * control/tf2sys.m: Likewise. | |
10010 * control/tfout.m: Likewise. | |
10011 * control/zp2sys.m: Likewise. | |
10012 * control/zpout.m: Likewise. | |
10013 * control/tzero.m: Likewise. | |
10014 | |
10015 * control/DEMOcontrol.m: Handle moddemo case too. | |
10016 | |
10017 * image/loadimage.m: Use double quotes instead of single quotes | |
10018 for string constants. Use sprintf instead of square brackets to | |
10019 construct string. | |
10020 | |
3399 | 10021 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10022 * control/fir2sys.m: Likewise. |
3399 | 10023 |
3390 | 10024 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10025 | |
10026 * mkdoc: Only delete spaces before @ characters at the beginning | |
10027 of a line. | |
10028 | |
3383 | 10029 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10030 | |
3388 | 10031 * control/bddemo.m: Make it more likely to work with any value of |
10032 whitespace_in_literal_matrix. | |
3386 | 10033 * control/analdemo.m: Ditto. |
10034 * control/dgkfdemo.m: Ditto. | |
10035 * control/frdemo.m: Ditto. | |
10036 * control/sysrepdemo.m: Ditto. | |
10037 * control/moddemo.m: Ditto. | |
3388 | 10038 * control/zp2ss.m: Ditto. |
3387 | 10039 * control/zp2tf.m: Ditto. |
3388 | 10040 * control/syssub.m: Ditto. |
10041 * finance/npv.m: Ditto. | |
10042 * statistics/base/studentize.m: Ditto. | |
10043 * statistics/base/values.m: Ditto. | |
10044 * statistics/distributions/exponential_cdf.m: Ditto. | |
10045 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10046 |
3384 | 10047 * control/dezero.m: Use toascii to convert string to ASCII value |
10048 instead of multiplying it by 1. | |
10049 | |
3383 | 10050 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10051 * control/zpout.m: Ditto. | |
10052 * control/tfout.m: Ditto. | |
10053 * control/tf2sys.m: Ditto. | |
10054 * control/syssub.m: Ditto. | |
10055 * control/syssetsignals.m: Ditto. | |
10056 * control/sysout.m: Ditto. | |
10057 * control/sysmult.m: Ditto. | |
10058 * control/sysgroup.m: Ditto. | |
10059 * control/sysdup.m: Ditto. | |
10060 * control/sysdisc.m: Ditto. | |
10061 * control/syscont.m: Ditto. | |
10062 * control/sysconnect.m: Ditto. | |
10063 * control/sysappend.m: Ditto. | |
10064 * control/sysadd.m: Ditto. | |
10065 * control/ss2sys.m: Ditto. | |
10066 * control/nyquist.m: Ditto. | |
10067 * control/lqg.m: Ditto. | |
10068 * control/fir2sys.m: Ditto. | |
10069 * control/dmr2d.m: Ditto. | |
10070 * control/dezero.m: Ditto. | |
10071 * control/d2c.m: Ditto. | |
10072 * control/c2d.m: Ditto. | |
10073 * control/bddemo.m: Ditto. | |
10074 * control/pzmap.m: Ditto. | |
10075 | |
5095 | 10076 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10077 |
10078 * signal/spectral_adf.m: Fix typo. | |
10079 | |
3372 | 10080 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10081 | |
10082 * linear-algebra/cond.m: Texinfoize doc string. | |
10083 * linear-algebra/kron.m: Ditto. | |
10084 * linear-algebra/norm.m: Ditto. | |
10085 * linear-algebra/null.m: Ditto. | |
10086 * linear-algebra/orth.m: Ditto. | |
10087 * linear-algebra/rank.m: Ditto. | |
10088 * linear-algebra/trace.m: Ditto. | |
10089 * linear-algebra/qzhess.m: Ditto. | |
10090 * miscellaneous/menu.m: Ditto. | |
3373 | 10091 * general/perror.m: Ditto. |
10092 * general/strerror.m: Ditto. | |
10093 * general/columns.m: Ditto. | |
10094 * general/rows.m: Ditto. | |
10095 * image/colormap.m: Ditto. | |
10096 * image/gray.m: Ditto. | |
10097 * image/gray2ind.m: Ditto. | |
10098 * image/image.m: Ditto. | |
10099 * image/imagesc.m: Ditto. | |
10100 * image/imshow.m: Ditto. | |
10101 * image/ind2gray.m: Ditto. | |
10102 * image/ind2rgb.m: Ditto. | |
10103 * image/loadimage.m: Ditto. | |
10104 * image/rgb2ntsc.m: Ditto. | |
10105 * image/ntsc2rgb.m: Ditto. | |
10106 * image/ocean.m: Ditto. | |
10107 * image/rgb2ind.m: Ditto. | |
10108 * image/saveimage.m: Ditto. | |
3372 | 10109 * io/printf.m: Ditto. |
10110 * io/puts.m: Ditto. | |
10111 | |
3369 | 10112 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10113 | |
10114 * special-matrix/hankel.m: Texinfoize doc string. | |
10115 * special-matrix/hilb.m: Ditto. | |
10116 * special-matrix/invhilb.m: Ditto. | |
10117 * special-matrix/sylvester_matrix.m: Ditto. | |
10118 * special-matrix/toeplitz.m: Ditto. | |
10119 * special-matrix/vander.m: Ditto. | |
10120 * linear-algebra/vec.m: Ditto. | |
10121 * linear-algebra/vech.m: Ditto. | |
10122 * general/common_size.m: Ditto. | |
10123 * general/diff.m: Ditto. | |
10124 * general/fliplr.m: Ditto. | |
10125 * general/flipud.m: Ditto. | |
10126 * general/rot90.m: Ditto. | |
10127 * general/reshape.m: Ditto. | |
10128 * general/shift.m: Ditto. | |
10129 * general/tril.m: Ditto. | |
10130 * general/triu.m: Ditto. | |
10131 * general/logspace.m: Ditto. | |
3371 | 10132 * general/nargchk.m: Ditto. |
3369 | 10133 |
3367 | 10134 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10135 | |
10136 * statistics/base/mean: Texinfoize doc string. | |
10137 * statistics/base/median: Ditto. | |
10138 * statistics/base/std: Ditto. | |
10139 * statistics/base/cov: Ditto. | |
10140 * statistics/base/corrcoef: Ditto. | |
10141 * statistics/base/kurtosis: Ditto. | |
10142 * statistics/base/mahalanobis: Ditto. | |
10143 * statistics/base/skewness: Ditto. | |
3368 | 10144 * statistics/base/gls.m: Ditto. |
10145 * statistics/base/ols.m: Ditto. | |
3367 | 10146 * signal/detrend.m: Ditto. |
10147 * signal/freqz.m: Ditto. | |
10148 * signal/sinc.m: Ditto. | |
10149 * signal/fftconv.m: Ditto. | |
10150 * signal/fftfilt.m: Ditto. | |
3368 | 10151 * set/create_set.m: Ditto. |
10152 * set/union.m: Ditto. | |
10153 * set/intersection.m: Ditto. | |
10154 * set/complement.m: Ditto. | |
10155 * poly/compan.m: Ditto. | |
10156 * poly/conv: Ditto. | |
10157 * poly/deconv: Ditto. | |
10158 * poly/poly: Ditto. | |
10159 * poly/polyderiv: Ditto. | |
10160 * poly/polyfit: Ditto. | |
10161 * poly/polyinteg: Ditto. | |
10162 * poly/polyreduce: Ditto. | |
10163 * poly/polyval: Ditto. | |
10164 * poly/polyvalm: Ditto. | |
10165 * poly/residue: Ditto. | |
10166 * poly/roots: Ditto. | |
10167 * plot/top_title.m: Ditto | |
10168 * plot/subwindow.m: Ditto | |
10169 * plot/subplot.m: Ditto | |
10170 * plot/plot_border.m: Ditto | |
10171 * plot/oneplot.m: Ditto | |
10172 * plot/multiplot.m: Ditto | |
10173 * plot/mplot.m: Ditto | |
10174 * plot/xlabel.m: Ditto | |
10175 * plot/figure.m: Ditto | |
10176 * plot/meshdom.m: Ditto | |
10177 * plot/mesh.m: Ditto | |
10178 * plot/stairs.m: Ditto | |
10179 * plot/polar.m: Ditto | |
10180 * plot/loglog.m: Ditto | |
10181 * plot/hist.m: Ditto | |
10182 * plot/contour.m: Ditto | |
10183 * plot/bar.m: Ditto | |
10184 * plot/axis.m: Ditto | |
10185 * plot/plot.m: Ditto. | |
3367 | 10186 |
3361 | 10187 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10188 | |
3365 | 10189 * control/pinv.m: Delete. |
10190 | |
3364 | 10191 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10192 | |
3361 | 10193 * strings/blanks.m: Texinfoize doc string. |
10194 * strings/strcat.m: Ditto. | |
10195 * strings/str2mat.m: Ditto. | |
10196 * strings/deblank.m: Ditto. | |
10197 * strings/findstr.m: Ditto. | |
10198 * strings/index.m: Ditto. | |
10199 * strings/rindex.m: Ditto. | |
10200 * strings/split.m: Ditto. | |
10201 * strings/strcmp.m: Ditto. | |
10202 * strings/strrep.m: Ditto. | |
10203 * strings/substr.m: Ditto. | |
10204 * general/int2str.m: Ditto. | |
10205 * general/num2str.m: Ditto. | |
10206 * strings/dec2bin.m: Ditto. | |
10207 * strings/bin2dec: Ditto. | |
10208 * strings/dec2bin: Ditto. | |
10209 * strings/dec2hex: Ditto. | |
10210 * strings/hex2dec: Ditto. | |
10211 * strings/str2num: Ditto. | |
10212 | |
3347 | 10213 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10214 | |
10215 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10216 | |
5095 | 10217 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10218 |
10219 * control/DEMOcontrol.m: Texinfoize doc string. | |
10220 * control/abcddim.m: Ditto. | |
10221 * control/abcddims.m: Ditto. | |
10222 * control/analdemo.m: Ditto. | |
10223 * control/are.m: Ditto. | |
10224 * control/axis2dlim.m: Ditto. | |
10225 * control/bddemo.m: Ditto. | |
10226 * control/bode.m: Ditto. | |
10227 * control/bode_bounds.m: Ditto. | |
10228 * control/bodquist.m: Ditto. | |
10229 * control/buildssic.m: Ditto. | |
10230 * control/c2d.m: Ditto. | |
10231 * control/ctrb.m: Ditto. | |
10232 * control/d2c.m: Ditto. | |
10233 * control/damp.m: Ditto. | |
10234 * control/dare.m: Ditto. | |
10235 * control/dcgain.m: Ditto. | |
10236 * control/dgkfdemo.m: Ditto. | |
10237 * control/dgram.m: Ditto. | |
10238 * control/dlqe.m: Ditto. | |
10239 * control/dlqr.m: Ditto. | |
10240 * control/dlyap.m: Ditto. | |
10241 * control/dmr2d.m: Ditto. | |
10242 * control/fir2sys.m: Ditto. | |
10243 * control/frdemo.m: Ditto. | |
10244 * control/freqchkw.m: Ditto. | |
10245 * control/freqresp.m: Ditto. | |
10246 * control/gram.m: Ditto. | |
10247 * control/h2norm.m: Ditto. | |
10248 * control/h2syn.m: Ditto. | |
10249 * control/hinf_ctr.m: Ditto. | |
10250 * control/hinfdemo.m: Ditto. | |
10251 * control/hinfnorm.m: Ditto. | |
10252 * control/hinfsyn.m: Ditto. | |
10253 * control/hinfsyn_chk.m: Ditto. | |
10254 * control/impulse.m: Ditto. | |
10255 * control/is_abcd.m: Ditto. | |
10256 * control/is_controllable.m: Ditto. | |
10257 * control/is_detectable.m: Ditto. | |
10258 * control/is_dgkf.m: Ditto. | |
10259 * control/is_digital.m: Ditto. | |
10260 * control/is_observable.m: Ditto. | |
10261 * control/is_sample.m: Ditto. | |
10262 * control/is_signal_list.m: Ditto. | |
10263 * control/is_siso.m: Ditto. | |
10264 * control/is_stabilizable.m: Ditto. | |
10265 * control/is_stable.m: Ditto. | |
10266 * control/jet707.m: Ditto. | |
10267 * control/lqe.m: Ditto. | |
10268 * control/lqg.m: Ditto. | |
10269 * control/lqr.m: Ditto. | |
10270 * control/lsim.m: Ditto. | |
10271 * control/ltifr.m: Ditto. | |
10272 * control/lyap.m: Ditto. | |
10273 * control/moddemo.m: Ditto. | |
10274 * control/nyquist.m: Ditto. | |
10275 * control/obsv.m: Ditto. | |
10276 * control/ord2.m: Ditto. | |
10277 * control/outlist.m: Ditto. | |
10278 * control/pinv.m: Ditto. | |
10279 * control/place.m: Ditto. | |
10280 * control/polyout.m: Ditto. | |
10281 * control/prompt.m: Ditto. | |
10282 * control/pzmap.m: Ditto. | |
10283 * control/qzval.m: Ditto. | |
10284 * control/rldemo.m: Ditto. | |
10285 * control/rlocus.m: Ditto. | |
10286 * control/sortcom.m: Ditto. | |
10287 * control/ss2sys.m: Ditto. | |
10288 * control/ss2tf.m: Ditto. | |
10289 * control/ss2zp.m: Ditto. | |
10290 * control/starp.m: Ditto. | |
10291 * control/step.m: Ditto. | |
10292 * control/stepimp.m: Ditto. | |
10293 * control/susball.m: Ditto. | |
10294 * control/sys2fir.m: Ditto. | |
10295 * control/sys2ss.m: Ditto. | |
10296 * control/sys2tf.m: Ditto. | |
10297 * control/sys2zp.m: Ditto. | |
10298 * control/sysadd.m: Ditto. | |
10299 * control/sysappend.m: Ditto. | |
10300 * control/syschnames.m: Ditto. | |
10301 * control/syschnamesl.m: Ditto. | |
10302 * control/syschtsam.m: Ditto. | |
10303 * control/sysconnect.m: Ditto. | |
10304 * control/syscont.m: Ditto. | |
10305 * control/syscont_disc.m: Ditto. | |
10306 * control/sysdefioname.m: Ditto. | |
10307 * control/sysdefstname.m: Ditto. | |
10308 * control/sysdimensions.m: Ditto. | |
10309 * control/sysdisc.m: Ditto. | |
10310 * control/sysdup.m: Ditto. | |
10311 * control/sysgetsignals.m: Ditto. | |
10312 * control/sysgettype.m: Ditto. | |
10313 * control/sysgroup.m: Ditto. | |
10314 * control/sysgroupn.m: Ditto. | |
10315 * control/sysmult.m: Ditto. | |
10316 * control/sysout.m: Ditto. | |
10317 * control/sysprune.m: Ditto. | |
10318 * control/sysreorder.m: Ditto. | |
10319 * control/sysrepdemo.m: Ditto. | |
10320 * control/sysscale.m: Ditto. | |
10321 * control/syssetsignals.m: Ditto. | |
10322 * control/syssub.m: Ditto. | |
10323 * control/sysupdate.m: Ditto. | |
10324 * control/tf2ss.m: Ditto. | |
10325 * control/tf2sys.m: Ditto. | |
10326 * control/tf2sysl.m: Ditto. | |
10327 * control/tf2zp.m: Ditto. | |
10328 * control/tfout.m: Ditto. | |
10329 * control/tzero.m: Ditto. | |
10330 * control/tzero2.m: Ditto. | |
10331 * control/ugain.m: Ditto. | |
10332 * control/wgt1o.m: Ditto. | |
10333 * control/zgfmul.m: Ditto. | |
10334 * control/zgfslv.m: Ditto. | |
10335 * control/zginit.m: Ditto. | |
10336 * control/zgpbal.m: Ditto. | |
10337 * control/zgreduce.m: Ditto. | |
10338 * control/zgrownorm.m: Ditto. | |
10339 * control/zgscal.m: Ditto. | |
10340 * control/zgsgiv.m: Ditto. | |
10341 * control/zgshsr.m: Ditto. | |
10342 * control/zp2ss.m: Ditto. | |
10343 * control/zp2ssg2.m: Ditto. | |
10344 * control/zp2sys.m: Ditto. | |
10345 * control/zp2tf.m: Ditto. | |
10346 * control/zpout.m: Ditto. | |
10347 | |
5095 | 10348 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10349 |
5378 | 10350 * audio/lin2mu.m: Texinfoize doc string. |
10351 * audio/loadaudio.m: Ditto. | |
10352 * audio/mu2lin.m: Ditto. | |
10353 * audio/playaudio.m: Ditto. | |
10354 * audio/record.m: Ditto. | |
10355 * audio/saveaudio.m: Ditto. | |
3332 | 10356 |
5095 | 10357 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10358 |
10359 * elfun/acot.m: Texinfoize doc string. | |
10360 * elfun/acsc.m: Ditto. | |
10361 * elfun/acsch.m: Ditto. | |
10362 * elfun/asec.m: Ditto. | |
10363 * elfun/asech.m: Ditto. | |
10364 * elfun/cot.m: Ditto. | |
10365 * elfun/coth.m: Ditto. | |
10366 * elfun/csc.m: Ditto. | |
10367 * elfun/csch.m: Ditto. | |
10368 * elfun/gcd.m: Ditto. | |
10369 * elfun/lcm.m: Ditto. | |
10370 * elfun/sec.m: Ditto. | |
10371 * elfun/sech.m: Ditto. | |
10372 * general/nextpow2.m: Ditto. | |
10373 * general/rem.m: Ditto. | |
10374 * linear-algebra/commutation_matrix.m: Ditto. | |
10375 * linear-algebra/cross.m: Ditto. | |
10376 * linear-algebra/duplication_matrix.m: Ditto. | |
10377 * miscellaneous/bincoeff.m: Ditto. | |
10378 * miscellaneous/xor.m: Ditto. | |
10379 * specfun/bessel.m: Ditto. | |
10380 * specfun/beta.m: Ditto. | |
10381 * specfun/betai.m: Ditto. | |
10382 * specfun/erfinv.m: Ditto. | |
10383 * specfun/gammai.m: Ditto. | |
10384 * specfun/log2.m: Ditto. | |
10385 * specfun/pow2.m: Ditto. | |
10386 | |
5095 | 10387 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10388 |
10389 * general/is_scalar.m: Texinfoize help text. | |
10390 * general/is_square.m: Ditto. | |
10391 * general/is_symmetric.m: Ditto. | |
10392 | |
3320 | 10393 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10394 | |
10395 * strings/split.m: If the string to be split is empty, just return | |
10396 an empty string. | |
10397 | |
3319 | 10398 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10399 | |
10400 * Makefile.in (ALL_M_FILES): New macro. | |
10401 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
10402 | |
3306 | 10403 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10404 | |
10405 * control/bode.m: Don't return anything if nargout == 0. | |
10406 | |
10407 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
10408 | |
10409 * control/bode.m: Don't do axis scaling for magnitude plots. | |
10410 | |
3305 | 10411 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10412 | |
10413 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
10414 gethelp.cc to the list. | |
10415 | |
3296 | 10416 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10417 | |
3301 | 10418 * time/asctime.m: Texinfoize help text. |
10419 * time/clock.m: Ditto. | |
10420 * time/date.m: Ditto. | |
10421 * miscellaneous/cputime.m: Ditto. | |
10422 * miscellaneous/etime.m: Ditto. | |
10423 * miscellaneous/is_leap_year.m: Ditto. | |
10424 * miscellaneous/popen2.m: Ditto. | |
10425 * miscellaneous/version.m: Ditto. | |
10426 * miscellaneous/tic.m: Ditto. | |
10427 * miscellaneous/toc.m: Just refer to tic.m. | |
10428 | |
3297 | 10429 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
10430 `cd dir; $(MAKE); cd ..'. | |
10431 ($(SUBDIRS)): Likewise. | |
10432 | |
10433 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
10434 | |
10435 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10436 of `cd dir; $(MAKE)'. | |
10437 | |
3296 | 10438 * gethelp.cc, mkdoc: New files. |
10439 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
10440 sources. | |
10441 | |
3291 | 10442 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10443 | |
10444 * linear-algebra/kron.m: Fix typo in previous change | |
10445 | |
3282 | 10446 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10447 | |
10448 * control/bode.m: Allow optional 5th arg to specify plot style. | |
10449 | |
5095 | 10450 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 10451 |
10452 * linear-algebra/krylov.m: Correctly handle case of V having full | |
10453 rank when V has more columns than rows. | |
10454 | |
10455 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10456 | |
10457 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10458 | |
10459 * statistics/tests/manova.m: Avoid problems if | |
10460 whitespace_in_literal_matrix is set to "traditional". | |
10461 * statistics/tests/t_test_regression.m: Likewise. | |
10462 * statistics/tests/u_test.m: Likewise. | |
10463 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10464 * statistics/tests/anova.m: Likewise. | |
10465 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10466 * statistics/base/statistics.m: Likewise. | |
10467 * image/saveimage.m: Likewise. | |
10468 * signal/arch_fit.m: Likewise. | |
10469 * signal/autoreg_matrix.m: Likewise. | |
10470 * signal/triangle_lw.m: Likewise. | |
10471 * strings/dec2hex.m: Likewise. | |
10472 | |
3268 | 10473 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10474 | |
10475 * image/saveimage.m: Initialize scale. | |
10476 | |
10477 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10478 | |
10479 * general/reshape.m: Allow reshape (a, size (b)). | |
10480 | |
3266 | 10481 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10482 | |
10483 * specfun/erfinv.m: Improve stopping criterion. | |
10484 Add iteration count as second return value. | |
10485 | |
3265 | 10486 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10487 | |
10488 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10489 | |
3263 | 10490 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10491 | |
10492 * miscellaneous/pack.m: New function. | |
10493 | |
10494 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10495 | |
10496 * plot/figure.m: Always return figure number. With no args, | |
10497 figure now creates a new figure window and returns its number. | |
10498 Accept figure (property, value) syntax, but do nothing. | |
10499 | |
5095 | 10500 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 10501 |
10502 * general/shift.m: Avoid printing temporary value for backward shift. | |
10503 | |
3260 | 10504 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10505 | |
10506 * plot/bar.m: Compute bar widths correctly when x-values are not | |
10507 evenly spaced. | |
10508 | |
3250 | 10509 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10510 | |
10511 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
10512 contain only zeros. | |
10513 | |
5095 | 10514 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 10515 |
10516 * linear-algebra/kron.m: Create result matrix and insert blocks | |
10517 instead of appending them. | |
10518 | |
10519 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10520 | |
10521 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10522 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10523 Update from A. S. Hodel. | |
10524 | |
3246 | 10525 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10526 | |
10527 * polynomial/polyfit.m: Correct previous change. | |
10528 | |
3243 | 10529 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10530 | |
10531 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10532 | |
5095 | 10533 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10534 |
10535 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10536 version of krylov and krylovb. | |
10537 | |
10538 * control/outlist.m, control/sysout.m: Fix typos. | |
10539 | |
10540 * control/sysdimensions.m: Add option for total number of states. | |
10541 | |
10542 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10543 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10544 arguments. | |
10545 | |
10546 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10547 | |
10548 * strings/index.m: Fail with meaningful error message if either | |
10549 arg is a string array. | |
10550 | |
3238 | 10551 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10552 | |
10553 * linear-algebra/norm.m: Do the right thing for 1- and | |
10554 infinity-norms of complex matrices. From Sven Khatri | |
10555 <khatri@saturn.vocalpoint.com>. | |
10556 | |
5095 | 10557 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10558 |
10559 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10560 | |
10561 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10562 | |
10563 * strings/split.m: Avoid problems when splitting strings that have | |
10564 \ in them. | |
10565 | |
5095 | 10566 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10567 |
10568 * image/colormap.m: Do better arg checking, handle string args | |
10569 that name the colormap function to call (e.g., colormap ("ocean")). | |
10570 | |
5095 | 10571 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10572 |
10573 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10574 * linear-algebra/dot.m: Likewise. | |
10575 * linear-algebra/cross.m: Likewise. | |
10576 * general/rot90.m: Likewise. | |
10577 | |
5095 | 10578 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10579 |
10580 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10581 that the leading column is not all zeros. | |
10582 | |
10583 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10584 | |
10585 * general/shift.m: Fix potential problems with | |
10586 whitespace_in_literal_matrix. | |
10587 * signal/arch_rnd.m: Ditto. | |
10588 * signal/autocov.m: Ditto. | |
10589 * signal/diffpara.m: Ditto. | |
10590 * signal/hurst.m: Ditto. | |
10591 * signal/periodogram.m: Ditto. | |
10592 * signal/spectral_adf.m: Ditto. | |
10593 * signal/spectral_xdf.m: Ditto. | |
10594 * signal/spencer.m: Ditto. | |
10595 * signal/synthesis.m: Ditto. | |
10596 * statistics/distributions/wiener_rnd.m: Ditto. | |
10597 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10598 * statistics/models/logistic_regression.m: Ditto. | |
10599 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10600 * statistics/tests/run_test.m: Ditto. | |
10601 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10602 | |
5095 | 10603 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10604 |
10605 * plot/__plr2__.m: Fix typo. | |
10606 | |
3233 | 10607 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10608 | |
10609 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10610 | |
5095 | 10611 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10612 |
10613 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10614 function. | |
10615 | |
5095 | 10616 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10617 |
10618 * control/ss2sys.m: Fix typo. | |
10619 | |
10620 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10621 | |
10622 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10623 | |
10624 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10625 signal names as lists of strings instead of string arrays. | |
10626 | |
3225 | 10627 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10628 | |
3233 | 10629 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10630 <a.s.hodel@eng.auburn.edu>. |
10631 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10632 * quaternion/Makefile.in: New file. |
10633 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10634 |
10635 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10636 | |
10637 * image/saveimage.m: Make it work again for black and white colormaps. | |
10638 | |
10639 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10640 since there can be fewer rows than columns. Round values to | |
10641 nearest position in colormap instead of truncating. Correct usage | |
10642 message. | |
10643 | |
5095 | 10644 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10645 |
10646 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10647 zero rows of [A,v] as householder pivots; this avoids spurious | |
10648 non-zero entries in returned orthogonal matrix U, but destroys the | |
10649 Householder matrix structure of H. | |
10650 | |
10651 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10652 | |
10653 * general/logical.m: Just copy input to output if argument is | |
10654 already a logical object. | |
10655 | |
3215 | 10656 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10657 | |
10658 * New files from OCST, in control subdiretory: | |
10659 | |
10660 DEMOcontrol.m is_siso.m syschnames.m | |
10661 abcddim.m is_stabilizable.m syschnamesl.m | |
10662 abcddims.m is_stable.m syschtsam.m | |
10663 analdemo.m jet707.m sysconnect.m | |
10664 are.m lqe.m syscont.m | |
10665 axis2dlim.m lqg.m syscont_disc.m | |
10666 bddemo.m lqr.m sysdefioname.m | |
10667 bode.m lsim.m sysdefstname.m | |
10668 bode_bounds.m ltifr.m sysdimensions.m | |
10669 bodquist.m lyap.m sysdisc.m | |
10670 buildssic.m mb.m sysdup.m | |
10671 c2d.m minfo.m sysgetsignals.m | |
6302 | 10672 com2str.m moddemo.m sysgettsam.m |
3215 | 10673 controldemo.m nichols.m sysgettype.m |
10674 ctrb.m nyquist.m sysgroup.m | |
10675 d2c.m obsv.m sysgroupn.m | |
10676 damp.m ord2.m sysmult.m | |
10677 dare.m outlist.m sysout.m | |
10678 dcgain.m packedform.m sysprune.m | |
10679 demomarsyas.m packsys.m sysreorder.m | |
10680 dezero.m; parallel.m sysrepdemo.m | |
10681 dgkfdemo.m place.m sysscale.m | |
10682 dgram.m polyout.m syssub.m | |
10683 dhinfdemo.m prompt.m sysupdate.m | |
10684 dlqe.m pzmap.m tf2ss.m | |
10685 dlqg.m qzval.m tf2sys.m | |
10686 dlqr.m rldemo.m tf2sysl.m | |
10687 dlyap.m rlocus.m tf2zp.m | |
10688 dmr2d.m rotg.m tfout.m | |
10689 fir2sys.m run_cmd.m; tzero.m | |
10690 frdemo.m series.m tzero2.m | |
10691 freqchkw.m sortcom.m ugain.m | |
10692 freqresp.m ss2sys.m unpacksys.m | |
10693 gram.m ss2tf.m wgt1o.m | |
10694 h2norm.m ss2zp.m zgfmul.m | |
10695 h2syn.m starp.m zgfslv.m | |
10696 hinf_ctr.m step.m zginit.m | |
10697 hinfdemo.m stepimp.m zgpbal.m | |
10698 hinfnorm.m strappend.m; zgreduce.m | |
10699 hinfsyn.m susball.m zgrownorm.m | |
10700 hinfsyn_chk.m swap.m zgscal.m | |
10701 impulse.m swapcols.m zgsgiv.m | |
10702 is_abcd.m swaprows.m zgshsr.m | |
10703 is_controllable.m sys2fir.m zp2ss.m | |
10704 is_detectable.m sys2ss.m zp2ssg2.m | |
10705 is_dgkf.m sys2tf.m zp2sys.m | |
10706 is_digital.m sys2zp.m zp2tf.m | |
10707 is_observable.m sysadd.m zpout.m | |
10708 is_sample.m sysappend.m | |
10709 | |
10710 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10711 | |
10712 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10713 | |
10714 * strings/deblank.m: Make it work for string arrays too. | |
10715 | |
3211 | 10716 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10717 | |
10718 * linear-algebra/housh.m: New file from the OCST. | |
10719 * linear-algebra/krygetq.m: Ditto. | |
10720 * linear-algebra/krylov.m: Ditto. | |
10721 * linear-algebra/krylovb.m: Ditto. | |
10722 * linear-algebra/qrhouse.m: Ditto. | |
10723 * general/is_duplicate_entry.m: Ditto. | |
10724 | |
10725 * general/is_symmetric.m: Call is_square instead of doing that | |
10726 check in line. | |
10727 | |
3196 | 10728 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10729 | |
3202 | 10730 * general/is_square.m: |
10731 | |
10732 * general/isempty.m, general/is_matrix.m: Delete. | |
10733 | |
10734 * general/is_symmetric: Delete special case for strings. Whether | |
10735 the conversion is valid should depend on implicit_str_to_num_ok. | |
10736 | |
10737 * general/is_square.m: If arg is not a matrix, don't check size, | |
10738 just return 0. | |
10739 * general/is_symmetric: Likewise. | |
10740 * general/is_vector.m: Likewise. | |
10741 * general/is_scalar.m: Likewise. | |
10742 | |
3196 | 10743 * general/length.m: Delete. |
10744 | |
3191 | 10745 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10746 | |
10747 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10748 statistics/distributions/Makefile, statistics/models/Makefile, | |
10749 and statistics/tests/Makefile to the list of files to create. | |
10750 | |
10751 * finance/Makefile.in, statistics/base/Makefile.in, | |
10752 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10753 statistics/tests/Makefile.in: New files. | |
10754 * statistics/Makefile.in: Delete file lists. Now only handle | |
10755 subdirectories. | |
10756 * Makefile.in (SUBDIRS): Add finance. | |
10757 | |
10758 * Move the following files from statistics to statistics/base: | |
10759 | |
10760 corrcoef.m | |
10761 kurtosis.m | |
10762 mahalanobis.m | |
10763 median.m | |
10764 ols.m | |
10765 skewness.m | |
10766 std.m | |
10767 | |
10768 New files, from Kurt Hornik's octave-ci package: | |
10769 | |
10770 * finance (new directory): | |
10771 | |
10772 fv.m | |
10773 fvl.m | |
10774 irr.m | |
10775 nper.m | |
10776 npv.m | |
10777 pmt.m | |
10778 pv.m | |
10779 pvl.m | |
10780 rate.m | |
10781 vol.m | |
10782 | |
10783 * linear-algebra/dmult.m | |
10784 | |
10785 * signal: | |
10786 | |
10787 arch_fit.m | |
10788 arch_rnd.m | |
10789 arch_test.m | |
10790 arma_rnd.m | |
10791 autocor.m | |
10792 autocov.m | |
10793 autoreg_matrix.m | |
10794 bartlett.m | |
10795 blackman.m | |
10796 diffpara.m | |
10797 durbinlevinson.m | |
10798 fractdiff.m | |
10799 hamming.m | |
10800 hanning.m | |
10801 hurst.m | |
10802 periodogram.m | |
10803 rectangle_lw.m | |
10804 rectangle_sw.m | |
10805 sinetone.m | |
10806 sinewave.m | |
10807 spectral_adf.m | |
10808 spectral_xdf.m | |
10809 spencer.m | |
10810 stft.m | |
10811 synthesis.m | |
10812 triangle_lw.m | |
10813 triangle_sw.m | |
10814 yulewalker.m | |
10815 | |
10816 * statistics/base (new directory): | |
10817 | |
10818 center.m | |
10819 cloglog.m | |
10820 cor.m | |
10821 cov.m | |
10822 cut.m | |
10823 iqr.m | |
10824 kendall.m | |
10825 logit.m | |
10826 mean.m | |
10827 meansq.m | |
10828 moment.m | |
10829 ppplot.m | |
10830 probit.m | |
10831 qqplot.m | |
10832 range.m | |
10833 ranks.m | |
10834 run_count.m | |
10835 spearman.m | |
10836 statistics.m | |
10837 studentize.m | |
10838 table.m | |
10839 values.m | |
10840 var.m | |
10841 | |
10842 (Replaces cov.m and mean.m with new versions.) | |
10843 | |
10844 * statistics/distributions (new directory): | |
10845 | |
10846 beta_cdf.m | |
10847 beta_inv.m | |
10848 beta_pdf.m | |
10849 beta_rnd.m | |
10850 binomial_cdf.m | |
10851 binomial_inv.m | |
10852 binomial_pdf.m | |
10853 binomial_rnd.m | |
10854 cauchy_cdf.m | |
10855 cauchy_inv.m | |
10856 cauchy_pdf.m | |
10857 cauchy_rnd.m | |
10858 chisquare_cdf.m | |
10859 chisquare_inv.m | |
10860 chisquare_pdf.m | |
10861 chisquare_rnd.m | |
10862 discrete_cdf.m | |
10863 discrete_inv.m | |
10864 discrete_pdf.m | |
10865 discrete_rnd.m | |
10866 empirical_cdf.m | |
10867 empirical_inv.m | |
10868 empirical_pdf.m | |
10869 empirical_rnd.m | |
10870 exponential_cdf.m | |
10871 exponential_inv.m | |
10872 exponential_pdf.m | |
10873 exponential_rnd.m | |
10874 f_cdf.m | |
10875 f_inv.m | |
10876 f_pdf.m | |
10877 f_rnd.m | |
10878 gamma_cdf.m | |
10879 gamma_inv.m | |
10880 gamma_pdf.m | |
10881 gamma_rnd.m | |
10882 geometric_cdf.m | |
10883 geometric_inv.m | |
10884 geometric_pdf.m | |
10885 geometric_rnd.m | |
10886 hypergeometric_cdf.m | |
10887 hypergeometric_inv.m | |
10888 hypergeometric_pdf.m | |
10889 hypergeometric_rnd.m | |
10890 kolmogorov_smirnov_cdf.m | |
10891 laplace_cdf.m | |
10892 laplace_inv.m | |
10893 laplace_pdf.m | |
10894 laplace_rnd.m | |
10895 logistic_cdf.m | |
10896 logistic_inv.m | |
10897 logistic_pdf.m | |
10898 logistic_rnd.m | |
10899 lognormal_cdf.m | |
10900 lognormal_inv.m | |
10901 lognormal_pdf.m | |
10902 lognormal_rnd.m | |
10903 normal_cdf.m | |
10904 normal_inv.m | |
10905 normal_pdf.m | |
10906 normal_rnd.m | |
10907 pascal_cdf.m | |
10908 pascal_inv.m | |
10909 pascal_pdf.m | |
10910 pascal_rnd.m | |
10911 poisson_cdf.m | |
10912 poisson_inv.m | |
10913 poisson_pdf.m | |
10914 poisson_rnd.m | |
10915 stdnormal_cdf.m | |
10916 stdnormal_inv.m | |
10917 stdnormal_pdf.m | |
10918 stdnormal_rnd.m | |
10919 t_cdf.m | |
10920 t_inv.m | |
10921 t_pdf.m | |
10922 t_rnd.m | |
10923 uniform_cdf.m | |
10924 uniform_inv.m | |
10925 uniform_pdf.m | |
10926 uniform_rnd.m | |
10927 weibull_cdf.m | |
10928 weibull_inv.m | |
10929 weibull_pdf.m | |
10930 weibull_rnd.m | |
10931 wiener_rnd.m | |
10932 | |
10933 * statistics/models (new directory): | |
10934 | |
10935 logistic_regression.m | |
10936 logistic_regression_derivatives.m | |
10937 logistic_regression_likelihood.m | |
10938 | |
10939 * statistics/tests (new directory): | |
10940 | |
10941 anova.m | |
10942 bartlett_test.m | |
10943 chisquare_test_homogeneity.m | |
10944 chisquare_test_independence.m | |
10945 cor_test.m | |
10946 f_test_regression.m | |
10947 hotelling_test.m | |
10948 hotelling_test_2.m | |
10949 kolmogorov_smirnov_test.m | |
10950 kolmogorov_smirnov_test_2.m | |
10951 kruskal_wallis_test.m | |
10952 manova.m | |
10953 mcnemar_test.m | |
10954 prop_test_2.m | |
10955 run_test.m | |
10956 sign_test.m | |
10957 t_test.m | |
10958 t_test_2.m | |
10959 t_test_regression.m | |
10960 u_test.m | |
10961 var_test.m | |
10962 welch_test.m | |
10963 wilcoxon_test.m | |
10964 z_test.m | |
10965 z_test_2.m | |
10966 | |
10967 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10968 | |
10969 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10970 compatibility and to avoid Y2K problems. | |
10971 | |
3190 | 10972 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10973 | |
10974 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10975 least-squares solution. | |
10976 | |
3180 | 10977 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10978 | |
10979 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10980 | |
10981 * strings/strrep.m: Don't convert args to numeric values. | |
10982 Prevent warnings for empty string args. | |
10983 From Georg Thimm <thimm@idiap.ch>. | |
10984 | |
10985 * strings/strcat.m: Prevent warnings for empty string args. | |
10986 | |
10987 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10988 | |
10989 * miscellaneous/menu.m: Remove special case for empty string | |
10990 returned from input(). Add second arg to eval() to catch errors. | |
10991 | |
3178 | 10992 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10993 | |
10994 * plot/__plt__.m: Don't call usleep. | |
10995 | |
3175 | 10996 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10997 | |
10998 * linear-algebra/dot.m: New function. | |
10999 | |
11000 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11001 compatibility. | |
11002 | |
11003 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11004 | |
11005 * plot/hist.m: Also allow just one output argument. | |
11006 | |
11007 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11008 | |
11009 * strings/deblank.m: Make it work if the string is only blanks. | |
11010 | |
11011 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11012 | |
11013 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11014 | |
11015 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11016 | |
11017 * plot/oneplot.m: Fix typo. | |
11018 | |
3174 | 11019 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11020 | |
11021 * miscellaneous/flops.m: Allow a single argument too. | |
11022 | |
11023 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11024 | |
11025 * strings/str2mat.m: Also handle case when there are no empty | |
11026 strings correctly. | |
11027 | |
11028 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11029 | |
11030 * strings/isletter.m: New function, for Matlab compatibility. | |
11031 | |
3168 | 11032 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11033 | |
11034 * strings/str2mat.m: Handle string matrices too. | |
11035 | |
3167 | 11036 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11037 | |
11038 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11039 linear encoding. | |
11040 | |
11041 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11042 audio/record.m: Open files in binary mode. | |
11043 | |
3164 | 11044 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11045 | |
11046 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11047 Move functionality of dump_1_pref here, but use built-in function | |
11048 type to extract value, and put it inside try/catch block. | |
11049 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11050 | |
3162 | 11051 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11052 | |
11053 * plot/__pltopt1.m__: New file. | |
11054 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11055 __pltopt1__ multiple times and returning a string array with rows | |
11056 corresponding to the rows of opt. | |
11057 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11058 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11059 array. | |
11060 | |
11061 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11062 | |
11063 * plot/mplot.m: Fix misspellings of global variables. | |
11064 Don't call clearplot. | |
11065 | |
11066 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11067 | |
11068 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11069 "cle;rep" when going in ot multiplot mode. | |
11070 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11071 switching out of multiplot mode. | |
11072 | |
3156 | 11073 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11074 |
3156 | 11075 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11076 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11077 |
3141 | 11078 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11079 | |
11080 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11081 | |
11082 * miscellaneous/bug_report.m: Don't try to get smart with | |
11083 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11084 | |
11085 * Makefile.in (install): Create separate ls-R files for | |
11086 $(datadir) and $(libexecdir). | |
11087 (uninstall): Remove both ls-R files. | |
11088 | |
3136 | 11089 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11090 | |
11091 * signal/fftshift.m: New file. | |
11092 | |
11093 * plot/contour.m: Fix for non-square case. | |
11094 | |
11095 * general/randperm.m: New file. | |
11096 | |
11097 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11098 | |
11099 * specfun/betai.m: Restore file for compatibility with previous | |
11100 versions. Call betainc with reordered args. | |
11101 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11102 | |
3131 | 11103 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11104 | |
11105 * plot/contour.m: Handle discrete contour levels. | |
11106 | |
11107 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11108 | |
11109 * control/lyap.m: For compatibility with Matlab, solve | |
11110 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11111 | |
3124 | 11112 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11113 | |
11114 * specfun/bessel.m: New file. | |
11115 | |
11116 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11117 specfun/gammainc.m: Delete. | |
11118 | |
3106 | 11119 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11120 | |
11121 * image/colormap.m: Initialize __current_color_map__ in global | |
11122 statement. | |
11123 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11124 statement. | |
11125 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11126 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11127 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11128 | |
3103 | 11129 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11130 | |
11131 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11132 * time/toc.m: Likewise. | |
11133 | |
11134 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11135 | |
11136 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11137 anything special for automatic_replot when in multiplot mode -- | |
11138 recent 3.6beta releases handle this correctly. | |
11139 | |
11140 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11141 setting the terminal type. | |
11142 | |
11143 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11144 plot/subwindow.m: Use leading and trailing underscores for | |
11145 `private' globals. | |
11146 | |
11147 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11148 | |
3101 | 11149 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11150 | |
11151 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11152 | |
3091 | 11153 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11154 | |
3092 | 11155 * specfun/gammai.m: Avoid problems with whitespace when |
11156 constructing matrices. | |
11157 | |
3091 | 11158 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11159 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11160 original y vector. | |
11161 | |
3085 | 11162 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11163 | |
11164 * linear-algebra/cross.m: Use direct formula instead of calling | |
11165 det three times in a loop. If both args are column (row) vectors, | |
11166 return a column (row) vector. If they don't match, pay attention | |
11167 to the value of prefer_column_vectors. | |
11168 | |
5095 | 11169 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11170 |
11171 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11172 nonsymmetric matrices. | |
11173 | |
11174 * general/tril.m: Fix usage message. | |
11175 | |
11176 * polynomial/polyvalm.m: Fix error messages. | |
11177 * polynomial/polyderiv.m: Likewise. | |
11178 * polynomial/polyval.m: Likewise. | |
11179 | |
3081 | 11180 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11181 | |
11182 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11183 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11184 | |
3063 | 11185 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11186 | |
11187 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11188 | |
5095 | 11189 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11190 |
11191 * plot/__pltopt__.m: Handle key/legend names. | |
11192 Correctly set colors, line styles, and point styles. | |
11193 | |
3061 | 11194 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11195 | |
11196 * polynomial/polyfit.m: Return fit y values as second output. | |
11197 Don't use QR factorization to solve least squares problem. | |
11198 | |
11199 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11200 | |
11201 * control/dlqr.m: Use ao, not a, to compute k. | |
11202 | |
3024 | 11203 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11204 | |
11205 * miscellaneous/path.m: New file. | |
11206 | |
2993 | 11207 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11208 | |
11209 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11210 name. | |
11211 | |
2968 | 11212 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11213 | |
11214 * specfun/erfinv.m: Add missing semicolon. | |
11215 | |
2870 | 11216 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11217 | |
11218 * miscellaneous/xor.m: Make type of return value logical. | |
11219 | |
2853 | 11220 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11221 | |
11222 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11223 warn_comma_in_global_decl. | |
11224 | |
2831 | 11225 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11226 | |
11227 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11228 octave-bug script. | |
11229 | |
2823 | 11230 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11231 | |
2824 | 11232 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11233 prefer_zero_one_indexing. | |
11234 | |
2823 | 11235 * general/logical.m: New file. |
11236 | |
2816 | 11237 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11238 | |
11239 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11240 and is_vector(). | |
11241 | |
5095 | 11242 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11243 |
11244 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11245 Use tolerance of 2 * eps. | |
11246 | |
2811 | 11247 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11248 | |
11249 * Makefile.in (install-strip): New target. | |
11250 * audio/Makefile.in: Ditto. | |
11251 * control/Makefile.in: Ditto. | |
11252 * elfun/Makefile.in: Ditto. | |
11253 * general/Makefile.in: Ditto. | |
11254 * image/Makefile.in: Ditto. | |
11255 * io/Makefile.in: Ditto. | |
11256 * linear-algebra/Makefile.in: Ditto. | |
11257 * miscellaneous/Makefile.in: Ditto. | |
11258 * plot/Makefile.in: Ditto. | |
11259 * polynomial/Makefile.in: Ditto. | |
11260 * set/Makefile.in: Ditto. | |
11261 * signal/Makefile.in: Ditto. | |
11262 * specfun/Makefile.in: Ditto. | |
11263 * special-matrix/Makefile.in: Ditto. | |
11264 * startup/Makefile.in: Ditto. | |
11265 * statistics/Makefile.in: Ditto. | |
11266 * strings/Makefile.in: Ditto. | |
11267 | |
2809 | 11268 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11269 | |
11270 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11271 | |
2798 | 11272 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11273 | |
11274 * statistics/corrcoef.m: Make it actually work. | |
11275 | |
2795 | 11276 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11277 | |
2798 | 11278 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11279 |
2779 | 11280 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11281 |
11282 * Version 2.0.5 released. | |
11283 | |
2745 | 11284 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11285 | |
2749 | 11286 * Makefile.in (maintainer-clean): Also remove configure. |
11287 | |
2746 | 11288 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11289 | |
2745 | 11290 * general/is_matrix.m: Return zero for empty matrices. |
11291 | |
11292 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11293 | |
11294 * linear-algebra/vech.m: Size result just once. | |
11295 | |
2726 | 11296 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11297 | |
11298 * general/is_square.m: Handle empty matrices correctly. | |
11299 * general/is_symmetric.m: Handle empty matrices and strings. | |
11300 | |
2716 | 11301 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11302 | |
11303 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11304 * polynomial/deconv.m: Likewise. | |
11305 * polynomial/polyderiv.m: Likewise. | |
11306 * polynomial/polyinteg.m: Likewise. | |
11307 * polynomial/polyreduce.m: Likewise. | |
11308 * polynomial/polyval.m: Likewise. | |
11309 * polynomial/polyvalm.m: Likewise. | |
11310 * general/postpad.m: Likewise. | |
11311 * general/prepad.m: Likewise. | |
11312 | |
11313 * polynomial/compan.m: Check input with is_vector(), not | |
11314 is_matrix(). Handle scalar case. | |
11315 | |
2711 | 11316 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11317 | |
2715 | 11318 * plot/contour.m: Order data so that it is consistent with |
11319 meshgrid and mesh. | |
11320 | |
2711 | 11321 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11322 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11323 | |
2709 | 11324 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11325 |
11326 * Version 2.0.4 released. | |
11327 | |
2706 | 11328 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11329 | |
2702 | 11330 * miscellaneous/paren.m: New file. |
11331 | |
2693 | 11332 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11333 |
11334 * Version 2.0.3 released. | |
11335 | |
2676 | 11336 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11337 | |
11338 * image/saveimage.m: Only clip image data that is actually out of | |
11339 range. | |
11340 | |
2667 | 11341 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11342 | |
11343 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11344 also be considered to be matrices. | |
11345 | |
11346 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11347 | |
11348 * general/isempty.m: Use size(), not rows() and columns(). | |
11349 | |
11350 * plot/contour.m: Convert set to gset. | |
11351 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11352 | |
2663 | 11353 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11354 | |
11355 * specfun/erfinv.m: Fix typo in last change. | |
11356 | |
2650 | 11357 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11358 | |
11359 * image/loadimage.m: Make it possible to load files with image | |
11360 data named X or img. | |
11361 | |
11362 * image/default.img: Change name of image from X to img to match | |
11363 what saveimage does now. | |
11364 | |
11365 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11366 does now. | |
11367 | |
2632 | 11368 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11369 | |
2634 | 11370 * Version 2.0.2 released. |
11371 | |
2632 | 11372 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11373 weird missing-lines bug without creating extra plots unecessarily. | |
11374 | |
2624 | 11375 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11376 | |
11377 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11378 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11379 io/Makefile.in, linear-algebra/Makefile.in, | |
11380 miscellaneous/Makefile.in, plot/Makefile.in, | |
11381 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11382 specfun/Makefile.in, special-matrix/Makefile.in, | |
11383 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11384 time/Makefile.in (bin-dist): New target. | |
11385 | |
2621 | 11386 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11387 | |
11388 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11389 | |
11390 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11391 | |
11392 * miscellaneous/xor.m: Make it work. | |
11393 | |
2613 | 11394 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11395 | |
11396 * plot/sombrero.m: Doc fix. | |
11397 | |
2602 | 11398 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11399 | |
11400 * Version 2.0.1 released. | |
11401 | |
2601 | 11402 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11403 | |
11404 * elfun/lcm.m: Replace missing if statement. | |
11405 | |
11406 * elfun/gcd.m: Report error if no input args. | |
11407 * elfun/lcm.m: Likewise. | |
11408 | |
2597 | 11409 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11410 | |
11411 * Makefile.in (install): Use ls -LR to create ls-R database. | |
11412 Also list contents of $libexecdir/octave in ls-R database. | |
11413 | |
2583 | 11414 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11415 | |
11416 * Version 2.0 released. | |
11417 | |
2575 | 11418 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11419 | |
11420 * Version 1.94. | |
11421 | |
2558 | 11422 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11423 | |
11424 * strings/str2num.m: New file. | |
11425 | |
2554 | 11426 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11427 | |
11428 * Version 1.93. | |
11429 | |
2540 | 11430 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11431 | |
11432 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
11433 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
11434 linear-algebra/vech.m: New files from Kurt Hornik. | |
11435 | |
11436 * general/nextpow2.m, general/shift.m, general/diff.m, | |
11437 general/common_size.m: New files from Kurt Hornik. | |
11438 | |
11439 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
11440 New files from Kurt Hornik. | |
11441 | |
11442 * signal/detrend.m: New file from Kurt Hornik. | |
11443 | |
11444 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
11445 specfun/pow2.m, specfun/log2.m: | |
11446 New files and updates from Kurt Hornik. | |
11447 | |
2523 | 11448 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11449 | |
11450 * plot/__plt__.m: Add explicit replot after last command is | |
11451 issued, to force all lines to be displayed. Hmm. | |
11452 | |
2512 | 11453 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11454 | |
2520 | 11455 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11456 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11457 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11458 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11459 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11460 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11461 Uset gset, not set. | |
11462 | |
2512 | 11463 * Version 1.92. |
11464 | |
2482 | 11465 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11466 | |
2486 | 11467 * image/saveimage.m: When writing PostScript, name Octave as the |
11468 almighty Creator. Use single call to fprintf instead of looping. | |
11469 | |
11470 * image/Makefile.in: Delete references to octtopnm. | |
11471 | |
11472 * general/logspace.m: Doc fix. | |
11473 | |
2482 | 11474 * Version 1.91. |
11475 | |
2458 | 11476 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11477 | |
11478 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11479 | |
11480 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11481 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11482 deleted. | |
11483 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11484 of a system() command to delete the tmp file. | |
11485 | |
2452 | 11486 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11487 | |
11488 * Version 1.90. | |
11489 | |
11490 * Makefile.in (DISTFILES): Add ChangeLog. | |
11491 | |
2360 | 11492 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11493 | |
11494 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
11495 Don't check for string value of automatic_replot. | |
11496 | |
11497 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
11498 Temporarily set do_fortran_indexing to 1, not "true". | |
11499 | |
11500 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
11501 not "false". | |
11502 | |
11503 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
11504 "false". | |
11505 | |
2355 | 11506 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
11507 | |
11508 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
11509 | |
2330 | 11510 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11511 | |
11512 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
11513 system command. | |
11514 | |
11515 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11516 | |
11517 * __plr1__.m: Renamed from polar_int_1.m. | |
11518 * __plr2__.m: Renamed from polar_int_2.m. | |
11519 * __plr__.m: Renamed from polar_int.m. | |
11520 * __plt1__.m: Renamed from plot_int_1.m. | |
11521 * __plt2__.m: Renamed from plot_int_2.m. | |
11522 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11523 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11524 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11525 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11526 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11527 * __plt__.m: Renamed from plot_int.m. | |
11528 * __pltopt__.m: Renamed from plot_opt.m. | |
11529 Change all callers. | |
11530 | |
11531 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11532 | |
11533 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11534 comments like those found in Emacs lisp files. | |
11535 | |
11536 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11537 | |
11538 * All .m files: Change comment style. | |
11539 | |
11540 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11541 | |
11542 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11543 subplot.m, subwindow.m, top_title.m: | |
11544 Print error message if gnuplot_has_multiplot is not true. | |
11545 | |
11546 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11547 | |
11548 * plot/figure.m: New function. | |
11549 | |
11550 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11551 | |
11552 * strings/strrep.m: New function. | |
11553 | |
11554 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11555 | |
11556 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11557 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11558 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11559 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11560 New functions from Kurt Hornik, heavily modified by jwe. | |
11561 | |
11562 * general/reshape.m: Allow strings to be reshaped too. | |
11563 | |
11564 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11565 Always return a scalar. | |
11566 | |
11567 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11568 | |
11569 * polynomial/polyfit.m: Make orientation of result compatible with | |
11570 Matlab. | |
11571 | |
11572 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11573 | |
11574 * polynomial/polyfit.m: Add missing close paren. | |
11575 | |
11576 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11577 | |
11578 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11579 | |
11580 * io/scanf.m: Delete. | |
11581 | |
11582 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11583 | |
11584 * statistics/median.m: Fix typo in usage message. | |
11585 | |
11586 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11587 | |
11588 * miscellaneous/popen2.m: New file. | |
11589 | |
11590 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11591 | |
11592 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11593 | |
11594 * io: New directory. | |
11595 * Makefile.in (SUBDIRS): Add it to the list. | |
11596 | |
11597 * miscellaneous/flops.m: New file. | |
11598 | |
11599 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11600 | |
11601 * miscellaneous/cputime.m: Return three arguments instead of a | |
11602 vector, for compatibility with previous versions and with Matlab | |
11603 (which only returns one scalar value). | |
11604 | |
11605 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11606 | |
11607 * general/triu.m: Compute lower bound on loop index correctly. | |
11608 * general/tril.m: Likewise, for upper bound. | |
11609 | |
11610 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11611 | |
11612 * image/saveimage.m: For color images, make sure indices into | |
11613 temporary colormap and result matrix have proper orientation. | |
11614 Set grey flag correctly. | |
11615 | |
11616 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11617 | |
11618 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11619 jrv@vanzandt.mv.com). | |
11620 | |
11621 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11622 | |
11623 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11624 * mesh.m: Transpose Z if only one arg. | |
11625 Handle case of all three args being matrices (from Jim Van Zandt | |
11626 jrv@vanzandt.mv.com). | |
11627 * meshdom.m: Undo previous change. | |
11628 | |
11629 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11630 | |
11631 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11632 | |
11633 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11634 | |
11635 * audio: New directory of files from Kurt Hornik and Andreas | |
11636 Weingessel. | |
11637 * audio/Makefile.in: New file. | |
11638 * Makefile.in (SUBDIRS): Add audio to the list. | |
11639 | |
11640 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11641 | |
11642 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11643 | |
11644 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11645 | |
11646 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11647 columns (z), not the other way around. | |
11648 * plot/meshdom.m: Don't reverse order of elements in y. | |
11649 | |
11650 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11651 | |
11652 * plot/axis.m: Return current axis if nargin == 0. | |
11653 | |
11654 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11655 | |
11656 * polynomial/roots.m: Updates from Kurt Hornik. | |
11657 | |
11658 * polynomial/polyder.m: New file. | |
11659 | |
11660 * polynomial/polyderiv.m: Give return value and arg different names. | |
11661 | |
11662 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11663 | |
11664 * specfun/betainc.m: New file. | |
11665 * specfun/gammainc.m: New file. | |
11666 | |
11667 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11668 | |
11669 * general/strerror.m: New file. | |
11670 * general/perror.m: Implement using strerror(). | |
11671 | |
11672 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11673 | |
11674 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11675 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11676 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11677 | |
11678 * image/saveimage.m: Round img values first. | |
11679 | |
11680 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11681 | |
11682 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11683 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11684 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11685 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11686 special-matrix/hankel.m special-matrix/toeplitz.m | |
11687 tuwien/strfun/split.m: Add missing semicolons. | |
11688 | |
11689 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11690 | |
11691 * image/Makefile.in: Don't build or install octtoppm. | |
11692 | |
11693 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11694 routines so that people who don't have the pbm stuff installed |
2330 | 11695 can still use this function. |
11696 | |
11697 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11698 | |
11699 * image/saveimage.m: Better error checking, clean up a bit. | |
11700 | |
11701 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11702 | |
11703 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11704 avoid conflict with new built-in text-style function more. | |
11705 | |
11706 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11707 | |
11708 * startup/Makefile.in (install): Also install octaverc in | |
11709 $localfcnfiledir/startup/octavrc. | |
11710 | |
11711 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11712 | |
11713 * mkinstalldirs: New file. | |
11714 * Makefile.in (DISTFILES): Add it to the list. | |
11715 | |
11716 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11717 | |
11718 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11719 | |
11720 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11721 r(1) != c(nr), not if r(1) != c(1). | |
11722 | |
11723 * signal/filter.m: Doc fix. | |
11724 | |
11725 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11726 | |
11727 * miscellaneous/cputime.m: Use new resource structure names (no | |
11728 ru_ or tv_ prefixes). | |
11729 | |
11730 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11731 | |
11732 * time/ctime.m: Fix doc string and usage message. | |
11733 | |
11734 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11735 | |
11736 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11737 | |
11738 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11739 | |
11740 * control/c2d.m: Make function work for any value of | |
11741 whitespace_in_literal_matrix. | |
11742 * control/dare.m: Likewise. | |
11743 * control/tzero.m: Likewise. | |
11744 * elfun/gcd.m: Likewise. | |
11745 * elfun/lcm.m: Likewise. | |
11746 * general/postpad.m: Likewise. | |
11747 * general/prepad.m: Likewise. | |
11748 * linear-algebra/kron.m: Likewise. | |
11749 * miscellaneous/etime.m: Likewise. | |
11750 * polynomial/conv.m: Likewise. | |
11751 * polynomial/deconv.m: Likewise. | |
11752 * polynomial/poly.m: Likewise. | |
11753 * polynomial/roots.m: Likewise. | |
11754 * signal/filter.m: Likewise. | |
11755 * signal/freqz.m: Likewise. | |
11756 * signal/fftfilt.m: Likewise. | |
11757 | |
11758 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11759 | |
11760 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11761 | |
11762 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11763 | |
11764 * plot/polar_int_2.m: Add missing semicolons. | |
11765 Set theta = theta', not rho'. | |
11766 | |
11767 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11768 | |
11769 * polynomial/roots.m: Make it work for any value of | |
11770 whitespace_in_literal_matrix. | |
11771 | |
11772 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11773 | |
11774 * configure.in: New file. | |
11775 | |
11776 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11777 | |
11778 * control/lyap.m: Add missing semicolon. | |
11779 | |
11780 * miscellaneous/cputime.m: New function file. | |
11781 | |
11782 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11783 | |
11784 * time: New directory. | |
11785 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11786 New function files. | |
11787 * time/Makefile.in: New file. | |
11788 * Makefile.in (SUBDIRS): Add time. | |
11789 | |
11790 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11791 | |
11792 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11793 | |
11794 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11795 | |
11796 * plot/plot_int_1.m: Transpose data with .', not '. | |
11797 | |
11798 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11799 | |
11800 * Makefile.in (install uninstall clean mostlyclean distclean | |
11801 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11802 | |
11803 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11804 | |
11805 * Makefile.in (install): Create ls-R database file. | |
11806 (uninstall): Delete it. | |
11807 | |
11808 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11809 | |
5378 | 11810 * image/saveimage.m: Fix typo. |
2330 | 11811 |
11812 See ChangeLog.1 in the top level directory for earlier changes. |