Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8893:937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sun, 01 Mar 2009 09:49:37 -0500 |
parents | 32d218494602 |
children | 4414e555505d |
rev | line source |
---|---|
8893
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
1 2009-03-01 Ben Abbott <bpabbott@mac.com> |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
2 |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
3 * general/num2str.m: Trivial bug fix. Recent switch from split() |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
4 to strsplit() produced cells rather than character data. |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
5 |
8892
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
6 2009-03-01 Ben Abbott <bpabbott@mac.com> |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
7 |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
8 * plot/colorbar.m: Bug fix. Allow hidden colorbars to be deleted, |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
9 and replace existing colorbar when a new one is created. Additional |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
10 demos are included to verify these behaviors. |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
11 |
8890
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
12 2009-02-28 Ben Abbott <bpabbott@mac.com> |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
13 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
14 * plot/__actual_axis_position__.m: Include file missed in prior |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
15 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
16 |
8889
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
17 2009-02-28 Ben Abbott <bpabbott@mac.com> |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
18 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
19 * plot/print.m, plot/gnuplot_drawnow.m: Add compatible support for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
20 specificying resolution of bitmap terminals, "-r<num>". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
21 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
22 * plot/gnuplot_drawnow.m: Check that canvas size is only specified |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
23 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
24 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
25 * plot/gnuplot_drawnow.m, plot/__go_draw_figure__.m: Support papersize, |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
26 paperposition properties. Accommodate gnuplot's implicit margins for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
27 postscript terminals. Remove internal function get_canvassize(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
28 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
29 * plot/gnuplot_drawnow.m: |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
30 Terminate gnuplot "set term ..." with semicolon. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
31 Specify vector terminals sizes in floating point. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
32 Rename internal function isbackend() to output_to_screen(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
33 Rename internal function gnuplot_term() to gnuplot_default_term(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
34 Rename internal function isbitmap() to term_units_are_pixels(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
35 Minor changes for coding conventions. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
36 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
37 * plot/__actual_axis_position__.m, Makefile.in: New function to |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
38 determine position of rendered axes, including the effect of the |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
39 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
40 * plot/__gnuplot_has_feature__.m: Add new feature |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
41 "screen_coordinates_for_{lrtb}margin". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
42 * plot/__go_draw_axes__.m, plot/colorbar.m: Enable axes to be positioned |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
43 using {lrtb}margins. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
44 * plot/colorbar.m: Add to, and modify, demos. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
45 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
46 * plot/print.m: Remove non-functional/commented code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
47 * plot/__go_draw_figure__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
48 * plot/__gnuplot_has_feature__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
49 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
50 * plot/quiver3.m: Add "clf" and "colormap(jet(64))" to demo. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
51 |
8884 | 52 2009-02-27 John W. Eaton <jwe@octave.org> |
53 | |
8887 | 54 * set/complement.m: Call unique, not create_set. |
55 * set/unique.m: Style fix for docstring. | |
56 * deprecated/create_set.m: Move here from set/create_set.m. | |
57 Always return a row vector, as documented. | |
8888
0c7b0049c023
mark create_set as deprecated in 3.2, not 3.0
John W. Eaton <jwe@octave.org>
parents:
8887
diff
changeset
|
58 |
8887 | 59 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
60 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
61 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
62 * 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
|
63 |
8884 | 64 * strings/strsplit.m: Style fixes. |
65 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
66 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
67 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
68 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
69 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
70 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
|
71 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
72 * 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
|
73 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
74 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
75 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
76 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
77 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
78 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
79 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
80 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
81 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
82 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
83 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
84 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
85 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
86 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
87 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
88 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
89 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
90 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
91 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
92 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
93 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
94 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
|
95 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
96 * 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
|
97 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
98 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
99 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
100 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
101 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
102 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
103 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
104 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
105 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
106 * 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
|
107 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
|
108 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
109 * 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
|
110 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
111 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
112 |
8861 | 113 2009-02-24 John W. Eaton <jwe@octave.org> |
114 | |
115 * 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
|
116 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
|
117 |
8861 | 118 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
119 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
120 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
|
121 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
122 * 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
|
123 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
124 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
125 * 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
|
126 |
8857 | 127 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
128 | |
129 * optimization/fsolve.m: Update niter after each iteration, not just | |
130 a succesful one. | |
131 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
132 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
|
133 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
134 * 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
|
135 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
136 * 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
|
137 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
138 |
8847 | 139 2009-02-23 John W. Eaton <jwe@octave.org> |
140 | |
141 * plot/fplot.m: Fix nargin check. | |
142 From Joel Parker <Joel.Parker@radiancetech.com>. | |
143 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
144 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
|
145 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
146 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
147 |
8826 | 148 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
149 | |
150 * linear-algebra/dmult.m: Remove. | |
151 * linear-algebra/Makefile.in: Update. | |
152 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
153 * deprecated/Makefile.in: Update. | |
154 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
155 by diagonal matrices. | |
156 | |
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
|
157 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
|
158 |
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
|
159 * 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
|
160 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
|
161 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
|
162 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
163 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
|
164 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
165 * 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
|
166 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
|
167 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
|
168 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
|
169 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
|
170 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
|
171 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
|
172 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
|
173 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
|
174 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
|
175 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
|
176 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
|
177 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
|
178 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
|
179 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
|
180 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
|
181 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
|
182 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
|
183 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
|
184 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
|
185 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
186 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
187 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
188 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
189 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
190 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
191 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
|
192 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
193 * 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
|
194 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
195 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
|
196 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
197 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
198 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
199 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
|
200 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
201 * 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
|
202 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
203 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
204 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
|
205 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
206 * 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
|
207 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
|
208 |
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
|
209 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
|
210 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
211 * 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
|
212 * 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
|
213 * 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
|
214 * 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
|
215 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
|
216 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
|
217 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
218 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
|
219 |
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
|
220 * 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
|
221 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
|
222 (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
|
223 (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
|
224 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
225 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
|
226 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
227 * 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
|
228 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
229 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
|
230 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
231 * 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
|
232 * 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
|
233 * 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
|
234 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
|
235 * 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
|
236 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
237 |
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
|
238 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
|
239 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
240 * 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
|
241 * 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
|
242 |
8757 | 243 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
244 | |
245 * 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
|
246 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
247 * optimization/fsolve.m: Update comments. |
8757 | 248 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
249 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
|
250 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
251 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
252 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
253 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
|
254 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
255 * 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
|
256 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
|
257 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
258 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
259 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
260 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
|
261 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
|
262 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
|
263 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
|
264 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
|
265 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
|
266 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
267 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
268 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
269 * 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
|
270 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
271 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
272 * 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
|
273 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
274 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
275 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
276 * 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
|
277 |
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
|
278 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
|
279 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
280 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
281 |
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
|
282 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
283 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
284 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
285 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
286 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
|
287 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
288 * 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
|
289 |
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
|
290 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
|
291 |
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
|
292 * 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
|
293 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
|
294 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
295 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
|
296 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
297 * 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
|
298 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
299 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
300 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
301 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
302 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
303 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
304 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
|
305 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
306 * 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
|
307 |
8714 | 308 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
309 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
310 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
311 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
|
312 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
313 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
314 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
|
315 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
316 * 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
|
317 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
318 * 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
|
319 |
8698 | 320 2009-02-08 John W. Eaton <jwe@octave.org> |
321 | |
322 * Makefile.in (install install-strip): Don't install ls-R file. | |
323 (uninstall): Don't uninstall ls-R file. | |
324 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
325 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
326 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
327 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
328 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
329 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
330 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
|
331 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
332 * 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
|
333 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
334 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
|
335 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
336 * 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
|
337 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
338 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
339 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
|
340 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
341 * 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
|
342 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
343 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
|
344 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
345 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
346 * 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
|
347 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
348 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
|
349 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
350 * 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
|
351 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
352 |
8666 | 353 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
354 | |
355 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
356 instead of "interpolate 4, 4". | |
357 | |
8664 | 358 2009-02-04 John W. Eaton <jwe@octave.org> |
359 | |
360 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
361 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
362 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
363 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
364 geometry/voronoi.m, geometry/voronoin.m, | |
365 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
366 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
367 linear-algebra/dmult.m, linear-algebra/dot.m, | |
368 linear-algebra/expm.m, linear-algebra/housh.m, | |
369 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
370 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
371 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
372 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
373 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
374 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
375 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
376 statistics/tests/cor_test.m, | |
377 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
378 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
379 time/addtodate.m: Style fixes. | |
380 | |
8661 | 381 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
382 | |
383 * optimization/fsolve.m: remove redundant line. | |
384 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
385 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
386 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
387 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
388 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
389 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
390 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
391 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
392 |
8652 | 393 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
394 | |
395 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
396 mlock to avoid unloading. | |
397 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
398 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
|
399 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
400 * 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
|
401 * 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
|
402 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
|
403 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
404 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
405 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
406 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
407 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
408 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
409 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
410 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
411 |
8645 | 412 2009-01-30 Kai Habel <kai.habel@gmx.de> |
413 | |
414 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
415 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
416 Require gnuplot 4.3 for transparent patches and surfaces. | |
417 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
418 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
|
419 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
420 * 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
|
421 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
|
422 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
423 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
|
424 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
425 * 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
|
426 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
427 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
428 * 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
|
429 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
430 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
|
431 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
432 * 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
|
433 |
8633 | 434 2009-01-29 Kai Habel <kai.habel@gmx.de> |
435 | |
436 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
437 | |
8632 | 438 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
439 | |
440 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
441 print sensible error message when function is found but not documented. | |
442 | |
443 * help/help.m: Allow displaying 'Contents.m' files. | |
444 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
445 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
|
446 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
447 * 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
|
448 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
449 |
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
|
450 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
451 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
452 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 453 |
454 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
455 feature. | |
456 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
457 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
|
458 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
459 * 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
|
460 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
461 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
462 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
|
463 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
464 * 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
|
465 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
|
466 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
|
467 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
468 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
469 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
470 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
471 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
472 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
473 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
474 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
|
475 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
476 * 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
|
477 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
|
478 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
|
479 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
480 * 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
|
481 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
482 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
483 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
484 * 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
|
485 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
486 |
8602 | 487 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
488 | |
489 * polynomial/spline.m: Doc fix. | |
490 | |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
491 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
|
492 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
493 * 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
|
494 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
495 |
8600 | 496 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
497 | |
498 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
499 square and overdetermined systems. | |
500 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
501 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
|
502 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
503 * 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
|
504 Adjust some defaults. |
8628 | 505 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
506 * 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
|
507 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
508 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
|
509 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
510 * 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
|
511 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
512 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
513 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
514 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
515 |
8591 | 516 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
517 | |
518 * optimization/__fsolve_defopts__.m: Remove. | |
519 * optimization/Makefile.in: Reflect change. | |
520 | |
8590 | 521 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
522 | |
523 * optimization/__fdjac__.m: Fix setting up h. | |
524 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
525 large enough square and overdetermined systems, with pivoting in the | |
526 first step. Simplify options. Adjust defaults - make TR radius | |
527 tolerance less stringent. Support DisplayFcn. | |
528 | |
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
|
529 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
|
530 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
531 * 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
|
532 |
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
|
533 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
|
534 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
535 * 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
|
536 |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
537 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 538 |
539 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
540 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
541 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
|
542 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
543 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
544 * 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
|
545 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
546 * 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
|
547 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
548 * 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
|
549 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
550 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
551 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
|
552 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
553 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
554 * 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
|
555 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
556 * 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
|
557 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
|
558 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
|
559 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
560 * 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
|
561 * 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
|
562 * 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
|
563 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
564 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
565 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
|
566 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
567 * 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
|
568 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
569 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
|
570 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
571 * 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
|
572 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
573 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
|
574 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
575 * 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
|
576 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
|
577 * 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
|
578 * 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
|
579 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
580 * 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
|
581 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
|
582 * 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
|
583 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
584 * 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
|
585 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
586 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
587 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
588 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
589 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
590 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
591 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
592 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
593 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
594 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
595 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
596 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
|
597 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
598 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
599 * general/prepad.m: Doc fix. |
8544 | 600 * image/pink.m: Spelling fix. |
601 * image/hsv.m: Doc fix. | |
602 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 603 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
604 * 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
|
605 |
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
|
606 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
607 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
608 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
609 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
610 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
611 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
|
612 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
613 * 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
|
614 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
615 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
|
616 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
617 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
618 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
619 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
|
620 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
621 * 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
|
622 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
|
623 |
8528 | 624 2008-01-15 Ben Abbott <bpabbott@mac.com> |
625 | |
626 * plot/grid.m: Document handle argument. | |
627 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
628 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
|
629 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
630 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
631 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
632 |
8521 | 633 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
634 | |
635 * gethelp.cc: Include <cstdio>. | |
636 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
637 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
|
638 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
639 * 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
|
640 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
|
641 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
642 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
|
643 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
644 * 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
|
645 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
646 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
|
647 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
|
648 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
|
649 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
|
650 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
|
651 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
|
652 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
|
653 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
|
654 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
|
655 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
|
656 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
|
657 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
|
658 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
|
659 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
660 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
661 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
|
662 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
663 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
664 |
8513 | 665 * optimization/fsolve.m: Doc fix. |
666 | |
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
|
667 * 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
|
668 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
669 * 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
|
670 |
8506 | 671 2009-01-13 John W. Eaton <jwe@octave.org> |
672 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
673 * 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
|
674 |
8507 | 675 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
676 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
677 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
678 general/quadgk.m, general/quadv.m, general/repmat.m, | |
679 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
680 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
681 image/imwrite.m, linear-algebra/dmult.m, | |
682 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
683 miscellaneous/setfield.m, miscellaneous/what.m, | |
684 optimization/fsolve.m, optimization/fzero.m, | |
685 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
686 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
687 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
688 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
689 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
690 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
691 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
692 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
693 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
694 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
695 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
696 statistics/base/center.m, statistics/base/quantile.m, | |
697 statistics/base/ranks.m, statistics/base/std.m, | |
698 statistics/distributions/hygepdf.m, | |
699 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
700 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
701 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
702 testfun/speed.m, testfun/test.m: Style fixes. | |
703 | |
8506 | 704 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
705 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
706 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
707 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
708 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
709 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
710 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
711 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
712 statistics/base/quantile.m, statistics/base/values.m, | |
713 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
714 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
715 time/datestr.m, time/datevec.m: Comment style fixes. | |
716 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
717 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
|
718 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
719 * 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
|
720 |
8466 | 721 2009-01-12 John W. Eaton <jwe@octave.org> |
722 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
723 * 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
|
724 Use strcmpi to compare options. |
8466 | 725 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
726 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
|
727 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
728 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
729 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
730 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
731 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
|
732 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
733 * 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
|
734 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
735 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
736 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
737 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 738 * miscellaneous/orderfields.m: Ditto. |
739 * miscellaneous/what.m: Ditto. | |
740 * pkg/pkg.m: Ditto. | |
741 * plot/ndgrid.m: Ditto. | |
742 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
743 |
8451 | 744 2009-01-09 Kai Habel <kai.habel@gmx.de> |
745 | |
746 * plot/surfl.m: New function | |
8628 | 747 * plot/diffuse.m: Ditto. |
748 * plot/specular.m: Ditto. | |
8451 | 749 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
750 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
|
751 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
752 * 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
|
753 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
754 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
|
755 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
756 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
757 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
758 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
|
759 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
760 * 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
|
761 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
|
762 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
|
763 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
|
764 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
|
765 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
|
766 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
|
767 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
|
768 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
|
769 * 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
|
770 * 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
|
771 * 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
|
772 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
773 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
|
774 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
775 * 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
|
776 |
8438 | 777 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
778 | |
779 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
780 operation fails. | |
781 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
782 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
|
783 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
784 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
785 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
786 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
787 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
788 * 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
|
789 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
790 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
791 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
792 * 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
|
793 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
794 |
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
|
795 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
|
796 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
797 * 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
|
798 |
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
|
799 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
|
800 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
801 * 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
|
802 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
803 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
804 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
805 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
806 |
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
|
807 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
|
808 |
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
|
809 * 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
|
810 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
|
811 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
812 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
813 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
814 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
815 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
816 |
8416 | 817 2008-11-21 Radek Salac <salac.r@gmail.com> |
818 | |
819 * sparse/bicgstab.m: New function. | |
820 * sparse/Makefile.in (SOURCES): Add it here. | |
821 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
822 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
|
823 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
824 * 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
|
825 (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
|
826 * 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
|
827 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
828 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
829 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
830 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
831 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
832 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
833 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
834 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
|
835 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
836 * 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
|
837 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
|
838 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
839 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
840 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
841 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
842 |
8393 | 843 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
844 | |
8394 | 845 * linear-algebra/expm.m: New source. |
8393 | 846 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
847 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
848 |
8394 | 849 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
850 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
851 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
852 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
853 * 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
|
854 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
855 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
|
856 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
857 * 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
|
858 * 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
|
859 * 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
|
860 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
861 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
|
862 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
863 * 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
|
864 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
|
865 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
|
866 * 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
|
867 * 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
|
868 * 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
|
869 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
870 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
871 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
872 * 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
|
873 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
874 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
|
875 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
876 * 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
|
877 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
878 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
|
879 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
880 * 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
|
881 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
882 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
|
883 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
884 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
|
885 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
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-24 Ben Abbott <bpabbott@mac.com> |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
888 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
889 * 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
|
890 |
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
|
891 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
|
892 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
893 * 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
|
894 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
895 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
|
896 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
897 * 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
|
898 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
899 |
8324 | 900 2008-11-14 David Bateman <dbateman@free.fr> |
901 | |
902 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
903 of the axis object. | |
904 | |
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
|
905 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
|
906 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
907 * 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
|
908 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
909 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
|
910 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
911 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
912 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
913 |
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
|
914 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
|
915 |
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
|
916 * 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
|
917 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
|
918 * 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
|
919 |
8316 | 920 2008-11-10 John W. Eaton <jwe@octave.org> |
921 | |
922 * polynomial/spline.m: Delete debugging statements. From | |
923 Sebastian Sch�ps <sebastian@schoeps.org>. | |
924 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
925 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
|
926 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
927 * 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
|
928 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
929 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
930 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
|
931 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
932 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
933 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
934 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
|
935 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
936 * 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
|
937 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
938 |
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
|
939 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
|
940 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
941 * 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
|
942 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
943 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
944 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
945 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
946 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
947 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
948 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
949 |
8305 | 950 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
951 | |
952 * optimization/fzero.m: Replace tabs by spaces. | |
953 | |
954 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
955 | |
956 * optimization/fzero.m: Simplify exception handling. | |
957 | |
958 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
959 | |
960 * optimization/fzero.m: New function file. | |
961 * optimization/Makefile.in: Add it. | |
962 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
963 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
964 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
965 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
966 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
967 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
968 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
969 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
970 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
971 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
972 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
973 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
974 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
975 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
976 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
977 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
978 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
979 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
980 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
981 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
|
982 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
983 * 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
|
984 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
985 * 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
|
986 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
|
987 * 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
|
988 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
989 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
|
990 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
991 * 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
|
992 * 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
|
993 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
|
994 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
995 * 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
|
996 * 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
|
997 * 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
|
998 * 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
|
999 * 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
|
1000 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1001 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1002 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
|
1003 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1004 * 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
|
1005 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
|
1006 * 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
|
1007 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
|
1008 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
|
1009 * 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
|
1010 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1011 * 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
|
1012 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
|
1013 * 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
|
1014 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
|
1015 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1016 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1017 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
|
1018 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1019 * 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
|
1020 |
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
|
1021 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
|
1022 |
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
|
1023 * 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
|
1024 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
|
1025 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1026 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
|
1027 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1028 * 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
|
1029 |
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
|
1030 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
|
1031 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1032 * 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
|
1033 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1034 * 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
|
1035 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1036 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
|
1037 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1038 * 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
|
1039 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1040 |
8257 | 1041 2008-10-22 David Bateman <dbateman@free.fr> |
1042 | |
8260 | 1043 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1044 "caller" workspace. | |
1045 | |
8258 | 1046 * plot/__errplot__.m: Add errorbar series objects. |
1047 * plot/errbar.m: Add some demos. | |
1048 | |
8257 | 1049 * plot/__add_line_series__.m: Remove |
1050 * plot/Makefile.in (SOURCES): Remove it here too. | |
1051 * plot/__add_datasource__.m: Allow for more than one character in | |
1052 source name. | |
1053 * plot/refreshdata.m: Ditto. | |
1054 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1055 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1056 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1057 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1058 * plot/legend.m: Update type in loop and remove debugging messages. | |
1059 | |
8251 | 1060 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1061 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1062 * 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
|
1063 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1064 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1065 |
8249 | 1066 2008-10-21 John W. Eaton <jwe@octave.org> |
1067 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1068 * 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
|
1069 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1070 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1071 |
8249 | 1072 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1073 struct. Use get instead of examining struct fields directly. | |
1074 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1075 object struct. Use get instead of examining struct elements | |
1076 directly. Use allhild instead of looking at children field of | |
1077 figure object struct. | |
1078 | |
8251 | 1079 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1080 |
1081 * plot/orient.m: Fix syntax error. | |
1082 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1083 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1084 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1085 * 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
|
1086 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1087 * 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
|
1088 * 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
|
1089 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1090 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
|
1091 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1092 * 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
|
1093 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
|
1094 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1095 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1096 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
|
1097 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1098 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1099 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1100 * 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
|
1101 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1102 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1103 * 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
|
1104 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1105 * 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
|
1106 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1107 * 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
|
1108 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1109 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
|
1110 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1111 * 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
|
1112 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
|
1113 |
8236 | 1114 2008-10-17 David Bateman <dbateman@free.fr> |
1115 | |
1116 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1117 from potential axis handles. | |
1118 * plot/colorbar.m: Remove debug output. | |
1119 * plot/comet.m: Close plot before demo | |
1120 * plot/contourc.m: No output if nargout == 0. | |
1121 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1122 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
|
1123 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1124 * 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
|
1125 |
8229 | 1126 2008-10-16 John W. Eaton <jwe@octave.org> |
1127 | |
1128 * testfun/rundemos.m: New function. | |
1129 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1130 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
|
1131 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1132 * 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
|
1133 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1134 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
|
1135 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1136 * 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
|
1137 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
|
1138 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1139 * 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
|
1140 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
|
1141 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
|
1142 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1143 * 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
|
1144 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
|
1145 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1146 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1147 * 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
|
1148 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
|
1149 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1150 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
|
1151 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1152 * 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
|
1153 (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
|
1154 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1155 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
|
1156 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1157 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1158 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1159 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1160 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
|
1161 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1162 * 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
|
1163 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
|
1164 (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
|
1165 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1166 * 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
|
1167 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1168 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1169 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1170 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
|
1171 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1172 * 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
|
1173 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1174 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1175 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
|
1176 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1177 * 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
|
1178 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1179 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
|
1180 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1181 * 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
|
1182 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1183 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1184 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1185 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1186 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1187 |
8208 | 1188 2008-10-10 David Bateman <dbateman@free.fr> |
1189 | |
1190 * image/__img__.m: Manually set the limits of th eimage | |
1191 * plot/__go_draw_axes__.m: Base window position in the axis | |
1192 position property and not the outerposition property. Remove | |
1193 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1194 vector to support image based colorbars. Also check labelmode for | |
1195 manual tics. | |
1196 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1197 colorbar code. | |
1198 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1199 it to the principal axis. | |
1200 * plot/legend.m: Support an axis handle as the first | |
1201 argument. Support hggroups. | |
1202 * plot/pareto.m: Don't support an axis handle as the first | |
1203 argument as the plotyy command in fact needs two axis handles. | |
1204 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1205 synchronize the two axes. | |
1206 * plot/subplot.m: Also skip axes that are tagged as being a | |
1207 colorbar. Don't break in search of overlapping axes to delete. Set | |
1208 both the position and the outerposition. | |
1209 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1210 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
|
1211 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1212 * 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
|
1213 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1214 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
|
1215 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1216 * 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
|
1217 * 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
|
1218 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1219 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
|
1220 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1221 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1222 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1223 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1224 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1225 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1226 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1227 * 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
|
1228 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1229 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
|
1230 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1231 * 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
|
1232 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1233 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
|
1234 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1235 * 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
|
1236 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
|
1237 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
|
1238 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
|
1239 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
|
1240 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
|
1241 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
|
1242 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
|
1243 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
|
1244 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
|
1245 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1246 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
|
1247 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1248 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1249 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1250 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1251 * 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
|
1252 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1253 * 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
|
1254 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1255 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
|
1256 |
8182 | 1257 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1258 | |
1259 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
|
1260 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1261 * 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
|
1262 |
8182 | 1263 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1264 | |
1265 * 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
|
1266 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1267 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1268 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1269 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1270 |
8182 | 1271 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
|
1272 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1273 * 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
|
1274 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1275 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1276 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1277 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
|
1278 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1279 * 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
|
1280 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1281 * 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
|
1282 |
8182 | 1283 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
|
1284 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1285 * 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
|
1286 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1287 * 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
|
1288 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1289 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
|
1290 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1291 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1292 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1293 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1294 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1295 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1296 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
|
1297 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1298 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1299 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
|
1300 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1301 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1302 |
8148 | 1303 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
1304 | |
1305 * image/imread.m, image/imwrite.m: Doc fix. | |
1306 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1307 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
|
1308 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1309 * 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
|
1310 |
8149 | 1311 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
|
1312 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1313 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1314 * 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
|
1315 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1316 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
|
1317 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1318 * 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
|
1319 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1320 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1321 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1322 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1323 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1324 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1325 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1326 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1327 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1328 |
8182 | 1329 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1330 |
1331 * plot/comet.m: New file. | |
1332 * plot/Makefile.in (SOURCES): Add it here. | |
1333 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1334 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
|
1335 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1336 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1337 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1338 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1339 * 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
|
1340 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
|
1341 |
8182 | 1342 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
|
1343 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1344 * 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
|
1345 |
8116 | 1346 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1347 | |
8117 | 1348 * image/imshow.m: Fix for display_range. |
1349 | |
8116 | 1350 * general/interpn.m: Fixe for extrapval and documentation of |
1351 extrapval. | |
1352 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1353 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
|
1354 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1355 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1356 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1357 * 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
|
1358 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1359 * 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
|
1360 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1361 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1362 * 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
|
1363 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
|
1364 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1365 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1366 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1367 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1368 |
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
|
1369 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
|
1370 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1371 * 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
|
1372 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
|
1373 |
8088 | 1374 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1375 | |
1376 * plot/plot.m: Doc fix. | |
1377 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1378 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
|
1379 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1380 * 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
|
1381 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1382 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1383 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
|
1384 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1385 * 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
|
1386 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1387 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1388 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1389 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1390 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1391 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1392 * 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
|
1393 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1394 |
8076 | 1395 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1396 | |
1397 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1398 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1399 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1400 | |
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
|
1401 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
|
1402 |
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
|
1403 * 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
|
1404 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
|
1405 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
|
1406 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
|
1407 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
|
1408 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
|
1409 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
|
1410 '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
|
1411 * 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
|
1412 |
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
|
1413 * 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
|
1414 * 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
|
1415 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1416 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1417 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1418 * 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
|
1419 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1420 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1421 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1422 * 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
|
1423 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
|
1424 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1425 * 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
|
1426 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
|
1427 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
|
1428 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1429 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1430 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1431 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1432 |
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
|
1433 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
|
1434 |
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
|
1435 * 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
|
1436 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
|
1437 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1438 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
|
1439 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1440 * 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
|
1441 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1442 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1443 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
|
1444 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1445 * 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
|
1446 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
|
1447 * 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
|
1448 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
|
1449 * 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
|
1450 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1451 * 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
|
1452 * 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
|
1453 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
|
1454 * 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
|
1455 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
|
1456 * 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
|
1457 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
|
1458 * 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
|
1459 * 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
|
1460 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
|
1461 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1462 |
8054 | 1463 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
1464 | |
1465 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
1466 Handle parameter-value options. Untabify. | |
1467 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1468 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
|
1469 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1470 * 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
|
1471 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1472 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1473 * 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
|
1474 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
|
1475 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1476 * 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
|
1477 * 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
|
1478 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1479 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1480 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
|
1481 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1482 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1483 |
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
|
1484 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
|
1485 |
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
|
1486 * 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
|
1487 (__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
|
1488 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
|
1489 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1490 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1491 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1492 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1493 |
8046 | 1494 2008-08-21 David Bateman <dbateman@free.fr> |
1495 | |
1496 * plot/ezplot.m : New function. | |
1497 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
1498 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
1499 | |
8182 | 1500 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
|
1501 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1502 * 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
|
1503 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1504 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1505 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
|
1506 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1507 * 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
|
1508 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
|
1509 |
8040 | 1510 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
|
1511 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1512 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1513 |
8035 | 1514 2008-08-19 David Bateman <dbateman@free.fr> |
1515 | |
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
|
1516 * 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
|
1517 * 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
|
1518 |
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
|
1519 * statistics/base/ranks.m: Doc fix. |
8035 | 1520 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1521 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
|
1522 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1523 * 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
|
1524 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1525 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
|
1526 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1527 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1528 |
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
|
1529 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
|
1530 |
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
|
1531 * 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
|
1532 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
|
1533 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1534 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
|
1535 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1536 * 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
|
1537 |
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
|
1538 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
|
1539 |
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
|
1540 * 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
|
1541 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
|
1542 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1543 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
|
1544 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1545 * 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
|
1546 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1547 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1548 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1549 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1550 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1551 * 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
|
1552 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1553 * 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
|
1554 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1555 |
8182 | 1556 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
|
1557 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1558 * plot/hold.m: Clarify help text. |
7986 | 1559 |
1560 * specfun/reallog.m: Fix help string. | |
1561 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1562 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 1563 |
1564 * strings/regexptranslate.m: Add real documentation. | |
1565 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
1566 * 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
|
1567 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1568 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1569 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1570 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1571 |
7974 | 1572 2008-07-28 John W. Eaton <jwe@octave.org> |
1573 | |
1574 * image/imwrite.m: New function. | |
1575 * image/Makefile.in (SOURCES): Add it to the list. | |
1576 | |
7969 | 1577 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1578 | |
1579 * time/datestr.m: New xtest. | |
1580 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1581 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
|
1582 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1583 * 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
|
1584 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1585 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1586 |
7940 | 1587 2008-07-17 John W. Eaton <jwe@octave.org> |
1588 | |
1589 * general/fliplr.m: Fix usage test. | |
1590 * testfun/test.m: Fix usage tests. | |
1591 | |
8040 | 1592 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1593 |
1594 * statistics/base/cov.m: Fix test that should no longer work. | |
1595 | |
7935 | 1596 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1597 | |
1598 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1599 * plot/Makefile.in (SOURCES): Add them to the list. | |
1600 | |
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
|
1601 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
|
1602 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1603 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1604 * 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
|
1605 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1606 * 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
|
1607 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1608 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1609 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1610 |
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
|
1611 * 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
|
1612 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1613 * 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
|
1614 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1615 * 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
|
1616 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1617 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
|
1618 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1619 * 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
|
1620 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1621 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
|
1622 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1623 * 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
|
1624 |
8040 | 1625 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
|
1626 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1627 * 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
|
1628 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1629 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1630 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1631 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1632 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
|
1633 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1634 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
|
1635 |
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
|
1636 * 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
|
1637 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1638 * 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
|
1639 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
|
1640 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1641 |
8040 | 1642 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
|
1643 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1644 * 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
|
1645 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1646 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1647 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1648 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1649 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1650 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1651 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1652 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
|
1653 |
7817 | 1654 * miscellaneous/debug.m: New file.. |
1655 * Makefile.in (SOURCES): Add it to the list. | |
1656 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1657 * 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
|
1658 []. 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
|
1659 |
8040 | 1660 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1661 |
1662 * strings/strcat.m: Add tests. | |
1663 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1664 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
|
1665 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1666 * 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
|
1667 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1668 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1669 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1670 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1671 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1672 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1673 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1674 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1675 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1676 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1677 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1678 |
7783 | 1679 2008-05-20 Bill Denney <bill@denney.ws> |
1680 | |
1681 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1682 New tests. | |
1683 | |
7777 | 1684 2008-05-19 John W. Eaton <jwe@octave.org> |
1685 | |
1686 * general/isa.m: Fix tests. | |
1687 | |
7773 | 1688 2008-05-13 Bill Denney <bill@denney.ws> |
1689 | |
1690 * general/isa.m: Use persistent cell arrays to hold class names | |
1691 instead of multiple strcmp calls. | |
1692 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1693 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1694 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1695 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1696 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
|
1697 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1698 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1699 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
|
1700 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
|
1701 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1702 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1703 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1704 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1705 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1706 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1707 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
|
1708 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1709 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1710 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1711 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1712 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
|
1713 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1714 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1715 * 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
|
1716 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1717 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1718 * 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
|
1719 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1720 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1721 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1722 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1723 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1724 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
|
1725 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1726 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1727 |
7765 | 1728 2008-05-06 David Bateman <dbateman@free.fr> |
1729 | |
1730 * miscellaneous/symvar.m: New function. | |
1731 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1732 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1733 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
|
1734 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1735 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1736 * 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
|
1737 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1738 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1739 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1740 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1741 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
|
1742 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
|
1743 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1744 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1745 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1746 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1747 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1748 * 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
|
1749 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1750 |
7747 | 1751 2008-04-30 John W. Eaton <jwe@octave.org> |
1752 | |
1753 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1754 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1755 | |
8040 | 1756 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1757 |
1758 * specfun/log2.m: Delete. | |
1759 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1760 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1761 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
|
1762 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1763 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
|
1764 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1765 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1766 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1767 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1768 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1769 |
7736 | 1770 2008-04-25 John W. Eaton <jwe@octave.org> |
1771 | |
1772 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1773 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1774 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1775 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
|
1776 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1777 * 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
|
1778 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
|
1779 * 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
|
1780 |
8149 | 1781 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
|
1782 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1783 * 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
|
1784 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1785 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
|
1786 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1787 * 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
|
1788 |
7713 | 1789 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
|
1790 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1791 * 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
|
1792 |
7710 | 1793 2008-04-14 David Bateman <dbateman@free.fr> |
1794 | |
1795 * plot/rose.m: Add missing comment mark that causes issues with | |
1796 octave-forge function referencing. | |
1797 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1798 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1799 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
|
1800 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1801 * 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
|
1802 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
|
1803 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
|
1804 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
|
1805 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
|
1806 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
|
1807 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
|
1808 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
|
1809 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
|
1810 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
|
1811 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
|
1812 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
|
1813 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
|
1814 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
|
1815 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
|
1816 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
|
1817 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
|
1818 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
|
1819 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
|
1820 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
|
1821 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
|
1822 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
|
1823 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
|
1824 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
|
1825 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
|
1826 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
|
1827 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
|
1828 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
|
1829 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
|
1830 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
|
1831 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
|
1832 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
|
1833 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
|
1834 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
|
1835 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
|
1836 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
|
1837 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
|
1838 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
|
1839 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
|
1840 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
|
1841 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
|
1842 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
|
1843 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
|
1844 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
|
1845 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
|
1846 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
|
1847 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
|
1848 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
|
1849 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1850 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
|
1851 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1852 * 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
|
1853 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1854 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
|
1855 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1856 * 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
|
1857 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1858 * 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
|
1859 * 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
|
1860 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1861 * 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
|
1862 * 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
|
1863 * 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
|
1864 * 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
|
1865 * 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
|
1866 * 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
|
1867 * 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
|
1868 * 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
|
1869 * 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
|
1870 * 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
|
1871 * 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
|
1872 * 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
|
1873 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1874 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1875 * 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
|
1876 * 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
|
1877 * 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
|
1878 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1879 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
|
1880 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1881 * 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
|
1882 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
|
1883 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1884 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
|
1885 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1886 * 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
|
1887 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
|
1888 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
|
1889 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
|
1890 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
|
1891 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
|
1892 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
|
1893 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
|
1894 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
|
1895 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
|
1896 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
|
1897 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
|
1898 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
|
1899 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
|
1900 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
|
1901 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
|
1902 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1903 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
|
1904 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
|
1905 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
|
1906 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
|
1907 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
|
1908 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
|
1909 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1910 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
|
1911 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
|
1912 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
|
1913 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
|
1914 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
|
1915 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
|
1916 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1917 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
|
1918 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
|
1919 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
|
1920 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
|
1921 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
|
1922 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
|
1923 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
|
1924 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
|
1925 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
|
1926 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1927 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
|
1928 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1929 * 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
|
1930 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
|
1931 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
|
1932 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
|
1933 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
|
1934 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
|
1935 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
|
1936 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
|
1937 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
|
1938 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
|
1939 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
|
1940 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
|
1941 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
|
1942 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
|
1943 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
|
1944 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
|
1945 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1946 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
|
1947 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
|
1948 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
|
1949 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
|
1950 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
|
1951 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1952 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
|
1953 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
|
1954 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1955 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
|
1956 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
|
1957 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
|
1958 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
|
1959 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
|
1960 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1961 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
|
1962 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1963 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
|
1964 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
|
1965 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
|
1966 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
|
1967 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
|
1968 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
|
1969 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
|
1970 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
|
1971 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
|
1972 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1973 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
|
1974 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
|
1975 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
|
1976 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1977 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1978 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1979 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1980 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1981 * 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
|
1982 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1983 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1984 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1985 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1986 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1987 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1988 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1989 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1990 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1991 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1992 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1993 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1994 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1995 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1996 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1997 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
|
1998 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1999 * 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
|
2000 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2001 * 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
|
2002 |
7682 | 2003 2008-04-02 Bill Denney <bill@denney.ws> |
2004 | |
2005 * optimization/lsqnonneg.m: New function. | |
2006 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2007 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2008 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2009 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2010 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2011 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2012 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2013 * 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
|
2014 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
|
2015 * 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
|
2016 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2017 |
7678 | 2018 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2019 | |
2020 * general/sortrows.m: Handle negative column arguments. | |
2021 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2022 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2023 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2024 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2025 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2026 |
7673 | 2027 2008-03-31 David Bateman <dbateman@free.fr> |
2028 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2029 * 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
|
2030 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
|
2031 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2032 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2033 * 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
|
2034 * 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
|
2035 * 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
|
2036 * 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
|
2037 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2038 * 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
|
2039 |
7673 | 2040 * plot/ginput.m: New function. |
2041 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2042 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2043 * plot/Makefile.in (SOURCES): Add them to the list. | |
2044 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2045 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
|
2046 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2047 * 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
|
2048 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2049 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2050 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2051 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2052 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2053 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2054 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2055 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2056 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2057 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
|
2058 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2059 * 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
|
2060 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2061 |
7669 | 2062 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2063 | |
2064 * general/del2.m: Missing semicolon. | |
2065 | |
7668 | 2066 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2067 | |
2068 * miscellaneous/info.m: New function. | |
2069 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2070 | |
8149 | 2071 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
|
2072 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2073 * 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
|
2074 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2075 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2076 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
|
2077 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2078 * 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
|
2079 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
|
2080 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2081 * 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
|
2082 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
|
2083 |
7655 | 2084 2008-03-27 Bill Denney <bill@denney.ws> |
2085 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2086 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2087 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2088 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2089 * 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
|
2090 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2091 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2092 * 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
|
2093 |
7657 | 2094 * general/genvarname.m: New function. |
2095 * general/Makefile.in (SOURCES): Add it to the list. | |
2096 | |
7656 | 2097 * time/addtodate.m: New function. |
7657 | 2098 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2099 |
7655 | 2100 * geometry/rectint.m: Vectorize and add more tests. |
2101 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2102 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
|
2103 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2104 * 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
|
2105 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2106 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2107 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2108 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2109 |
7650 | 2110 2008-03-26 John W. Eaton <jwe@octave.org> |
2111 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2112 * 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
|
2113 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2114 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2115 * 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
|
2116 |
7650 | 2117 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2118 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2119 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2120 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2121 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2122 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2123 Texinfo fixes. | |
2124 | |
8040 | 2125 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
|
2126 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2127 * 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
|
2128 |
8149 | 2129 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
|
2130 |
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
|
2131 * 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
|
2132 |
8182 | 2133 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
|
2134 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2135 * 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
|
2136 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
|
2137 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2138 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2139 * 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
|
2140 |
8149 | 2141 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2142 |
2143 * polynomial/convn.m: New function. | |
2144 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2145 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2146 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2147 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2148 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2149 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2150 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2151 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
|
2152 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2153 * 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
|
2154 |
7627 | 2155 2008-03-24 David Bateman <dbateman@free.fr> |
2156 | |
2157 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2158 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2159 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2160 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2161 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2162 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2163 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2164 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2165 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2166 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
|
2167 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2168 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2169 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2170 * 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
|
2171 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2172 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
|
2173 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2174 * 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
|
2175 |
7617 | 2176 * miscellaneous/cast.m: Also allow cast to "char". |
2177 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2178 * 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
|
2179 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2180 * 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
|
2181 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2182 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2183 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2184 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2185 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2186 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2187 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2188 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2189 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2190 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2191 |
7610 | 2192 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2193 | |
2194 * signal/sinetone.m: Ensure integral number of samples. | |
2195 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2196 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
|
2197 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2198 * 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
|
2199 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2200 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
|
2201 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2202 * 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
|
2203 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2204 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
|
2205 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2206 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2207 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2208 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2209 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2210 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2211 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2212 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2213 * 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
|
2214 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2215 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2216 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2217 * 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
|
2218 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2219 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2220 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2221 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
|
2222 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2223 * 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
|
2224 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2225 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
|
2226 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2227 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2228 |
7592 | 2229 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2230 | |
2231 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2232 style to default to avoid wrong mesh color in some cases. | |
2233 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2234 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2235 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2236 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2237 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
|
2238 |
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
|
2239 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
|
2240 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2241 * 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
|
2242 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
|
2243 |
7592 | 2244 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2245 | |
7582 | 2246 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2247 | |
2248 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2249 Allow plotting of uniform colored mesh plots with and | |
2250 w/o hidden line removal. | |
2251 | |
2252 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
|
2253 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2254 * 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
|
2255 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2256 * 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
|
2257 |
7569 | 2258 2008-03-07 John W. Eaton <jwe@octave.org> |
2259 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2260 * 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
|
2261 |
7569 | 2262 * plot/__go_draw_axes__.m: Handle tickdir property. |
2263 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2264 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2265 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2266 * 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
|
2267 Allow matrix arguments when number of bins > 30. |
7568 | 2268 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
|
2269 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2270 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2271 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2272 * 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
|
2273 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2274 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2275 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2276 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
|
2277 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2278 * 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
|
2279 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2280 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
|
2281 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2282 * 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
|
2283 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2284 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2285 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
|
2286 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2287 * 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
|
2288 |
7551 | 2289 2008-03-04 Bill Denney <bill@denney.ws> |
2290 | |
7557 | 2291 * plot/allchild.m, plot/findall.m: New functions. |
2292 * plot/Makefile.in (SOURCES): Add them to the list. | |
2293 | |
7551 | 2294 * geometry/rectint.m: New function. |
7557 | 2295 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2296 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2297 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
|
2298 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2299 * 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
|
2300 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
|
2301 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2302 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2303 |
2304 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2305 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2306 * 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
|
2307 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2308 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
|
2309 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2310 * 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
|
2311 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2312 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
|
2313 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2314 * 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
|
2315 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
|
2316 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2317 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
|
2318 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2319 * 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
|
2320 "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
|
2321 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2322 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
|
2323 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2324 * 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
|
2325 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
|
2326 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
|
2327 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
|
2328 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
|
2329 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
|
2330 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
|
2331 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
|
2332 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
|
2333 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
|
2334 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
|
2335 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
|
2336 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
|
2337 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2338 * 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
|
2339 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2340 * 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
|
2341 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2342 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
|
2343 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2344 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2345 |
7525 | 2346 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2347 | |
2348 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2349 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2350 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
|
2351 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2352 * 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
|
2353 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2354 |
7518 | 2355 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2356 | |
2357 * specfun/legendre.m: Doc fix. | |
2358 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2359 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
|
2360 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2361 * 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
|
2362 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2363 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2364 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
|
2365 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2366 * 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
|
2367 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2368 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2369 * 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
|
2370 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2371 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
|
2372 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2373 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2374 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2375 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2376 * 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
|
2377 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2378 * 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
|
2379 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2380 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2381 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
|
2382 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2383 * 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
|
2384 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2385 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2386 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
|
2387 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2388 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2389 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2390 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
|
2391 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2392 * 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
|
2393 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
|
2394 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
|
2395 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
|
2396 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2397 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
|
2398 |
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
|
2399 * 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
|
2400 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
|
2401 |
7501 | 2402 * polynomial/polyfit.m: Use QR decomposition. Handle |
2403 normalization option. | |
2404 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2405 generate 50% prediction intervals. | |
2406 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2407 * 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
|
2408 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2409 |
7498 | 2410 2008-02-19 John W. Eaton <jwe@octave.org> |
2411 | |
2412 * pkg/pkg.m: Style fixes. | |
2413 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2414 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2415 |
2416 * pkg/pkg.m: Handle 'describe' command. | |
2417 (parse_pkg_idx, print_package_description): New subfunctions. | |
2418 | |
7493 | 2419 2008-02-19 Bill Denney <bill@denney.ws> |
2420 | |
2421 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2422 elements wide. | |
2423 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2424 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
|
2425 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2426 * 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
|
2427 |
7485 | 2428 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2429 | |
2430 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2431 * general/runlength.m: New function from Paul Kienzle. | |
2432 | |
7484 | 2433 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2434 | |
2435 * linear-algebra/cond.m: New optional second argument to | |
2436 specify 1-norm, inf-norm, or frobenius-norm. | |
2437 | |
7475 | 2438 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2439 | |
2440 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2441 body. Allow the linespec to specify the arrow color. | |
2442 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2443 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
|
2444 |
7474 | 2445 * miscellaneous/cast.m: Also treat the logical type. |
2446 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2447 * 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
|
2448 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2449 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2450 * 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
|
2451 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2452 * 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
|
2453 * 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
|
2454 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2455 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
|
2456 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2457 * 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
|
2458 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2459 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2460 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2461 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2462 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2463 * 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
|
2464 |
7436 | 2465 2008-02-01 Dave Goel <deego3@gmail.com> |
2466 | |
2467 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
2468 | |
7434 | 2469 2008-02-01 Bill Denney <bill@denney.ws> |
2470 | |
2471 * time/weekday.m: Allow vector inputs and speed up. | |
2472 * time/eomday.m: Return column vector for column vector inputs. | |
2473 | |
7429 | 2474 2008-01-30 John W. Eaton <jwe@octave.org> |
2475 | |
7434 | 2476 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
2477 revision". | |
2478 | |
7431 | 2479 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
2480 __plt2vs__.m in the list. | |
2481 | |
7430 | 2482 * miscellaneous/tempdir.m: Append filesep to name for |
2483 compatibility. Warn if not a directory or directory does not | |
2484 exist. | |
2485 | |
7429 | 2486 * strings/deblank.m: Improve compatibility. |
2487 | |
7428 | 2488 2008-01-29 John W. Eaton <jwe@octave.org> |
2489 | |
2490 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
2491 | |
2492 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 2493 |
2494 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
2495 Return the label handle, not the current axis handle. | |
2496 | |
7421 | 2497 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
2498 | |
2499 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
2500 abscissa. | |
2501 | |
2502 2008-01-25 David Bateman <dbateman@free.fr> | |
2503 | |
7423 | 2504 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 2505 * plot/__scatter__.m: Remove NaN values from data. |
2506 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2507 | |
7418 | 2508 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2509 | |
2510 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2511 | |
2512 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2513 | |
2514 * geometry/griddata3.m: Call griddata, not gridata. | |
2515 | |
7415 | 2516 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2517 | |
2518 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2519 | |
7411 | 2520 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2521 | |
2522 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2523 Move tests here from test/test_linalg.m. | |
2524 | |
2525 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2526 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2527 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2528 special-matrix/hankel.m, special-matrix/hilb.m, | |
2529 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2530 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2531 Move tests here from test/test_matrix.m. | |
2532 | |
2533 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2534 Move tests here from test/test_number.m. | |
2535 | |
2536 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2537 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2538 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2539 polynomial/polyvalm.m, polynomial/roots.m: | |
2540 Move tests here from test/test_poly.m. | |
2541 | |
2542 * signal/unwrap.m: | |
2543 Move tests here from test/test_signal.m. | |
2544 | |
2545 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
2546 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
2547 statistics/base/mean.m, statistics/base/median.m, | |
2548 statistics/base/skewness.m, statistics/base/std.m: | |
2549 Move tests here from test/test_stats.m. | |
2550 | |
2551 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
2552 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
2553 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
2554 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
2555 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
2556 strings/substr.m: | |
2557 Move tests here from test/test_string.m. | |
2558 | |
2559 * miscellaneous/computer.m, miscellaneous/ls.m, | |
2560 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
2561 time/date.m, time/etime.m, time/is_leap_year.m: | |
2562 Move tests here from test/test_system.m. | |
2563 | |
7410 | 2564 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2565 | |
2566 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
2567 Simplify initial checks on argument values. | |
2568 | |
7408 | 2569 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
2570 | |
2571 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2572 implementation of the gnuplot-based graphics backend (derived from | |
2573 drawnow.m). | |
2574 * plot/drawnow.m: Deleted (converted to C++). | |
2575 | |
7401 | 2576 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2577 | |
2578 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2579 New tests. | |
2580 | |
7399 | 2581 2008-01-18 John W. Eaton <jwe@octave.org> |
2582 | |
2583 * optimization/sqp.m: End each function with endfunction. | |
2584 | |
7398 | 2585 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2586 | |
2587 * polynomial/residue.m: For each group of pole multiplicity, set | |
2588 the poles of the group to the value of the group's average. | |
2589 | |
7396 | 2590 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2591 | |
2592 * plot/print.m: Handle PDF output. | |
2593 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2594 | |
7392 | 2595 2008-01-17 John W. Eaton <jwe@octave.org> |
2596 | |
7393 | 2597 * path/savepath.m: Print newline before initial comment line. |
2598 Double up single quote characters. | |
2599 * path/__extractpath__.m: Return just the path as a string. | |
2600 Undo single quote character doubling. | |
2601 | |
2602 * path/pathdef.m: Avoid eval. Simplify. | |
2603 | |
7392 | 2604 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2605 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2606 avoid possible file descriptor leak. | |
2607 | |
2608 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2609 | |
2610 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2611 * startup/main-rcfile: Call atexit ("__finish__"). | |
2612 | |
7388 | 2613 2008-01-16 John W. Eaton <jwe@octave.org> |
2614 | |
7390 | 2615 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2616 Use it to disable enhanced mode for individual labels and titles. | |
2617 | |
7392 | 2618 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2619 (install install-strip, uninstall): Handle function files. |
2620 | |
2621 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2622 | |
7392 | 2623 * startup/__finish__.m: New file. |
2624 * path/__extractpath__.m, path/matlabroot.m, | |
2625 path/pathdef.m: New files. | |
7388 | 2626 * path/Makefile.in (SOURCES): Add them to the list. |
2627 | |
7385 | 2628 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2629 | |
7387 | 2630 * special-matrix/vander.m: Vectorize. New test. |
2631 | |
7385 | 2632 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2633 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2634 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2635 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2636 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2637 Move tests here from test/test_arith.m. | |
2638 | |
7382 | 2639 2008-01-15 John W. Eaton <jwe@octave.org> |
2640 | |
2641 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2642 | |
7379 | 2643 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2644 | |
2645 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2646 Call __get__ instead of get. | |
2647 | |
2648 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2649 | |
2650 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2651 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2652 hermitian operator. | |
2653 | |
7376 | 2654 2008-01-14 Bill Denney <bill@denney.ws> |
2655 | |
2656 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2657 | |
8149 | 2658 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2659 |
2660 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2661 image/rgb2ntsc.m: Also accept images as input. | |
2662 | |
2663 * image/gray2ind.m: Handle image type other than double. | |
2664 Improve error checking and documentation. | |
2665 | |
7371 | 2666 2008-01-14 John W. Eaton <jwe@octave.org> |
2667 | |
7372 | 2668 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2669 instead of calling tolower on first arg. Default font name is | |
2670 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2671 (__maybe_munge_text__): Fix typo. | |
2672 | |
7371 | 2673 * optimization/sqp.m: Fix function definitions in test code. |
2674 | |
7361 | 2675 2008-01-12 John W. Eaton <jwe@octave.org> |
2676 | |
2677 * plot/gnuplot_binary.in: New file. | |
2678 * plot/gnuplot_binary.m: Delete. | |
2679 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2680 (SOURCES_IN, GEN_M): New macros. | |
2681 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2682 (FCN_FILES): Include $(GEN_M) in the list. | |
2683 (all): Depend on $(GEN_M). | |
2684 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2685 (distclean): Also remove $(GEN_M). |
7361 | 2686 |
2687 2008-01-11 John W. Eaton <jwe@octave.org> | |
2688 | |
2689 * optimization/sqp.m: New test from example in doc string. | |
2690 | |
7360 | 2691 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2692 | |
2693 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2694 to more than one multiplicity group. | |
2695 | |
7358 | 2696 2008-01-10 John W. Eaton <jwe@octave.org> |
2697 | |
2698 * plot/gnuplot_binary.m: New file. | |
2699 * plot/Makefile.in (SOURCES): Add it to the list. | |
2700 | |
7355 | 2701 2008-01-09 John W. Eaton <jwe@octave.org> |
2702 | |
2703 * plot/drawnow.m: Fail if filename includes a directory part that | |
2704 does not exist. | |
2705 | |
7352 | 2706 2008-01-07 John W. Eaton <jwe@octave.org> |
2707 | |
2708 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2709 Error if glob call fails to match any files. | |
2710 | |
7346 | 2711 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2712 | |
2713 * strings/strtrim.m: Doc fix. | |
2714 | |
7345 | 2715 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2716 | |
2717 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2718 | |
8149 | 2719 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2720 |
2721 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2722 | |
7341 | 2723 2008-01-02 John W. Eaton <jwe@octave.org> |
2724 | |
2725 * plot/print.m: Correctly handle pbm terminal. | |
2726 | |
7340 | 2727 2007-12-28 John W. Eaton <jwe@octave.org> |
2728 | |
2729 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2730 extensions. | |
2731 | |
7337 | 2732 2007-12-28 David Bateman <dbateman@free.fr> |
2733 | |
2734 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2735 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2736 * Makefile.in (SOURCES): Add to the sources. | |
2737 | |
2738 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2739 | |
2740 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2741 Remove unnecessary call of size function. | |
2742 | |
7334 | 2743 2007-12-21 John W. Eaton <jwe@octave.org> |
2744 | |
2745 Version 3.0.0 released. | |
2746 | |
8149 | 2747 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2748 |
2749 * image/imshow.m: Accept empty value for display_range. | |
2750 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2751 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2752 |
2753 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2754 | |
8149 | 2755 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2756 |
2757 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2758 display ranges correctly. | |
2759 | |
7327 | 2760 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2761 Peter A. Gustafson <petegus@umich.edu> | |
2762 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2763 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2764 |
7325 | 2765 2007-12-19 John W. Eaton <jwe@octave.org> |
2766 | |
2767 * miscellaneous/edit.m: New function. | |
2768 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2769 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2770 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2771 |
2772 * plot/__bar__.m: Handle "basevalue" option. | |
2773 * plot/__bars__.m: New arg, base_value. | |
2774 | |
7321 | 2775 2007-12-17 David Bateman <dbateman@free.fr> |
2776 | |
2777 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2778 * plot/Makefiles (SOURCES): Add them to the sources | |
2779 * plot/polar.m: Set the x and y limits to the maximum polar | |
2780 radius. Set the axes to be square. | |
2781 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2782 and print axis at zero if this is used. | |
2783 | |
2784 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2785 contours can overlay pcolor plots. Priveldge no hidden line | |
2786 removal when there are multiple objects in the plot. | |
2787 | |
7320 | 2788 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2789 | |
2790 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2791 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2792 | |
7319 | 2793 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2794 | |
2795 * miscellaneous/run.m: Replace script with f when looking for | |
2796 file to run. | |
2797 | |
7316 | 2798 2007-12-14 David Bateman <dbateman@free.fr> |
2799 | |
7317 | 2800 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2801 * plot/contour.m: Doc fix. | |
2802 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2803 Include linetype in withclause. | |
2804 | |
7316 | 2805 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2806 Use it to determine dimensions. Consolidate all 3-d settings. | |
2807 | |
7315 | 2808 2007-12-13 John W. Eaton <jwe@octave.org> |
2809 | |
2810 * image/imshow.m: Turn axis visibility off. | |
2811 Don't scale true color images. | |
2812 * image/image.m: Set axis layer property to "top". | |
2813 | |
7307 | 2814 2007-12-12 John W. Eaton <jwe@octave.org> |
2815 | |
7313 | 2816 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2817 | |
2818 * plot/pie.m: Avoid calling "exist". | |
2819 | |
7309 | 2820 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2821 Condense argument processing logic. Allow 6 arguments. |
2822 Use issquare. Avoid calling "exist". | |
7309 | 2823 |
7307 | 2824 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2825 | |
7305 | 2826 2007-12-12 David Bateman <dbateman@free.fr> |
2827 | |
2828 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2829 * plot/Makefile.in (SOURCES): Add to the sources. | |
2830 | |
7290 | 2831 2007-12-11 John W. Eaton <jwe@octave.org> |
2832 | |
7298 | 2833 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2834 * plot/surface.m: Not here. | |
2835 | |
7297 | 2836 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2837 subsequent "unset grid" if there is no grid. | |
2838 | |
7296 | 2839 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2840 | |
7293 | 2841 * plot/surface.m: Don't set facecolor property in call to |
2842 __go_surface__. | |
2843 | |
7290 | 2844 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2845 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2846 | |
7292 | 2847 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2848 | |
7295 | 2849 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2850 color string is not taken as z value. | |
2851 | |
7292 | 2852 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2853 zgrid to "on" and box to "off" for used axes. | |
2854 | |
2855 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2856 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2857 | |
7286 | 2858 2007-12-11 David Bateman <dbateman@free.fr> |
2859 | |
7288 | 2860 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2861 | |
7287 | 2862 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2863 * statistics/base/mode.m: Ditto. | |
2864 | |
7286 | 2865 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2866 object handles are all now non integer. | |
2867 | |
7278 | 2868 2007-12-10 John W. Eaton <jwe@octave.org> |
2869 | |
7282 | 2870 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2871 | |
7281 | 2872 * general/issymmetric.m: Use ' instead of .' for compatibility |
2873 with previous versions of Octave. | |
2874 * general/ishermitian.m: Delete. | |
7285 | 2875 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2876 |
7280 | 2877 * plot/fplot.m: In N is not specified, increase initial number of |
2878 points from 3 and 5 to 5 and 8. | |
2879 | |
7279 | 2880 * signal/detrend.m: Move tests here from test/test_signal.m. |
2881 Loosen tolerance on first test from 10*eps to 20*eps. | |
2882 | |
7278 | 2883 * finance/rate.m: Don't request info from fsolve. |
2884 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2885 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2886 |
2887 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2888 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2889 | |
7276 | 2890 2007-12-10 David Bateman <dbateman@free.fr> |
2891 | |
2892 * image/image.m: Rewritten to allow trailing properties to be | |
2893 passed to underlying image object. | |
2894 * image/__img__.m: Pass additional arguments to __go_image__. | |
2895 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2896 | |
7274 | 2897 2007-12-10 John W. Eaton <jwe@octave.org> |
2898 | |
2899 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2900 front" to gnuplot. | |
2901 | |
7271 | 2902 2007-12-10 David Bateman <dbateman@free.fr> |
2903 | |
7274 | 2904 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2905 border front" from images. |
7274 | 2906 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2907 * plot/pcolor.m: Set axis "box" property. | |
2908 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2909 Mark as commands. | |
7271 | 2910 |
7269 | 2911 2007-12-07 David Bateman <dbateman@free.fr> |
2912 | |
2913 * plot/surf.m: Don't set facecolor property. | |
2914 | |
7265 | 2915 2007-12-06 John W. Eaton <jwe@octave.org> |
2916 | |
7269 | 2917 * plot/print.m: Pass mono to drawnow. |
2918 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2919 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2920 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2921 disable color specifications. | |
2922 | |
7265 | 2923 * general/issymmetric.m: Move tests here from test/test_number.m |
2924 | |
2925 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2926 | |
2927 * general/issymmetric.m: To keep its argument sparse and the | |
2928 function quick, use the infinity norm rather than the 2-norm. | |
2929 Also measure the symmetric part rather than the Hermitian part. | |
2930 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2931 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2932 | |
7248 | 2933 2007-12-04 John W. Eaton <jwe@octave.org> |
2934 | |
7257 | 2935 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2936 text and label commands if font is "*". | |
2937 | |
7248 | 2938 * linear-algebra/krylov.m: Doc fixes. |
2939 From Marco Caliari <caliari@sci.univr.it>. | |
2940 | |
7250 | 2941 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2942 | |
2943 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2944 Add "## PKG_ADD: mark_as_command axis" line. | |
2945 | |
7245 | 2946 2007-12-03 John W. Eaton <jwe@octave.org> |
2947 | |
2948 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2949 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2950 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2951 Generate demos from examples. | |
2952 | |
7240 | 2953 2007-12-03 David Bateman <dbateman@free.fr> |
2954 | |
7243 | 2955 * testfun/test.m: Disable "testif" test block to avoid spurious |
2956 skipped test for "make check". Avoid printing variables for | |
2957 skipped tests. | |
2958 | |
7242 | 2959 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2960 | |
7240 | 2961 * plot/plotyy.m: Use activepositionproperty property of axes |
2962 object. Set second axis color to "none". | |
2963 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2964 property of the axis objects. | |
2965 | |
7239 | 2966 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2967 | |
2968 * linear-algebra/condest.m: Loosen tolerance in test. | |
2969 | |
7236 | 2970 2007-12-02 John W. Eaton <jwe@octave.org> |
2971 | |
2972 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2973 get_data_limits. | |
2974 | |
7222 | 2975 2007-11-30 John W. Eaton <jwe@octave.org> |
2976 | |
2977 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2978 (get_data_limits, get_axis_limits): Delete. | |
2979 | |
7228 | 2980 2007-11-30 David Bateman <dbateman@free.fr> |
2981 | |
7235 | 2982 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2983 | |
7228 | 2984 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2985 tick labels rather than one by one on the labels themselves. | |
2986 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2987 95% crossing fixed. | |
2988 | |
7217 | 2989 2007-11-29 David Bateman <dbateman@free.fr> |
2990 | |
7220 | 2991 * plot/pareto.m: New file. |
2992 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2993 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2994 marks to avoid gnuplot error about formating. More colorspec to | |
2995 after the tics. | |
2996 * plot/plotyy.m: More generic check for appropriate axis color. | |
2997 | |
7217 | 2998 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2999 2- and 3-D. | |
3000 * plot/stem3.m: New function. | |
3001 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3002 * plot/stem.m: Adapt to use __stem__. | |
3003 | |
7216 | 3004 2007-11-29 John W. Eaton <jwe@octave.org> |
3005 | |
3006 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3007 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3008 requested. | |
3009 | |
3010 * plot/patch.m: Omit isnan check on handle returned from | |
3011 __plt_get_axis_arg__. | |
3012 | |
3013 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3014 but has no axes. | |
3015 | |
7215 | 3016 2007-11-28 David Bateman <dbateman@free.fr> |
3017 | |
3018 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3019 ancestor. If leading argument is logical set variable nogca to see | |
3020 if gca() should be called if there is no active handle found. | |
3021 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3022 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3023 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3024 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3025 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3026 __plt__get_axis_arg__ to find axis handle. | |
3027 * polar.m: Typo. | |
3028 | |
7213 | 3029 2007-11-28 John W. Eaton <jwe@octave.org> |
3030 | |
3031 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3032 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3033 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3034 |
3035 * plot/drawnow.m: Fix typo. | |
3036 | |
7206 | 3037 2007-11-27 David Bateman <dbateman@free.fr> |
3038 | |
7207 | 3039 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3040 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3041 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3042 | |
3043 * plot/meshz.m: New function. | |
3044 * plot/Makefile.in (SOURCES): Add it to the list. | |
3045 * plot/surface.m: Allow surface to accept an axis handle as the | |
3046 first argument. | |
3047 * plot/meshc.m: Extract z from the the surface object rather than | |
3048 varargin so that we can rely on code in surface to treat leading | |
3049 axis handles. | |
3050 | |
7206 | 3051 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3052 y2tics" in the case of a plotyy plot. | |
3053 * plot/plotyy.m: ensure the position property is set correct for | |
3054 the second axis, by setting it after the plot itself. In the case | |
3055 of a plot that returns multiple handles, base the color selection | |
3056 on the first. | |
3057 | |
7204 | 3058 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3059 | |
3060 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3061 z-value of vertex 'c3'. | |
3062 | |
7203 | 3063 2007-11-27 John W. Eaton <jwe@octave.org> |
3064 | |
3065 * image/image.m: Allow nargin == 0 case to work again. | |
3066 | |
7202 | 3067 2007-11-27 David Bateman <dbateman@free.fr> |
3068 | |
3069 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3070 colorbar, to ensure that the colorbar is on the canvas for png and | |
3071 postscipt outputs. | |
3072 | |
7189 | 3073 2007-11-26 David Bateman <dbateman@free.fr> |
3074 | |
7197 | 3075 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3076 return values. | |
3077 | |
7194 | 3078 * plot/plotyy.m: New function |
3079 * plot/Makefile.in (SOURCES): Add it here. | |
3080 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3081 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3082 {x|y}label to respect the axis position. | |
3083 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3084 handle as the first argument. | |
3085 | |
7192 | 3086 * pkg/pkg.m (pkg:install): When loading the installed packages |
3087 index into installed_pkgs_lst and not descriptions.. | |
3088 | |
7189 | 3089 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3090 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3091 * plot/quiver.m: Modify to use __quiver__.m. | |
3092 | |
3093 * plot/hist.m: Avoid saturation when the x values are in an | |
3094 inetger type. | |
3095 | |
3096 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3097 | |
3098 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3099 functions. | |
3100 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3101 | |
3102 2007-11-26 David Bateman <dbateman@free.fr> | |
3103 | |
3104 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3105 extent. | |
3106 | |
3107 * plot/colorbar.m: New function. | |
3108 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3109 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3110 precalculate the clim, set pm3d except for mesh. | |
3111 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3112 save the real values so that colorbar corresponds to the contour | |
3113 levels. | |
3114 | |
3115 * plot/stem.m: Set marker color the same as the line color. Draw | |
3116 a single discontinous line object for the stems. | |
3117 | |
3118 * plot/sphere.m: New function ported from JHandles. | |
3119 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3120 | |
3121 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3122 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3123 to get enhanced mode to work correctly for the X11 terminal. | |
3124 | |
3125 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3126 the reverse. Allow an axes handle to be passed and/or returned. | |
3127 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3128 | |
3129 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3130 sort surface patches by their depth and not the order they are | |
3131 rendered in. | |
3132 | |
3133 * plot/__patch__.m: Set clim correctly. | |
3134 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3135 the marker color is determined by the cmap. | |
3136 * plot/scatter.m: New function to 2D scatter plots. | |
3137 * plot/scatter3.m: New function to 3D scatter plots. | |
3138 * plot/__scatter__.m: Support function for scatter plots | |
3139 * Makefile.in (SOURCES): Ad dnew functions here. | |
3140 | |
3141 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3142 Return whether the terminal supports enhanced text or not. | |
3143 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3144 supports enhanced mode. | |
3145 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3146 __go_draw_axes__. | |
3147 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3148 needed to support the enhanced mode. | |
3149 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3150 drawnow.m. | |
3151 | |
3152 | |
3153 * plot/caxis.m: New function to control the color axis limits. | |
3154 * plot/Makefile.in (SOURCES): Include it. | |
3155 * plot/axis.m: Allow the first argument to be an axes handle. | |
3156 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3157 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3158 caxis limits. | |
3159 | |
3160 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3161 * image/Makefile.in (SOURCES): Include it. | |
3162 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3163 of the bars for the colormap. | |
3164 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3165 passed. | |
3166 * plot/__contour.m: Avoid possible divide by zero error. | |
3167 * plot/contour.m: Missing semicolon. | |
3168 * plot/surface.m: Don't attempt to set additional arguments if | |
3169 there are none. | |
3170 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3171 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3172 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3173 |
3174 * plot/__bar__.m: put bar creation code into separate function | |
3175 to allow easy hook up from other graphic backends | |
3176 | |
3177 * plot/__bars__.m: new function containing bar creation code | |
3178 | |
7186 | 3179 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3180 | |
3181 * general/accumarray.m: Correct dimension check. | |
3182 | |
7183 | 3183 2007-11-26 John W. Eaton <jwe@octave.org> |
3184 | |
3185 * polynomial/residue.m: Prepad along second dimension. | |
3186 From Doug Stewart <dastew@sympatico.ca>. | |
3187 | |
7181 | 3188 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3189 | |
7183 | 3190 * plot/cylinder.m, plot/slice.m: New functions. |
3191 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3192 |
7177 | 3193 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3194 | |
3195 * plot/patch.m: Handle arg may also be hggroup object. | |
3196 Use ancestor to find parent axes object. | |
3197 | |
7175 | 3198 2007-11-14 David Bateman <dbateman@free.fr> |
3199 | |
3200 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3201 flag to patch that it is not closed. Allow z to take string | |
3202 arguments and use it to flag that the contours are placed at the | |
3203 z level of the contour itself. | |
3204 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3205 objects as well. Let hidden removal take precedence in case of a | |
3206 conflict. | |
3207 * plot/surface.m: Allow surface to treat handles being passed or | |
3208 returned. Any additional arguments arr used to set the surface | |
3209 handle. | |
3210 * plot/contour3.m: New function | |
3211 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3212 | |
7173 | 3213 2007-11-14 John W. Eaton <jwe@octave.org> |
3214 | |
3215 * specfun/bessel.m: Update doc string from | |
3216 src/DLD-FUNCTIONS/besselj.cc. | |
3217 | |
7170 | 3218 2007-11-12 David Bateman <dbateman@free.fr> |
3219 | |
3220 * plot/contour.m: Allow handles to be passed and returned. Split | |
3221 the countour function itself into __contour__.m to be shared with | |
3222 surfc and meshc. | |
3223 * plot/__contour__.m: New file | |
3224 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3225 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3226 the face or edge if the facecolor or edge color are marked as | |
3227 "none". Allow the edgecolor to be determined by the cdata in the | |
3228 same manner as the facecolor. Fail if facecolor is not "none" and | |
3229 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3230 storage of 3D/4D data consistent between line, surface and patch | |
3231 objects. | |
3232 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3233 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3234 |
3235 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3236 Handle fontweight and fontangle properties. | |
3237 | |
7163 | 3238 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3239 | |
3240 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3241 * plot/Makefile.in (SOURCES): Add them to the list. | |
3242 | |
3243 2007-11-12 John W. Eaton <jwe@octave.org> | |
3244 | |
3245 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3246 Use it to avoid duplicated code. | |
3247 | |
7161 | 3248 2007-11-12 David Bateman <dbateman@free.fr> |
3249 | |
7162 | 3250 * plot/title.m: Fix return value for nargout > 0. |
3251 | |
3252 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3253 specified for the title, xlabel, ylabel and text objects. | |
3254 | |
7161 | 3255 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3256 4.0 and surface plots. | |
3257 | |
7160 | 3258 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3259 | |
3260 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3261 with X/Y/Z data. | |
3262 | |
7146 | 3263 2007-11-09 John W. Eaton <jwe@octave.org> |
3264 | |
7152 | 3265 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3266 Correct logic in setting palette data. |
7152 | 3267 |
7151 | 3268 * audio/wavread.m, control/base/__bodquist__.m, |
3269 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3270 control/system/c2d.m, control/system/is_detectable.m, | |
3271 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3272 control/system/tfout.m, general/isdefinite.m, | |
3273 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3274 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3275 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3276 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3277 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3278 testfun/test.m: Use specific end keywords. | |
3279 | |
7146 | 3280 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3281 | |
3282 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3283 | |
3284 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3285 Don't change view if hold is on. | |
3286 | |
7142 | 3287 2007-11-09 David Bateman <dbateman@free.fr> |
3288 | |
7149 | 3289 * plot/hidden.m: New function. |
3290 * plot/Makefile.in (SOURCES): Add it here. | |
3291 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3292 line removal. | |
3293 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3294 removal and if it is "none" don't do hidden line removal. | |
3295 | |
7148 | 3296 * plot/legend.m: Also allow labels for surface and patch types. |
3297 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3298 setting of the legend. | |
3299 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3300 objects as well. | |
3301 | |
7146 | 3302 * plot/area.m, plot/__area__.m: New functions |
3303 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3304 | |
7142 | 3305 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3306 | |
7144 | 3307 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3308 | |
3309 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3310 | |
7131 | 3311 2007-11-08 John W. Eaton <jwe@octave.org> |
3312 | |
7133 | 3313 * control/base/dcgain.m, control/base/dre.m, |
3314 control/base/impulse.m, control/base/step.m, | |
3315 control/system/dmr2d.m, control/system/ord2.m, | |
3316 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3317 control/system/sysgetsignals.m, control/system/sysout.m, | |
3318 control/system/tfout.m, control/system/ugain.m, | |
3319 control/system/zpout.m, control/util/strappend.m: | |
3320 Don't fail with usage message if nargout is too large. | |
3321 | |
7131 | 3322 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3323 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3324 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3325 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3326 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3327 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3328 control/obsolete/rotg.m, control/obsolete/series.m, | |
3329 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3330 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3331 control/system/__syschnamesl__.m, |
3332 control/system/__syscont_disc__.m, | |
3333 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3334 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3335 control/system/abcddim.m, control/system/buildssic.m, | |
3336 control/system/c2d.m, control/system/cellidx.m, | |
3337 control/system/d2c.m, control/system/dmr2d.m, | |
3338 control/system/fir2sys.m, control/system/is_abcd.m, | |
3339 control/system/is_controllable.m, control/system/is_detectable.m, | |
3340 control/system/is_digital.m, control/system/is_observable.m, | |
3341 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3342 control/system/jet707.m, control/system/listidx.m, | |
3343 control/system/parallel.m, control/system/ss.m, | |
3344 control/system/ss2sys.m, control/system/ss2zp.m, | |
3345 control/system/starp.m, control/system/sys2ss.m, | |
3346 control/system/sys2tf.m, control/system/sys2zp.m, | |
3347 control/system/sysadd.m, control/system/sysappend.m, | |
3348 control/system/sysconnect.m, control/system/syscont.m, | |
3349 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3350 control/system/sysdup.m, control/system/sysgetsignals.m, |
3351 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3352 control/system/sysmult.m, control/system/sysout.m, |
3353 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3354 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3355 control/system/syssub.m, control/system/sysupdate.m, |
3356 control/system/tf.m, control/system/tf2ss.m, | |
3357 control/system/tf2sys.m, control/system/tfout.m, | |
3358 control/system/zp.m, control/system/zp2ss.m, | |
3359 control/system/zp2sys.m, control/system/zp2tf.m, | |
3360 control/system/zpout.m, control/util/__outlist__.m, | |
3361 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3362 control/util/prompt.m, control/util/sortcom.m, | |
3363 control/util/zgfmul.m, control/util/zgfslv.m, | |
3364 control/util/zginit.m, control/util/zgreduce.m, | |
3365 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3366 |
7130 | 3367 2007-11-08 David Bateman <dbateman@free.fr> |
3368 | |
3369 * plot/quiver.m: Fix arrowheads. | |
3370 | |
7128 | 3371 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3372 | |
3373 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3374 Handle "rows" argument. New tests. |
7128 | 3375 (cell_ismember): New function. |
3376 | |
7127 | 3377 2007-11-07 John W. Eaton <jwe@octave.org> |
3378 | |
3379 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3380 control/base/__stepimp__.m, control/base/are.m, | |
3381 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3382 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3383 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3384 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3385 control/base/ltifr.m, control/base/nichols.m, | |
3386 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3387 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3388 Style fixes. | |
3389 | |
7125 | 3390 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3391 | |
3392 * control/base/bode_bounds.m, control/base/dgram.m, | |
3393 control/base/dlyap.m, control/base/freqchkw.m, | |
3394 control/base/gram.m, control/base/place.m, | |
3395 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3396 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3397 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3398 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3399 control/system/sysgettype.m, control/system/sysreorder.m, | |
3400 control/system/tf2sys.m, control/system/zp2tf.m, | |
3401 control/util/axis2dlim.m, control/util/swap.m, | |
3402 control/util/zgfmul.m, control/util/zgfslv.m, | |
3403 control/util/zginit.m, control/util/zgreduce.m, | |
3404 control/util/zgrownorm.m, control/util/zgscal.m, | |
3405 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3406 geometry/inpolygon.m, linear-algebra/housh.m, | |
3407 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3408 miscellaneous/run.m, quaternion/qconj.m, | |
3409 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3410 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3411 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3412 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3413 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3414 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3415 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3416 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3417 statistics/distributions/empirical_cdf.m, | |
3418 statistics/distributions/empirical_inv.m, | |
3419 statistics/distributions/empirical_pdf.m, | |
3420 statistics/models/logistic_regression_derivatives.m, | |
3421 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3422 | |
7118 | 3423 2007-11-07 David Bateman <dbateman@free.fr> |
3424 | |
7120 | 3425 * general/gradient.m: Correctly convert deltax and deltay scalar |
3426 values are scalars to vectors. | |
3427 | |
7119 | 3428 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3429 the meshc.m function. | |
3430 * plot/meshc.m: Also use the surface function. | |
3431 | |
7120 | 3432 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3433 * plot/Makefile.in (SOURCES): Add them to the list. |
3434 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3435 | |
7117 | 3436 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3437 | |
3438 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3439 | |
7115 | 3440 2007-11-07 John W. Eaton <jwe@octave.org> |
3441 | |
3442 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
3443 the data limits are infinite. | |
3444 (get_data_limits): Don't do anything if xdat or tx are empty. | |
3445 (get_axis_limits): Don't do anything if min_val or max_val are | |
3446 infinite. | |
3447 | |
7112 | 3448 2007-11-06 David Bateman <dbateman@free.fr> |
3449 | |
3450 * plot/hist.m: Pass any additional arguments to bar for | |
3451 treatment. Create a default x value that is always a vector. | |
3452 | |
7111 | 3453 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
3454 | |
3455 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
3456 when calling ./configure and add quotes to preserve spaces. | |
7109 | 3457 |
3458 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
3459 | |
3460 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
3461 New files. | |
3462 * plot/mesh.m: Call surface to do the real work. | |
3463 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
3464 properties. | |
3465 | |
3466 * image/colormap.m: Also return current colormap if nargout and | |
3467 nargin are both 0. | |
3468 | |
7106 | 3469 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
3470 | |
3471 * startup/inputrc: Delete key bindings starting with \340 code. | |
3472 | |
7112 | 3473 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 3474 |
3475 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
3476 to avoid issues of over- and underflow. From Rolf Fabian | |
3477 <Rolf.Fabian@gmx.de>. | |
3478 | |
7097 | 3479 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
3480 | |
3481 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
3482 help texts. | |
3483 | |
7096 | 3484 2007-11-02 Kai Habel <kai.habel@gmx.de> |
3485 | |
3486 * plot/bar.m, plot/barh.m: Doc fix. | |
3487 | |
7094 | 3488 2007-10-31 John W. Eaton <jwe@octave.org> |
3489 | |
3490 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
3491 | |
7086 | 3492 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
3493 | |
3494 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
3495 objects and legend objects are implemented with a separate axes | |
3496 object. | |
3497 | |
7078 | 3498 2007-10-30 David Bateman <dbateman@free.fr> |
3499 | |
7081 | 3500 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
3501 | |
7078 | 3502 * plot/__go_draw_axes__.m (do_linestyle_command): |
3503 Use point type 0 for ".". | |
3504 | |
7073 | 3505 2007-10-26 John W. Eaton <jwe@octave.org> |
3506 | |
7074 | 3507 * image/imshow.m: Improve compatibility. |
3508 * image/image.m: Return handle if nargou > 0. | |
3509 | |
7073 | 3510 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3511 | |
7069 | 3512 2007-10-25 John W. Eaton <jwe@octave.org> |
3513 | |
3514 * miscellaneous/compare_versions.m: Style fixes. | |
3515 | |
7060 | 3516 2007-10-24 John W. Eaton <jwe@octave.org> |
3517 | |
7061 | 3518 * image/saveimage.m: Use functional form of save instead of eval. |
3519 Use -text instead of -ascii. | |
3520 | |
7060 | 3521 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3522 | |
7054 | 3523 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3524 | |
3525 * plot/legend.m: Also extract location string from varargin (lost | |
3526 when 2007-10-08 patch was applied). | |
3527 | |
7049 | 3528 2007-10-23 David Bateman <dbateman@free.fr> |
3529 | |
3530 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3531 miscellaneous/what.m: New functions | |
3532 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3533 functions. | |
3534 | |
7045 | 3535 2007-10-22 David Bateman <dbateman@free.fr> |
3536 | |
3537 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3538 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3539 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3540 | |
7042 | 3541 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3542 | |
3543 * plot/contourf.m: New function. | |
3544 * plot/Makefile.in (SOURCES): Add it to the list. | |
3545 | |
7040 | 3546 2007-10-19 John W. Eaton <jwe@octave.org> |
3547 | |
3548 * plot/subplot.m: Doc fix. | |
3549 | |
7039 | 3550 2007-10-19 David Bateman <dbateman@free.fr> |
3551 | |
7041 | 3552 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 3553 |
7037 | 3554 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
3555 | |
3556 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
3557 output. | |
3558 | |
7031 | 3559 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
3560 | |
3561 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
3562 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
3563 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
3564 control/system/syssetsignals.m, control/base/lqg.m, | |
3565 strings/str2double.m, control/system/sysscale.m, | |
3566 control/hinf/hinfdemo.m, general/cplxpair.m: | |
3567 Make help text fit on pages when using smallbook. | |
3568 | |
7028 | 3569 2007-10-15 David Bateman <dbateman@free.fr> |
3570 | |
7032 | 3571 * plot/print.m: Call drawnow before printing to ensure the plot is |
3572 on the screen. | |
3573 | |
7028 | 3574 * testfun/test.m: In error/warning blocks test for an error before |
3575 a warning to avoid unexpected failures. | |
3576 | |
7027 | 3577 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3578 | |
3579 * testfun/assert.m: Correct documentation of absolution versus | |
3580 relative error tolerance and add tests. | |
3581 | |
7024 | 3582 2007-10-14 David Bateman <dbateman@free.fr> |
3583 | |
3584 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3585 src directory. | |
3586 * plot/Makefile.in (SOURCES): Add fill.m. | |
3587 | |
7020 | 3588 2007-10-13 David Bateman <dbateman@free.fr> |
3589 | |
3590 * plot/__patch__.m: Allow multiple patches to be defined and | |
3591 return a single patch object. Allow Faces/Vertices form of | |
3592 patch. Flag failure so the patch can call print_usage. | |
3593 * plot/patch.m: Update help string for Faces/Vertices | |
3594 call. Respect the fail flag returned by __patch__. Add demo code | |
3595 that tests the functionality of patch. | |
3596 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3597 patch object. | |
3598 * plot/fill.m: New function. | |
3599 | |
7016 | 3600 2007-10-12 John W. Eaton <jwe@octave.org> |
3601 | |
3602 * Change copyright notices in all files that are part of Octave to | |
3603 GPLv3 or any later version. | |
3604 | |
7012 | 3605 2007-10-11 John W. Eaton <jwe@octave.org> |
3606 | |
3607 * plot/__go_draw_axes__.m (get_axis_limits): | |
3608 Return lim = [] if logscale and no positive values. | |
3609 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3610 Set initial min and min positive values to Inf, max values to -Inf. | |
3611 (get_data_limits): Correctly handle xminp when no positive values | |
3612 are found. | |
3613 | |
7011 | 3614 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3615 | |
3616 * polynomial/residue.m: New optional input for pole multiplicity. | |
3617 Doc fix. Fix tests. | |
3618 | |
7010 | 3619 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3620 | |
3621 * toplev.cc (Foctave_config_info): Add field "mac". | |
3622 | |
3623 * miscellaneous/ismac.m: New function. | |
3624 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3625 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3626 | |
7009 | 3627 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3628 | |
3629 * statistics/distributions/hygernd.m: Allow size to be specified | |
3630 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3631 scalars or matrices of a common size. | |
3632 | |
7007 | 3633 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3634 | |
3635 * control/csrefcard.lt, control/system/is_detectable.m, | |
3636 control/system/sysgroup.m, geometry/voronoin.m, | |
3637 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3638 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3639 statistics/distributions/binornd.m, | |
3640 statistics/distributions/cauchy_rnd.m, | |
3641 statistics/distributions/chi2rnd.m, | |
3642 statistics/distributions/discrete_rnd.m, | |
3643 statistics/distributions/exprnd.m, | |
3644 statistics/distributions/frnd.m, | |
3645 statistics/distributions/gamrnd.m, | |
3646 statistics/distributions/geornd.m, | |
3647 statistics/distributions/laplace_rnd.m, | |
3648 statistics/distributions/logistic_rnd.m, | |
3649 statistics/distributions/lognrnd.m, | |
3650 statistics/distributions/nbinrnd.m, | |
3651 statistics/distributions/normrnd.m, | |
3652 statistics/distributions/poissrnd.m, | |
3653 statistics/distributions/stdnormal_rnd.m, | |
3654 statistics/distributions/trnd.m, | |
3655 statistics/distributions/unifrnd.m, | |
3656 statistics/distributions/wblrnd.m: Spelling fixes. | |
3657 | |
7005 | 3658 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3659 | |
3660 * time/tic.m: New optional output value. | |
3661 | |
3662 * general/int2str.m: Doc fix. | |
3663 | |
7002 | 3664 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3665 | |
3666 * statistics/distributions/hygecdf.m, | |
3667 statistics/distributions/hygeinv.m, | |
3668 statistics/distributions/hygepdf.m, | |
3669 statistics/distributions/hygernd.m: | |
3670 Swap order of T and M args for compatibility. | |
3671 | |
7001 | 3672 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3673 | |
3674 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3675 control/system/buildssic.m, control/system/c2d.m, | |
3676 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3677 control/system/ss2sys.m, control/system/ss2tf.m, | |
3678 control/system/syscont.m, control/system/sysdimensions.m, | |
3679 control/system/sysdisc.m, control/system/sysmult.m, | |
3680 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3681 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3682 general/interp1.m, general/interp2.m, general/interp3.m, | |
3683 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3684 general/rat.m, general/structfun.m, general/trapz.m, | |
3685 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3686 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3687 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3688 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3689 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3690 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3691 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3692 statistics/base/meansq.m, statistics/base/var.m, | |
3693 statistics/tests/chisquare_test_independence.m, | |
3694 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3695 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3696 testfun/test.m: Spelling fixes. | |
3697 | |
6998 | 3698 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3699 | |
3700 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3701 | |
6997 | 3702 2007-10-10 John W. Eaton <jwe@octave.org> |
3703 | |
3704 * general/num2str.m: Always allow for sign for automatically | |
3705 computed format widths. | |
3706 | |
6988 | 3707 2007-10-09 David Bateman <dbateman@free.fr> |
3708 | |
3709 * plot/patch.m: Accept a handle as the first argument. | |
3710 | |
6987 | 3711 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3712 | |
7010 | 3713 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3714 |
6985 | 3715 2007-10-09 John W. Eaton <jwe@octave.org> |
3716 | |
3717 * audio/wavwrite.m: Accept arguments in compatible order. | |
3718 | |
6979 | 3719 2007-10-08 David Bateman <dbateman@free.fr> |
3720 | |
3721 * general/interp2.m: Relax test for values outside the grid to | |
3722 allow monotonically decreasing abscissa as well. | |
3723 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3724 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3725 |
3726 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3727 as output parameter. | |
3728 | |
6977 | 3729 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3730 | |
3731 * plot/__go_draw_axes__.m, plot/legend.m: | |
3732 Handle compatible position specifiers as strings. | |
3733 | |
6975 | 3734 2007-10-08 John Swensen <jpswensen@comcast.net> |
3735 | |
3736 * general/num2str.m: Eliminate extra whitespace in output. | |
3737 * strings/strtrim.m: New function. | |
3738 * strings/Makefile.in (SOURCES): Add it to the list. | |
3739 | |
6968 | 3740 2007-10-06 John W. Eaton <jwe@octave.org> |
3741 | |
3742 * polynomial/residue.m: New test from test/test_poly.m. | |
3743 | |
6967 | 3744 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3745 | |
3746 * image/saveimage.m: Handle saving color images without a colormap. | |
3747 * image/__img_via_file__.m: Add missing semicolon. | |
3748 | |
3749 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3750 | |
7010 | 3751 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3752 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3753 | |
6965 | 3754 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3755 | |
3756 * plot/print.m: Handle svg output type. Accept new -S option to | |
3757 specify size for PNG and SVG output types. | |
3758 | |
3759 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3760 |
3761 * polynomial/mpoles.m: New function. | |
3762 * polynomial/residue.m: Modified to behave in reciprocal | |
3763 manner. No longer compute 4th output, "e". No longer accept | |
3764 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3765 Respect maximum relative difference in poles when determining | |
3766 their multiplicity. Use mpoles to determine the multiplicity of | |
3767 poles. | |
3768 | |
6963 | 3769 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3770 | |
3771 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3772 for surface plots. | |
3773 | |
6962 | 3774 2007-10-05 John W. Eaton <jwe@octave.org> |
3775 | |
3776 * plot/__next_line_color__.m: Get color_rotation from axes | |
3777 colororder property. | |
3778 | |
6953 | 3779 2007-10-03 John W. Eaton <jwe@octave.org> |
3780 | |
6955 | 3781 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3782 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3783 | |
6953 | 3784 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3785 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3786 special for __vnorm__. | |
3787 | |
6951 | 3788 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3789 | |
6952 | 3790 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3791 |
6950 | 3792 2007-10-03 David Bateman <dbateman@free.fr> |
3793 | |
3794 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3795 if a file is architecture dependent based on a list of file | |
3796 extensions. | |
3797 (configure_make): Simplify the search for architecture dependent | |
3798 files based on this function. | |
3799 (load_pakages_and_dependencies): Also look for bin directory in | |
3800 the architecture dependent directory. | |
3801 | |
6947 | 3802 2007-10-03 John W. Eaton <jwe@octave.org> |
3803 | |
3804 * miscellaneous/dir.m: Create empty struct with field names. | |
3805 Include datenum in struct. | |
3806 | |
6943 | 3807 2007-10-02 David Bateman <dbateman@free.fr> |
3808 | |
3809 * miscellaneous/ls.m: If nargout return string array of files | |
3810 returned by ls. | |
3811 | |
6942 | 3812 2007-10-01 John W. Eaton <jwe@octave.org> |
3813 | |
3814 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3815 range values. | |
3816 | |
6937 | 3817 2007-10-01 David Bateman <dbateman@free.fr> |
3818 | |
7010 | 3819 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3820 speed with small vectors. |
6937 | 3821 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3822 rather than OCTAVE_HOME(). | |
3823 | |
6935 | 3824 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3825 | |
3826 * plot/findobj.m: New function. | |
3827 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3828 | |
6925 | 3829 2007-09-26 David Bateman <dbateman@free.fr> |
3830 | |
3831 * pkg/pkg.m: Add second argument to setting for prefix for | |
3832 architecture dependent files. Use throughout. | |
3833 (pkg:issuperuser): New function, use through to check for | |
3834 root user. | |
3835 (pkg:getarchprefix): function to give the archiecture dependent | |
3836 prefix for a package. | |
3837 (pkg:getarchdir): New function giving location of architetcure | |
3838 dependent directory. Use through out. | |
3839 (pkg:install): Treat architecture dependent directory separately | |
3840 as in might not be a sub-directory of the package directory. | |
3841 (pkg:uninstall): ditto. | |
3842 (pkg:create_pkgadddel): Check for global or local install for | |
3843 architecture dependent directory. | |
3844 (pkg:finish_installation): ditto. | |
3845 (pkg:write_INDEX): ditto. | |
3846 (pkg:load_packages_and_dependencies): ditto. | |
3847 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3848 files to a new location if user is root. | |
3849 (pkg:rm_rf): Check if file or directory exists before removing. | |
3850 (pkg:dirempty): Check if directory exists before checking. | |
3851 | |
3852 * plot/___patch__.m: Allow face colors to be passed as strings | |
3853 | |
3854 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3855 needed for calls to "hold" without an argument. | |
3856 | |
6920 | 3857 2007-09-21 John W. Eaton <jwe@octave.org> |
3858 | |
6921 | 3859 * optimization/sqp.m: Fix typo. |
3860 | |
6920 | 3861 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3862 | |
6919 | 3863 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3864 | |
3865 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3866 | |
6918 | 3867 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3868 | |
3869 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3870 unidpdf.m and unidinv.m | |
3871 | |
6914 | 3872 2007-09-18 John W. Eaton <jwe@octave.org> |
3873 | |
3874 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3875 (do_tics_1): Set numeric axes formats to "%.15g". | |
3876 | |
6912 | 3877 2007-09-18 David Bateman <dbateman@free.fr> |
3878 | |
3879 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3880 of %g when writing data. | |
3881 | |
6908 | 3882 2007-09-17 John W. Eaton <jwe@octave.org> |
3883 | |
3884 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3885 | |
6903 | 3886 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3887 | |
3888 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3889 noninteger N with N-K < 1. | |
3890 | |
6901 | 3891 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3892 | |
3893 * strings/index.m: Correct for strings differing after the third | |
3894 position (bug reported by Maude Martin). | |
3895 | |
6895 | 3896 2007-09-13 John W. Eaton <jwe@octave.org> |
3897 | |
3898 * plot/__default_colormap__.m: Delete. | |
3899 * plot/Makefile (SOURCES): Remove from the list. | |
3900 | |
6898 | 3901 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3902 | |
3903 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3904 | |
6885 | 3905 2007-09-10 David Bateman <dbateman@free.fr> |
3906 | |
3907 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3908 limit the selection of colors in the same way as for lines. | |
3909 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3910 column. | |
3911 * plot/__bar__.m: Adapt to use "patch". | |
3912 | |
6870 | 3913 2007-09-06 John W. Eaton <jwe@octave.org> |
3914 | |
3915 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3916 (init_plot_stream): Split from open_plot_stream. | |
3917 * plot/print.m: Accept -debug=FILE argument. | |
3918 | |
6868 | 3919 2007-09-06 David Bateman <dbateman@free.fr> |
3920 | |
7010 | 3921 * general/celldisp.m: New function. |
3922 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3923 * miscellaneous/swapbytes.m: New function. | |
3924 * miscellaneous/gzip.m: New function. | |
3925 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3926 |
6863 | 3927 2007-09-05 David Bateman <dbateman@free.fr> |
3928 | |
7010 | 3929 * general/structfun.m: New function. |
3930 * general/Makefile.in (SOURCES): Add it to sources. | |
3931 * miscellaneous/run.m: New function. | |
3932 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3933 * statistics/base/mode.m: New function. | |
3934 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3935 |
6862 | 3936 2007-09-05 John W. Eaton <jwe@octave.org> |
3937 | |
3938 * miscellaneous/orderfields.m: Use numel instead of length. | |
3939 | |
3940 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3941 | |
3942 * miscellaneous/orderfields.m: Handle empty structs. | |
3943 | |
6861 | 3944 2007-09-05 John W. Eaton <jwe@octave.org> |
3945 | |
3946 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3947 DATA_IDX. | |
3948 | |
3949 2007-09-04 David Bateman <dbateman@free.fr> | |
3950 | |
3951 * general/isdir.m: Return a logical value. | |
3952 | |
6859 | 3953 2007-09-04 David Bateman <dbateman@free.fr> |
3954 | |
3955 * statistics/distributions/chi2pdf.m, | |
3956 statistics/distributions/chi2cdf.m, | |
3957 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3958 distribution functions to account for inverse of scale factor in | |
3959 gamma functions. | |
3960 | |
6857 | 3961 2007-09-01 John W. Eaton <jwe@octave.org> |
3962 | |
3963 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3964 | |
6853 | 3965 2007-09-01 David Bateman <dbateman@free.fr> |
3966 | |
3967 * polynomial/polyint.m: New function like polyinteg but with | |
3968 explicit integration constant. | |
3969 * polynomial/polyinteg.m: Remove. | |
3970 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3971 polyinteg.m. | |
3972 * deprecated/polyinteg.m: Move version here. | |
3973 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3974 | |
6852 | 3975 * geometry/voronoi.m: Add large box around data to get a good |
3976 approximation of the rays to infinity. | |
3977 | |
6851 | 3978 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3979 | |
3980 * plot/axes.m: Allow parent to be specified when creating axes | |
3981 objects. Support non-figure parents. | |
3982 | |
3983 2007-08-31 John W. Eaton <jwe@octave.org> | |
3984 | |
3985 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3986 | |
6850 | 3987 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3988 | |
7010 | 3989 * polynomial/polygcd.m: Better layout of example. |
3990 * polynomial/compan.m: Remove unnecessary check. | |
3991 * polynomial/roots.m: Added example to help text. | |
3992 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3993 * polynomial/poly.m: Added example to help text. | |
6850 | 3994 |
6848 | 3995 2007-08-30 John W. Eaton <jwe@octave.org> |
3996 | |
3997 * optimization/qp.m: Increase maxit to 200. | |
3998 | |
6847 | 3999 2007-08-30 David Bateman <dbateman@free.fr> |
4000 | |
4001 * geometry/inpolygon.m: New file. | |
4002 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4003 | |
6843 | 4004 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4005 | |
4006 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4007 | |
6829 | 4008 2007-08-24 David Bateman <dbateman@free.fr> |
4009 | |
4010 * plot/__go_draw_axes__.m: Treat text color property. | |
4011 | |
6828 | 4012 2007-08-24 John W. Eaton <jwe@octave.org> |
4013 | |
4014 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4015 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4016 | |
4017 * miscellaneous/movefile.m: Separate second and third args and | |
4018 use p1 and p2, not f1 and f2 when constructing arguments for | |
4019 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4020 | |
6825 | 4021 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4022 | |
4023 * set/intersect.m: Make it work with cell arrays of strings. | |
4024 | |
6823 | 4025 2007-08-24 David Bateman <dbateman@free.fr> |
4026 | |
7010 | 4027 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4028 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4029 functions ported from octave-forge. | |
7010 | 4030 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4031 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4032 geometry/triplot.m, geometry/tsearchn.m: | |
4033 New functions. | |
7010 | 4034 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4035 * geometry/Makefile.in (SOURCES): Add functions above. | |
4036 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4037 |
6820 | 4038 2007-08-23 John W. Eaton <jwe@octave.org> |
4039 | |
4040 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4041 variable name. | |
4042 | |
4043 2007-08-23 David Bateman <dbateman@free.fr> | |
4044 | |
4045 * plot/plot.m: Allow first arg to be axes handle. | |
4046 | |
6818 | 4047 2007-08-22 David Bateman <dbateman@free.fr> |
4048 | |
4049 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4050 outputs are returned only if requested. | |
4051 | |
4052 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4053 | |
4054 * control/base/nichols.m: Fix typo. | |
4055 | |
6813 | 4056 2007-08-13 John W. Eaton <jwe@octave.org> |
4057 | |
4058 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4059 | |
6809 | 4060 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4061 | |
4062 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4063 use axes position in each appropriate gnuplot set statement. | |
4064 | |
6808 | 4065 2007-08-10 John W. Eaton <jwe@octave.org> |
4066 | |
4067 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4068 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4069 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4070 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4071 | |
6807 | 4072 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4073 | |
4074 * plot/patch.m, plot/__patch__.m: New files. | |
4075 * plot/Makefile.in (SOURCES): Add them to the list. | |
4076 | |
4077 2007-08-07 John W. Eaton <jwe@octave.org> | |
4078 | |
4079 * path/savepath.m: Use single quotes for argument to PATH command | |
4080 that is inserted in file. | |
4081 | |
6805 | 4082 2007-07-27 John W. Eaton <jwe@octave.org> |
4083 | |
4084 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4085 not set in the environment. | |
4086 | |
6796 | 4087 2007-07-25 David Bateman <dbateman@free.fr> |
4088 | |
4089 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4090 control/base/Makefile.in, control/hinf/Makefile.in, | |
4091 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4092 control/util/Makefile.in, deprecated/Makefile.in, | |
4093 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4094 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4095 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4096 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4097 polynomial/Makefile.in, quaternion/Makefile.in, | |
4098 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4099 specfun/Makefile.in, special-matrix/Makefile.in, | |
4100 startup/Makefile.in, statistics/Makefile.in, | |
4101 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4102 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4103 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4104 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4105 | |
6795 | 4106 2007-07-25 John W. Eaton <jwe@octave.org> |
4107 | |
4108 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4109 | |
6793 | 4110 2007-07-24 David Bateman <dbateman@free.fr> |
4111 | |
4112 * image/flag.m: New colormap function. | |
4113 * images/Makefile.in: Include it in SOURCES. | |
4114 | |
4115 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4116 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4117 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4118 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4119 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4120 number of colormap elements as the other colormap functions. | |
4121 | |
6790 | 4122 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4123 | |
4124 * plot/__go_draw_axes__.m: Handle patch. | |
4125 | |
6788 | 4126 2007-07-23 David Bateman <dbateman@free.fr> |
4127 | |
4128 * general/rat.m: New function for ration approximation imported | |
4129 from octave-forge. | |
4130 * general/del2.m: New function for discrete laplacian operator. | |
4131 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4132 | |
4133 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4134 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4135 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4136 image/winter.m, image/brighten.m: Port image functions from | |
4137 octave-forge. | |
4138 * image/Makefile.in: Add ported functions to SOURCES. | |
4139 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4140 compatibility with matlab. | |
4141 | |
4142 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4143 octave-forge | |
4144 * plot/Makefile.in: Add ported functions to SOURCES. | |
4145 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4146 using gnuplot 4.2 or greater. | |
4147 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4148 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4149 |
4150 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4151 | |
6781 | 4152 2007-07-19 David Bateman <dbateman@free.fr> |
4153 | |
4154 * plot/fplot.m: More compatible version. | |
4155 | |
6780 | 4156 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4157 | |
4158 * plot/clf.m: Check for valid handle before deleting. | |
4159 | |
4160 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4161 __go_figure__ instead of using regular "set" call. | |
4162 | |
6779 | 4163 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4164 | |
4165 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4166 type for gnuplot. | |
4167 | |
6778 | 4168 2007-07-18 John W. Eaton <jwe@octave.org> |
4169 | |
4170 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4171 gnuplot for each set of axes. | |
4172 | |
6777 | 4173 2007-07-18 David Bateman <dbateman@free.fr> |
4174 | |
6778 | 4175 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4176 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4177 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4178 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4179 Use standard scale factor rather than one on the scale factor for | |
4180 compatibility. | |
4181 | |
4182 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4183 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4184 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4185 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4186 Preserve backward compatibility. | |
6777 | 4187 |
6776 | 4188 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4189 | |
4190 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4191 to avoid issues with regexp special characters in the path strings. | |
4192 | |
6770 | 4193 2007-07-06 David Bateman <dbateman@free.fr> |
4194 | |
6778 | 4195 * general/accumarray.m: New function to create an array by |
4196 accumulating the elements. | |
6770 | 4197 |
6768 | 4198 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4199 | |
4200 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4201 (fdjac): Set nx outside of if block. | |
4202 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4203 | |
6765 | 4204 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4205 | |
4206 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4207 | |
4208 * plot/axis.m: Also set "visible" property when setting axes to | |
4209 on/off. | |
4210 | |
6762 | 4211 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4212 | |
4213 * image/colormap.m: Only return colormap if nargout > 0. | |
4214 Mark as command. | |
4215 | |
6758 | 4216 2007-06-25 John W. Eaton <jwe@octave.org> |
4217 | |
4218 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4219 strcmp for selected property comparisons. | |
4220 | |
6756 | 4221 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
4222 | |
6778 | 4223 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4224 |
6754 | 4225 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4226 | |
4227 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4228 | |
6756 | 4229 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4230 |
6778 | 4231 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4232 argument, and note that the data should be sorted for the |
4233 definition of the median to be correct. | |
4234 | |
6778 | 4235 * statistics/base/std.m: Add missing square to definition of |
6754 | 4236 standard deviation. |
4237 | |
6778 | 4238 * statistics/base/cov.m: Add definition of covariance to the help text. |
4239 | |
4240 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4241 statistics/base/std.m: |
4242 Note that \bar{x} is the mean value of x in the help text. | |
4243 | |
6778 | 4244 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4245 coefficient to the help text. |
4246 | |
6778 | 4247 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4248 | |
4249 * statistics/base/var.m: Put N in @math in help text. | |
4250 | |
4251 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4252 statistics/tests/kolmogorov_smirnov_test.m: |
4253 Write about possible values of 'dist' in help text. | |
4254 | |
6778 | 4255 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4256 Add definition of correlation to the help text. |
4257 | |
6778 | 4258 * statistics/base/logit.m, statistics/base/kendall.m, |
4259 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4260 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4261 TeXification of help text. | |
4262 | |
4263 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4264 | |
4265 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4266 Add missing @var's to help text. | |
4267 | |
4268 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4269 | |
4270 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4271 of help text. | |
4272 | |
4273 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4274 help text. | |
4275 | |
4276 * statistics/distributions/unidpdf.m, | |
4277 statistics/distributions/discrete_pdf.m: | |
4278 Replace 'pDF' with 'PDF' in help text. | |
4279 | |
6753 | 4280 2007-06-25 John W. Eaton <jwe@octave.org> |
4281 | |
4282 * strings/substr.m: Use offset consistently in code and doc string. | |
4283 From Rafael Laboissiere <rafael@debian.org>. | |
4284 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4285 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4286 |
6778 | 4287 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4288 |
6751 | 4289 2007-06-25 John W. Eaton <jwe@octave.org> |
4290 | |
4291 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4292 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4293 <juhani@cs.joensuu.fi>. | |
4294 | |
6748 | 4295 2007-06-20 John W. Eaton <jwe@octave.org> |
4296 | |
6749 | 4297 * strings/index.m: Allow strings to be empty. |
4298 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4299 | |
6748 | 4300 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4301 | |
6747 | 4302 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4303 | |
4304 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4305 separate matrices. | |
4306 | |
6746 | 4307 2007-06-19 David Bateman <dbateman@free.fr> |
4308 | |
4309 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4310 only ";;" legend syntax. | |
4311 * polynomial/mkpp.m: ditto. | |
4312 * polynomial/pchip.m: ditto. | |
4313 * signal/freqz_plot.m: ditto. | |
4314 * sparse/gplot.m: ditto. | |
4315 * sparse/treeplot.m: ditto. | |
4316 | |
6745 | 4317 2007-06-19 John W. Eaton <jwe@octave.org> |
4318 | |
4319 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4320 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4321 | |
6742 | 4322 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4323 | |
6778 | 4324 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4325 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4326 to check for NA. | |
4327 | |
6741 | 4328 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4329 | |
6778 | 4330 * optimization/glpk.m: TeXified the help text. |
4331 * optimization/qp.m: TeXified the help text. | |
4332 * optimization/sqp.m: TeXified the help text. | |
6741 | 4333 |
6740 | 4334 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
4335 | |
6778 | 4336 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4337 |
6738 | 4338 2007-06-15 John W. Eaton <jwe@octave.org> |
4339 | |
4340 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4341 have_newer_gnuplot is true. | |
4342 | |
6736 | 4343 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4344 | |
6778 | 4345 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4346 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4347 to 90, all others 0. |
4348 | |
6778 | 4349 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4350 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4351 get_data_limits. |
6778 | 4352 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4353 called by __errplot__. |
4354 | |
6730 | 4355 2007-06-15 John W. Eaton <jwe@octave.org> |
4356 | |
4357 * testfun/test.m: Also return number of expected failures. | |
4358 | |
6724 | 4359 2007-06-14 John W. Eaton <jwe@octave.org> |
4360 | |
6730 | 4361 * set/ismember.m: Mark two tests known to fail with xtest. |
4362 | |
6724 | 4363 * plot/__go_draw_axes__.m: Handle text rotation property. |
4364 | |
6728 | 4365 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4366 | |
4367 * testfun/test.m: Add xtest support for tests known to fail. | |
4368 | |
6727 | 4369 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4370 | |
4371 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4372 epslatexstandalone terminals. | |
4373 | |
6721 | 4374 2007-06-14 David Bateman <dbateman@free.fr> |
4375 | |
4376 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4377 as permutation of results was incorrect. | |
4378 * general/interp1.m: Add demo on second derivative | |
4379 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4380 call. Add 3D demo. Fix typos |
4381 * general/interp3.m: Fix typos. Correct permutation for use of | |
4382 interpn. | |
6721 | 4383 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4384 | |
6717 | 4385 2007-06-13 John W. Eaton <jwe@octave.org> |
4386 | |
4387 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4388 |
6706 | 4389 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4390 | |
4391 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4392 | |
6704 | 4393 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4394 | |
4395 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4396 Set have_linestyle to true if two character linestyle is found. | |
4397 | |
6702 | 4398 2007-06-12 David Bateman <dbateman@free.fr> |
4399 | |
6717 | 4400 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4401 and interpn.m. | |
4402 | |
4403 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4404 structure before using it. | |
4405 | |
4406 2007-06-12 David Bateman <dbateman@free.fr> | |
4407 | |
6704 | 4408 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4409 * general/__splinen__.m: New support function for N-dimensional |
4410 spline interpolation. | |
4411 * general/bicubic.m: Allow definition of extrapolation | |
4412 value. Adapt tests to use new graphics interface | |
4413 * general/interp2.m: Call __splinen__ for 2-D spline | |
4414 interpolation. Make the lookup table code only be called for | |
4415 linear and nearest methods. | |
4416 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4417 and spline interpolation. | |
4418 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4419 and spline interpolation. | |
6704 | 4420 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4421 |
6701 | 4422 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4423 | |
4424 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4425 | |
6699 | 4426 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
4427 | |
4428 * plot/fplot.m: If function is inline, vectorize it. | |
4429 | |
6698 | 4430 2007-06-10 David Bateman <dbateman@free.fr> |
4431 | |
4432 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4433 directory if need to, so that it fits on a line. | |
4434 | |
6695 | 4435 2007-06-07 David Bateman <dbateman@free.fr> |
4436 | |
4437 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4438 saved file so that dependent packages are loaded first, and if | |
4439 nargout==0 don't return any arguments. | |
4440 (pkg:install): Only load packages that are marked autoload after | |
4441 install. Various fixes. Save in order. | |
4442 (pkg:uninstall): Save in order | |
4443 (pkg:load_packages): Use load_package_and_dependencies to load | |
4444 packages. | |
4445 (pkg:save_order): New function to sort package list with dependent | |
4446 packages first. | |
4447 (pkg:load_packages_and_dependencies): New function to load both a | |
4448 list of packages and their dependencies. | |
4449 (pkg:load_package_dirs): New function that returns a vector of the | |
4450 indexes into the installed package list indicating the packages to | |
4451 load and the order to load them in to respect the dependencies. | |
4452 | |
6688 | 4453 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
4454 | |
4455 * plot/axes.m: Eliminate redundant else clause. | |
4456 | |
6686 | 4457 2007-06-03 David Bateman <dbateman@free.fr> |
4458 | |
4459 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 4460 * pkg/pkg.m: Protect against multiple actions being define. |
4461 | |
6683 | 4462 2007-06-01 David Bateman <dbateman@free.fr> |
4463 | |
4464 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
4465 incorporate into main pkg function. | |
4466 (pkg:install): Check for existence of files to install before | |
4467 globbing and warn the user if they don't exist. | |
4468 | |
6675 | 4469 2007-05-31 David Bateman <dbateman@free.fr> |
4470 | |
6679 | 4471 * miscellaneous/copyfile.m: Split copying of multiple files to a |
4472 directory over several copy command to limit the line length. | |
4473 * miscellaneous/movefile.m: Ditto. | |
4474 | |
6675 | 4475 * pkg.m: Add build option to allow binary Octave packages to be |
4476 built from source packages. Probe absolute path of prefix, global | |
4477 and local lists. Use strcat, rather that [] for strings. | |
4478 (pkg:build): New function to binary binary package. | |
4479 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
4480 (pkg:repackage): Package binary Octave package from installation. | |
4481 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
4482 from m-files into main installation directory. | |
4483 (pkg:shell): Suppress verbose messages from shell and only display | |
4484 them with the verbose flag. | |
4485 (pkg:installed_packages): Also include the loaded flag in the | |
4486 local and global packages. | |
4487 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
4488 flagged as loaded. | |
4489 | |
4490 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
4491 | |
4492 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
4493 with and without architecture dependent directories. | |
4494 (pkg:installed_packages): Probe the global_list file even if it is | |
4495 the same as the local_list. | |
4496 | |
6669 | 4497 2007-05-29 John W. Eaton <jwe@octave.org> |
4498 | |
4499 * sparse/spy.m: Set axis to "ij" mode. | |
4500 | |
6664 | 4501 2007-05-24 John W. Eaton <jwe@octave.org> |
4502 | |
4503 * set/ismember.m: Quote first arg of "fail" tests. | |
4504 | |
6663 | 4505 2007-05-24 David Bateman <dbateman@free.fr> |
4506 | |
6778 | 4507 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4508 |
6655 | 4509 2007-05-22 David Bateman <dbateman@free.fr> |
4510 | |
4511 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4512 error(lasterr()(8:end)). | |
4513 (pkg:install): Warning for empty packages being removed. Suppress | |
4514 spurious output. Warning rather than error for uninstalling a | |
4515 package that is not installed to avoid RPM issue. | |
4516 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4517 inst or architecture dependent directory if it exists. | |
4518 | |
6653 | 4519 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4520 | |
4521 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4522 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4523 signal/freqz.m: Fix typos. | |
4524 | |
6645 | 4525 2007-05-21 David Bateman <dbateman@free.fr> |
4526 | |
4527 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4528 force installation location. | |
4529 (rebuild): New subfunction to rebuild package database from | |
4530 installed packages. Also allows changing of autoload status | |
4531 (install): Warn use if attempting to install from non existent | |
4532 file. | |
4533 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4534 "USER", "root"))' for root test. | |
4535 | |
4536 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4537 | |
4538 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4539 and replace "\" characters with "/". | |
4540 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4541 characters with "/" throughout. | |
4542 (shell): New subfunction that wraps system and is careful with the | |
4543 shell on windows platforms. | |
4544 (configure_make): Explictly pass complier etc to configure | |
4545 process. | |
4546 (issuperuser): Force default to global install for Windows machines. | |
4547 | |
6636 | 4548 2007-05-19 Kristan Onu |
4549 | |
4550 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
4551 | |
6634 | 4552 2007-05-18 David Bateman <dbateman@free.fr> |
4553 | |
4554 * pkg/pkg.m (install): More verbosity. | |
4555 (configure_make): Ditto. | |
4556 (create_pkgadddel): Install in architecture dependent directory if | |
4557 it exists to address issues with autoload/mfilename. | |
4558 (write_INDEX): Check in archiecture dependent directories as well. | |
4559 | |
6633 | 4560 2007-05-17 David Bateman <dbateman@free.fr> |
4561 | |
4562 * plot/hbar.m: Remove. | |
4563 * plot/barh.m: and move it here. | |
4564 | |
6631 | 4565 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
4566 | |
4567 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4568 | |
6629 | 4569 2007-05-16 John W. Eaton <jwe@octave.org> |
4570 | |
4571 * general/logspace.m: Return second arg if fewer than two values | |
4572 are requested. | |
4573 | |
6619 | 4574 2007-05-14 John W. Eaton <jwe@octave.org> |
4575 | |
4576 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4577 on a new line. | |
4578 | |
6617 | 4579 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4580 | |
4581 * statistics/distributions/norminv.m, | |
4582 statistics/distributions/norminv.m, | |
4583 statistics/distributions/normpdf.m, | |
4584 statistics/distributions/normrnd.m: | |
4585 Use standard deviation, not variance. | |
4586 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4587 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4588 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4589 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4590 backward compatibility. | |
4591 | |
6616 | 4592 2007-05-14 David Bateman <dbateman@free.fr> |
4593 | |
4594 * pkg/pkg.m: Mark loaded packages with "*". | |
4595 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4596 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4597 |
4598 * miscellaneous/single.m: Doc fix. | |
4599 Convert to double instead of returning argument unchanged. | |
4600 | |
4601 * miscellaneous/doc.m: Doc fix. | |
4602 | |
4603 * miscellaneous/ver.m: Doc fix. | |
4604 Don't display information about Octave Forge. | |
4605 | |
6614 | 4606 2007-05-12 David Bateman <dbateman@free.fr> |
4607 | |
4608 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4609 install to be printed. An error in the on_uninstall script causes | |
4610 a failure to uninstall. Place oct- and mex-files in an | |
4611 architecture dependent directory. | |
4612 | |
6611 | 4613 2007-05-09 John W. Eaton <jwe@octave.org> |
4614 | |
4615 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4616 | |
6609 | 4617 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4618 | |
4619 * statistics/distributions/normcdf.m: Use standard deviation | |
4620 instead of variance for compatibility. | |
4621 | |
4622 2007-05-08 John W. Eaton <jwe@octave.org> | |
4623 | |
4624 | |
4625 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4626 | |
4627 * set/ismember.m: Always return logical values. | |
4628 | |
4629 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4630 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4631 |
4632 * general/__isequal__.m: Allow numeric values of different classes | |
4633 to compare equal. | |
4634 | |
6606 | 4635 2007-05-07 David Bateman <dbateman@free.fr> |
4636 | |
6607 | 4637 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4638 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4639 |
6605 | 4640 2007-05-02 John W. Eaton <jwe@octave.org> |
4641 | |
4642 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4643 | |
6604 | 4644 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4645 | |
4646 * contour.m: Rewrite help string. | |
4647 | |
6599 | 4648 2007-04-28 John W. Eaton <jwe@octave.org> |
4649 | |
4650 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4651 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4652 Special case nargout == 0. | |
4653 | |
6597 | 4654 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4655 | |
4656 * general/sub2ind.m: Handle empty input, add tests. | |
4657 | |
6590 | 4658 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4659 | |
4660 * plot/contourc.m: Doc fix. | |
4661 | |
6586 | 4662 2007-04-26 David Bateman <dbateman@free.fr> |
4663 | |
4664 * plot/hist.m: Partially remove previous patch. | |
4665 | |
6582 | 4666 2007-04-26 David Bateman <dbateman@free.fr> |
4667 | |
4668 * plot/hist.m: Support returning of handle | |
4669 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4670 cells. | |
4671 | |
6575 | 4672 2007-04-25 John W. Eaton <jwe@octave.org> |
4673 | |
6579 | 4674 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4675 "title \"\"", not "". | |
4676 | |
6575 | 4677 * plot/legend.m: Initialize WARNED to false. |
4678 | |
6567 | 4679 2007-04-24 John W. Eaton <jwe@octave.org> |
4680 | |
4681 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4682 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4683 |
4684 2007-04-23 John W. Eaton <jwe@octave.org> | |
4685 | |
4686 * plot/box.m: Delete extra endfunction keyword. | |
4687 | |
6560 | 4688 2007-04-23 David Bateman <dbateman@free.fr> |
4689 | |
4690 * plot/plot3.m: Call newplot. | |
4691 | |
6553 | 4692 2007-04-20 John W. Eaton <jwe@octave.org> |
4693 | |
4694 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4695 | |
6546 | 4696 2007-04-19 John W. Eaton <jwe@octave.org> |
4697 | |
4698 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4699 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4700 | |
6544 | 4701 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4702 | |
4703 * control/util/axis2dlim.m: Delete extraneous line. | |
4704 | |
6542 | 4705 2007-04-18 John W. Eaton <jwe@octave.org> |
4706 | |
4707 * specfun/factorial.m: Increase tolerance in large value test. | |
4708 | |
6540 | 4709 2007-04-18 David Bateman <dbateman@free.fr> |
4710 | |
4711 * __bar__.m: New support function for bar/hbar to support graphic | |
4712 handles, and additional arguments. | |
4713 * bar.m: Convert to use __bar__. | |
4714 * hbar.m: New function | |
4715 * hist.m: Explicitly set the width of the bar plot. | |
4716 | |
6533 | 4717 2007-04-17 John W. Eaton <jwe@octave.org> |
4718 | |
6534 | 4719 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4720 | |
6533 | 4721 * set/ismember.m: New tests. |
4722 From David Grohmann <grohmann@arlut.utexas.edu> | |
4723 | |
6532 | 4724 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4725 | |
4726 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4727 Add tests. | |
4728 | |
6527 | 4729 2007-04-16 John W. Eaton <jwe@octave.org> |
4730 | |
6528 | 4731 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4732 looks_like_copyright in src/help.cc. | |
4733 From S�ren Hauberg <soren@hauberg.org>. | |
4734 | |
6527 | 4735 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4736 | |
6526 | 4737 2007-04-13 John W. Eaton <jwe@octave.org> |
4738 | |
6527 | 4739 * optimization/sqp.m: Initialize info to 0. |
4740 | |
6526 | 4741 * optimization/qp.m: Undo previous change. |
4742 | |
6524 | 4743 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4744 | |
4745 * spdiags.m: Fixed the four-argument case to work for columns of | |
4746 length one. | |
4747 | |
6523 | 4748 2007-04-12 John W. Eaton <jwe@octave.org> |
4749 | |
4750 * optimization/qp.m: Avoid Octave indexing bug. | |
4751 | |
6521 | 4752 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4753 | |
6522 | 4754 * miscellaneous/menu.m, control/base/bddemo.m, |
4755 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4756 control/system/sysrepdemo.m: | |
4757 Adapt to page_screen_output as a function. | |
6521 | 4758 |
6518 | 4759 2007-04-11 John W. Eaton <jwe@octave.org> |
4760 | |
4761 * miscellaneous/not.m: Delete. | |
4762 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4763 | |
4764 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4765 | |
4766 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4767 that are close but not exactly equal. | |
4768 | |
6515 | 4769 2007-04-11 David Bateman <dbateman@free.fr> |
4770 | |
4771 * general/bitcmp.m: Make it work again. | |
4772 | |
6512 | 4773 2007-04-10 John W. Eaton <jwe@octave.org> |
4774 | |
4775 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4776 that are close but not exactly equal. | |
4777 | |
6511 | 4778 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4779 | |
4780 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4781 in response to a change in x limits for now. | |
4782 | |
6510 | 4783 2007-04-09 John W. Eaton <jwe@octave.org> |
4784 | |
4785 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4786 (__go_draw_axes__): Use it to write data to plot stream. | |
4787 | |
6509 | 4788 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4789 | |
4790 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4791 zeros. Set markerfacecolor property in call to plot. | |
4792 | |
6508 | 4793 2007-04-06 John W. Eaton <jwe@octave.org> |
4794 | |
4795 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4796 | |
4797 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4798 | |
4799 * plot/stem.m: Use plot instead of a series of calls to line. | |
4800 | |
6494 | 4801 2007-04-05 John W. Eaton <jwe@octave.org> |
4802 | |
6499 | 4803 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4804 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4805 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4806 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4807 | |
6496 | 4808 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4809 Use strcmpi instead of strcmp+tolower. |
6496 | 4810 Style fixes. |
4811 | |
6494 | 4812 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4813 Plotting fixes. Style fixes. | |
4814 | |
4815 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4816 Style fixes. | |
4817 | |
4818 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4819 Style fixes. | |
4820 | |
4821 * testfun/demo.m, testfun/example.m: Style fixes. | |
4822 Use "strcat (...)" instead of "[...]". | |
4823 Use format specifiers in calls to warning. | |
4824 | |
4825 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4826 Use "strcat (...)" instead of "[...]". | |
4827 Use "x(end)" instead of "x(length (x))". | |
4828 Check NA before NaN. | |
4829 Style fixes. | |
4830 | |
6473 | 4831 2007-03-29 John W. Eaton <jwe@octave.org> |
4832 | |
6474 | 4833 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4834 |
6467 | 4835 2007-03-27 John W. Eaton <jwe@octave.org> |
4836 | |
4837 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4838 control/base/Makefile.in, control/hinf/Makefile.in, | |
4839 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4840 control/util/Makefile.in, deprecated/Makefile.in, | |
4841 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4842 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4843 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4844 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4845 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4846 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4847 special-matrix/Makefile.in, startup/Makefile.in, | |
4848 statistics/Makefile.in, statistics/base/Makefile.in, | |
4849 statistics/distributions/Makefile.in, | |
4850 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4851 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4852 Use ln instead of $(LN_S) in dist target. | |
4853 | |
6465 | 4854 2007-03-27 David Bateman <dbateman@free.fr> |
4855 | |
4856 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4857 gnuplot 4.0. | |
4858 | |
6464 | 4859 2007-03-26 John W. Eaton <jwe@octave.org> |
4860 | |
4861 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4862 | |
6461 | 4863 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4864 | |
4865 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4866 plot stream and using binary data. | |
4867 | |
6459 | 4868 2007-03-26 John W. Eaton <jwe@octave.org> |
4869 | |
4870 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4871 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4872 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4873 | |
4874 2007-03-26 David Bateman <dbateman@free.fr> | |
4875 | |
6461 | 4876 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4877 | |
6459 | 4878 * plot/plot3.m: Handle line properties. |
4879 * plot/plot.m: Update docstring. | |
4880 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4881 * plot/__plt__.m: Also gather properties. | |
4882 | |
6455 | 4883 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4884 | |
4885 * testfun/assert.m: Delete special check for empty objects. | |
4886 Add test. | |
4887 | |
6453 | 4888 2007-03-26 John W. Eaton <jwe@octave.org> |
4889 | |
6454 | 4890 * plot/drawnow.m: Exit early if call is recursive. |
4891 | |
6453 | 4892 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4893 Check for Inf too. | |
4894 (__go_draw_axes__): Use get_data_limits. | |
4895 | |
6450 | 4896 2007-03-24 John W. Eaton <jwe@octave.org> |
4897 | |
6451 | 4898 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4899 send terminal setting command with title option to plot stream. | |
4900 | |
6450 | 4901 * plot/legend.m: Correctly increment index into list of children.. |
4902 | |
6434 | 4903 2007-03-23 John W. Eaton <jwe@octave.org> |
4904 | |
6448 | 4905 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4906 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4907 control/base/nyquist.m, control/base/nichols.m, | |
4908 control/base/frdemo.m, signal/freqz_plot.m, | |
4909 control/base/__stepimp__.m, control/base/bode.m, | |
4910 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4911 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4912 Update plotting code. |
4913 | |
4914 * control/base/bode.m: Unwrap phase angle. | |
4915 | |
4916 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4917 | |
4918 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4919 | |
4920 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4921 commands. | |
6446 | 4922 |
6442 | 4923 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4924 Handle numeric color specs. |
6442 | 4925 * plot/plot.m: Remove "-@" and "@" from docstring. |
4926 | |
6441 | 4927 * plot/orient.m: Fix tests to avoid creating a plot window. |
4928 | |
6440 | 4929 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4930 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4931 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4932 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4933 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4934 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4935 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4936 | |
6438 | 4937 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4938 plot, not just multiplots. | |
4939 | |
6436 | 4940 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4941 | |
6434 | 4942 * plot/contour.m: Don't call drawnow. |
4943 | |
6431 | 4944 2007-03-22 John W. Eaton <jwe@octave.org> |
4945 | |
6432 | 4946 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4947 property of each figure. | |
4948 | |
6431 | 4949 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4950 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4951 | |
4952 2007-03-21 John W. Eaton <jwe@octave.org> | |
4953 | |
4954 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4955 less than eps to 0. | |
4956 | |
6429 | 4957 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4958 |
4959 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4960 * testfun/speed.m: Documentation and example fix. |
4961 | |
6424 | 4962 2007-03-21 John W. Eaton <jwe@octave.org> |
4963 | |
4964 * plot/subplot.m: If we find an existing subplot region, set | |
4965 it to be the "currentaxes" property for the current figure. | |
6425 | 4966 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4967 |
6422 | 4968 2007-03-20 David Bateman <dbateman@free.fr> |
4969 | |
4970 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4971 | |
4972 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4973 | |
4974 * general/arrayfun.m: New function. | |
4975 | |
6418 | 4976 2007-03-20 John W. Eaton <jwe@octave.org> |
4977 | |
6419 | 4978 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4979 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4980 | |
4981 * plot/clf.m: Don't call drawnow. | |
4982 | |
6431 | 4983 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4984 |
6420 | 4985 * image/__img__.m: Maybe set yaxis to reverse for images. |
4986 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4987 images. | |
4988 | |
6418 | 4989 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4990 instead of global. Only register __go_close_all__ with atexit if |
4991 the plot stream is successfully opened. | |
6418 | 4992 |
6413 | 4993 2007-03-15 John W. Eaton <jwe@octave.org> |
4994 | |
6418 | 4995 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4996 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4997 | |
4998 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4999 | |
5000 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5001 Use numeric line types. |
6413 | 5002 |
5003 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5004 lines and larger markers. Remove key titles from line type |
5005 properties. | |
6413 | 5006 |
6405 | 5007 2007-03-14 John W. Eaton <jwe@octave.org> |
5008 | |
6412 | 5009 * plot/__axis_label__.m: Accept additional property-value pairs |
5010 and pass them to __go_text__. Simply return the handle obtained | |
5011 from __go_text__ instead of calling get on the current axis. | |
5012 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5013 Allow for extra property value pairs to be passed along. | |
5014 * plot/title.m: Implement with __axis_label__ since it does all | |
5015 that title needs to do. | |
5016 | |
6410 | 5017 * plot/clf.m: Set currentaxes property for current figure to []. |
5018 | |
6405 | 5019 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5020 | |
5021 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5022 and __plt2__, not just the last. | |
5023 | |
5024 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5025 (SOURCES_IN, GEN_M): Delete. | |
5026 (FCN_FILES): Don't include $(GEN_M). | |
5027 (all): Don't depend on $(GEN_M). | |
5028 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5029 | |
5030 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5031 | |
5032 * plot/newplot.m: Call __go_axes_init__ instead of | |
5033 __uiobject_axes_init__. | |
5034 | |
5035 * plot/mesh.m: Use __go_surface__ instead of | |
5036 __uiobject_surface_ctor__. Don't access object fields directly. | |
5037 | |
5038 * plot/line.m: Use __line__ to do actual work. | |
5039 * plot/__line__.m: New function. | |
5040 | |
5041 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5042 Use get and set instead of accessing object fields directly. | |
5043 | |
5044 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5045 handle. | |
5046 | |
5047 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5048 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5049 __uiobject_draw_figure__. | |
5050 | |
5051 * plot/clf.m: Use get instead of accessing object fields | |
5052 directly. Simply delete children. Don't set currentaxes. | |
5053 | |
5054 * plot/close.m (close_all_figures): New subfunction. | |
5055 Use it instead of getting list of figures to close from | |
5056 __uiobject_figures__. | |
5057 | |
5058 * plot/closereq.m: Simply delete the current figure. Don't set | |
5059 currentfigure. | |
5060 | |
5061 * plot/__errplot__.m: Call __line__ instead of | |
5062 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5063 directly. Don't call __uiobject_adopt__. | |
5064 | |
5065 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5066 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5067 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5068 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5069 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5070 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5071 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5072 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5073 plot/__uiobject_init_root_figure__.in, | |
5074 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5075 plot/__uiobject_root_figure_ctor__.m, | |
5076 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5077 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5078 plot/set.in: Delete. | |
6408 | 5079 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5080 |
5081 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5082 Pass "hidden" as second arg to close. | |
5083 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5084 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5085 * plot/Makefile.in (SOURCES_M): Rename in list. |
5086 | |
6405 | 5087 * image/__img__.m: Use __go_image__ to create image graphics |
5088 handle. | |
5089 | |
5090 * miscellaneous/delete.m: Call __go_delete__, not | |
5091 __uiobject_delete__. Check that arg is a graphics handle before | |
5092 calling __go_delete__. | |
5093 | |
6403 | 5094 2007-03-13 John W. Eaton <jwe@octave.org> |
5095 | |
5096 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5097 arg instead of switch statement. | |
6528 | 5098 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5099 |
5100 2007-03-12 John W. Eaton <jwe@octave.org> | |
5101 | |
5102 * miscellaneous/cast.m: New function. | |
5103 | |
5104 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5105 | |
6398 | 5106 2007-03-08 John W. Eaton <jwe@octave.org> |
5107 | |
5108 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5109 tilde expansion on target filename before passing it to the shell. | |
5110 | |
5111 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5112 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5113 | |
6396 | 5114 2007-03-08 David Bateman <dbateman@free.fr> |
5115 | |
5116 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5117 replacing slower version based on dicrete_rnd. | |
5118 | |
6392 | 5119 2007-03-07 John W. Eaton <jwe@octave.org> |
5120 | |
6395 | 5121 * control/base/rlocus.m: Update for current plotting functions. |
5122 | |
5123 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5124 | |
5125 * control/base/rlocus.m: Improve display. | |
5126 | |
5127 2007-03-07 John W. Eaton <jwe@octave.org> | |
5128 | |
5129 * plot/legend.m: Only handle positions -1:4. | |
5130 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5131 found in option string | |
5132 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5133 | |
6394 | 5134 * plot/newplot.m: Always reset next line color. |
5135 | |
6392 | 5136 * testfun/assert.m: Check that number of dimensions match before |
5137 checking dimensions. | |
5138 | |
6391 | 5139 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5140 | |
5141 * specfun/perms.m, specfun/factorial.m: Check args. | |
5142 | |
6387 | 5143 2007-03-07 John W. Eaton <jwe@octave.org> |
5144 | |
6390 | 5145 * plot/mesh.m: Call newplot before doing anything. |
5146 | |
5147 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5148 just "e". Only flush plot stream once. | |
5149 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5150 | |
6387 | 5151 * strings/blanks.m: Omit first index in assignment. |
5152 | |
6386 | 5153 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5154 | |
5155 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5156 | |
6385 | 5157 2007-03-06 David Bateman <dbateman@free.fr> |
5158 John W. Eaton <jwe@octave.org> | |
5159 | |
5160 * set/setdiff.m: Ignore "rows" for cell array args. | |
5161 Handle cellstr args. | |
5162 | |
6382 | 5163 2007-03-05 John W. Eaton <jwe@octave.org> |
5164 | |
5165 * optimization/sqp.m: Defer first call to obj_hess until after | |
5166 calling obj_fun. | |
5167 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5168 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5169 |
5170 * specfun/nchoosek.m: Fix nargin check. | |
5171 | |
6376 | 5172 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5173 | |
5174 * image/__img__.m: Don't set xlim and ylim properties. | |
5175 | |
6374 | 5176 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5177 | |
5178 * general/interp1.m: Fix *style cases for decreasing x. | |
5179 | |
6372 | 5180 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5181 | |
5182 * polynomial/roots.m: Check nargin before accessing arg. | |
5183 | |
6369 | 5184 2007-02-28 John W. Eaton <jwe@octave.org> |
5185 | |
5186 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5187 increment data_idx unless using gnuplot for display. | |
5188 | |
6368 | 5189 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5190 | |
5191 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5192 plots with images. | |
5193 * image/image.m, image/imagesc.m, image/imshow.m: | |
5194 Deprecate zoom argument. | |
5195 | |
6366 | 5196 2007-02-28 John W. Eaton <jwe@octave.org> |
5197 | |
5198 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5199 temporary file names. Keep image and colormap file ids separate. | |
5200 | |
5201 * general/interp1.m: Correctly compute min and max values when | |
5202 values are decreasing and not evenly spaced. | |
5203 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5204 | |
6365 | 5205 2007-02-27 John W. Eaton <jwe@octave.org> |
5206 | |
5207 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5208 returning an empty cell array. | |
5209 | |
6546 | 5210 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5211 |
5212 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5213 | |
6546 | 5214 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5215 |
5216 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5217 control/base/Makefile.in, control/hinf/Makefile.in, | |
5218 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5219 control/util/Makefile.in, deprecated/Makefile.in, | |
5220 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5221 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5222 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5223 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5224 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5225 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5226 special-matrix/Makefile.in, startup/Makefile.in, | |
5227 statistics/Makefile.in, statistics/base/Makefile.in, | |
5228 statistics/distributions/Makefile.in, | |
5229 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5230 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5231 Use $(LN_S) instead of ln or ln -s. | |
5232 | |
6356 | 5233 2007-02-24 David Bateman <dbateman@free.fr> |
5234 | |
5235 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5236 '\n' in FILES file. | |
6357 | 5237 (configure_make): Also install any mex files. |
6356 | 5238 |
6353 | 5239 2007-02-24 David Bateman <dbateman@free.fr> |
5240 | |
5241 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5242 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5243 | |
6351 | 5244 2007-02-23 John W. Eaton <jwe@octave.org> |
5245 | |
5246 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5247 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5248 | |
5249 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5250 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5251 | |
6349 | 5252 2007-02-23 David Bateman <dbateman@free.fr> |
5253 | |
5254 * statistics/distributions/discrete_rnd.m, | |
5255 statistics/distributions/geornd.m, | |
5256 statistics/distributions/lognnd.m, | |
5257 statistics/distributions/nbinrnd.m, | |
5258 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5259 | |
5260 * statistics/distributions/unidcdf.m, | |
5261 statistics/distributions/unidinv.m, | |
5262 statistics/distributions/unidpdf.m, | |
5263 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5264 discrete_cdf, etc. |
6349 | 5265 |
5266 * statistics/distributions/pascal_cdf.m, | |
5267 statistics/distributions/pascal_inv.m, | |
5268 statistics/distributions/pascal_pdf.m, | |
5269 statistics/distributions/pascal_rnd.m: Remove. | |
5270 * statistics/distributions/nbincdf.m, | |
5271 statistics/distributions/nbininv.m, | |
5272 statistics/distributions/nbinpdf.m, | |
5273 statistics/distributions/nbinrnd.m: Replace with matlab | |
5274 compatible functions. | |
5275 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5276 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5277 nbincdf, etc functions to implement these. | |
5278 | |
6344 | 5279 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5280 | |
5281 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5282 command and data. | |
5283 | |
5284 2007-02-22 John W. Eaton <jwe@octave.org> | |
5285 | |
5286 * miscellaneous/doc.m: If index search fails, try again without | |
5287 the index search option. | |
5288 | |
6339 | 5289 2007-02-22 David Bateman <dbateman@free.fr> |
5290 | |
6341 | 5291 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5292 | |
6340 | 5293 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5294 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5295 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5296 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5297 and randp to accelerate. | |
5298 | |
6339 | 5299 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5300 | |
6338 | 5301 2007-02-22 John W. Eaton <jwe@octave.org> |
5302 | |
5303 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5304 cache data and display after xlim and ylim have been determined. | |
5305 | |
6337 | 5306 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5307 | |
5308 * plot/__uiobject_draw_axes__.m: | |
5309 Allow multiple images to be displayed with gnuplot. | |
5310 | |
6333 | 5311 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5312 | |
5313 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5314 for versions of GLPK 4.15 and later. | |
5315 | |
6328 | 5316 2007-02-19 John W. Eaton <jwe@octave.org> |
5317 | |
5318 * plot/__uiobject_alloc__.in: If next available element in | |
5319 __uiobject_list__ is 0, grow list before doing anything else. | |
5320 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5321 first call when size of __uiobject_list__ is 0. | |
5322 | |
6323 | 5323 2007-02-16 John W. Eaton <jwe@octave.org> |
5324 | |
5325 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5326 | |
6321 | 5327 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5328 | |
5329 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5330 | |
6316 | 5331 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5332 | |
5333 * specfun/nchoosek.m: Check nargin. | |
5334 | |
6314 | 5335 2007-02-15 John W. Eaton <jwe@octave.org> |
5336 | |
6315 | 5337 * path/addpath.m, path/rmpath.m: Delete |
5338 * path/Makefile.in (SOURCES): Remove them from the list. | |
5339 | |
6314 | 5340 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5341 Delete title, xlabel, ylabel, and zlabel properties before | |
5342 reassigning. | |
5343 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5344 Don't init outerposition if "mode" is "replace". | |
5345 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5346 If axes nextplot property is replace, pass "replace" as mode arg | |
5347 to __uiobject_axes_init__. | |
5348 | |
6308 | 5349 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5350 | |
6310 | 5351 * image/imshow.m: Don't restore old colormap. |
5352 | |
6309 | 5353 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5354 * image/__img__.m: New file containing common parts of image.m and | |
5355 imshow.m. | |
6312 | 5356 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5357 * image/image.m, image/imshow.m: Call __img__. |
5358 * plot/__uiobject_draw_axes__.m: | |
5359 Handle rgb imaged data stored in 3-d arrays. | |
5360 | |
6308 | 5361 * plot/figure.m: Doc fix. |
5362 | |
6304 | 5363 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5364 | |
5365 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5366 for reading and writing data. New tests. Improve rounding. | |
5367 | |
6302 | 5368 2007-02-13 John W. Eaton <jwe@octave.org> |
5369 | |
6303 | 5370 * plot/stem.m: New file, adapted from OctPlot. |
5371 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5372 | |
6302 | 5373 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5374 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5375 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5376 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5377 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5378 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5379 plot/semilogyerr.m: Return handles to line objects. | |
5380 | |
6301 | 5381 2007-02-11 John W. Eaton <jwe@octave.org> |
5382 | |
5383 * plot/__uiobject_close_all.m: New file. | |
5384 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5385 | |
6298 | 5386 2007-02-10 John W. Eaton <jwe@octave.org> |
5387 | |
5388 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5389 * plot/__uiobject_globals__.m: Don't call mlock. | |
5390 | |
5391 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5392 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5393 before calling pclose. | |
5394 | |
6291 | 5395 2007-02-09 John W. Eaton <jwe@octave.org> |
5396 | |
6295 | 5397 * plot/subplot.m: Delete spurious call to axes. |
5398 | |
6293 | 5399 * plot/figure.m: Call drawnow for current figure before creating |
5400 or switching to a new figure. | |
5401 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5402 nargin == 0 case. | |
5403 | |
6291 | 5404 * testfun/assert.m: Try to avoid problems when comparisons involve |
5405 strange values like Inf+NaNi. | |
5406 | |
6283 | 5407 2007-02-08 John W. Eaton <jwe@octave.org> |
5408 | |
6286 | 5409 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5410 and check gnuplot_use_title_option instead of just assuming -title | |
5411 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5412 | |
6285 | 5413 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5414 | |
6284 | 5415 * audio/Makefile.in, control/base/Makefile.in, |
5416 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5417 control/system/Makefile.in, control/util/Makefile.in, | |
5418 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5419 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5420 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5421 optimization/Makefile.in, plot/Makefile.in, | |
5422 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5423 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5424 special-matrix/Makefile.in, startup/Makefile.in, | |
5425 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5426 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5427 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5428 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5429 | |
6283 | 5430 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5431 only given property list. | |
5432 | |
6278 | 5433 2007-02-07 John W. Eaton <jwe@octave.org> |
5434 | |
6280 | 5435 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5436 properties. | |
5437 | |
6278 | 5438 * plot/sombrero.m: Call box ("off") after mesh. |
5439 | |
5440 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5441 line default" commands with older versions of gnuplot. | |
5442 | |
5443 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
5444 | |
6273 | 5445 2007-02-06 John W. Eaton <jwe@octave.org> |
5446 | |
5447 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
5448 * sparse/gplot.m: Use line style - instead of 1. | |
5449 | |
6272 | 5450 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
5451 | |
5452 * plot/print.m: Avoid error message from cellidx. | |
5453 | |
5454 2007-02-05 John W. Eaton <jwe@octave.org> | |
5455 | |
5456 * plot/legend.m: Fix check for data. | |
5457 | |
6270 | 5458 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5459 | |
5460 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
5461 Always set lt and pt. | |
5462 | |
6269 | 5463 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
5464 | |
5465 * plot/contourc.m: Correctly compute X and Y. | |
5466 | |
6268 | 5467 2007-02-05 John W. Eaton <jwe@octave.org> |
5468 | |
5469 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
5470 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
5471 | |
6264 | 5472 2007-02-01 John W. Eaton <jwe@octave.org> |
5473 | |
6266 | 5474 * plot/__uiobject_draw_axes__.m: |
5475 Don't try to set axis limits unless we have data. | |
5476 | |
6264 | 5477 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
5478 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5479 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5480 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
5481 instead of of key and fmt strings. | |
5482 | |
5483 * plot/__pltopt1__.m: Greatly simplify. | |
5484 | |
5485 * plot/__next_line_color__.m: New file. | |
5486 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5487 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
5488 | |
5489 * plot/__default_plot_options__.m: New file. | |
5490 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5491 | |
5492 * plot/__plt3__.m: Delete. | |
5493 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
5494 | |
6259 | 5495 2007-01-31 John W. Eaton <jwe@octave.org> |
5496 | |
6263 | 5497 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
5498 linestyle, linewidth, marker, and markersize properties. | |
5499 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
5500 colors and widths, and line styles. | |
5501 | |
5502 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 5503 |
6261 | 5504 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
5505 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5506 | |
5507 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5508 __gnuplot_save_data__. | |
5509 | |
6259 | 5510 * image/image.m: Accept 2 args, but ignore the second for now. |
5511 | |
6258 | 5512 2007-01-30 David Bateman <dbateman@free.fr> |
5513 | |
5514 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5515 to flag a package as to be autoloaded. Add install flags -noauto, | |
5516 -auto to force autoload behavior. | |
5517 (installed_packages): Make list of installed packages unique. | |
5518 | |
6259 | 5519 2007-01-30 John W. Eaton <jwe@octave.org> |
5520 | |
5521 * Merge of changes from graphics-branch: | |
5522 | |
5523 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5524 |
5525 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5526 | |
5527 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5528 property if it exists. | |
5529 | |
6259 | 5530 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5531 |
5532 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5533 min values outside of loop over child objects. | |
5534 | |
5535 * plot/contour.m, plot/contourc.m: New files. | |
5536 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5537 | |
5538 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5539 find a gnuplot version newer than 4.0. | |
5540 * image/__img_gnuplot__.m: Delete. | |
5541 * image/image.m: Create image graphics object. | |
5542 Call newplot to setup and drawnow to finish. | |
5543 Eliminate ZOOM arg. | |
5544 | |
5545 * plot/__uiobject_draw_axes__.m: Handle image data. | |
5546 | |
5547 * plot/legend.m: Eliminate useless variable "warned". | |
5548 | |
5549 * plot/__uiobject_image_ctor__.m: New file. | |
5550 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5551 | |
5552 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
5553 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
5554 | |
5555 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
5556 | |
5557 * plot/__default_colormap__.m: New file. | |
5558 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5559 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
5560 property. | |
5561 * image/colormap.m: Use colormap property of current figure | |
5562 to store colormap instead of using persistent variable. | |
5563 Call __default_colormap__ to get default map value. | |
5564 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
5565 | |
5566 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
5567 Handle some tick mark options. | |
5568 | |
5569 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
5570 set corresponding *mode to "manual". If we set dataaspectratio, | |
5571 set dataaspectratiomode to "manual". | |
5572 | |
5573 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5574 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5575 | |
5576 * plot/axis.m: New file. | |
5577 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5578 | |
5579 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5580 set corresponding *limmode to "manual". | |
5581 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5582 Use it to compute autosclaled limits. | |
5583 Arg is now handle, not object. Change all callers. | |
5584 Compute data limits. | |
5585 | |
6259 | 5586 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5587 |
5588 * plot/drawnow: Fix visibility check for zero args. | |
5589 | |
5590 * plot/text.m: New file. | |
5591 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5592 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5593 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5594 horizontalalignment properties. | |
5595 | |
5596 * plot/figure.m: Set options for f we just constructed or were | |
5597 given as an argument, not gcf. Only return handle if nargout > 0. | |
5598 | |
5599 * plot/drawnow.m: Handle visible field for figure here. | |
5600 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5601 | |
5602 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5603 title and axis labels. | |
5604 | |
5605 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5606 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5607 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5608 * plot/view.m: New file. | |
5609 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5610 | |
5611 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5612 Call __request_drawnow__. | |
5613 | |
5614 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5615 | |
5616 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5617 Call set to set properties. Return handle instead of structure. | |
5618 Change all callers. | |
5619 | |
5620 * plot/__uiobject_axes_setr__.m: New file. | |
5621 * plot/set.in: Check for __setter__ field. | |
5622 | |
5623 * plot/__uiobject_axes_init__.in: | |
5624 Rename from plot/__uiobject_axes_init__.m. | |
5625 Include __uiobject_globals__. | |
5626 Accept handle as arg instead of structure | |
5627 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5628 from the list. | |
5629 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5630 | |
6259 | 5631 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5632 |
5633 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5634 | |
5635 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5636 initializing each global variable. | |
5637 | |
6259 | 5638 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5639 |
5640 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5641 __uiobject_figure_handles_free_list__): New global variables. | |
5642 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5643 Place unused handles on the free list. | |
5644 | |
5645 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5646 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5647 | |
5648 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5649 handles here. Return figure handle. | |
5650 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5651 | |
6259 | 5652 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5653 |
5654 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5655 data for gnuplot. | |
5656 | |
5657 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5658 files. | |
5659 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5660 (DISTFILES): Include include-globals.awk in the list. | |
5661 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5662 ($(GEN_M) : %.m : %.in): New rule. | |
5663 | |
5664 * include-globals.awk: New file. | |
5665 | |
5666 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5667 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5668 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5669 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5670 plot/__uiobject_init_root_figure__.in, | |
5671 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5672 Rename from corresponding .m files. | |
5673 | |
5674 * move-if-change: New file. | |
5675 | |
5676 * plot/__uiobject_delete__.m: New file. | |
5677 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5678 plot/__uiobject_delete_child__.m: Delete. | |
5679 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5680 not a character string. | |
5681 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5682 Fix assignment to tmp key value in loop. | |
5683 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5684 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5685 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5686 Inline code to delete children. | |
5687 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5688 __uiobject_list__. | |
5689 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5690 and free child. | |
5691 | |
6259 | 5692 2006-12-08 John W. Eaton <jwe@octave.org> |
5693 | |
5694 * plot/gcf.m: Check if the root figure object's currentfigure | |
5695 handle is empty, not 0. | |
5696 * plot/__uiobject_root_figure_ctor__.m: | |
5697 Set currentfigure to [], not 0. | |
5698 | |
5699 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5700 | |
5701 2006-12-07 John W. Eaton <jwe@octave.org> | |
5702 | |
5703 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5704 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5705 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5706 plot/__uiobject_delete_children__.m, | |
5707 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5708 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5709 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5710 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5711 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5712 plot/__uiobject_init_figure__.m, | |
5713 plot/__uiobject_init_root_figure__.m, | |
5714 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5715 plot/__uiobject_remove_child__.m, | |
5716 plot/__uiobject_root_figure_ctor__.m, | |
5717 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5718 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5719 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5720 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5721 plot/set.m: New files. | |
5722 | |
5723 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5724 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5725 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5726 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5727 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5728 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5729 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5730 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5731 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5732 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5733 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5734 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5735 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5736 plot/semilogyerr.m, plot/replot.m: | |
5737 Adapt to new graphics data structure. | |
5738 | |
5739 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5740 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5741 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5742 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5743 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5744 plot/plot_border.m, plot/subwindow.m: Delete. | |
5745 | |
5746 2007-01-24 David Bateman <dbateman@free.fr> | |
5747 | |
5748 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5749 Delete bare newline in string passed to write_INDEX. | |
5750 | |
5751 * sparse/sprandsym.m: Make work for even values of N. | |
5752 | |
5753 2007-01-24 John W. Eaton <jwe@octave.org> | |
5754 | |
5755 * miscellaneous/news.m: New file. | |
5756 | |
5757 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5758 | |
5759 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5760 | |
5761 * strings/strncmp.m: Delete (we now have a built-in version). | |
5762 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5763 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5764 |
5765 * testfun/test.m: Check for all files in path, use first found. | |
5766 | |
5767 2007-01-22 David Bateman <dbateman@free.fr> | |
5768 | |
5769 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5770 | |
5771 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5772 | |
5773 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5774 file name. | |
5775 | |
5776 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5777 nargout is 1. Handle colormaps that have too few colors. | |
5778 | |
5779 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5780 (configure_make): Use fullfile instead of concatenating with "/". | |
5781 | |
6258 | 5782 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5783 | |
5784 * set/ismember.m: Handle N-d arrays. | |
5785 | |
5786 2007-01-10 David Bateman <dbateman@free.fr> | |
5787 | |
5788 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5789 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5790 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5791 New files. | |
5792 | |
5793 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5794 | |
6778 | 5795 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5796 |
5797 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5798 | |
5799 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5800 instead of concatenating with "/". Use mlock to ensure that | |
5801 persistent variables are not clobbered if user types clear all. | |
5802 | |
5803 2007-01-08 John W. Eaton <jwe@octave.org> | |
5804 | |
5805 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5806 Improve handling of file names containing globbing characters. | |
5807 From S�ren Hauberg <hauberg@gmail.com>. | |
5808 | |
5809 2007-01-05 John W. Eaton <jwe@octave.org> | |
5810 | |
5811 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5812 New files. | |
5813 | |
5814 2006-12-30 John W. Eaton <jwe@octave.org> | |
5815 | |
5816 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5817 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5818 | |
5819 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5820 | |
5821 * image/imshow.m: Strip NaNs from image. | |
5822 | |
5823 2006-12-08 David Bateman <dbateman@free.fr> | |
5824 | |
5825 * sparse/normest.m: New file. | |
5826 | |
6286 | 5827 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5828 |
6210 | 5829 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5830 Work on Windows systems without cp or mv. | |
5831 | |
6209 | 5832 * startup/inputrc: Include sequences for Windows. |
5833 | |
6203 | 5834 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5835 | |
5836 * pkg/pkg.m (unload_packages): New function. | |
5837 (pkg): Handle unload action. | |
5838 | |
5839 * __errplot__.m: Add missing semicolon. | |
5840 | |
6193 | 5841 2006-11-30 John W. Eaton <jwe@octave.org> |
5842 | |
5843 * miscellaneous/mexext.m: New file. | |
5844 | |
6189 | 5845 2006-11-29 David Bateman <dbateman@free.fr> |
5846 | |
5847 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5848 location of package lists to be probed and set. | |
5849 | |
6179 | 5850 2006-11-17 John W. Eaton <jwe@octave.org> |
5851 | |
6181 | 5852 * plot/__render_plot1__.m: Reverse y axis for images. |
5853 | |
6179 | 5854 * plot/__render_plot__.m: New args, terminal and output. |
5855 * plot/print.m: Don't set output and term here. Instead, call | |
5856 __render_plot__ with terminal and output. | |
5857 | |
6178 | 5858 2006-11-16 John W. Eaton <jwe@octave.org> |
5859 | |
5860 * plot/__render_plot1__.m: New file. | |
5861 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5862 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5863 gnuplot. Let __render_plot__ do that. | |
5864 | |
6177 | 5865 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5866 | |
5867 * plot/plot.m: Fix doc string. | |
5868 | |
6173 | 5869 2006-11-16 John W. Eaton <jwe@octave.org> |
5870 | |
5871 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5872 before sending anything to the plotter. | |
5873 | |
6172 | 5874 2006-11-15 John W. Eaton <jwe@octave.org> |
5875 | |
5876 * image/__img_gnuplot__.m: Store more info in global plot | |
5877 structures and use __render_plot__ to build plot command to | |
5878 display image. | |
5879 | |
5880 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5881 | |
5882 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5883 __plot_command_sep__): Delete. | |
5884 (__plot_data_type__, __plot_data_parametric__, | |
5885 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5886 __plot_usingstr__, __plot_withstr__): New variables. | |
5887 * plot/__init_plot_vars__.m: Initialize them. | |
5888 | |
5889 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5890 Don't handle sep or cmd. | |
5891 | |
5892 * plot/__render_plot__.m: New function. | |
5893 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5894 Store more info in global plot structures and use __render_plot__ | |
5895 to build plot command. | |
5896 * plot/replot.m: Simply call __render_plot__. | |
5897 | |
5898 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5899 Set __plot_data_parametric__ here. | |
5900 | |
6164 | 5901 2006-11-14 John W. Eaton <jwe@octave.org> |
5902 | |
6166 | 5903 * plot/bottom_title.m, plot/top_title.m: Delete. |
5904 | |
6164 | 5905 * image/image_viewer.m: Set default values here. |
5906 * image/image.m: Not here. | |
5907 | |
5908 * image/image_viewer.m: Always return old values. Check arguments. | |
5909 * image/__img_gnuplot__.m: Rename from __img__m. | |
5910 | |
5911 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5912 | |
5913 * image/image_viewer.m: New function. | |
5914 * image/__img_via_file__.m: New function. | |
5915 * image/image.m: Use image_viewer to determine which program to | |
5916 use for image viewing. | |
6754 | 5917 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5918 |
6163 | 5919 2006-11-14 John W. Eaton <jwe@octave.org> |
5920 | |
5921 * plot/__do_legend__.m, plot/__errplot__.m, | |
5922 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5923 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5924 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5925 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5926 Use __plot_globals__ for multiplot variables. Keep track of | |
5927 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5928 | |
6157 | 5929 2006-11-13 John W. Eaton <jwe@octave.org> |
5930 | |
6158 | 5931 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5932 | |
6157 | 5933 * miscellaneous/substruct.m: New function. |
5934 | |
5935 * testfun/assert.m: Force orientation to match when comparing | |
5936 struct elements. | |
5937 | |
5938 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5939 when comparing structs. | |
5940 | |
5941 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5942 | |
6754 | 5943 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5944 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5945 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5946 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5947 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5948 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5949 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5950 |
6156 | 5951 2006-11-13 John W. Eaton <jwe@octave.org> |
5952 | |
5953 * plot/mesh.m: Use size_equal to compare dimensions. | |
5954 | |
6154 | 5955 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5956 | |
5957 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5958 | |
6152 | 5959 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5960 | |
5961 * miscellaneous/copyfile.m: Fix docs to match function. | |
5962 | |
6145 | 5963 2006-11-08 John W. Eaton <jwe@octave.org> |
5964 | |
6146 | 5965 * plot/legend.m: New function, adapted from Octave Forge. |
5966 | |
5967 * plot/__do_legend__.m: New function. | |
5968 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5969 plot/replot.m: Call it before plotting. | |
5970 | |
5971 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5972 noparametric" to gnuplot.. | |
5973 | |
5974 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5975 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5976 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5977 and return key title separate from line format. Accept format and | |
5978 key as cellstr. Always return data as cell array. Return format | |
5979 and key title as cellstr. | |
5980 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5981 Handle line format and key titles separately. | |
5982 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5983 | |
5984 * plot/__plot_globals__.m (__plot_line_offset__, | |
5985 __plot_key_labels__, __plot_key_properties__): New global | |
5986 variables. Initialize them. | |
5987 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5988 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5989 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5990 (__plot_line_offset__, __plot_key_labels__, | |
5991 __plot_key_properties__): Store information about plot key titles. | |
5992 | |
5993 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5994 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5995 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5996 respectively. | |
5997 | |
5998 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5999 | |
6145 | 6000 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6001 whle concatenating args. | |
6002 | |
6144 | 6003 2006-11-07 John W. Eaton <jwe@octave.org> |
6004 | |
6005 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6006 | |
6142 | 6007 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6008 | |
6143 | 6009 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6010 option to regexp. | |
6011 | |
6142 | 6012 * image/__img__.m: Send "set size ratio -1" before plotting. |
6013 | |
6138 | 6014 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6015 | |
6139 | 6016 * strings/index.m: New arg, direction. Simplify and speed up. |
6017 * strings/rindex.m: Implement using index (..., "last"); | |
6018 | |
6754 | 6019 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6020 |
6130 | 6021 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6022 | |
6023 * general/__isequal__.m: Test size and class more consistently. | |
6024 | |
6116 | 6025 2006-10-27 John W. Eaton <jwe@octave.org> |
6026 | |
6117 | 6027 * miscellaneous/ls_command.m: Use /D instead of /w. |
6028 From Michael Goffioul <michael.goffioul@swing.be>. | |
6029 | |
6116 | 6030 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6031 * miscellaneous/dir.m: Mark as a command. | |
6032 | |
6112 | 6033 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6034 | |
6035 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6036 | |
6088 | 6037 2006-10-25 John W. Eaton <jwe@octave.org> |
6038 | |
6039 * image/image.m: Set x = y = [] when nargin == 0; | |
6040 | |
6041 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6042 | |
6043 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6044 * image/__img__.m: New file, originally from | |
6045 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6046 | |
6087 | 6047 2006-10-25 John W. Eaton <jwe@octave.org> |
6048 | |
6049 * plot/__gnuplot_version__.m: New function, originally from | |
6050 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6051 Quentin Spencer <qspencer@ieee.org>. | |
6052 | |
6085 | 6053 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6054 | |
6055 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6056 | |
6081 | 6057 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6058 | |
6059 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6060 miscellaneous/gunzip.m: New files. | |
6061 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6062 Call unpack to do the real work. | |
6063 | |
6075 | 6064 2006-10-24 John W. Eaton <jwe@octave.org> |
6065 | |
6078 | 6066 * plot/plot3.m: If we have a format string, then also pass using |
6067 string to __plt3__. | |
6068 | |
6077 | 6069 * plot/sombrero.m: Don't return anything if nargout == 0. |
6070 | |
6075 | 6071 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6072 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6073 |
6069 | 6074 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6075 | |
6076 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6077 Quote filenames in shell commands. | |
6078 | |
6055 | 6079 2006-10-17 David Bateman <dbateman@free.fr> |
6080 | |
6081 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6082 the package directory is missing. | |
6083 | |
6052 | 6084 2006-10-13 John W. Eaton <jwe@octave.org> |
6085 | |
6086 * plot/box.m: New function. | |
6087 | |
6050 | 6088 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6089 | |
6090 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6091 | |
6049 | 6092 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6093 | |
6094 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6095 | |
6047 | 6096 2006-10-10 John W. Eaton <jwe@octave.org> |
6097 | |
6098 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6099 | |
6046 | 6100 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6101 | |
6102 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6103 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6104 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6105 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6106 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6107 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6108 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6109 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6110 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6111 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6112 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6113 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6114 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6115 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6116 control/system/buildssic.m, control/system/c2d.m, | |
6117 control/system/cellidx.m, control/system/d2c.m, | |
6118 control/system/dmr2d.m, control/system/fir2sys.m, | |
6119 control/system/is_abcd.m, control/system/is_controllable.m, | |
6120 control/system/is_detectable.m, control/system/is_digital.m, | |
6121 control/system/is_observable.m, control/system/is_siso.m, | |
6122 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6123 control/system/jet707.m, control/system/listidx.m, | |
6124 control/system/ord2.m, control/system/parallel.m, | |
6125 control/system/ss.m, control/system/ss2zp.m, | |
6126 control/system/starp.m, control/system/sys2ss.m, | |
6127 control/system/sys2tf.m, control/system/sys2zp.m, | |
6128 control/system/sysadd.m, control/system/sysappend.m, | |
6129 control/system/syschtsam.m, control/system/sysconnect.m, | |
6130 control/system/syscont.m, control/system/sysdimensions.m, | |
6131 control/system/sysdisc.m, control/system/sysdup.m, | |
6132 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6133 control/system/sysgroup.m, control/system/sysidx.m, | |
6134 control/system/sysmin.m, control/system/sysmult.m, | |
6135 control/system/sysout.m, control/system/sysprune.m, | |
6136 control/system/sysscale.m, control/system/syssetsignals.m, | |
6137 control/system/syssub.m, control/system/sysupdate.m, | |
6138 control/system/tf.m, control/system/tfout.m, | |
6139 control/system/ugain.m, control/system/zp.m, | |
6140 control/system/zpout.m, control/util/__outlist__.m, | |
6141 control/util/__zgpbal__.m, control/util/prompt.m, | |
6142 control/util/sortcom.m, control/util/strappend.m, | |
6143 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6144 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6145 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6146 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6147 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6148 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6149 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6150 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6151 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6152 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6153 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6154 general/ind2sub.m, general/int2str.m, | |
6155 general/is_duplicate_entry.m, general/isdefinite.m, | |
6156 general/isequal.m, general/isequalwithequalnans.m, | |
6157 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6158 general/isvector.m, general/logical.m, general/logspace.m, | |
6159 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6160 general/perror.m, general/postpad.m, general/prepad.m, | |
6161 general/randperm.m, general/rem.m, general/repmat.m, | |
6162 general/rot90.m, general/rotdim.m, general/shift.m, | |
6163 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6164 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6165 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6166 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6167 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6168 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6169 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6170 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6171 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6172 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6173 linear-algebra/logm.m, linear-algebra/norm.m, | |
6174 linear-algebra/null.m, linear-algebra/orth.m, | |
6175 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6176 linear-algebra/trace.m, linear-algebra/vec.m, | |
6177 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6178 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6179 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6180 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6181 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6182 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6183 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6184 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6185 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6186 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6187 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6188 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6189 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6190 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6191 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6192 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6193 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6194 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6195 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6196 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6197 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6198 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6199 polynomial/polyder.m, polynomial/polyderiv.m, | |
6200 polynomial/polyfit.m, polynomial/polygcd.m, | |
6201 polynomial/polyinteg.m, polynomial/polyout.m, | |
6202 polynomial/polyreduce.m, polynomial/polyval.m, | |
6203 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6204 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6205 set/complement.m, set/create_set.m, set/intersect.m, | |
6206 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6207 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6208 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6209 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6210 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6211 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6212 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6213 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6214 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6215 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6216 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6217 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6218 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6219 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6220 special-matrix/hankel.m, special-matrix/hilb.m, | |
6221 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6222 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6223 statistics/base/center.m, statistics/base/cloglog.m, | |
6224 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6225 statistics/base/cov.m, statistics/base/cut.m, | |
6226 statistics/base/gls.m, statistics/base/iqr.m, | |
6227 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6228 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6229 statistics/base/mean.m, statistics/base/meansq.m, | |
6230 statistics/base/median.m, statistics/base/moment.m, | |
6231 statistics/base/ols.m, statistics/base/ppplot.m, | |
6232 statistics/base/probit.m, statistics/base/qqplot.m, | |
6233 statistics/base/range.m, statistics/base/ranks.m, | |
6234 statistics/base/run_count.m, statistics/base/skewness.m, | |
6235 statistics/base/spearman.m, statistics/base/statistics.m, | |
6236 statistics/base/std.m, statistics/base/studentize.m, | |
6237 statistics/base/table.m, statistics/base/values.m, | |
6238 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6239 statistics/distributions/betainv.m, | |
6240 statistics/distributions/betapdf.m, | |
6241 statistics/distributions/betarnd.m, | |
6242 statistics/distributions/binocdf.m, | |
6243 statistics/distributions/binoinv.m, | |
6244 statistics/distributions/binopdf.m, | |
6245 statistics/distributions/binornd.m, | |
6246 statistics/distributions/cauchy_cdf.m, | |
6247 statistics/distributions/cauchy_inv.m, | |
6248 statistics/distributions/cauchy_pdf.m, | |
6249 statistics/distributions/cauchy_rnd.m, | |
6250 statistics/distributions/chi2cdf.m, | |
6251 statistics/distributions/chi2inv.m, | |
6252 statistics/distributions/chi2pdf.m, | |
6253 statistics/distributions/chi2rnd.m, | |
6254 statistics/distributions/discrete_cdf.m, | |
6255 statistics/distributions/discrete_inv.m, | |
6256 statistics/distributions/discrete_pdf.m, | |
6257 statistics/distributions/discrete_rnd.m, | |
6258 statistics/distributions/empirical_rnd.m, | |
6259 statistics/distributions/expcdf.m, | |
6260 statistics/distributions/expinv.m, | |
6261 statistics/distributions/exppdf.m, | |
6262 statistics/distributions/exprnd.m, | |
6263 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6264 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6265 statistics/distributions/gamcdf.m, | |
6266 statistics/distributions/gaminv.m, | |
6267 statistics/distributions/gampdf.m, | |
6268 statistics/distributions/gamrnd.m, | |
6269 statistics/distributions/geocdf.m, | |
6270 statistics/distributions/geoinv.m, | |
6271 statistics/distributions/geopdf.m, | |
6272 statistics/distributions/geornd.m, | |
6273 statistics/distributions/hygecdf.m, | |
6274 statistics/distributions/hygeinv.m, | |
6275 statistics/distributions/hygepdf.m, | |
6276 statistics/distributions/hygernd.m, | |
6277 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6278 statistics/distributions/laplace_cdf.m, | |
6279 statistics/distributions/laplace_inv.m, | |
6280 statistics/distributions/laplace_pdf.m, | |
6281 statistics/distributions/laplace_rnd.m, | |
6282 statistics/distributions/logistic_cdf.m, | |
6283 statistics/distributions/logistic_inv.m, | |
6284 statistics/distributions/logistic_pdf.m, | |
6285 statistics/distributions/logistic_rnd.m, | |
6286 statistics/distributions/logncdf.m, | |
6287 statistics/distributions/logninv.m, | |
6288 statistics/distributions/lognpdf.m, | |
6289 statistics/distributions/lognrnd.m, | |
6290 statistics/distributions/normcdf.m, | |
6291 statistics/distributions/norminv.m, | |
6292 statistics/distributions/normpdf.m, | |
6293 statistics/distributions/normrnd.m, | |
6294 statistics/distributions/pascal_cdf.m, | |
6295 statistics/distributions/pascal_inv.m, | |
6296 statistics/distributions/pascal_pdf.m, | |
6297 statistics/distributions/pascal_rnd.m, | |
6298 statistics/distributions/poisscdf.m, | |
6299 statistics/distributions/poissinv.m, | |
6300 statistics/distributions/poisspdf.m, | |
6301 statistics/distributions/poissrnd.m, | |
6302 statistics/distributions/stdnormal_cdf.m, | |
6303 statistics/distributions/stdnormal_inv.m, | |
6304 statistics/distributions/stdnormal_pdf.m, | |
6305 statistics/distributions/stdnormal_rnd.m, | |
6306 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6307 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6308 statistics/distributions/unifcdf.m, | |
6309 statistics/distributions/unifinv.m, | |
6310 statistics/distributions/unifpdf.m, | |
6311 statistics/distributions/unifrnd.m, | |
6312 statistics/distributions/wblcdf.m, | |
6313 statistics/distributions/wblinv.m, | |
6314 statistics/distributions/wblpdf.m, | |
6315 statistics/distributions/wblrnd.m, | |
6316 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6317 statistics/tests/bartlett_test.m, | |
6318 statistics/tests/chisquare_test_homogeneity.m, | |
6319 statistics/tests/chisquare_test_independence.m, | |
6320 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6321 statistics/tests/hotelling_test.m, | |
6322 statistics/tests/hotelling_test_2.m, | |
6323 statistics/tests/kolmogorov_smirnov_test.m, | |
6324 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6325 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6326 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6327 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6328 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6329 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6330 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6331 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6332 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6333 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6334 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6335 strings/index.m, strings/isletter.m, strings/lower.m, | |
6336 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6337 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6338 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6339 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6340 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6341 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6342 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6343 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6344 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6345 time/etime.m, time/is_leap_year.m: | |
6346 Use print_usage instead of usage. | |
6347 | |
6044 | 6348 2006-10-09 David Bateman <dbateman@free.fr> |
6349 | |
6350 * time/datevec.m: Add additional compatible default parsing strings. | |
6351 | |
6395 | 6352 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6353 |
6042 | 6354 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6355 Remove compare_versions subfunction. | |
6356 | |
6357 * miscellaneous/compare_versions.m: New function to compare | |
6358 version numbers as strings with any boolean operators. | |
6359 | |
6041 | 6360 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6361 file exists. | |
6362 | |
6036 | 6363 2006-10-04 John W. Eaton <jwe@octave.org> |
6364 | |
6365 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6366 | |
6032 | 6367 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6368 | |
6037 | 6369 * pkg/pkg.m: Update docs. Handle prefix option. |
6370 Handle dependencies for load option. | |
6032 | 6371 |
6029 | 6372 2006-10-04 John W. Eaton <jwe@octave.org> |
6373 | |
6030 | 6374 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6375 | |
6376 * plot/clg.m: Delete. | |
6377 * plot/__init_plot_vars__.m: New function. | |
6378 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6379 |
6025 | 6380 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6381 | |
6382 * pkg/pkg.m: Avoid calling addpath with no args. | |
6383 | |
6024 | 6384 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6385 | |
6386 * audio/loadaudio.m, control/base/nyquist.m, | |
6387 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6388 linear-algebra/krylov.m, statistics/base/center.m, | |
6389 statistics/base/median.m, statistics/base/std.m, | |
6390 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6391 find first or last element matching a condition. | |
6392 | |
6023 | 6393 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6394 | |
6395 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6396 general/__isequal__.m: Minimize looping using cellfun. | |
6397 | |
6020 | 6398 2006-10-02 David Bateman <dbateman@free.fr> |
6399 | |
6400 * pkg/pkg.m (copy_files): always create installation directory. | |
6401 | |
6016 | 6402 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6403 | |
6404 * miscellaneous/doc.m: Swap file and directory args to info. | |
6405 | |
6406 2006-10-01 Arno Onken <whyly@gmx.net> | |
6407 | |
6408 * statistics/distributions/exprnd.m: Fix typo. | |
6409 | |
6014 | 6410 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6411 | |
6412 * polynomial/ppval.m: Use .' instead of '. | |
6413 * polynomial/spline.m: Likewise. New tests. | |
6414 | |
6004 | 6415 2006-09-26 David Bateman <dbateman@free.fr> |
6416 | |
6417 * __plt3__.m: Using global variables __plot_data__, | |
6418 __plot_data_offset__ and __plot_command__ to store plots and | |
6419 correctly handle multiplots, and hold state. Only accept a single | |
6420 data parameter plus, using, format and with strings. Remove | |
6421 setting of gnuplot parameters. | |
6422 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6423 * __setup_plot__.m: Convert to a function and pass the plotting | |
6424 command to use. | |
6425 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6426 * contour.m: Use unwind protect on the parametric state of plot | |
6427 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6428 * mesh.m: ditto. | |
6429 * plot3.m: Error checking, setting of parametric state and | |
6430 formation of matrix to plot moved from old __plt3__. | |
6431 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6432 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6433 |
5997 | 6434 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6435 |
6436 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
6437 | |
6438 * signal/filter2.m: Correct texinfo doc. | |
6439 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6440 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6441 |
6442 * miscellaneous/parseparams.m: Correct texinfo doc. | |
6443 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6444 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 6445 |
6446 * pkg/pkg.m (prepare_installation): Don't create package | |
6447 installation directory here. | |
6448 (copy_files): Create it here instead, to avoid issues with | |
6449 upgrades. Also install the COPYING file in packinfo. | |
6450 | |
5989 | 6451 2006-09-13 John W. Eaton <jwe@octave.org> |
6452 | |
6453 * general/blkdiag.m: Adjust to new cellfun rules. | |
6454 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6455 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 6456 |
6457 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
6458 error message for archive name not matching package name. | |
6459 (installed_packages): Size header of printed results to | |
6460 arguments. Sort the list of installed packages before printing | |
6461 them. | |
6462 | |
5986 | 6463 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
6464 | |
6465 * signal/freqz.m: Update tests. | |
6466 | |
6467 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
6468 | |
6469 * signal/freqz.m: Corretly postpad arrays. | |
6470 Don't call fliplr on a column vector. | |
6471 | |
5984 | 6472 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
6473 | |
6474 * general/shiftdim.m: Use permute instead of reshape. | |
6475 | |
5981 | 6476 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
6477 | |
6478 * miscellaneous/parseparams.m: New function. | |
6479 | |
5980 | 6480 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
6481 | |
6482 * miscellaneous/doc.m: Swap order of --file and --directory | |
6483 options for info program invocation. | |
6484 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6485 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 6486 |
5987 | 6487 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 6488 previous change. |
6489 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6490 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 6491 |
6492 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
6493 absence of trailing "/" in OCTAVE_HOME. | |
6494 | |
5973 | 6495 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
6496 | |
6497 * time/datenum.m: Allow arg to be character string. | |
6498 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6499 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 6500 |
6501 * pkg/pkg.m (install): Verify that package name correponds to the | |
6502 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
6503 they are empty. If package directory is empty, remove it to fail | |
6504 gracefully for system specific packages. | |
6505 (extract_pkgadd, create_pkgadd): delete. | |
6506 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6507 (copy_files): Install both bin/ and doc/ directories, adding the | |
6508 bin/ to the EXEC_PATH when the package is loaded. | |
6509 | |
5962 | 6510 2006-08-24 John W. Eaton <jwe@octave.org> |
6511 | |
6512 * image/saveimage.m: Use logical indexing instead of | |
6513 indices computed by calling find on the logical index. | |
6514 | |
5961 | 6515 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
6516 | |
5967 | 6517 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6518 Use logical indexing instead of indices computed by calling find |
6519 on the logical index. | |
6520 | |
6521 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6522 |
5959 | 6523 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6524 | |
6525 * control/system/tf2zp.m: Simplify gain calculation. | |
6526 | |
5958 | 6527 2006-08-23 John W. Eaton <jwe@octave.org> |
6528 | |
6529 * plot/__plt__.m: Insert using clauses for all plots. | |
6530 | |
5957 | 6531 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6532 | |
6533 * control/system/sysscale.m: Call tf and zp with correct number of | |
6534 args. | |
6535 | |
5955 | 6536 2006-08-22 David Bateman <dbateman@free.fr> |
6537 | |
6538 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6539 Search inst/*.m and src/*.m files in the package for | |
6540 PKG_ADD directives and append user supplied PKG_ADD. | |
6541 (pkg): Call create_pkgadd after copying files. | |
6542 | |
5947 | 6543 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
6544 | |
6545 * pkg/pkg.m: Handle multiple packages in a single file. | |
6546 Insert directory separator between OCTAVE_HOME and rest of package | |
6547 installation directory. | |
6548 | |
6549 2006-08-21 John W. Eaton <jwe@octave.org> | |
6550 | |
6551 * general/num2str.m: Early return if arg is empty. | |
6552 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
6553 | |
5946 | 6554 2006-08-21 David Bateman <dbateman@free.fr> |
6555 | |
6556 * strings/mat2str.m: Compute NC before using. | |
6557 | |
5937 | 6558 2006-08-17 John W. Eaton <jwe@octave.org> |
6559 | |
6560 * audio/wavread.m: Fix calculation of sample count. | |
6561 | |
5934 | 6562 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6563 | |
6564 * image/imshow.m: New Matlab-compatible version. | |
6565 | |
5930 | 6566 2006-08-15 John W. Eaton <jwe@octave.org> |
6567 | |
6568 * deprecated/is_global.m: Delete. | |
6569 | |
5928 | 6570 2006-08-14 John W. Eaton <jwe@octave.org> |
6571 | |
6572 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6573 | |
5926 | 6574 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6575 | |
6576 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6577 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6578 | |
5928 | 6579 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6580 | |
6778 | 6581 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6582 Use addpath and rmpath instead of manipulating LOADPATH. |
6583 Handle changes to system function. | |
6584 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6585 recursive directory removal. | |
5922 | 6586 |
5924 | 6587 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6588 | |
6778 | 6589 * colormap.m: Change global variable to persistent. |
5923 | 6590 |
5922 | 6591 * rgb2ind.m: Handle single 3-d array as rgb image. |
6592 | |
5920 | 6593 2006-08-14 John W. Eaton <jwe@octave.org> |
6594 | |
6595 * strings/str2double.m: Fix missing semicolon. | |
6596 | |
5910 | 6597 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6598 | |
6599 * plot/plot3.m: Accept one complex or one real and one complex | |
6600 argument and plot real and imaginary components for y and z. | |
6601 | |
5908 | 6602 2006-07-27 John W. Eaton <jwe@octave.org> |
6603 | |
6604 * testfun/test.m: Call fflush after each block of calls to | |
6605 fprintf, fputs, or fdisp. | |
6606 | |
5904 | 6607 2006-07-26 John W. Eaton <jwe@octave.org> |
6608 | |
6609 * miscellaneous/mex.m: New function. | |
6610 | |
5901 | 6611 2006-07-22 John W. Eaton <jwe@octave.org> |
6612 | |
6613 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6614 | |
5881 | 6615 2006-07-07 John W. Eaton <jwe@octave.org> |
6616 | |
6617 * miscellaneous/orderfields.m: New file. | |
6618 | |
5873 | 6619 2006-06-30 John W. Eaton <jwe@octave.org> |
6620 | |
6621 * time/datevec.m: Make another attempt to account for precision of | |
6622 datenum format. | |
6623 | |
5868 | 6624 2006-06-29 John W. Eaton <jwe@octave.org> |
6625 | |
6626 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6627 Use feval instead of "type -q" to get values now that all the | |
6628 symbols are functions. | |
6629 | |
5860 | 6630 2006-06-16 John W. Eaton <jwe@octave.org> |
6631 | |
6632 * time/datevec.m: Avoid computing log of non-positive values. | |
6633 | |
5859 | 6634 2006-06-14 John W. Eaton <jwe@octave.org> |
6635 | |
6636 * time/datevec.m: Attempt to account for precision of datenum format. | |
6637 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6638 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6639 |
6640 * audio/wavread.m: Fix file range error and add read support for | |
6641 24-bit WAV files. | |
6642 | |
5837 | 6643 2006-06-01 David Bateman <dbateman@free.fr> |
6644 | |
6645 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6646 general/interp1.m, general/gradient.m, general/interp2.m, | |
6647 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6648 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6649 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6650 | |
5835 | 6651 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6652 | |
6653 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6654 * miscellaneous/texas_lotto.m: Fix warning message. | |
6655 | |
5830 | 6656 2006-05-26 John W. Eaton <jwe@octave.org> |
6657 | |
6658 * miscellaneous/doc.m: Also handle nargin == 0. | |
6659 | |
5829 | 6660 2006-05-23 John W. Eaton <jwe@octave.org> |
6661 | |
6662 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6663 really needed. | |
6664 | |
5827 | 6665 2006-05-22 John W. Eaton <jwe@octave.org> |
6666 | |
6754 | 6667 * general/lookup.m: New file from Octave Forge. |
5827 | 6668 |
6669 2006-05-22 David Bateman <dbateman@free.fr> | |
6670 | |
6754 | 6671 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6672 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6673 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6674 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6675 special-matrix/magic.m, special-matrix/hadamard.m, | |
6676 strings/strtok.m: New files from Octave Forge. | |
5827 | 6677 |
5824 | 6678 2006-05-19 David Bateman <dbateman@free.fr> |
6679 | |
6680 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6681 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6682 |
5821 | 6683 2006-05-17 John W. Eaton <jwe@octave.org> |
6684 | |
6685 * set/intersection.m: Delete | |
6686 * deprecated/intersection.m: New file. | |
6687 | |
5820 | 6688 2006-05-17 David Bateman <dbateman@free.fr> |
6689 | |
6690 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6691 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6692 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6693 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6694 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6695 Forge. | |
6696 | |
5809 | 6697 2006-05-11 John W. Eaton <jwe@octave.org> |
6698 | |
5815 | 6699 * path/path.m: Delete (now a built-in function). |
6700 | |
5811 | 6701 * pkg/Makefile.in: New file. |
6702 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6703 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6704 |
5808 | 6705 2006-05-10 John W. Eaton <jwe@octave.org> |
6706 | |
6707 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6708 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6709 | |
8149 | 6710 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6711 |
6712 * tar.m, untar.m, unzip.m: New files. | |
6713 | |
5801 | 6714 2006-05-10 John W. Eaton <jwe@octave.org> |
6715 | |
5804 | 6716 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6717 * path/setpath.m: Delete. | |
6718 | |
5801 | 6719 * pkg/pkg.m: New file. |
6720 | |
5798 | 6721 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6722 | |
6723 * plot/plot.m: Doc string fix. | |
6724 | |
6725 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6726 | |
6727 * testfun/speeed.m: Use new interface to unique and assert. | |
6728 Improve documentation. Approximate time complexity from log-log | |
6729 plot. Return time complexity and raw times if requested. The | |
6730 mean ratio is no longer returned. Provide complete control over | |
6731 which n are computed. | |
6732 | |
6733 2006-05-09 John W. Eaton <jwe@octave.org> | |
6734 | |
6735 * path/path.m: Move here from miscellaneous. | |
6736 Adapt to new LOADPATH definition. | |
6737 | |
5789 | 6738 2006-05-03 David Bateman <dbateman@free.fr> |
6739 | |
6740 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6741 explicit uses of a path seperation character with pathsep(). | |
6742 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6743 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6744 |
6778 | 6745 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6746 |
5781 | 6747 2006-04-29 John W. Eaton <jwe@octave.org> |
6748 | |
6749 * startup/main-rcfile: Disable some warnings. | |
6750 | |
5762 | 6751 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6752 | |
6753 * strings/strcmpi.m: Return false instead of error if args are not | |
6754 char or cellstr. | |
6755 | |
5750 | 6756 2006-04-10 John W. Eaton <jwe@octave.org> |
6757 | |
6758 * miscellaneous/dir.m: Ensure that returned structure array is | |
6759 Nx1, not 1xN. | |
6760 | |
5746 | 6761 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6762 | |
6763 * plot/hist.m: Ignore NaN in inputs. | |
6764 | |
5745 | 6765 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6766 | |
6767 * miscellaneous/mkoctfile.m: Doc string fix. | |
6768 | |
5741 | 6769 2006-04-05 John W. Eaton <jwe@octave.org> |
6770 | |
6771 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6772 are both empty. | |
6773 * plot/__plt__.m: Ignore empty data and format strings returned | |
6774 from __plt1__ or __plt2__. | |
6775 | |
5737 | 6776 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6777 | |
6778 | 6778 * set/unique.m: Properly handle single column input when |
5737 | 6779 "rows" is specified. |
6780 | |
5732 | 6781 2006-04-04 John W. Eaton <jwe@octave.org> |
6782 | |
5736 | 6783 * path/setpath.m: New file. |
6784 * path/savepath.m: Use setpath to set path instead of assigning | |
6785 directly to LOADPATH. | |
6786 | |
5732 | 6787 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6788 New files, adapted from Octave Forge by Keith Goodman | |
6789 <kwgoodman@gmail.com>. | |
6790 * path: New directory. | |
6791 * Makefile.in (SUBDIRS): Add it to the list. | |
6792 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6793 | |
5731 | 6794 2006-04-02 David Bateman <dbateman@free.fr> |
6795 | |
6796 * general/tril.m, general.triu.m: | |
6797 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6798 to allow user types to work correctly. | |
6799 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6800 | |
5727 | 6801 2006-04-03 David Bateman <dbateman@free.fr> |
6802 | |
6803 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6804 Accept keyword "minor" for minor grid. | |
6805 | |
5721 | 6806 2006-03-28 John W. Eaton <jwe@octave.org> |
6807 | |
6808 * general/isscalar.m: Only require that all dimensions are 1 for | |
6809 compatiblity. | |
6810 | |
6811 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6812 | |
6813 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6814 compatibility. | |
6815 | |
5720 | 6816 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6817 | |
6818 * plot/__errplot__.m: Doc string fix. | |
6819 | |
6820 * miscellaneous/doc.m: Mark as command. | |
6821 | |
6822 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6823 general/isequalwithequalnans.m, general/blkdiag.m, | |
6824 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6825 | |
5717 | 6826 2006-03-27 Don Bindner <dbindner@truman.edu> |
6827 | |
6828 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6829 return 3d matrices. | |
6830 | |
6831 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6832 | |
6833 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6834 | |
5708 | 6835 2006-03-22 John W. Eaton <jwe@octave.org> |
6836 | |
6837 * plot/print.m: Don't replot after popping terminal setting. | |
6838 | |
5696 | 6839 2006-03-20 John W. Eaton <jwe@octave.org> |
6840 | |
6841 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6842 mkoctfile. Use fullfile to construct file name. | |
6843 | |
5695 | 6844 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6845 | |
6846 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6847 shell script from Octave prompt. | |
6848 | |
5690 | 6849 2006-03-17 John W. Eaton <jwe@octave.org> |
6850 | |
5693 | 6851 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6852 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6853 | |
6854 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6855 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6856 Call new wbl functions to do the real work. | |
6857 Swap args and provide default values as necessary to preserve | |
6858 compatibility with old version of Octave. | |
6859 | |
6860 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6861 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6862 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6863 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6864 Swap scale and shape args for compatibility. | |
6865 | |
5692 | 6866 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6867 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6868 Preserve compatibility with old versions of Octave given new | |
6869 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6870 |
5692 | 6871 * statistics/distributions/logncdf.m, |
6872 statistics/distributions/logninv.m, | |
6873 statistics/distributions/lognpdf.m, | |
6874 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6875 From Ben Barrowes <barrowes@alum.mit.edu> | |
6876 | |
5691 | 6877 * deprecated/hypergeometric_rnd.m: Update interface to match |
6878 current 2.1.x version. | |
6879 | |
6880 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6881 | |
5690 | 6882 * miscellaneous/dir.m: Use readdir instead of glob. |
6883 Special case for "." to avoid globbing. Use list_in_columns. | |
6884 Eliminate unused variables len and finfo. | |
6885 | |
5689 | 6886 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6887 | |
6888 * miscellaneous/dir.m: Improve compatibility. | |
6889 | |
5687 | 6890 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6891 | |
6892 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6893 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6894 | |
5686 | 6895 2006-03-16 John W. Eaton <jwe@octave.org> |
6896 | |
6897 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6898 of looking at sum of max dimensions. | |
6899 | |
5681 | 6900 2006-03-16 David Bateman <dbateman@free.fr> |
6901 | |
6902 * testfun/test.m: Clear last warning before warning test to avoid | |
6903 issues with previously set warnings. | |
6904 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6905 sparse matrices. Force matrix type from spqr solution to be | |
6906 singular to force QR solvers to be used for assert. | |
6907 | |
5678 | 6908 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6909 | |
6910 * strings/strfind.m: New file. | |
6911 | |
5677 | 6912 2006-03-16 John W. Eaton <jwe@octave.org> |
6913 | |
6914 * general/rows.m, general/columns.m: Delete. | |
6915 | |
5674 | 6916 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6917 | |
6918 * strings/strcmpi.m: Simplify. | |
6919 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6920 * strings/strtrunc.m: New file. |
5674 | 6921 |
5676 | 6922 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6923 | |
5672 | 6924 2006-03-15 John W. Eaton <jwe@octave.org> |
6925 | |
6926 * miscellaneous/doc.m: New file. | |
8149 | 6927 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6928 |
5671 | 6929 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6930 | |
6931 * miscellaneous/mkoctfile.m: New file. | |
6932 | |
5670 | 6933 2006-03-15 John W. Eaton <jwe@octave.org> |
6934 | |
6935 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6936 | |
5666 | 6937 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6938 | |
6939 * strings/bin2dec.m: Doc fix. | |
6940 | |
5661 | 6941 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6942 | |
6943 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6944 * time/datenum.m: New function to compute day number from time. | |
6945 | |
5659 | 6946 2006-03-09 John W. Eaton <jwe@octave.org> |
6947 | |
6948 * miscellaneous/unix.m, plot/print.m: | |
6949 Swap order of outputs from system. | |
6950 | |
5642 | 6951 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6952 | |
6953 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6954 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6955 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6956 control/base/__stepimp__.m, control/base/are.m, | |
6957 control/base/controldemo.m, control/base/damp.m, | |
6958 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6959 control/base/step.m, control/system/abcddim.m, | |
6960 control/system/is_abcd.m, control/system/is_controllable.m, | |
6961 control/system/is_detectable.m, control/system/is_observable.m, | |
6962 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6963 control/system/jet707.m, control/system/sys2fir.m, | |
6964 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6965 control/system/tfout.m, control/system/ugain.m, | |
6966 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6967 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6968 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6969 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6970 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6971 general/circshift.m, general/columns.m, general/flipdim.m, | |
6972 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6973 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6974 general/isequalwithequalnans.m, general/isscalar.m, | |
6975 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6976 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6977 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6978 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6979 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6980 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6981 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6982 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6983 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6984 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6985 miscellaneous/license.m, miscellaneous/menu.m, | |
6986 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6987 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6988 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6989 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6990 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6991 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6992 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6993 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6994 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6995 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6996 polynomial/polyinteg.m, polynomial/polyout.m, | |
6997 polynomial/polyreduce.m, polynomial/polyval.m, | |
6998 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6999 set/create_set.m, set/intersection.m, set/ismember.m, | |
7000 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7001 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7002 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7003 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7004 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7005 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7006 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7007 special-matrix/vander.m, statistics/base/median.m, | |
7008 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7009 statistics/distributions/gaminv.m, | |
7010 statistics/distributions/gampdf.m, | |
7011 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7012 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7013 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7014 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7015 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7016 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7017 | |
5633 | 7018 2006-02-27 John W. Eaton <jwe@octave.org> |
7019 | |
7020 * time/tic.m: Move here from miscellaneous/tic.m. | |
7021 * time/toc.m: Move here from miscellaneous/toc.m. | |
7022 | |
7023 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7024 | |
7025 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7026 does not assign output of toc to a variable. | |
7027 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7028 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7029 |
7030 * axis.m: Catch limits that are the same and return an error. | |
7031 | |
5625 | 7032 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7033 | |
7034 * plot/print.m: Accept emf device option to support Enhanced | |
7035 Metafile format. | |
7036 | |
7037 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7038 | |
7039 * control/base/lqe.m: Doc fix. | |
7040 | |
5623 | 7041 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7042 | |
7043 * statistics/distributions/gamcdf.m: Doc fix. | |
7044 * statistics/distributions/gaminv.m: Doc fix. | |
7045 * statistics/distributions/gampdf.m: Doc fix. | |
7046 * statistics/distributions/gamrnd.m: Doc fix. | |
7047 | |
5610 | 7048 2006-02-09 David Bateman <dbateman@free.fr> |
7049 | |
6778 | 7050 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7051 for arbitrary user type. | |
7052 * general/tril.m: ditto. | |
7053 * sparse/sprand.m: Doc fix. | |
7054 * sparse/sprandn.m: Ditto. | |
7055 * sparse/sprandsym.m: New function. | |
7056 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7057 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7058 Update for syntax error for latest texinfo.tex file. | |
5610 | 7059 |
5605 | 7060 2006-02-02 John W. Eaton <jwe@octave.org> |
7061 | |
7062 * plot/grid.m: Append ";\n" to "set grid" command. | |
7063 | |
7064 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7065 | |
7066 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7067 | |
5597 | 7068 2006-01-13 John W. Eaton <jwe@octave.org> |
7069 | |
7070 * audio/Makefile.in, control/base/Makefile.in, | |
7071 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7072 control/system/Makefile.in, control/util/Makefile.in, | |
7073 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7074 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7075 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7076 optimization/Makefile.in, plot/Makefile.in, | |
7077 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7078 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7079 special-matrix/Makefile.in, startup/Makefile.in, | |
7080 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7081 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7082 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7083 (all): Depend on PKG_ADD. | |
7084 (PKG_ADD): New target. | |
7085 | |
7086 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7087 | |
7088 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7089 | |
5596 | 7090 2006-01-13 John W. Eaton <jwe@octave.org> |
7091 | |
7092 * time/etime.m: Move here from miscellaneous/etime.m. | |
7093 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7094 | |
5595 | 7095 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7096 | |
6778 | 7097 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7098 * miscellaneous/fullfile.m: Likewise. |
7099 | |
5592 | 7100 2006-01-12 David Bateman <dbateman@free.fr> |
7101 | |
7102 * general/blkdiag.m: Compatible behavior for empty matrices | |
7103 * statistics/base/unidrnd.m: Documentation buglet. | |
7104 | |
5583 | 7105 2005-12-14 David Bateman <dbateman@free.fr> |
7106 | |
5589 | 7107 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7108 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7109 | |
7110 * Makefile.in (SUBDIRS): Include testfun. | |
7111 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7112 | |
5583 | 7113 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7114 | |
7115 * general/__isequal__.m: Remove reference to getfield. | |
7116 | |
7117 * plot/hist.m: Update test code for row/column discrepencies. | |
7118 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7119 Update the test code for this. | |
7120 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7121 | |
5579 | 7122 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7123 | |
7124 * cell/cell2mat.m: New file, from octave-forge. | |
7125 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7126 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7127 |
7128 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7129 New graph theory functions. | |
7130 | |
5574 | 7131 2005-12-13 John W. Eaton <jwe@octave.org> |
7132 | |
7133 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7134 | |
7135 * control/system/ss.m: Doc fix. | |
7136 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7137 | |
5572 | 7138 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7139 | |
7140 * audio/wavread.m, audio/wavwrite.m: | |
7141 Correct scaling for 8-bit linear pcm samples. | |
7142 Improve scaling for all other linear pcm resolutions. | |
7143 | |
5568 | 7144 2005-12-07 John W. Eaton <jwe@octave.org> |
7145 | |
7146 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7147 | |
7148 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7149 * strings/strjust.m: Likewise. | |
7150 | |
7151 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7152 * signal/arma_rnd.m: Likewise. | |
7153 * strings/strcat.m: Likewise. | |
7154 * control/base/__freqresp__.m: Likewise. | |
7155 * control/base/place.m: Likewise. | |
7156 * control/base/pzmap.m: Likewise. | |
7157 * control/base/pzmap.m: Likewise. | |
7158 * control/system/sysappend.m: Likewise. | |
7159 * control/system/syscont.m: Likewise. | |
7160 * control/system/sysdisc.m: Likewise. | |
7161 * control/system/sysgroup.m: Likewise. | |
7162 * control/system/tfout.m: Likewise. | |
7163 * control/system/zpout.m: Likewise. | |
7164 * control/util/__outlist__.m: Likewise. | |
7165 | |
5567 | 7166 2005-12-06 John W. Eaton <jwe@octave.org> |
7167 | |
7168 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7169 Avoid for loop in interleave/deinterleave steps. | |
7170 | |
5565 | 7171 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7172 | |
7173 * audio/wavread.m, audio/wavwrite.m: New files. | |
7174 | |
5563 | 7175 2005-12-06 John W. Eaton <jwe@octave.org> |
7176 | |
7177 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7178 | |
5560 | 7179 2005-12-05 John W. Eaton <jwe@octave.org> |
7180 | |
5561 | 7181 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7182 |
5558 | 7183 2005-12-02 John W. Eaton <jwe@octave.org> |
7184 | |
7185 * miscellaneous/fileattrib.m: New function. | |
7186 | |
5556 | 7187 2005-12-01 John W. Eaton <jwe@octave.org> |
7188 | |
7189 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7190 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7191 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7192 | |
5555 | 7193 2005-11-30 John W. Eaton <jwe@octave.org> |
7194 | |
7195 * linear-algebra/krylov.m: Format doc string. | |
7196 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7197 | |
5551 | 7198 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7199 | |
7200 * general/blkdiag.m: Import from octave-forge. | |
7201 Ignore empty matrices in the input. Add tests. | |
5549 | 7202 |
7203 * general/isequal.m, general/isequalwithequalnans.m: | |
7204 New wrapper scripts for general/__isequal__.m. | |
7205 * general/__isequal__.m: Rename from general/isequal.m. | |
7206 New arg, nans_compare_equal. | |
7207 | |
5548 | 7208 2005-11-29 John W. Eaton <jwe@octave.org> |
7209 | |
7210 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7211 calling system. Only append octave_forge_string if | |
7212 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7213 Call license instead of hard-coding license info here. | |
7214 | |
7215 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7216 __octave_licenses__. Use puts instead of disp. |
5548 | 7217 Use getuid and getpwuid instead of calling unix ("id -un"). |
7218 If nargout = 1, return license info instead of printing usage message. | |
7219 | |
5546 | 7220 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7221 | |
7222 * miscellaneous/ver.m: New file. | |
7223 * miscellaneous/license.m: New file. | |
7224 | |
5545 | 7225 2005-11-22 John W. Eaton <jwe@octave.org> |
7226 | |
7227 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7228 gnuplot set command. | |
7229 | |
5539 | 7230 2005-11-15 John W. Eaton <jwe@octave.org> |
7231 | |
7232 * general/shiftdim.m: Doc fix. | |
7233 | |
5532 | 7234 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7235 | |
7236 * set/unique.m: Doc string fix. | |
7237 | |
5527 | 7238 2005-11-01 John W. Eaton <jwe@octave.org> |
7239 | |
7240 * Makefile.in (distclean, maintainer-clean): | |
7241 Also remove autom4te.cache directory. | |
7242 From Quentin Spencer <qspencer@ieee.org>. | |
7243 | |
5518 | 7244 2005-10-28 John W. Eaton <jwe@octave.org> |
7245 | |
7246 * general/shiftdim.m: Compatibility fix for row vectors. | |
7247 Correct check for non-scalar non-integer shift. For positive | |
7248 N, shift is remainder of N and number of dims. Always return NS. | |
7249 Simplify. | |
7250 | |
5500 | 7251 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7252 | |
7253 * general/randperm.m: Improve compatibility by allowing input | |
7254 value of zero. | |
7255 | |
5493 | 7256 2005-10-13 John W. Eaton <jwe@octave.org> |
7257 | |
7258 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7259 If in multiplot mode, clear plot before issuing new plot command. | |
7260 | |
7261 * plot/__setup_plot__.m: New function. | |
7262 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7263 Handle multiplot data and offsets here. | |
7264 | |
7265 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7266 Move initialization to __setup_plot__.m. | |
7267 | |
7268 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7269 Don't reset gnuplot_command_replot. | |
7270 | |
7271 * plot/replot.m: Handle multiplot data and offsets here. | |
7272 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7273 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7274 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7275 | |
5489 | 7276 2005-10-12 John W. Eaton <jwe@octave.org> |
7277 | |
7278 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7279 | |
5482 | 7280 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7281 | |
7282 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7283 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7284 _inv functions. | |
7285 * chi2pdf.m: Fixed typos in the documentation. | |
7286 | |
5475 | 7287 2005-09-28 John W. Eaton <jwe@octave.org> |
7288 | |
5476 | 7289 * miscellaneous/single.m: New function. |
7290 | |
5475 | 7291 * statistics/base/unidrnd.m: New function. |
7292 | |
5474 | 7293 2005-09-27 John W. Eaton <jwe@octave.org> |
7294 | |
7295 * miscellaneous/dir.m: Filename never includes directory part. | |
7296 | |
5464 | 7297 2005-09-22 John W. Eaton <jwe@octave.org> |
7298 | |
7299 * polynomial/residue.m: Use logical indexing instead of find.. | |
7300 | |
7301 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7302 | |
7303 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7304 and zero poles. | |
7305 | |
5462 | 7306 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7307 | |
7308 * strings/deblank.m: Handle cell arrays. | |
7309 * strings/split.m: New argument, N, to limit number of splits. | |
7310 | |
7311 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7312 | |
7313 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7314 | |
5460 | 7315 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7316 | |
7317 * control/base/rlocus.m: Doc fix. | |
7318 | |
5459 | 7319 2005-09-20 John W. Eaton <jwe@octave.org> |
7320 | |
7321 * general/isvector.m: Improve compatibility. | |
7322 | |
7323 * general/postpad.m: Allow first argument to be a scalar. | |
7324 Allow padding to extend dimensionality. | |
7325 * general/prepad.m: Likewise. | |
7326 | |
5448 | 7327 2005-09-14 Daniel <durbano@shbano.com> |
7328 | |
7329 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7330 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7331 /control/base/dgram.m: Doc string fixes. | |
5448 | 7332 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7333 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7334 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7335 |
7336 * saveimage.m: Do not ignore most significant bit when writing | |
7337 black and white images to file. | |
7338 | |
5443 | 7339 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7340 | |
7341 * audio/playaudio.m, control/base/__bodquist__.m, | |
7342 control/base/lqg.m, control/obsolete/dezero.m, | |
7343 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7344 control/system/c2d.m, control/system/cellidx.m, | |
7345 control/system/d2c.m, control/system/dmr2d.m, | |
7346 control/system/is_signal_list.m, control/system/listidx.m, | |
7347 control/system/ss.m, control/system/sysappend.m, | |
7348 control/system/sysconnect.m, control/system/sysdup.m, | |
7349 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7350 control/system/sysprune.m, control/system/syssetsignals.m, | |
7351 control/system/tfout.m, control/system/zpout.m, | |
7352 control/util/prompt.m, control/util/sortcom.m, | |
7353 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7354 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7355 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7356 general/strerror.m, image/colormap.m, image/imshow.m, | |
7357 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7358 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7359 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7360 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7361 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7362 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7363 plot/print.m, plot/title.m, plot/top_title.m, | |
7364 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7365 statistics/base/mean.m, statistics/base/moment.m, | |
7366 statistics/tests/cor_test.m, | |
7367 statistics/tests/kolmogorov_smirnov_test.m, | |
7368 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7369 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7370 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7371 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7372 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7373 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7374 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7375 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7376 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7377 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7378 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7379 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7380 isvector instead of is_vector. Use isstruct instead of | |
7381 is_struct. Use char instead of setstr. | |
7382 | |
5435 | 7383 2005-08-31 Daniel <durbano@shbano.com> |
7384 | |
7385 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7386 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7387 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7388 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7389 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7390 |
7391 * image/saveimage.m: Open output file in binary mode. | |
7392 | |
7393 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7394 | |
5427 | 7395 2005-08-16 John W. Eaton <jwe@octave.org> |
7396 | |
7397 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7398 outputs. | |
7399 | |
5426 | 7400 2005-08-15 John W. Eaton <jwe@octave.org> |
7401 | |
7402 * strings/strcat.m: Allow single argument. | |
7403 | |
5416 | 7404 2005-07-18 John W. Eaton <jwe@octave.org> |
7405 | |
7406 * strings/strcmp.m: Delete. | |
7407 | |
5413 | 7408 2005-07-13 John W. Eaton <jwe@octave.org> |
7409 | |
7410 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7411 versions of Octave. | |
7412 | |
7413 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7414 | |
7415 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7416 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7417 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7418 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7419 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7420 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7421 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7422 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7423 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7424 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7425 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7426 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7427 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7428 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7429 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7430 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7431 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7432 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7433 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7434 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7435 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7436 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7437 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7438 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7439 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7440 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7441 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7442 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
7443 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
7444 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
7445 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
7446 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
7447 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
7448 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
7449 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
7450 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
7451 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
7452 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
7453 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
7454 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
7455 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
7456 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
7457 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
7458 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
7459 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
7460 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
7461 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
7462 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 7463 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 7464 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
7465 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
7466 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
7467 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
7468 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
7469 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
7470 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
7471 | |
7472 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
7473 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
7474 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
7475 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
7476 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
7477 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
7478 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
7479 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
7480 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
7481 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
7482 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
7483 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
7484 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
7485 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
7486 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
7487 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
7488 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
7489 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
7490 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
7491 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
7492 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
7493 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
7494 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
7495 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
7496 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
7497 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
7498 deprecated/wiener_rnd.m: New files. | |
7499 | |
5408 | 7500 2005-07-08 John W. Eaton <jwe@octave.org> |
7501 | |
7502 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
7503 * deprecated/weibull_rnd.m: New file. | |
7504 | |
5407 | 7505 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
7506 | |
7507 * strings/dec2base.m: Allow matrix arguments. | |
7508 | |
5406 | 7509 2005-07-08 John W. Eaton <jwe@octave.org> |
7510 | |
7511 * plot/__errplot__.m: Use __plot_globals__. | |
7512 * plot/__plt__.m: Likewise. | |
7513 * plot/figure.m: Likewise. | |
7514 | |
7515 * plot/hold.m: New file. | |
7516 * plot/ishold.m: New file. | |
7517 * plot/__plot_globals__.m: New file. | |
7518 | |
5400 | 7519 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7520 | |
7521 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7522 | |
7523 2005-07-05 John W. Eaton <jwe@octave.org> | |
7524 | |
7525 * strings/findstr.m: Return [] for no matches. | |
7526 | |
5399 | 7527 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7528 | |
7529 * miscellaneous/tic.m: Fix doc string. | |
7530 | |
5395 | 7531 2005-06-15 John W. Eaton <jwe@octave.org> |
7532 | |
7533 * polynomial/polyfit.m: Force return value to be a row vector. | |
7534 | |
5393 | 7535 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7536 | |
7537 * general/isequal.m: Correct nargin check. | |
7538 | |
5388 | 7539 2005-06-14 John W. Eaton <jwe@octave.org> |
7540 | |
7541 * general/isvector.m: Handle N-d arrays. | |
7542 From Bill Denney <denney@seas.upenn.edu>. | |
7543 | |
5381 | 7544 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
7545 | |
7546 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 7547 |
5377 | 7548 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
7549 | |
7550 * signal/freqz.m: Use correct calculations when given a vector of | |
7551 frequencies. Improve accuracy of returned frequency vector. | |
7552 Improve speed for medium length filters (at a slight cost for slow | |
7553 filters). Add test cases. | |
7554 | |
5373 | 7555 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
7556 | |
7557 * plot/loglog.m: Fix set commands. | |
7558 | |
5381 | 7559 2005-05-25 John W. Eaton <jwe@octave.org> |
7560 | |
7561 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
7562 | |
5371 | 7563 2005-05-24 John W. Eaton <jwe@octave.org> |
7564 | |
5373 | 7565 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
7566 | |
5372 | 7567 * strings/strncmp.m: New file, from Tom Holroyd |
7568 <tomh@kurage.nimh.nih.gov>. | |
7569 | |
5371 | 7570 * strings/strcmp.m: Return logical values in all cases. |
7571 | |
5366 | 7572 2005-05-23 John W. Eaton <jwe@octave.org> |
7573 | |
7574 * plot/orient.m: New file. Adapt to Octave coding style. | |
7575 Texinfoize doc string. | |
7576 | |
7577 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7578 PKG_ADD command. Use set terminal consistently throughout. Use | |
7579 set terminal push/pop and unconditionally set output to screen | |
7580 when done to avoid requiring gget. Use a cell array for dev_list | |
7581 and cellidx to search for items in the list. Delete local | |
7582 variable endl. Don't set and restore automatic_replot. Use {} | |
7583 instead of nth to index varargin. Delete local variable | |
7584 va_arg_cnt. | |
7585 | |
5355 | 7586 2005-05-18 John W. Eaton <jwe@octave.org> |
7587 | |
7588 * general/num2str.m: Return early if X is a character string. | |
7589 | |
5347 | 7590 2005-05-11 John W. Eaton <jwe@octave.org> |
7591 | |
5348 | 7592 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7593 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7594 | |
5347 | 7595 * plot/polar.m: Don't call __pltopt__ here. |
7596 | |
5333 | 7597 2005-05-02 John W. Eaton <jwe@octave.org> |
7598 | |
7599 * mkdoc: Print header message. | |
7600 | |
5319 | 7601 2005-04-28 John W. Eaton <jwe@octave.org> |
7602 | |
7603 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7604 startup/octaverc. | |
7605 | |
5318 | 7606 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7607 | |
7608 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7609 (__im_numeric_limits__): New internal function. | |
7610 | |
5317 | 7611 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7612 | |
7613 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7614 data, not mean of group_mean. | |
7615 | |
7616 2005-04-28 John W. Eaton <jwe@octave.org> | |
7617 | |
7618 * startup/local-rcfile: New file. | |
7619 * startup/main-rcfile: Rename from startup/octaverc. | |
7620 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7621 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7622 Install local-rcfile in $(localfcnfiledir)/startup. | |
7623 | |
7624 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7625 | |
7626 * startup/inputrc: New file. | |
7627 * startup/octaverc: Configure readline using inputrc from | |
7628 startupfiledir. | |
7629 * startup/Makefile.in (install, install-strip): Install octaverc | |
7630 in $(fcnfiledir)/startup. | |
7631 | |
5310 | 7632 2005-04-27 John W. Eaton <jwe@octave.org> |
7633 | |
7634 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7635 | |
5289 | 7636 2005-04-21 John W. Eaton <jwe@octave.org> |
7637 | |
7638 * optimization/glpk.m: Handle SENSE argument. | |
7639 | |
7640 * optimization/qp.m, optimization/sqp.m: New files. | |
7641 | |
5276 | 7642 2005-04-08 John W. Eaton <jwe@octave.org> |
7643 | |
7644 * Makefile.in (clean, distclean, maintainer-clean): | |
7645 Avoid duplication in rules. | |
7646 | |
5252 | 7647 2005-03-28 John W. Eaton <jwe@octave.org> |
7648 | |
7649 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7650 setting {no,}parametric. | |
7651 * plot/figure.m: Likewise, for setting terminal type. | |
7652 | |
7653 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7654 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7655 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7656 plot/title.m, plot/top_title.m: Avoid eval. | |
7657 | |
5251 | 7658 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7659 | |
5253 | 7660 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7661 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7662 Use __gnuplot_replot__ instead of replot. | |
7663 | |
5252 | 7664 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7665 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7666 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7667 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7668 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7669 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7670 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7671 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7672 |
5251 | 7673 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7674 | |
5244 | 7675 2005-03-24 John W. Eaton <jwe@octave.org> |
7676 | |
7677 * optimization/glpkmex.m: Texinfoize Doc string. | |
7678 * optimization/glpk.m: Likewise. | |
7679 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7680 (row vectors are orginary character strings). | |
7681 * optimization/glpkparam.m: Delete. | |
7682 | |
5243 | 7683 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7684 | |
7685 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7686 of dimensions of X. | |
7687 | |
5237 | 7688 2005-03-23 John W. Eaton <jwe@octave.org> |
7689 | |
5239 | 7690 * general/tril.m, general/triu.m: Return value of same class as |
7691 argument. | |
7692 | |
5237 | 7693 * optimization/glpk.m: Simplify interface. By default, solve |
7694 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7695 * optimization/glpkmex.m: New file. | |
7696 | |
5232 | 7697 2005-03-22 John W. Eaton <jwe@octave.org> |
7698 | |
5237 | 7699 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7700 list. | |
7701 | |
5233 | 7702 * optimization/glpk.m: Adapt to Octave coding style. |
7703 No need for varargout or varargin. | |
7704 Print usage message if nargin > 11. | |
7705 Allow any value of nargout. | |
7706 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7707 Avoid looping when checking character classes. | |
7708 | |
5232 | 7709 * optimization: New directory. |
7710 * Makefile.in (SUBDIRS): Add it to the list. | |
7711 * optimization/Makefile.in: New file. | |
7712 * optimization/glpk.m, optimization/glpkparams.m, | |
7713 optimization/glpktest1, optimization/glpktest2: New files. | |
7714 | |
8149 | 7715 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7716 |
7717 * strings/split.m: Quick return for empty second arg. | |
7718 Improve warning for multi-line strings. | |
7719 Speed up by avoiding sprintf in loop and eval. | |
7720 | |
5217 | 7721 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7722 | |
7723 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7724 * polynomial/polyder.m: Ditto. | |
6778 | 7725 * polynomial/polygcd.m: New function. |
5217 | 7726 |
5214 | 7727 2005-03-16 John W. Eaton <jwe@octave.org> |
7728 | |
5215 | 7729 * control/base/__stepimp__.m, control/base/bode.m, |
7730 control/base/frdemo.m, control/base/nichols.m, | |
7731 control/base/nyquist.m, control/base/pzmap.m, | |
7732 control/base/rldemo.m, control/base/rlocus.m, | |
7733 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7734 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7735 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7736 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7737 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7738 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7739 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7740 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7741 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7742 plot/xlabel.m, quaternion/demoquat.m, | |
7743 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7744 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7745 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7746 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7747 gsplot from @seealso docs. | |
5214 | 7748 |
7749 * plot/replot.m: New file. | |
7750 | |
5205 | 7751 2005-03-15 David Bateman <dbateman@free.fr> |
7752 | |
7753 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7754 | |
5196 | 7755 2005-03-09 John W. Eaton <jwe@octave.org> |
7756 | |
7757 * statistics/Makefile.in (bin-dist): Delete target. | |
7758 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7759 * control/Makefile.in: Likewise. |
5196 | 7760 |
5378 | 7761 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7762 (BINDISTFILES): Delete variable. |
5378 | 7763 * control/base/Makefile.in: Likewise. |
7764 * control/hinf/Makefile.in: Likewise. | |
7765 * control/obsolete/Makefile.in: Likewise. | |
7766 * control/system/Makefile.in: Likewise. | |
7767 * control/util/Makefile.in: Likewise. | |
7768 * deprecated/Makefile.in: Likewise. | |
7769 * elfun/Makefile.in: Likewise. | |
7770 * finance/Makefile.in: Likewise. | |
7771 * general/Makefile.in: Likewise. | |
7772 * image/Makefile.in: Likewise. | |
7773 * sparse/Makefile.in: Likewise. | |
7774 * io/Makefile.in: Likewise. | |
7775 * plot/Makefile.in: Likewise. | |
7776 * Makefile.in: Likewise. | |
7777 * miscellaneous/Makefile.in: Likewise. | |
7778 * linear-algebra/Makefile.in: Likewise. | |
7779 * polynomial/Makefile.in: Likewise. | |
7780 * quaternion/Makefile.in: Likewise. | |
7781 * set/Makefile.in: Likewise. | |
7782 * signal/Makefile.in: Likewise. | |
7783 * specfun/Makefile.in: Likewise. | |
7784 * special-matrix/Makefile.in: Likewise. | |
7785 * startup/Makefile.in: Likewise. | |
7786 * statistics/base/Makefile.in: Likewise. | |
7787 * statistics/distributions/Makefile.in: Likewise. | |
7788 * statistics/models/Makefile.in: Likewise. | |
7789 * statistics/tests/Makefile.in: Likewise. | |
7790 * strings/Makefile.in: Likewise. | |
7791 * time/Makefile.in: Likewise. | |
5196 | 7792 |
5195 | 7793 2005-03-08 John W. Eaton <jwe@octave.org> |
7794 | |
7795 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7796 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7797 | |
5192 | 7798 2005-03-04 John W. Eaton <jwe@octave.org> |
7799 | |
7800 * plot/clg.m: New file. | |
7801 | |
5193 | 7802 2005-03-03 John W. Eaton <jwe@octave.org> |
7803 | |
7804 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7805 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7806 strings/strcmpi.m: | |
7807 New files from Octave-forge. Adapt to Octave coding standards. | |
7808 | |
5181 | 7809 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7810 | |
7811 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7812 computation range. | |
7813 | |
5164 | 7814 2005-02-25 John W. Eaton <jwe@octave.org> |
7815 | |
7816 Sparse merge. | |
7817 | |
7818 2005-01-23 David Bateman <dbateman@free.fr> | |
7819 | |
7820 * sparse/randperm.m: Delete duplicate randperm.m. | |
7821 | |
7822 2005-01-10 John W. Eaton <jwe@octave.org> | |
7823 | |
7824 * sparse/Makefile.in: New file. | |
7825 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7826 | |
7827 2005-01-07 David Bateman <dbateman@free.fr> | |
7828 | |
7829 * set/unique.m: import file from octave-forge. | |
7830 | |
7831 2005-01-05 David Bateman <dbateman@free.fr> | |
7832 | |
7833 * Makefile.in: include sparse directory in SUBDIRS. | |
7834 | |
7835 2004-12-30 John W. Eaton <jwe@octave.org> | |
7836 | |
7837 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7838 src/DLD-FUNCTIONS/sparse.cc). | |
7839 | |
7840 2004-12-28 John W. Eaton <jwe@octave.org> | |
7841 | |
7842 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7843 Andy Adler <adler@site.uottawa.ca>. | |
7844 | |
7845 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7846 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7847 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7848 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7849 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7850 | |
7851 * sparse: New directory. | |
7852 | |
5158 | 7853 2005-02-22 John W. Eaton <jwe@octave.org> |
7854 | |
7855 * polynomial/residue.m: Force prepad to always create row vectors. | |
7856 | |
7857 * polynomial/poly.m: Quick return if m is 0. | |
7858 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7859 | |
5154 | 7860 2005-02-21 David Bateman <dbateman@free.fr> |
7861 | |
7862 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7863 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7864 Fix for row vectors with at least one element of lambda not in | |
7865 (0, Inf). | |
7866 | |
5152 | 7867 2005-02-21 John W. Eaton <jwe@octave.org> |
7868 | |
5153 | 7869 * statistics/base/qqplot.m: Use feval instead of eval. |
7870 | |
5152 | 7871 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7872 plot/__axis_label__.m: Issue replot command. | |
7873 | |
5135 | 7874 2005-02-09 John W. Eaton <jwe@octave.org> |
7875 | |
7876 * polynomial/polyderiv.m: Force P to be a row vector. | |
7877 | |
5133 | 7878 2005-02-08 John W. Eaton <jwe@octave.org> |
7879 | |
7880 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7881 provided and len <= computed max_len. | |
7882 | |
5125 | 7883 2005-01-27 David Bateman <dbateman@free.fr> |
7884 | |
7885 * strings/dec2base.m: Be even more careful about handling all digits. | |
7886 | |
7887 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7888 | |
7889 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7890 | |
5123 | 7891 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7892 | |
7893 * statistics/base/median.m: Make it work for the scalar case too. | |
7894 | |
6308 | 7895 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7896 |
7897 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7898 Simplify logic for decoding args. |
5117 | 7899 |
5115 | 7900 2005-01-24 John W. Eaton <jwe@octave.org> |
7901 | |
5116 | 7902 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7903 | |
7904 * plot/__plt__.m: No need to save and reset hold state now. | |
7905 (first_plot): Delete unused variable. | |
7906 | |
5115 | 7907 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7908 | |
7909 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7910 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7911 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7912 plot/__plt2vv__.m: | |
7913 Return data and gnuplot commands instead of evaluating them. | |
7914 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7915 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7916 | |
5108 | 7917 2005-01-18 John W. Eaton <jwe@octave.org> |
7918 | |
7919 * linear-algebra/cross.m: Allocate idx1 before use. | |
7920 | |
5096 | 7921 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7922 | |
7923 * statistics/base/range.m: Fix varargin usage. | |
7924 | |
5091 | 7925 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7926 | |
7927 * strings/deblank.m: Remove all trailing whitespace (check with | |
7928 isspace), not just SPC. | |
7929 | |
5090 | 7930 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7931 | |
7932 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7933 | |
5073 | 7934 2004-11-09 John W. Eaton <jwe@octave.org> |
7935 | |
7936 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7937 From Julius Smith <jos@ccrma.stanford.edu>. | |
7938 | |
5072 | 7939 2004-11-08 John W. Eaton <jwe@octave.org> |
7940 | |
7941 * plot/__plt2vm__.m: Delete debugging statement. | |
7942 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7943 | |
5065 | 7944 2004-11-04 John W. Eaton <jwe@octave.org> |
7945 | |
7946 * plot/hist.m: Always return row vectors for vector args. | |
7947 | |
5031 | 7948 2004-09-23 John W. Eaton <jwe@octave.org> |
7949 | |
7950 * strings/strcmp.m: If args are not strings or cell arrays of | |
7951 strings, return zero instead of reporting an error. | |
7952 | |
5021 | 7953 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7954 | |
7955 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7956 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7957 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7958 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7959 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7960 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7961 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7962 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7963 control/system/is_detectable.m, control/system/is_sample.m, | |
7964 control/system/is_siso.m, control/system/is_stable.m, | |
7965 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7966 control/system/sys2tf.m, control/system/sys2zp.m, | |
7967 control/system/sysappend.m, control/system/sysconnect.m, | |
7968 control/system/sysdisc.m, control/system/sysdup.m, | |
7969 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7970 control/system/syssetsignals.m, control/system/syssub.m, | |
7971 control/system/tf2sys.m, control/system/ugain.m, | |
7972 control/system/zp2ss.m, control/system/zp2sys.m, | |
7973 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7974 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7975 | |
7976 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7977 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7978 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7979 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7980 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7981 control/system/sysappend.m, control/system/sysconnect.m, | |
7982 control/system/sysdup.m, control/system/sysgroup.m, | |
7983 control/system/sysprune.m, control/system/sysreorder.m, | |
7984 control/system/sysscale.m, control/system/syssub.m, | |
7985 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7986 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7987 polynomial/polyout.m, specfun/log2.m: | |
7988 Add output arguments in doc strings. | |
7989 | |
7990 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7991 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7992 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7993 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7994 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7995 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7996 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7997 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7998 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7999 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8000 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8001 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8002 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8003 control/system/c2d.m, control/system/is_abcd.m, | |
8004 control/system/is_controllable.m, control/system/is_detectable.m, | |
8005 control/system/is_observable.m, control/system/is_stable.m, | |
8006 control/system/jet707.m, control/system/ord2.m, | |
8007 control/system/starp.m, control/system/sys2fir.m, | |
8008 control/system/sys2ss.m, control/system/sys2tf.m, | |
8009 control/system/sys2zp.m, control/system/syscont.m, | |
8010 control/system/sysdisc.m, control/system/sysdup.m, | |
8011 control/system/sysgettype.m, control/system/sysgroup.m, | |
8012 control/system/sysmult.m, control/system/sysprune.m, | |
8013 control/system/sysreorder.m, control/system/sysscale.m, | |
8014 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8015 control/system/tf2ss.m, control/system/tf2sys.m, | |
8016 control/system/zp2ss.m, control/system/zp2sys.m, | |
8017 control/util/axis2dlim.m, control/util/prompt.m, | |
8018 control/util/zgfmul.m, control/util/zginit.m, | |
8019 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8020 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8021 in doc strings. | |
8022 | |
8023 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8024 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8025 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8026 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8027 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8028 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8029 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8030 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8031 control/system/c2d.m, control/system/fir2sys.m, | |
8032 control/system/is_stabilizable.m, control/system/jet707.m, | |
8033 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8034 control/util/zgshsr.m, polynomial/polyout.m: | |
8035 New @tex section(s) in doc strings for better formating of printed | |
8036 output. | |
8037 | |
8038 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8039 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8040 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8041 Use proper double quote marks for TeX. | |
8042 | |
8043 * control/base/DEMOcontrol.m: Add missing ; | |
8044 | |
8045 * control/base/nichols.m, control/base/rlocus.m, | |
8046 control/obsolete/minfo.m, control/system/is_digital.m, | |
8047 control/system/ss2zp.m, control/system/sysmin.m, | |
8048 control/system/tf2zp.m, control/util/sortcom.m: | |
8049 Convert documentation to use or more completely use Texinfo. | |
8050 | |
8051 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8052 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8053 control/system/parallel.m, control/system/ss2tf.m, | |
8054 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8055 art splitting over a page boundary. | |
8056 | |
8057 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8058 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8059 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8060 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8061 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8062 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8063 the TeX documentation. | |
8064 | |
8065 * control/system/is_stabilizable.m: | |
8066 Add Copyright so that help is displayed correctly. | |
8067 | |
8068 * special-matrix/vander.m: Octave indexes start at 1. | |
8069 | |
5011 | 8070 2004-09-21 David Bateman <dbateman@free.fr> |
8071 | |
8072 * general/rotdim.m: New function for rotation of an N-d array in an | |
8073 arbitrary plane. | |
8074 | |
8075 * general/flipdim.m: New function to flip an N-d array about an | |
8076 arbitrary axis. | |
8077 | |
5003 | 8078 2004-09-15 David Bateman <dbateman@free.fr> |
8079 | |
8080 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8081 | |
4992 | 8082 2004-09-15 John W. Eaton <jwe@octave.org> |
8083 | |
8084 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8085 Use iscellstr to check for cells rather than iscell. |
8086 Improve diagnostics for invalid args. | |
4992 | 8087 |
4983 | 8088 2004-09-10 David Bateman <dbateman@free.fr> |
8089 | |
8090 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8091 and p with n > 1, and fix for matrix n and p with n == 1. | |
8092 | |
8093 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8094 due to row vs. column vector operations. | |
8095 | |
4964 | 8096 2004-09-03 David Bateman <dbateman@free.fr> |
8097 | |
8098 * general/repmat.m: Fix to allow logical classes. | |
8099 | |
4950 | 8100 2004-08-31 John W. Eaton <jwe@octave.org> |
8101 | |
8102 * general/isa.m: New function, from Octave-forge. | |
8103 | |
8104 2004-08-31 David Bateman <dbateman@free.fr> | |
8105 | |
8106 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8107 limitation on the use of int64 and uint64 types, and the use | |
8108 of the eval. | |
8109 | |
8110 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8111 in .^ with integer types is fixed. | |
8112 | |
8113 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8114 |
8115 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8116 | |
8117 * plot/axis.m: Don't reset axes when querying them. | |
8118 | |
4942 | 8119 2004-08-27 David Bateman <dbateman@free.fr> |
8120 | |
8121 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8122 Eliminate loop. | |
8123 | |
4918 | 8124 2004-07-27 David Bateman <dbateman@free.fr> |
8125 | |
8126 * general/num2str.m: Also insert spaces in output when precision | |
8127 argument is supplied. | |
8128 | |
4915 | 8129 2004-07-23 David Bateman <dbateman@free.fr> |
8130 | |
8131 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8132 | |
4911 | 8133 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8134 | |
8135 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8136 | |
8137 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8138 | |
8139 * miscellaneous/unix.m: Fix doc string. | |
8140 | |
8141 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8142 | |
8143 * plot/figure.m: Clarification of documentation. | |
8144 | |
8145 * image/imshow.m: Warn for complex images. | |
8146 Only estimate colourmap for images in [0, 65536]. | |
8147 | |
8148 2004-07-22 David Bateman <dbateman@free.fr> | |
8149 | |
8150 * general/num2str.m: Fix the case of an all zero input. | |
8151 | |
4906 | 8152 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8153 | |
8154 * general/ind2sub.m: Doc fix. | |
8155 | |
4900 | 8156 2004-06-08 John W. Eaton <jwe@octave.org> |
8157 | |
8158 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8159 convert function handle to string for eval. | |
8160 | |
4898 | 8161 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8162 | |
8163 * plot/errorbar.m: Remove debugging output. | |
8164 | |
8165 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8166 | |
8167 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8168 | |
4897 | 8169 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8170 | |
4898 | 8171 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8172 | |
8173 * polynomial/polyout.m: Use parenthesis if necessary around | |
8174 complex polynomial coefficient. | |
8175 | |
4897 | 8176 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8177 the bug which causes __errplot__ to ignore the last argument. | |
8178 | |
4894 | 8179 2004-06-03 David Bateman <dbateman@free.fr> |
8180 | |
8181 * general/shiftdim.m: New function based on JWE code snippet. | |
8182 | |
8183 * general/circdim.m: New function. | |
8184 | |
4890 | 8185 2004-05-06 David Bateman <dbateman@free.fr> |
8186 | |
8187 * general/issquare.m: Fail if ndim(x) > 2. | |
8188 | |
8189 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8190 | |
8191 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8192 N-d array arguments. Add optional dim argument to define | |
8193 dimension along which to operate. | |
8194 | |
8195 * linear-algebra/dmult.m: Allow N-d arrays. | |
8196 | |
8197 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8198 | |
4885 | 8199 2004-04-29 David Bateman <dbateman@free.fr> |
8200 | |
8201 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8202 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8203 statistics/base/statistics.m, statistics/base/skewness.m | |
8204 statistics/base/iqr.m: | |
8205 Make N-d array aware. Allow optional argument to define the | |
8206 dimension along which to operate. Update the documentation. | |
8207 | |
8208 * statistics/base/ranks.m: Change algorithm to use sort, | |
8209 and adjust for the ties after. | |
8210 | |
8211 * statistics/base/run_counts.m: Change algorithm to use | |
8212 the a combination of diff and find, rather than a for-loop. | |
8213 | |
4881 | 8214 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8215 | |
8216 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8217 | |
4878 | 8218 2004-04-23 David Bateman <dbateman@free.fr> |
8219 | |
8220 * general/int2str.m: Treat only real part of argument, and treat | |
8221 NDArrays by stacking the slices through the matrix vertically. | |
8222 | |
8223 * general/num2str.m: Improve format of integer matrices, and the | |
8224 conversion of complex matrices added. Treat NDArrays by stacking | |
8225 the slices through the matrix vertically. | |
8226 | |
8227 * deprecated/com2str.m: Moved here from general subdirectory. | |
8228 | |
4877 | 8229 2004-04-22 John W. Eaton <jwe@octave.org> |
8230 | |
8231 * quaternion/qtransvmat.m: Use continuation characters to make | |
8232 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8233 | |
4869 | 8234 2004-04-21 David Bateman <dbateman@free.fr> |
8235 | |
5378 | 8236 * elfun/lcm.m: Make N-d aware. |
4870 | 8237 |
4869 | 8238 * general/diff.m: Make the code N-d array aware. Allow an |
8239 optional argument to define the dimension along which to perform | |
8240 the differences and allow the order of the differences to be larger | |
8241 than the dimension itself. | |
8242 | |
8243 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8244 use of these functions to 1- and 2-d arrays. | |
8245 | |
4863 | 8246 2004-04-16 John W. Eaton <jwe@octave.org> |
8247 | |
8248 * elfun/gcd.m: Delete. | |
8249 | |
4862 | 8250 2004-04-15 David Bateman <dbateman@free.fr> |
8251 | |
8252 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8253 | |
8254 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8255 array aware and and optional argument for the dimension along | |
8256 which to operate. | |
8257 | |
5378 | 8258 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8259 argument for the dimension to be consistent with other N-d array |
8260 functions. | |
8261 | |
4860 | 8262 2004-04-08 David Bateman <dbateman@free.fr> |
8263 | |
8264 * statistics/distributions/discrete_cdf.m, | |
8265 statistics/distributions/discrete_inv.m, | |
8266 statistics/distributions/discrete_pdf.m, | |
8267 statistics/distributions/discrete_rnd.m, | |
8268 statistics/distributions/exponential_cdf.m, | |
8269 statistics/distributions/exponential_inv.m, | |
8270 statistics/distributions/exponential_pdf.m, | |
8271 statistics/distributions/exponential_rnd.m, | |
8272 statistics/distributions/f_cdf.m, | |
8273 statistics/distributions/f_inv.m, | |
8274 statistics/distributions/f_pdf.m, | |
8275 statistics/distributions/f_rnd.m, | |
8276 statistics/distributions/geometric_cdf.m, | |
8277 statistics/distributions/geometric_inv.m, | |
8278 statistics/distributions/geometric_pdf.m, | |
8279 statistics/distributions/geometric_rnd.m, | |
8280 statistics/distributions/hypergeometric_rnd.m, | |
8281 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8282 statistics/distributions/laplace_cdf.m, | |
8283 statistics/distributions/laplace_inv.m, | |
8284 statistics/distributions/laplace_pdf.m, | |
8285 statistics/distributions/laplace_rnd.m, | |
8286 statistics/distributions/logistic_inv.m, | |
8287 statistics/distributions/logistic_rnd.m, | |
8288 statistics/distributions/lognormal_cdf.m, | |
8289 statistics/distributions/lognormal_inv.m, | |
8290 statistics/distributions/lognormal_pdf.m, | |
8291 statistics/distributions/lognormal_rnd.m, | |
8292 statistics/distributions/pascal_cdf.m, | |
8293 statistics/distributions/pascal_inv.m, | |
8294 statistics/distributions/pascal_pdf.m, | |
8295 statistics/distributions/pascal_rnd.m, | |
8296 statistics/distributions/poisson_cdf.m, | |
8297 statistics/distributions/poisson_inv.m, | |
8298 statistics/distributions/poisson_pdf.m, | |
8299 statistics/distributions/poisson_rnd.m, | |
8300 statistics/distributions/t_cdf.m, | |
8301 statistics/distributions/t_inv.m, | |
8302 statistics/distributions/t_pdf.m, | |
8303 statistics/distributions/t_rnd.m, | |
8304 statistics/distributions/weibull_cdf.m, | |
8305 statistics/distributions/weibull_inv.m, | |
8306 statistics/distributions/weibull_pdf.m, | |
8307 statistics/distributions/weibull_rnd.m: | |
8308 Allow N-d arrays. | |
8309 | |
8310 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8311 that results in NaN in places where it should not have had. | |
8312 | |
8313 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8314 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8315 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8316 |
8317 * statistics/distributions/empirical_rnd.m: New argument formats | |
8318 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8319 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8320 format. Allow N-d arrays. |
8321 | |
8322 * statistics/distributions/hypergeometric_cdf.m, | |
8323 statistics/distributions/hypergeometric_inv.m, | |
8324 statistics/distributions/hypergeometric_pdf.m, | |
8325 statistics/distributions/wiener_rnd.m: | |
8326 Error for non-scalar arguments. | |
8327 | |
8328 * statistics/distributions/pascal_rnd.m: | |
8329 Correct for n = 1 bug, where all elements were equal. | |
8330 | |
4849 | 8331 2004-04-06 David Bateman <dbateman@free.fr> |
8332 | |
4854 | 8333 * general/common_size.m, miscellaneous/bincoeff.m, |
8334 statistics/distributions/beta_cdf.m, | |
8335 statistics/distributions/beta_inv.m, | |
8336 statistics/distributions/beta_pdf.m, | |
8337 statistics/distributions/beta_rnd.m, | |
8338 statistics/distributions/binomial_cdf.m, | |
8339 statistics/distributions/binomial_inv.m, | |
8340 statistics/distributions/binomial_pdf.m, | |
8341 statistics/distributions/binomial_rnd.m, | |
8342 statistics/distributions/cauchy_cdf.m, | |
8343 statistics/distributions/cauchy_inv.m, | |
8344 statistics/distributions/cauchy_pdf.m, | |
8345 statistics/distributions/cauchy_rnd.m, | |
8346 statistics/distributions/chisquare_cdf.m, | |
8347 statistics/distributions/chisquare_inv.m, | |
8348 statistics/distributions/chisquare_pdf.m, | |
8349 statistics/distributions/chisquare_rnd.m, | |
8350 statistics/distributions/gamma_cdf.m, | |
8351 statistics/distributions/gamma_inv.m, | |
8352 statistics/distributions/gamma_pdf.m, | |
8353 statistics/distributions/gamma_rnd.m, | |
8354 statistics/distributions/normal_cdf.m, | |
8355 statistics/distributions/normal_inv.m, | |
8356 statistics/distributions/normal_pdf.m, | |
8357 statistics/distributions/normal_rnd.m, | |
8358 statistics/distributions/stdnormal_cdf.m, | |
8359 statistics/distributions/stdnormal_pdf.m, | |
8360 statistics/distributions/stdnormal_rnd.m, | |
8361 statistics/distributions/uniform_cdf.m, | |
8362 statistics/distributions/uniform_inv.m, | |
8363 statistics/distributions/uniform_pdf.m, | |
8364 statistics/distributions/uniform_rnd.m: | |
8365 Allow the inputs to be N-d arrays. | |
8366 | |
4852 | 8367 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8368 * statistics/base/median.m: Likewise. | |
4849 | 8369 |
4844 | 8370 2004-04-02 David Bateman <dbateman@free.fr> |
8371 | |
8372 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8373 * statistics/base/center.m, statistics/base/meansq.m, |
8374 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8375 Update for N-d arrays. |
4844 | 8376 * signal/fftshift.m: Fix dimensioning error. |
8377 | |
8378 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8379 N-d arrays. |
4844 | 8380 |
4852 | 8381 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8382 | |
8383 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8384 |
4852 | 8385 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8386 |
8387 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8388 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8389 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8390 | |
8391 * control/system/sysidx.m: Use cellidx and not listidx. | |
8392 | |
4841 | 8393 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8394 | |
8395 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8396 default of "" (so it is off unless explicitly set by the user). | |
8397 | |
4836 | 8398 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8399 | |
8400 * image/imshow.m: Accept "truesize" argument. | |
8401 Ignore current colormap. New tests and demos. | |
8402 | |
4834 | 8403 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8404 | |
8405 * signal/sinewave.m: Allow N to default to M. | |
8406 | |
4826 | 8407 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8408 | |
8409 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8410 | |
4818 | 8411 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8412 | |
8413 * general/deal.m: New function. | |
4819 | 8414 Add tests from Paul Kienzle. |
4818 | 8415 |
4811 | 8416 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8417 | |
8418 * plot/hist.m: Compute histogram correctly for n>=30. | |
8419 | |
5095 | 8420 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8421 |
8422 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8423 | |
4806 | 8424 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8425 | |
8426 * miscellaneous/horzcat.m: Delete. | |
8427 * miscellaneous/vertcat.m: Delete. | |
8428 | |
4790 | 8429 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8430 | |
8431 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8432 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8433 | |
4789 | 8434 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8435 | |
8436 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8437 doing multiple plots in the same gnuplot frame. | |
8438 | |
4780 | 8439 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8440 | |
8441 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8442 control/system/cellidx.m, control/system/ss.m, | |
8443 control/system/tf.m, control/system/zp.m: New functions. | |
8444 | |
4778 | 8445 2004-02-16 Glenn Golden <gdg@zplane.com> |
8446 | |
8447 * statistics/distributions/discrete_inv.m: | |
8448 Reduce memory requirements. | |
8449 | |
4772 | 8450 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8451 | |
8452 * plot/__errcomm__.m: Fix thinko in previous change. | |
8453 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
8454 | |
4771 | 8455 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
8456 | |
8457 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
8458 control/base/analdemo.m, control/base/bddemo.m, | |
8459 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
8460 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
8461 control/base/rldemo.m, control/base/rlocus.m, | |
8462 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
8463 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
8464 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
8465 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
8466 control/obsolete/packsys.m, control/obsolete/series.m, | |
8467 control/system/__sysdefioname__.m, | |
8468 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
8469 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
8470 control/system/c2d.m, control/system/d2c.m, | |
8471 control/system/dmr2d.m, control/system/fir2sys.m, | |
8472 control/system/is_signal_list.m, control/system/is_siso.m, | |
8473 control/system/jet707.m, control/system/listidx.m, | |
8474 control/system/moddemo.m, control/system/ord2.m, | |
8475 control/system/packedform.m, control/system/parallel.m, | |
8476 control/system/ss2sys.m, control/system/sys2tf.m, | |
8477 control/system/sys2zp.m, control/system/sysadd.m, | |
8478 control/system/sysappend.m, control/system/sysconnect.m, | |
8479 control/system/syscont.m, control/system/sysdimensions.m, | |
8480 control/system/sysdisc.m, control/system/sysdup.m, | |
8481 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
8482 control/system/sysgroup.m, control/system/sysmin.m, | |
8483 control/system/sysmult.m, control/system/sysprune.m, | |
8484 control/system/sysrepdemo.m, control/system/sysscale.m, | |
8485 control/system/syssetsignals.m, control/system/syssub.m, | |
8486 control/system/sysupdate.m, control/system/tf2sys.m, | |
8487 control/system/ugain.m, control/system/zp2ss.m, | |
8488 control/system/zp2sys.m, control/util/__outlist__.m, | |
8489 control/util/__zgpbal__.m, control/util/strappend.m: | |
8490 Use cell arrays instead of lists. | |
8491 | |
4723 | 8492 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
8493 | |
8494 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
8495 so that bar (1, 1) will work. | |
8496 | |
4710 | 8497 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8498 | |
4717 | 8499 * plot/__errcomm__.m: Cope with nargin now being a function. |
8500 * plot/__errplot__.m: Likewise. | |
8501 * plot/__plt__.m: Likewise. | |
8502 * plot/plot_border.m: Likewise. | |
8503 | |
4710 | 8504 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
8505 not $(DOCSTRINGS). | |
8506 | |
4706 | 8507 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8508 | |
8509 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8510 rank ([], tol). | |
8511 | |
4691 | 8512 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8513 | |
4692 | 8514 * elfun/acot.m: Return atan (1./z). |
8515 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8516 | |
4691 | 8517 * miscellaneous/dir.m: New file. |
8518 | |
8519 * general/num2str.m: Use "%d" as format if values are ints with | |
8520 magnitude less than 1e10. | |
8521 | |
8522 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8523 | |
8524 * general/num2str.m: If single arg is string, return it. | |
8525 | |
8526 * miscellaneous/not.m: New file. | |
8527 | |
8528 * miscellaneous/unix.m: New file. | |
8529 | |
8530 * miscellaneous/isunix.m: New file. | |
8531 * miscellaneous/ispc.m: New file. | |
8532 | |
8533 * miscellaneous/computer.m: New file. | |
8534 | |
8535 * miscellaneous/delete.m: New file. | |
8536 | |
4689 | 8537 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8538 | |
8539 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8540 | |
8541 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8542 | |
8543 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
8544 Always return substituted version of LOADPATH if nargout != 0. | |
8545 | |
4685 | 8546 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
8547 | |
8548 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
8549 before continuing. | |
8550 | |
8551 * miscellaneous/fileparts.m: Allow name to start with ".". | |
8552 | |
4677 | 8553 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8554 | |
8555 * general/ind2sub.m: New file. | |
8556 * general/sub2ind.m: New file. | |
8557 | |
4675 | 8558 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8559 | |
8560 * control/system/zp2ss.m: Don't save and restore | |
8561 warn_empty_list_elements. | |
8562 | |
8563 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
8564 | |
6778 | 8565 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 8566 |
4673 | 8567 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
8568 | |
8569 * statistics/base/mean.m: Remove special case for row vectors. | |
8570 | |
4637 | 8571 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8572 | |
8573 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8574 | |
4631 | 8575 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8576 | |
8577 * statistics/base/iqr.m: Handle matrices. | |
8578 | |
4630 | 8579 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8580 | |
8581 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8582 | |
4629 | 8583 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8584 | |
8585 * miscellaneous/path.m: Fix thinko in previous change. | |
8586 | |
4609 | 8587 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8588 | |
4629 | 8589 * control/base/dare.m: Check positive (semi)definiteness and |
8590 dimensions of r (and q). | |
8591 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8592 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8593 near unit circle. | |
4611 | 8594 |
8595 * control/system/is_detectable.m: Use Hautus Lemma. | |
8596 Correct the behavior for discrete-time systems. | |
8597 * control/system/is_stabilizable.m: Likewise. | |
8598 | |
4609 | 8599 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8600 | |
8601 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8602 | |
4610 | 8603 * general/isdefinite.m: New function. |
8604 | |
4567 | 8605 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8606 | |
8607 * general/reshape: Delete. | |
8608 | |
4559 | 8609 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8610 | |
8611 * general/numel.m: Delete. | |
8612 | |
4535 | 8613 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8614 | |
4536 | 8615 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8616 | |
8617 * deprecated/isstr.m: New file. | |
4535 | 8618 |
4529 | 8619 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8620 | |
8621 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8622 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8623 | |
4525 | 8624 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8625 | |
8626 * statistics/base/mean.m: Fix missing semicolon problem. | |
8627 | |
4503 | 8628 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8629 | |
8630 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8631 | |
4492 | 8632 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8633 | |
8634 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8635 Allow optional length argument. | |
8636 | |
4491 | 8637 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8638 | |
8639 * polynomial/polyfit.m: Avoid calling flipud. | |
8640 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8641 Return structure as second output value for improved Matlab | |
8642 compatibility. | |
8643 | |
4476 | 8644 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8645 | |
4478 | 8646 * linear-algebra/cond.m: Behave as though old built-in variable |
8647 propagate_empty_matrices is always 1. Also handle empty matrices | |
8648 with one non-zero dimension. | |
8649 | |
4476 | 8650 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8651 warn_single_quote_string to the list. | |
4478 | 8652 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8653 from the list. | |
4476 | 8654 |
5095 | 8655 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8656 |
8657 * signal/autocov.m: Transpose result of conj because diag returns | |
8658 a column vector, not a row vector. | |
8659 | |
8660 * audio/playaudio.m, audio/record.m, image/image.m, | |
8661 miscellaneous/bug_report.m: Protect spaces in filenames | |
8662 with quotes. | |
8663 | |
4466 | 8664 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8665 | |
4468 | 8666 * io/printf.m, io/puts.m: Delete. |
8667 | |
4466 | 8668 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8669 default_return_value from the list. | |
8670 Add warn_undefined_return_values to the list. | |
8671 | |
8672 | |
4464 | 8673 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8674 | |
8675 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8676 and initialize_global_variables from the list. | |
8677 | |
4460 | 8678 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8679 | |
4463 | 8680 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8681 | |
8682 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8683 | |
8684 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8685 * control/system/sys2fir.m: Likewise. | |
8686 | |
8687 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8688 * control/system/__tf2sysl__.m: Likewise. | |
8689 | |
8690 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8691 | |
8692 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8693 and [] concatenation. | |
8694 * control/system/sys2fir.m: Likewise. | |
8695 | |
8696 * control/base/dgram.m, control/base/freqchkw.m, | |
8697 control/base/gram.m, control/system/__abcddims__.m, | |
8698 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8699 control/system/is_sample.m, control/system/is_signal_list.m, | |
8700 control/system/is_siso.m, control/system/sys2fir.m, | |
8701 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8702 control/system/sysgettype.m, control/system/tf2zp.m, | |
8703 control/system/ugain.m, control/util/prompt.m, | |
8704 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8705 control/util/zgshsr.m: | |
8706 Improve conformance to Octave coding style. | |
8707 | |
4461 | 8708 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8709 the list. | |
8710 Delete resize_on_range_error from the list. | |
8711 | |
4460 | 8712 * control/base/pzmap.m, control/base/place.m, |
8713 control/base/__freqresp__.m, control/system/sysappend.m, | |
8714 control/system/syscont.m, control/system/sysdisc.m, | |
8715 control/system/sysgroup.m, control/system/tfout.m, | |
8716 control/system/zp2ss.m, control/system/zpout.m, | |
8717 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8718 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8719 empty_list_elements_ok. | |
8720 | |
8721 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8722 Delete empty_list_elements_ok from the list. | |
8723 | |
4457 | 8724 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8725 | |
8726 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8727 list. | |
8728 Delete treat_neg_dim_as_zero from the list. | |
8729 | |
8730 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8731 | |
4451 | 8732 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8733 | |
4455 | 8734 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8735 was not used in the code in any case). | |
8736 | |
8737 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8738 do_fortran_indexing. | |
8739 | |
4452 | 8740 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8741 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8742 | |
4451 | 8743 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8744 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8745 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8746 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8747 warn_fortran_indexing in the list. | |
8748 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8749 implicit_str_to_num_ok, do_fortran_indexing, and | |
8750 prefer_column_vectors from list. | |
4451 | 8751 |
4440 | 8752 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8753 | |
8754 * Makefile.in (distclean, maintainer-clean): Also remove | |
8755 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8756 directory. | |
8757 | |
5095 | 8758 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8759 |
8760 * plot/hist.m: Don't forget to define n if x is a vector. | |
8761 | |
5095 | 8762 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8763 |
8764 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8765 return "." with extension. | |
8766 | |
4422 | 8767 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8768 | |
8769 * control/base/__stepimp__.m, control/base/nichols.m, | |
8770 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8771 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8772 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8773 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8774 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8775 | |
4413 | 8776 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8777 | |
8778 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8779 | |
5095 | 8780 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8781 |
8782 * plot/hist.m: Improve performance by using different algorithms | |
8783 depending on number of bins. | |
8784 | |
4404 | 8785 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8786 | |
8787 * control/system/sysadd.m: If systems are not "tf", convert before | |
8788 adding. | |
8789 | |
5095 | 8790 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8791 |
8792 * image/imagesc.m: Accept data limits parameter for colormap. | |
8793 | |
5095 | 8794 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8795 |
8796 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8797 the impulse by t_step. | |
8798 | |
4373 | 8799 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8800 | |
8801 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8802 column vectors. | |
8803 | |
5095 | 8804 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8805 |
8806 * linear-algebra/null.m: Handle empty matrix arg. | |
8807 | |
4369 | 8808 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8809 | |
8810 * general/shift.m: Force empty_list_elements_ok to 1. | |
8811 | |
4358 | 8812 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8813 | |
8814 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8815 New files. | |
8816 | |
4348 | 8817 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8818 | |
8819 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8820 function handle to pass to feval. | |
8821 * statistics/base/qqplot.m: Likewise. | |
8822 * statistics/base/ppplot.m: Likewise. | |
8823 * signal/spectral_xdf.m: Likewise. | |
8824 * signal/spectral_adf.m: Likewise. | |
8825 | |
4340 | 8826 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8827 | |
8828 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8829 | |
4334 | 8830 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8831 | |
8832 * linear-algebra/logm.m: New file. | |
8833 | |
5095 | 8834 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8835 |
8836 * mkpkgadd: Scan C++ files as well | |
8837 | |
5095 | 8838 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8839 |
8840 * strings/findstr.m: Return empty set for zero-length target. | |
8841 | |
5095 | 8842 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8843 |
8844 * set/union.m: Preserve the orientation of inputs. | |
8845 | |
4305 | 8846 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8847 | |
8848 * general/int2str.m: Eliminate leading spaces. | |
8849 | |
4303 | 8850 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8851 | |
8852 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8853 | |
5095 | 8854 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8855 |
8856 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8857 $(BUILD_LDFLAGS) to compiler. | |
8858 | |
4295 | 8859 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8860 | |
8861 * general/num2str.m: Don't specify field width for scalars. | |
8862 | |
4292 | 8863 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8864 | |
8865 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8866 | |
4265 | 8867 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8868 | |
4279 | 8869 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8870 | |
4266 | 8871 * miscellaneous/tempname.m: New file. |
8872 | |
8873 * miscellaneous/tempdir.m: New file. | |
8874 | |
4265 | 8875 * miscellaneous/fullfile.m: New file. |
8876 | |
4259 | 8877 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8878 | |
4264 | 8879 * miscellaneous/fileparts.m: New file. |
8880 | |
8881 * io/beep.m: New file. | |
8882 | |
4260 | 8883 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8884 format only. | |
4259 | 8885 |
4257 | 8886 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8887 | |
8888 * strings/strcmp.m: Handle cell arrays of strings. | |
8889 | |
4229 | 8890 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8891 | |
8892 * general/int2str.m: Handle matrices. | |
8893 * general/num2str.m: Likewise. | |
8894 Also handle optional precision, and format args. | |
8895 | |
4225 | 8896 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8897 | |
8898 * audio/Makefile.in, control/base/Makefile.in, | |
8899 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8900 control/system/Makefile.in, elfun/Makefile.in, | |
8901 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8902 io/Makefile.in, linear-algebra/Makefile.in, | |
8903 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8904 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8905 specfun/Makefile.in, special-matrix/Makefile.in, | |
8906 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8907 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8908 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8909 deprecated/Makefile.in: Use new do-script-install and | |
8910 do-script-uninstall macros. | |
8911 | |
8912 * mkpkgadd: New script. | |
8913 | |
8914 * plot/close.m: New file. | |
8915 | |
4184 | 8916 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8917 | |
8918 * image/image.m: Use -raw option for xv. | |
8919 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8920 | |
4172 | 8921 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8922 | |
4174 | 8923 * control/base/lsim.m: Use approximate test for step size change. |
8924 | |
4172 | 8925 * signal/bartlett.m: Avoid row/column mismatch error. |
8926 | |
5095 | 8927 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8928 |
8929 * statistics/base/var.m: Use better formula for improved accuracy. | |
8930 | |
5095 | 8931 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8932 |
8933 * control/base/lsim.m: Correct doc string. | |
8934 | |
5095 | 8935 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8936 |
8937 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8938 | |
4148 | 8939 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8940 | |
8941 * plot/contour.m: Handle x and y as matrices too. | |
8942 | |
5095 | 8943 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8944 |
8945 * plot/contour.m: Fix error and usage messages. | |
8946 | |
4146 | 8947 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8948 | |
8949 * plot/contour.m: Correct orientation of plot. | |
8950 | |
4139 | 8951 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8952 | |
8953 * control/base/analdemo.m: Fix typo. | |
8954 | |
5095 | 8955 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8956 |
8957 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8958 | |
4098 | 8959 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8960 | |
8961 * mkdoc: Exit immediately on errors. | |
8962 Exit with error if gethelp does not exist. | |
8963 | |
8964 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8965 | |
4093 | 8966 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8967 | |
8968 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8969 | |
5095 | 8970 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8971 |
8972 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8973 * statistics/distributions/normal_pdf.m: Likewise. | |
8974 * statistics/distributions/normal_inv.m: Likewise. | |
8975 | |
5095 | 8976 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8977 |
8978 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8979 | |
5095 | 8980 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8981 |
8982 * statistics/base/var.m: Handle complex values. | |
8983 | |
4031 | 8984 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8985 | |
8986 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8987 list. | |
8988 * deprecated/Makefile.in: New file. | |
8989 | |
5095 | 8990 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8991 |
8992 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8993 * statistics/distributions/binomial_cdf.m: Likewise. | |
8994 * statistics/distributions/f_cdf.m: Likewise. | |
8995 * statistics/distributions/t_cdf.m: Likewise. | |
8996 | |
8997 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8998 * specfun/beta.m: Likewise. | |
8999 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9000 * statistics/distributions/gamma_pdf.m: Likewise. | |
9001 * statistics/distributions/poisson_pdf.m: Likewise. | |
9002 | |
9003 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9004 * statistics/distributions/poisson_cdf.m: Likewise. | |
9005 | |
4026 | 9006 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9007 | |
4028 | 9008 * deprecated/is_bool.m: New file. |
9009 * deprecated/is_complex.m: New file. | |
9010 * deprecated/is_global.m: New file. | |
9011 * deprecated/is_list.m: New file. | |
9012 * deprecated/is_matrix.m: New file. | |
9013 * deprecated/is_scalar.m: New file. | |
9014 * deprecated/is_square.m: New file. | |
9015 * deprecated/is_stream.m: New file. | |
9016 * deprecated/is_struct.m: New file. | |
9017 * deprecated/is_symmetric.m: New file. | |
9018 * deprecated/is_vector.m: New file. | |
4030 | 9019 * Change all callers of these functions to use the new names. |
4028 | 9020 |
4029 | 9021 * deprecated: New directory. |
9022 * Makefile.in (SUBDIRS): Add it to the list. | |
9023 | |
4026 | 9024 * general/isscalar.m: Rename from is_scalar.m. |
9025 * general/issquare.m: Rename from is_square.m. | |
9026 * general/issymmetric.m: Rename from is_symmetric.m. | |
9027 * general/isvector.m: Rename from is_vector.m. | |
9028 | |
4022 | 9029 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9030 | |
9031 * statistics/base/mean.m: Allow empty matrices. | |
9032 Handle DIM arg. | |
9033 | |
5095 | 9034 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9035 |
9036 * plot/__errcomm__.m: If format is not specified, default to error | |
9037 bar format. | |
9038 | |
4011 | 9039 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9040 | |
9041 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9042 __F_SETFL__ and __O_NONBLOCK__. | |
9043 | |
9044 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9045 * miscellaneous/bug_report.m: Likewise. | |
9046 | |
4007 | 9047 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9048 | |
4008 | 9049 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9050 * general/rem.m: Likewise. | |
9051 | |
9052 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9053 * plot/semilogxerr.m: Likewise. | |
4007 | 9054 * plot/semilogyerr.m: Likewise. |
9055 | |
5095 | 9056 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9057 |
9058 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9059 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9060 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9061 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9062 | |
9063 * plot/errorbar.m: Use __errcomm__.m. | |
9064 * plot/__errplot__.m: Minor cleanups. | |
9065 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9066 * plot/__pltopt1__.m: Likewise. | |
9067 | |
3980 | 9068 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9069 | |
3981 | 9070 * general/rem.m: Delete redundant call to usage. |
9071 | |
3980 | 9072 * general/mod.m: Additional error checks, Texinfoize doc string. |
9073 | |
5095 | 9074 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9075 |
9076 * general/mod.m: New function. | |
9077 | |
3979 | 9078 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9079 | |
9080 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9081 * control/system/sysadd.m: Likewise. | |
9082 * control/system/sysgroup.m: Likewise. | |
9083 * control/system/syssub.m: Likewise. | |
9084 * elfun/gcd.m: Likewise. | |
9085 * elfun/lcm.m: Likewise. | |
9086 * general/common_size.m: Likewise. | |
9087 * io/printf.m: Likewise. | |
9088 * miscellaneous/menu.m: Likewise. | |
9089 * miscellaneous/path.m: Likewise. | |
9090 * plot/__errplot__.m: Likewise. | |
9091 * plot/__plt__.m: Likewise. | |
9092 * plot/axis.m: Likewise. | |
9093 * plot/errorbar.m: Likewise. | |
9094 * plot/mplot.m: Likewise. | |
9095 * plot/loglog.m: Likewise. | |
9096 * plot/plot.m: Likewise. | |
9097 * plot/plot_border.m: Likewise. | |
9098 * plot/semilogx.m: Likewise. | |
9099 * plot/semilogy.m: Likewise. | |
9100 * plot/xlabel.m: Likewise. | |
9101 * plot/ylabel.m: Likewise. | |
9102 * plot/zlabel.m: Likewise. | |
9103 * statistics/base/ppplot.m: Likewise. | |
9104 * statistics/base/qqplot.m: Likewise. | |
9105 * statistics/tests/bartlett_test.m: Likewise. | |
9106 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9107 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9108 * strings/str2mat.m: Likewise. | |
9109 * strings/strcat.m: Likewise. | |
9110 | |
5095 | 9111 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9112 |
9113 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9114 | |
3924 | 9115 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9116 | |
9117 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9118 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9119 |
5095 | 9120 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9121 |
9122 * general/repmat.m: New function. | |
9123 | |
5095 | 9124 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9125 |
9126 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9127 Use optional parameter to specify the number of bits in the input. | |
9128 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9129 floats in the range [-1,1], 2x speedup. | |
9130 | |
9131 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9132 | |
3910 | 9133 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9134 | |
9135 * linear-algebra/kron.m: Delete. | |
9136 | |
5095 | 9137 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9138 |
9139 * signal/freqz.m: If nargout is zero, plot results instead of | |
9140 returning them. | |
9141 * signal/freqz_plot.m: New file. | |
9142 | |
5095 | 9143 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9144 |
5378 | 9145 * signal/unwrap.m: New file. |
3906 | 9146 |
5095 | 9147 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9148 |
9149 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9150 divide by zero warning. | |
9151 | |
5095 | 9152 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9153 |
3894 | 9154 * strings/deblank.m: Trim \0 as well as blank. |
9155 | |
5378 | 9156 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9157 expressed in radians or Hz relative to a supplied sample rate. |
9158 | |
5095 | 9159 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9160 |
9161 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9162 | |
3891 | 9163 * strings/findstr.m: Vectorize as much as possible. |
9164 | |
5095 | 9165 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9166 |
9167 * special-matrix/invhilb.m: New version that is faster and more | |
9168 accurate. | |
9169 | |
5095 | 9170 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9171 |
9172 * configure.in: Update for autoconf 2.5x. | |
9173 | |
5095 | 9174 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9175 |
9176 * special-matrix/vander.m: Code tidy and vectorize. | |
9177 | |
5095 | 9178 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9179 |
3883 | 9180 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9181 to vectors. Issue a warning in the case x matches y' but return a | |
9182 column vector as Octave currently does. | |
9183 | |
3882 | 9184 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9185 | |
9186 * control/system/starp.m: Leave more of the documentation | |
9187 processing to texinfo and less to the @format block. | |
9188 | |
9189 * image/imagesc.m: Only display image if no output is requested. | |
9190 Code tidying. | |
9191 | |
3876 | 9192 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9193 | |
9194 * statistics/base/center.m: Accept and return empty matrix. | |
9195 | |
3872 | 9196 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9197 | |
9198 * specfun/erfinv.m: Fix usage message. | |
9199 | |
3869 | 9200 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9201 | |
9202 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9203 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9204 | |
3837 | 9205 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9206 | |
9207 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9208 capitalized variable names. | |
9209 | |
3836 | 9210 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9211 | |
9212 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9213 | |
5095 | 9214 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9215 |
9216 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9217 | |
3803 | 9218 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9219 | |
3833 | 9220 * general/cart2pol.m: New file. |
9221 * general/pol2cart.m: New file. | |
9222 * general/cart2sph.m: New file. | |
9223 * general/sph2cart.m: New file. | |
9224 * image/rgb2hsv.m: New file. | |
9225 * image/hsv2rgb.m: New file. | |
3803 | 9226 |
9227 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9228 | |
9229 * plot/meshgrid.m: Avoid for loops. | |
9230 * plot/meshdom.m: Likewise. | |
9231 | |
3801 | 9232 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9233 | |
9234 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9235 | |
9236 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9237 | |
9238 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9239 norm. | |
9240 | |
3792 | 9241 2001-02-09 David Livings <david.livings@asa.co.uk> |
9242 | |
9243 * statistics/tests/welch_test.m: Fix typo. | |
9244 | |
9245 * statistics/distributions/chisquare_cdf.m: | |
9246 Don't restrict inputs to be only positive integers. | |
9247 * statistics/distributions/chisquare_inv.m: Likewise. | |
9248 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9249 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9250 * statistics/distributions/f_cdf.m: Likewise. | |
9251 * statistics/distributions/f_inv.m: Likewise. | |
9252 * statistics/distributions/f_pdf.m: Likewise. | |
9253 * statistics/distributions/f_rnd.m: Likewise. | |
9254 * statistics/distributions/t_cdf.m: Likewise. | |
9255 * statistics/distributions/t_inv.m: Likewise. | |
9256 * statistics/distributions/t_pdf.m: Likewise. | |
9257 * statistics/distributions/t_rnd.m: Likewise. | |
9258 | |
3790 | 9259 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9260 | |
9261 * strings/dec2base.m: New file. | |
9262 * strings/base2dec.m: New file. | |
9263 * strings/strjust.m: New file. | |
9264 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9265 * strings/dec2bin.m: Likewise. | |
9266 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9267 * strings/bin2dec.m: Likewise. | |
9268 | |
5095 | 9269 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9270 |
9271 * statistics/base/ppplot.m: Use gset, not set. | |
9272 * statistics/base/qqplot.m: Likewise. | |
9273 | |
5095 | 9274 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9275 |
9276 * control/system/c2d.m: Add missing endif. | |
9277 | |
3759 | 9278 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9279 | |
9280 * strings/index.m: Return 0 if either string is empty. | |
9281 | |
9282 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9283 | |
9284 * control/system/c2d.m: Allow option of matched pole/zero | |
9285 equivalent for conversion. | |
9286 | |
9287 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9288 | |
9289 * strings/findstr.m: Return empty matrix if search string is empty. | |
9290 | |
3757 | 9291 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9292 | |
9293 * saveimage.m: Do create rawbit image for black and white images, | |
9294 but do it correctly. | |
9295 | |
3754 | 9296 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9297 | |
6778 | 9298 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9299 result polynomials. | |
3754 | 9300 |
3748 | 9301 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9302 | |
9303 * image/saveimage.m: Don't try to create rawbit image. | |
9304 | |
3740 | 9305 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9306 | |
9307 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9308 | |
5095 | 9309 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9310 |
9311 * plot/contour.m: Reorder args for Matlab compatibility. | |
9312 | |
3727 | 9313 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9314 | |
9315 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9316 | |
3717 | 9317 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9318 | |
3718 | 9319 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9320 | |
3717 | 9321 * plot/mesh.m: Also set nologscale before plotting. |
9322 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9323 xyerrorbars instead of just errorbars. | |
9324 | |
3714 | 9325 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9326 | |
9327 * image/image.m: Try display (from ImageMagick) first. | |
9328 | |
3709 | 9329 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9330 | |
9331 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9332 conjugate transpose. | |
9333 | |
3705 | 9334 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9335 | |
9336 * strings/str2mat.m: Apply setstr to each argument. | |
9337 | |
3696 | 9338 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9339 | |
9340 * control/base/dkalman.m: New file. | |
9341 * control/base/dlqe.m: Handle singular A matrix. | |
9342 * control/base/dlqr.m: Likewise. | |
9343 | |
3695 | 9344 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9345 | |
9346 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9347 dimensions don't match. | |
9348 | |
3690 | 9349 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9350 | |
9351 * plot/hist.m: Allow 3 argument form to work. | |
9352 | |
5095 | 9353 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9354 |
9355 * plot/plot.m: Add examples in doc string. | |
9356 | |
5095 | 9357 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9358 |
9359 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9360 Do the right thing even if automatic_replot is not zero. | |
9361 Avoid failure if system has pure imaginary poles. | |
9362 | |
3674 | 9363 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9364 | |
9365 * general/logical.m: Return arg if it is empty. Better error | |
9366 message for non-numeric types. | |
9367 | |
5095 | 9368 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9369 |
9370 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9371 about difference with Matlab dlqe function. | |
9372 | |
9373 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9374 | |
5095 | 9375 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9376 |
9377 * strings/strrep.m: Fix typo. | |
9378 | |
3666 | 9379 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9380 | |
9381 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9382 | |
5095 | 9383 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9384 |
9385 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9386 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9387 |
5095 | 9388 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9389 |
9390 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9391 guess for iteration. | |
9392 | |
3651 | 9393 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9394 | |
9395 * image/image.m: Allow image (A) or image (x, y, A). | |
9396 * image/imagesc.m: Likewise. | |
9397 | |
9398 * image/image.m: If zoom is not supplied, or if it is an empty | |
9399 matrix, autoscale the image. | |
9400 | |
3618 | 9401 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9402 | |
3619 | 9403 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9404 Undo string escapes in text twice(!) before sending to gnuplot. | |
9405 | |
3618 | 9406 * image/saveimage.m: Add comment to file saying who created it and |
9407 when it was created. Suggested by Stephen Eglen | |
9408 <stephen@cogsci.ed.ac.uk>. | |
9409 | |
5095 | 9410 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9411 |
9412 * polynomial/polyreduce.m: Simplify by looking for the first | |
9413 non-zero element rather than the last of the first set of zero | |
9414 elements. | |
9415 | |
9416 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9417 | |
5095 | 9418 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9419 |
9420 * image/saveimage.m: Swap black and white colormaps so zero is | |
9421 displayed as black and 1 is displayed as white. | |
9422 Fix indexing bug in ppm case. | |
9423 | |
3604 | 9424 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9425 | |
9426 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9427 between the two distributions (took same approach as ks.test() in R.) | |
9428 | |
3603 | 9429 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9430 | |
9431 * control/base/bode.m: Temporarily disable automatic_replot. | |
9432 | |
3599 | 9433 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9434 | |
3601 | 9435 * Makefile.in (clean): Also remove gethelp. |
9436 | |
3599 | 9437 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9438 | |
5095 | 9439 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9440 |
9441 * set/create_set.m: Use find to avoid while loop. | |
9442 | |
5095 | 9443 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 9444 |
9445 * plot/hist.m: New optional third argument. | |
9446 | |
9447 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9448 | |
9449 * miscellaneous/bug_report.m: Use octave-bug script with version | |
9450 number appended. | |
9451 | |
3575 | 9452 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9453 | |
9454 * gethelp.cc: Sprinkle with std:: qualifier. | |
9455 | |
3498 | 9456 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9457 | |
9458 * image/saveimage.m: Delete some debugging code. | |
9459 | |
3486 | 9460 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9461 | |
9462 * signal/sinc.m: Avoid reshaping. | |
9463 | |
9464 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
9465 * image/ind2rgb.m: Ditto. | |
9466 * image/ind2gray.m: Ditto. | |
9467 * general/reshape.m: Ditto. Also no longer needs to reset | |
9468 implicit_str_to_num_ok. | |
9469 | |
3483 | 9470 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9471 | |
9472 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
9473 a list of file structures, not a vector of numeric file ids. | |
9474 | |
3474 | 9475 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9476 | |
3476 | 9477 * plot/__axis_label__.m: New function. |
9478 Undo string escapes in text twice(!) before sending to gnuplot. | |
9479 * plot/xlabel.m: Use it. | |
9480 * plot/ylabel.m: Ditto. | |
9481 * plot/zlabel.m: Ditto. | |
9482 | |
3474 | 9483 * plot/mesh.m: Fix error message to reflect reality. |
9484 | |
5095 | 9485 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 9486 |
9487 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
9488 | |
5095 | 9489 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 9490 |
9491 * audio/saveaudio.m: Also accept files with .ul extension. | |
9492 * audio/loadaudio.m: Ditto. | |
9493 * audio/playaudio.m: Ditto. | |
9494 | |
3456 | 9495 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9496 | |
9497 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
9498 * statistics/distributions/beta_inv.m: Ditto. | |
9499 * statistics/distributions/beta_pdf.m: Ditto. | |
9500 * statistics/distributions/beta_rnd.m: Ditto. | |
9501 * statistics/distributions/binomial_cdf.m: Ditto. | |
9502 * statistics/distributions/binomial_inv.m: Ditto. | |
9503 * statistics/distributions/binomial_pdf.m: Ditto. | |
9504 * statistics/distributions/binomial_rnd.m: Ditto. | |
9505 * statistics/distributions/cauchy_cdf.m: Ditto. | |
9506 * statistics/distributions/cauchy_inv.m: Ditto. | |
9507 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9508 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9509 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9510 * statistics/distributions/chisquare_inv.m: Ditto. | |
9511 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9512 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9513 * statistics/distributions/discrete_cdf.m: Ditto. | |
9514 * statistics/distributions/discrete_inv.m: Ditto. | |
9515 * statistics/distributions/discrete_pdf.m: Ditto. | |
9516 * statistics/distributions/discrete_rnd.m: Ditto. | |
9517 * statistics/distributions/empirical_cdf.m: Ditto. | |
9518 * statistics/distributions/empirical_inv.m: Ditto. | |
9519 * statistics/distributions/empirical_pdf.m: Ditto. | |
9520 * statistics/distributions/empirical_rnd.m: Ditto. | |
9521 * statistics/distributions/exponential_cdf.m: Ditto. | |
9522 * statistics/distributions/exponential_inv.m: Ditto. | |
9523 * statistics/distributions/exponential_pdf.m: Ditto. | |
9524 * statistics/distributions/exponential_rnd.m: Ditto. | |
9525 * statistics/distributions/f_cdf.m: Ditto. | |
9526 * statistics/distributions/f_inv.m: Ditto. | |
9527 * statistics/distributions/f_pdf.m: Ditto. | |
9528 * statistics/distributions/f_rnd.m: Ditto. | |
9529 * statistics/distributions/gamma_cdf.m: Ditto. | |
9530 * statistics/distributions/gamma_inv.m: Ditto. | |
9531 * statistics/distributions/gamma_pdf.m: Ditto. | |
9532 * statistics/distributions/gamma_rnd.m: Ditto. | |
9533 * statistics/distributions/geometric_cdf.m: Ditto. | |
9534 * statistics/distributions/geometric_inv.m: Ditto. | |
9535 * statistics/distributions/geometric_pdf.m: Ditto. | |
9536 * statistics/distributions/geometric_rnd.m: Ditto. | |
9537 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9538 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9539 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9540 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9541 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9542 * statistics/distributions/laplace_cdf.m: Ditto. | |
9543 * statistics/distributions/laplace_inv.m: Ditto. | |
9544 * statistics/distributions/laplace_pdf.m: Ditto. | |
9545 * statistics/distributions/laplace_rnd.m: Ditto. | |
9546 * statistics/distributions/logistic_cdf.m: Ditto. | |
9547 * statistics/distributions/logistic_inv.m: Ditto. | |
9548 * statistics/distributions/logistic_pdf.m: Ditto. | |
9549 * statistics/distributions/logistic_rnd.m: Ditto. | |
9550 * statistics/distributions/lognormal_cdf.m: Ditto. | |
9551 * statistics/distributions/lognormal_inv.m: Ditto. | |
9552 * statistics/distributions/lognormal_pdf.m: Ditto. | |
9553 * statistics/distributions/lognormal_rnd.m: Ditto. | |
9554 * statistics/distributions/normal_cdf.m: Ditto. | |
9555 * statistics/distributions/normal_inv.m: Ditto. | |
9556 * statistics/distributions/normal_pdf.m: Ditto. | |
9557 * statistics/distributions/normal_rnd.m: Ditto. | |
9558 * statistics/distributions/pascal_cdf.m: Ditto. | |
9559 * statistics/distributions/pascal_inv.m: Ditto. | |
9560 * statistics/distributions/pascal_pdf.m: Ditto. | |
9561 * statistics/distributions/pascal_rnd.m: Ditto. | |
9562 * statistics/distributions/poisson_cdf.m: Ditto. | |
9563 * statistics/distributions/poisson_inv.m: Ditto. | |
9564 * statistics/distributions/poisson_pdf.m: Ditto. | |
9565 * statistics/distributions/poisson_rnd.m: Ditto. | |
9566 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
9567 * statistics/distributions/stdnormal_inv.m: Ditto. | |
9568 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
9569 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
9570 * statistics/distributions/t_cdf.m: Ditto. | |
9571 * statistics/distributions/t_inv.m: Ditto. | |
9572 * statistics/distributions/t_pdf.m: Ditto. | |
9573 * statistics/distributions/t_rnd.m: Ditto. | |
9574 * statistics/distributions/uniform_cdf.m: Ditto. | |
9575 * statistics/distributions/uniform_inv.m: Ditto. | |
9576 * statistics/distributions/uniform_pdf.m: Ditto. | |
9577 * statistics/distributions/uniform_rnd.m: Ditto. | |
9578 * statistics/distributions/weibull_cdf.m: Ditto. | |
9579 * statistics/distributions/weibull_inv.m: Ditto. | |
9580 * statistics/distributions/weibull_pdf.m: Ditto. | |
9581 * statistics/distributions/weibull_rnd.m: Ditto. | |
9582 * statistics/distributions/wiener_rnd.m: Ditto. | |
9583 | |
3453 | 9584 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9585 | |
9586 * statistics/base/values.m: Texinfoize doc string. | |
9587 * statistics/base/var.m: Ditto. | |
9588 * statistics/base/table.m: Ditto. | |
9589 * statistics/base/studentize.m: Ditto. | |
9590 * statistics/base/statistics.m: Ditto. | |
9591 * statistics/base/spearman.m: Ditto. | |
9592 * statistics/base/run_count.m: Ditto. | |
9593 * statistics/base/ranks.m: Ditto. | |
9594 * statistics/base/range.m: Ditto. | |
9595 * statistics/base/qqplot.m: Ditto. | |
9596 * statistics/base/probit.m: Ditto. | |
9597 * statistics/base/ppplot.m: Ditto. | |
9598 * statistics/base/moment.m: Ditto. | |
9599 * statistics/base/meansq.m: Ditto. | |
9600 * statistics/base/logit.m: Ditto. | |
9601 * statistics/base/kendall.m: Ditto. | |
9602 * statistics/base/iqr.m: Ditto. | |
9603 * statistics/base/cut.m: Ditto. | |
9604 * statistics/base/cor.m: Ditto. | |
9605 * statistics/base/cloglog.m: Ditto. | |
9606 * statistics/base/center.m: Ditto. | |
3454 | 9607 * statistics/models/logistic_regression.m: Ditto. |
9608 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9609 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9610 * statistics/tests/anova.m: Ditto. | |
9611 * statistics/tests/bartlett_test.m: Ditto. | |
9612 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9613 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9614 * statistics/tests/cor_test.m: Ditto. | |
9615 * statistics/tests/f_test_regression.m: Ditto. | |
9616 * statistics/tests/hotelling_test.m: Ditto. | |
9617 * statistics/tests/hotelling_test_2.m: Ditto. | |
9618 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9619 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9620 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9621 * statistics/tests/manova.m: Ditto. | |
9622 * statistics/tests/mcnemar_test.m: Ditto. | |
9623 * statistics/tests/prop_test_2.m: Ditto. | |
9624 * statistics/tests/run_test.m: Ditto. | |
9625 * statistics/tests/sign_test.m: Ditto. | |
9626 * statistics/tests/t_test.m: Ditto. | |
9627 * statistics/tests/t_test_2.m: Ditto. | |
9628 * statistics/tests/t_test_regression.m: Ditto. | |
9629 * statistics/tests/u_test.m: Ditto. | |
9630 * statistics/tests/var_test.m: Ditto. | |
9631 * statistics/tests/welch_test.m: Ditto. | |
9632 * statistics/tests/wilcoxon_test.m: Ditto. | |
9633 * statistics/tests/z_test.m: Ditto. | |
9634 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9635 |
3446 | 9636 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9637 | |
9638 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9639 * plot/__plr1__.m: Ditto. |
9640 * plot/__pltopt__.m: Ditto. | |
9641 * plot/__plt__.m: Ditto. | |
9642 * plot/__plt2vv__.m: Ditto. | |
9643 * plot/__plr2__.m: Ditto. | |
9644 * plot/__plr__.m: Ditto. | |
9645 * plot/__plt1__.m: Ditto. | |
9646 * plot/__plt2__.m: Ditto. | |
9647 * plot/__plt2mm__.m: Ditto. | |
9648 * plot/__plt2mv__.m: Ditto. | |
9649 * plot/__plt2ss__.m: Ditto. | |
9650 * miscellaneous/paren.m: Ditto. | |
9651 * miscellaneous/comma.m: Ditto. | |
9652 * miscellaneous/semicolon.m: Ditto. | |
9653 * miscellaneous/path.m: Ditto. | |
9654 * miscellaneous/list_primes.m: Ditto. | |
9655 * miscellaneous/flops.m: Ditto. | |
9656 * miscellaneous/dump_prefs.m: Ditto. | |
9657 * miscellaneous/bug_report.m: Ditto. | |
9658 * linear-algebra/dot.m: Ditto | |
9659 * linear-algebra/dmult.m: Ditto. | |
9660 * general/randperm.m: Ditto. | |
9661 * general/logical.m: Ditto. | |
9662 * general/is_duplicate_entry.m: Ditto. | |
9663 * signal/arch_fit.m: Ditto. | |
9664 * signal/arch_rnd.m: Ditto. | |
9665 * signal/arch_test.m: Ditto. | |
9666 * signal/arma_rnd.m: Ditto. | |
9667 * signal/autocor.m: Ditto. | |
9668 * signal/autocov.m: Ditto. | |
9669 * signal/autoreg_matrix.m: Ditto. | |
9670 * signal/bartlett.m: Ditto. | |
9671 * signal/blackman.m: Ditto. | |
9672 * signal/detrend.m: Ditto. | |
9673 * signal/diffpara.m: Ditto. | |
9674 * signal/durbinlevinson.m: Ditto. | |
9675 * signal/fftconv.m: Ditto. | |
9676 * signal/fftfilt.m: Ditto. | |
9677 * signal/fftshift.m: Ditto. | |
9678 * signal/fractdiff.m: Ditto. | |
9679 * signal/freqz.m: Ditto. | |
9680 * signal/hamming.m: Ditto. | |
9681 * signal/hanning.m: Ditto. | |
9682 * signal/hurst.m: Ditto. | |
9683 * signal/periodogram.m: Ditto. | |
9684 * signal/rectangle_lw.m: Ditto. | |
9685 * signal/rectangle_sw.m: Ditto. | |
9686 * signal/sinc.m: Ditto. | |
9687 * signal/sinetone.m: Ditto. | |
9688 * signal/sinewave.m: Ditto. | |
9689 * signal/spectral_adf.m: Ditto. | |
9690 * signal/spectral_xdf.m: Ditto. | |
9691 * signal/spencer.m: Ditto. | |
9692 * signal/stft.m: Ditto. | |
9693 * signal/synthesis.m: Ditto. | |
9694 * signal/triangle_lw.m: Ditto. | |
9695 * signal/triangle_sw.m: Ditto. | |
9696 * signal/yulewalker.m: Ditto. | |
3450 | 9697 * control/util/strappend.m: Ditto. |
3451 | 9698 * control/base/nichols.m: Ditto. |
3452 | 9699 * control/system/is_signal_list.m: Ditto. |
9700 * control/system/listidx.m: Ditto. | |
9701 * control/system/sysgettsam.m: Ditto. | |
9702 * control/system/sysidx.m: Ditto. | |
3446 | 9703 |
3438 | 9704 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9705 | |
9706 * control/system/__abcddims__.m: Rename from | |
9707 control/system/abcddims.m, change all callers. | |
9708 * control/base/__bodquist__.m: Likewise. | |
9709 * control/base/__freqresp__.m: Likewise. | |
9710 * control/util/__outlist__.m: Likewise. | |
9711 * control/base/__stepimp__.m: Likewise. | |
9712 * control/system/__syschnamesl__.m: Likewise. | |
9713 * control/system/__syscont_disc__.m: Likewise. | |
9714 * control/system/__sysdefioname__.m: Likewise. | |
9715 * control/system/__sysdefstname__.m: Likewise. | |
9716 * control/system/__sysgroupn__.m: Likewise. | |
9717 * control/system/__tf2sysl__.m: Likewise. | |
9718 * control/util/__zgpbal__.m: Likewise. | |
9719 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9720 |
9721 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9722 * quaternion/qconj.m: Ditto. |
9723 * quaternion/qcoordinate_plot.m: Ditto. | |
9724 * quaternion/qderiv.m: Ditto. | |
9725 * quaternion/qderivmat.m: Ditto. | |
9726 * quaternion/qinv.m: Ditto. | |
9727 * quaternion/qmult.m: Ditto. | |
9728 * quaternion/qtrans.m: Ditto. | |
9729 * quaternion/qtransv.m: Ditto. | |
9730 * quaternion/qtransvmat.m: Ditto. | |
9731 * quaternion/quaternion.m: Ditto. | |
3438 | 9732 |
3436 | 9733 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9734 | |
9735 * control/base/Makefile.in: Ditto. | |
9736 * control/hinf/Makefile.in: New file. | |
9737 * control/marsyas/Makefile.in: Ditto. | |
9738 * control/obsolete/Makefile.in: Ditto. | |
9739 * control/system/Makefile.in: Ditto. | |
9740 * control/util/Makefile.in: Ditto. | |
9741 | |
9742 * strings/com2str.m: Move here from control directory. | |
9743 | |
9744 * control/base: New directory. | |
9745 * control/base/DEMOcontrol.m: Move here from control directory. | |
9746 * control/base/analdemo.m: Ditto. | |
9747 * control/base/are.m: Ditto. | |
9748 * control/base/bddemo.m: Ditto. | |
9749 * control/base/bode.m: Ditto. | |
9750 * control/base/bode_bounds.m: Ditto. | |
9751 * control/base/bodquist.m: Ditto. | |
9752 * control/base/controldemo.m: Ditto. | |
9753 * control/base/ctrb.m: Ditto. | |
9754 * control/base/damp.m: Ditto. | |
9755 * control/base/dare.m: Ditto. | |
9756 * control/base/dcgain.m: Ditto. | |
9757 * control/base/dgram.m: Ditto. | |
9758 * control/base/dlqe.m: Ditto. | |
9759 * control/base/dlqr.m: Ditto. | |
9760 * control/base/dlyap.m: Ditto. | |
9761 * control/base/dre.m: Ditto. | |
9762 * control/base/frdemo.m: Ditto. | |
9763 * control/base/freqchkw.m: Ditto. | |
9764 * control/base/freqresp.m: Ditto. | |
9765 * control/base/gram.m: Ditto. | |
9766 * control/base/impulse.m: Ditto. | |
9767 * control/base/lqe.m: Ditto. | |
9768 * control/base/lqg.m: Ditto. | |
9769 * control/base/lqr.m: Ditto. | |
9770 * control/base/lsim.m: Ditto. | |
9771 * control/base/ltifr.m: Ditto. | |
9772 * control/base/lyap.m: Ditto. | |
9773 * control/base/nichols.m: Ditto. | |
9774 * control/base/nyquist.m: Ditto. | |
9775 * control/base/obsv.m: Ditto. | |
9776 * control/base/place.m: Ditto. | |
9777 * control/base/pzmap.m: Ditto. | |
9778 * control/base/rldemo.m: Ditto. | |
9779 * control/base/rlocus.m: Ditto. | |
9780 * control/base/step.m: Ditto. | |
9781 * control/base/stepimp.m: Ditto. | |
9782 * control/base/tzero.m: Ditto. | |
9783 * control/base/tzero2.m: Ditto. | |
9784 | |
9785 * control/hinf: New directory. | |
9786 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9787 * control/hinf/h2norm.m: Ditto. | |
9788 * control/hinf/h2syn.m: Ditto. | |
9789 * control/hinf/hinf_ctr.m: Ditto. | |
9790 * control/hinf/hinfdemo.m: Ditto. | |
9791 * control/hinf/hinfnorm.m: Ditto. | |
9792 * control/hinf/hinfsyn.m: Ditto. | |
9793 * control/hinf/hinfsyn_chk.m: Ditto. | |
9794 * control/hinf/hinfsyn_ric.m: Ditto. | |
9795 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9796 * control/hinf/dgkfdemo.m: Ditto. |
9797 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9798 |
9799 * control/marsyas: New directory. | |
9800 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9801 * control/marsyas/susball.m: Ditto. | |
9802 | |
9803 * control/obsolete/dezero.m: Move here from control directory. | |
9804 * control/obsolete/rotg.m: Ditto. | |
9805 | |
9806 * control/system: New directory. | |
9807 * control/system/abcddim.m: Move here from control directory. | |
9808 * control/system/abcddims.m: Ditto. | |
9809 * control/system/buildssic.m: Ditto. | |
9810 * control/system/c2d.m: Ditto. | |
9811 * control/system/d2c.m: Ditto. | |
9812 * control/system/dmr2d.m: Ditto. | |
9813 * control/system/fir2sys.m: Ditto. | |
9814 * control/system/is_abcd.m: Ditto. | |
9815 * control/system/is_digital.m: Ditto. | |
9816 * control/system/is_sample.m: Ditto. | |
9817 * control/system/is_signal_list.m: Ditto. | |
9818 * control/system/is_siso.m: Ditto. | |
3441 | 9819 * control/system/is_controllable.m: Ditto. |
9820 * control/system/is_detectable.m: Ditto. | |
9821 * control/system/is_observable.m: Ditto. | |
9822 * control/system/is_stabilizable.m: Ditto. | |
9823 * control/system/is_stable.m: Ditto. | |
3436 | 9824 * control/system/jet707.m: Ditto. |
9825 * control/system/listidx.m: Ditto. | |
9826 * control/system/moddemo.m: Ditto. | |
9827 * control/system/ord2.m: Ditto. | |
9828 * control/system/packedform.m: Ditto. | |
9829 * control/system/parallel.m: Ditto. | |
9830 * control/system/ss2sys.m: Ditto. | |
9831 * control/system/ss2tf.m: Ditto. | |
9832 * control/system/ss2zp.m: Ditto. | |
9833 * control/system/starp.m: Ditto. | |
9834 * control/system/sys2fir.m: Ditto. | |
9835 * control/system/sys2ss.m: Ditto. | |
9836 * control/system/sys2tf.m: Ditto. | |
9837 * control/system/sys2zp.m: Ditto. | |
9838 * control/system/sysadd.m: Ditto. | |
9839 * control/system/sysappend.m: Ditto. | |
9840 * control/system/syschnamesl.m: Ditto. | |
9841 * control/system/syschtsam.m: Ditto. | |
9842 * control/system/sysconnect.m: Ditto. | |
9843 * control/system/syscont.m: Ditto. | |
9844 * control/system/syscont_disc.m: Ditto. | |
9845 * control/system/sysdefioname.m: Ditto. | |
9846 * control/system/sysdefstname.m: Ditto. | |
9847 * control/system/sysdimensions.m: Ditto. | |
9848 * control/system/sysdisc.m: Ditto. | |
9849 * control/system/sysdup.m: Ditto. | |
9850 * control/system/sysgetsignals.m: Ditto. | |
9851 * control/system/sysgettsam.m: Ditto. | |
9852 * control/system/sysgettype.m: Ditto. | |
9853 * control/system/sysgroup.m: Ditto. | |
9854 * control/system/sysgroupn.m: Ditto. | |
9855 * control/system/sysidx.m: Ditto. | |
9856 * control/system/sysmin.m: Ditto. | |
9857 * control/system/sysmult.m: Ditto. | |
9858 * control/system/sysout.m: Ditto. | |
9859 * control/system/sysprune.m: Ditto. | |
9860 * control/system/sysreorder.m: Ditto. | |
9861 * control/system/sysrepdemo.m: Ditto. | |
9862 * control/system/sysscale.m: Ditto. | |
9863 * control/system/syssetsignals.m: Ditto. | |
9864 * control/system/syssub.m: Ditto. | |
9865 * control/system/sysupdate.m: Ditto. | |
9866 * control/system/tf2ss.m: Ditto. | |
9867 * control/system/tf2sys.m: Ditto. | |
9868 * control/system/tf2sysl.m: Ditto. | |
9869 * control/system/tf2zp.m: Ditto. | |
9870 * control/system/tfout.m: Ditto. | |
9871 * control/system/ugain.m: Ditto. | |
9872 * control/system/zp2ss.m: Ditto. | |
9873 * control/system/zp2ssg2.m: Ditto. | |
9874 * control/system/zp2sys.m: Ditto. | |
9875 * control/system/zp2tf.m: Ditto. | |
9876 * control/system/zpout.m: Ditto. | |
9877 | |
9878 * control/util: New directory. | |
9879 * control/util/axis2dlim.m: Move here from control directory. | |
9880 * control/util/outlist.m: Ditto. | |
9881 * control/util/prompt.m: Ditto. | |
9882 * control/util/run_cmd.m: Ditto. | |
9883 * control/util/sortcom.m: Ditto. | |
9884 * control/util/strappend.m: Ditto. | |
9885 * control/util/swap.m: Ditto. | |
9886 * control/util/zgfmul.m: Ditto. | |
9887 * control/util/zgfslv.m: Ditto. | |
9888 * control/util/zginit.m: Ditto. | |
9889 * control/util/zgpbal.m: Ditto. | |
9890 * control/util/zgreduce.m: Ditto. | |
9891 * control/util/zgrownorm.m: Ditto. | |
9892 * control/util/zgscal.m: Ditto. | |
9893 * control/util/zgsgiv.m: Ditto. | |
9894 * control/util/zgshsr.m: Ditto. | |
9895 | |
3427 | 9896 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9897 | |
9898 * gethelp.cc (extract_help_text): Discard first space character | |
9899 after consecutive comment characters. | |
9900 | |
3422 | 9901 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9902 | |
9903 * control/obsolete: New directory | |
9904 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9905 * control/obsolete/swapcols.m: Ditto. |
9906 * control/obsolete/dlqg.m: Ditto. | |
9907 * control/obsolete/minfo.m: Ditto. | |
9908 * control/obsolete/packsys.m: Ditto. | |
9909 * control/obsolete/qzval.m: Ditto. | |
9910 * control/obsolete/unpacksys.m: Ditto. | |
9911 * control/obsolete/series.m: Ditto. | |
9912 * control/obsolete/syschnames.m: Ditto. | |
9913 * polynomial/polyout.m: Ditto. | |
3422 | 9914 |
3420 | 9915 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9916 | |
9917 * general/fliplr.m: Eliminate useless copy of arg. | |
9918 * general/flipud.m: Ditto. | |
9919 | |
3418 | 9920 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9921 | |
9922 * linear-algebra/cross.m: Only return a row vector if both args | |
9923 are row vectors. | |
9924 * polynomial/polyfit.m: Likewise. | |
9925 | |
9926 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9927 | |
9928 * statistics/distributions/discrete_rnd.m: | |
9929 Always generate a row vector. | |
9930 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9931 | |
5095 | 9932 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9933 |
9934 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9935 | |
9936 * audio/setaudio.m: Texinfoize doc string. | |
9937 * control/com2str.m: Likewise. | |
9938 * control/controldemo.m: Likewise. | |
9939 * control/DEMOcontrol.m: Likewise. | |
9940 * control/dezero.m: Likewise. | |
9941 * control/dre.m: Likewise. | |
9942 * control/hinfsyn_ric.m: Likewise. | |
9943 | |
5095 | 9944 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9945 |
9946 * io/printf.m: Add @seealso{...} to doc string. | |
9947 * io/puts.m: Likewise. | |
9948 * plot/semilogx.m: Likewise. | |
9949 * plot/semilogy.m: Likewise. | |
9950 * plot/__pltopt__.m: Likewise. | |
9951 * plot/bar.m: Likewise. | |
9952 * plot/xlabel.m: Likewise. | |
9953 * plot/grid.m: Likewise. | |
9954 * plot/shg.m: Likewise. | |
9955 * plot/title.m: Likewise. | |
9956 * plot/mesh.m: Likewise. | |
9957 * plot/__pltopt1__.m: Likewise. | |
9958 * plot/contour.m: Likewise. | |
9959 * plot/hist.m: Likewise. | |
9960 * plot/stairs.m: Likewise. | |
9961 * plot/meshgrid.m: Likewise. | |
9962 * plot/polar.m: Likewise. | |
9963 * plot/loglog.m: Likewise. | |
9964 * plot/plot.m: Likewise. | |
9965 * miscellaneous/semicolon.m: Likewise. | |
9966 * miscellaneous/menu.m: Likewise. | |
9967 * miscellaneous/etime.m: Likewise. | |
9968 * miscellaneous/texas_lotto.m: Likewise. | |
9969 * miscellaneous/comma.m: Likewise. | |
9970 * audio/lin2mu.m: Likewise. | |
9971 * audio/playaudio.m: Likewise. | |
9972 * audio/loadaudio.m: Likewise. | |
9973 * audio/saveaudio.m: Likewise. | |
9974 * audio/mu2lin.m: Likewise. | |
9975 * audio/record.m: Likewise. | |
9976 * strings/isletter.m: Likewise. | |
9977 * strings/lower.m: Likewise. | |
9978 * strings/lower.m: Likewise. | |
9979 * strings/upper.m: Likewise. | |
9980 * specfun/erfinv.m: Likewise. | |
9981 * specfun/gammai.m: Likewise. | |
9982 * specfun/log2.m: Likewise. | |
9983 * specfun/pow2.m: Likewise. | |
9984 * elfun/gcd.m: Likewise. | |
9985 * elfun/lcm.m: Likewise. | |
9986 * special-matrix/vander.m: Likewise. | |
9987 * special-matrix/sylvester_matrix.m: Likewise. | |
9988 * special-matrix/hilb.m: Likewise. | |
9989 * special-matrix/hankel.m: Likewise. | |
9990 * special-matrix/toeplitz.m: Likewise. | |
9991 * special-matrix/invhilb.m: Likewise. | |
9992 * statistics/base/std.m: Likewise. | |
9993 * statistics/base/median.m: Likewise. | |
9994 * linear-algebra/cond.m: Likewise. | |
9995 * linear-algebra/norm.m: Likewise. | |
9996 * finance/nper.m: Likewise. | |
9997 * finance/pmt.m: Likewise. | |
9998 * finance/pv.m: Likewise. | |
9999 * finance/rate.m: Likewise. | |
10000 * finance/npv.m: Likewise. | |
10001 * general/fliplr.m: Likewise. | |
10002 * general/flipud.m: Likewise. | |
10003 * general/is_scalar.m: Likewise. | |
10004 * general/rem.m: Likewise. | |
10005 * general/perror.m: Likewise. | |
10006 * general/tril.m: Likewise. | |
10007 * general/rot90.m: Likewise. | |
10008 * general/num2str.m: Likewise. | |
10009 * general/int2str.m: Likewise. | |
10010 * general/reshape.m: Likewise. | |
10011 * general/logspace.m: Likewise. | |
10012 * general/is_symmetric.m: Likewise. | |
10013 * general/is_vector.m: Likewise. | |
10014 * general/nextpow2.m: Likewise. | |
10015 * general/columns.m: Likewise. | |
10016 * general/is_square.m: Likewise. | |
10017 * general/rows.m: Likewise. | |
10018 * control/ugain.m: Likewise. | |
10019 * control/damp.m: Likewise. | |
10020 * control/dare.m: Likewise. | |
10021 * control/are.m: Likewise. | |
10022 * control/sys2fir.m: Likewise. | |
10023 * control/abcddim.m: Likewise. | |
10024 * control/is_abcd.m: Likewise. | |
10025 * control/step.m: Likewise. | |
10026 * control/is_observable.m: Likewise. | |
10027 * control/is_controllable.m: Likewise. | |
10028 * control/jet707.m: Likewise. | |
10029 * control/polyout.m: Likewise. | |
10030 * control/impulse.m: Likewise. | |
10031 * control/lqg.m: Likewise. | |
10032 * control/is_detectable.m: Likewise. | |
10033 * control/sysdimensions.m: Likewise. | |
10034 * control/sysupdate.m: Likewise. | |
10035 * control/stepimp.m: Likewise. | |
10036 * control/is_stable.m: Likewise. | |
10037 * control/tfout.m: Likewise. | |
10038 * control/zpout.m: Likewise. | |
10039 | |
3405 | 10040 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10041 | |
10042 * set/complement.m: Add @seealso{} stuff. | |
10043 * set/create_set.m: Likewise. | |
10044 * set/intersection.m: Likewise. | |
10045 * set/union.m: Likewise. | |
10046 | |
3399 | 10047 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10048 | |
3400 | 10049 * control/d2c.m: Use double quotes instead of single quotes for |
10050 string constants. | |
10051 * control/dgkfdemo.m: Likewise. | |
10052 * control/fir2sys.m: Likewise. | |
10053 * control/frdemo.m: Likewise. | |
10054 * control/moddemo.m: Likewise. | |
10055 * control/minfo.m: Likewise. | |
10056 * control/is_stabilizable.m: Likewise. | |
10057 * control/is_dgkf.m: Likewise. | |
10058 * control/polyout.m: Likewise. | |
10059 * control/sysconnect.m: Likewise. | |
10060 * control/sysrepdemo.m: Likewise. | |
10061 * control/tf2sys.m: Likewise. | |
10062 * control/tfout.m: Likewise. | |
10063 * control/zp2sys.m: Likewise. | |
10064 * control/zpout.m: Likewise. | |
10065 * control/tzero.m: Likewise. | |
10066 | |
10067 * control/DEMOcontrol.m: Handle moddemo case too. | |
10068 | |
10069 * image/loadimage.m: Use double quotes instead of single quotes | |
10070 for string constants. Use sprintf instead of square brackets to | |
10071 construct string. | |
10072 | |
3399 | 10073 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10074 * control/fir2sys.m: Likewise. |
3399 | 10075 |
3390 | 10076 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10077 | |
10078 * mkdoc: Only delete spaces before @ characters at the beginning | |
10079 of a line. | |
10080 | |
3383 | 10081 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10082 | |
3388 | 10083 * control/bddemo.m: Make it more likely to work with any value of |
10084 whitespace_in_literal_matrix. | |
3386 | 10085 * control/analdemo.m: Ditto. |
10086 * control/dgkfdemo.m: Ditto. | |
10087 * control/frdemo.m: Ditto. | |
10088 * control/sysrepdemo.m: Ditto. | |
10089 * control/moddemo.m: Ditto. | |
3388 | 10090 * control/zp2ss.m: Ditto. |
3387 | 10091 * control/zp2tf.m: Ditto. |
3388 | 10092 * control/syssub.m: Ditto. |
10093 * finance/npv.m: Ditto. | |
10094 * statistics/base/studentize.m: Ditto. | |
10095 * statistics/base/values.m: Ditto. | |
10096 * statistics/distributions/exponential_cdf.m: Ditto. | |
10097 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10098 |
3384 | 10099 * control/dezero.m: Use toascii to convert string to ASCII value |
10100 instead of multiplying it by 1. | |
10101 | |
3383 | 10102 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10103 * control/zpout.m: Ditto. | |
10104 * control/tfout.m: Ditto. | |
10105 * control/tf2sys.m: Ditto. | |
10106 * control/syssub.m: Ditto. | |
10107 * control/syssetsignals.m: Ditto. | |
10108 * control/sysout.m: Ditto. | |
10109 * control/sysmult.m: Ditto. | |
10110 * control/sysgroup.m: Ditto. | |
10111 * control/sysdup.m: Ditto. | |
10112 * control/sysdisc.m: Ditto. | |
10113 * control/syscont.m: Ditto. | |
10114 * control/sysconnect.m: Ditto. | |
10115 * control/sysappend.m: Ditto. | |
10116 * control/sysadd.m: Ditto. | |
10117 * control/ss2sys.m: Ditto. | |
10118 * control/nyquist.m: Ditto. | |
10119 * control/lqg.m: Ditto. | |
10120 * control/fir2sys.m: Ditto. | |
10121 * control/dmr2d.m: Ditto. | |
10122 * control/dezero.m: Ditto. | |
10123 * control/d2c.m: Ditto. | |
10124 * control/c2d.m: Ditto. | |
10125 * control/bddemo.m: Ditto. | |
10126 * control/pzmap.m: Ditto. | |
10127 | |
5095 | 10128 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10129 |
10130 * signal/spectral_adf.m: Fix typo. | |
10131 | |
3372 | 10132 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10133 | |
10134 * linear-algebra/cond.m: Texinfoize doc string. | |
10135 * linear-algebra/kron.m: Ditto. | |
10136 * linear-algebra/norm.m: Ditto. | |
10137 * linear-algebra/null.m: Ditto. | |
10138 * linear-algebra/orth.m: Ditto. | |
10139 * linear-algebra/rank.m: Ditto. | |
10140 * linear-algebra/trace.m: Ditto. | |
10141 * linear-algebra/qzhess.m: Ditto. | |
10142 * miscellaneous/menu.m: Ditto. | |
3373 | 10143 * general/perror.m: Ditto. |
10144 * general/strerror.m: Ditto. | |
10145 * general/columns.m: Ditto. | |
10146 * general/rows.m: Ditto. | |
10147 * image/colormap.m: Ditto. | |
10148 * image/gray.m: Ditto. | |
10149 * image/gray2ind.m: Ditto. | |
10150 * image/image.m: Ditto. | |
10151 * image/imagesc.m: Ditto. | |
10152 * image/imshow.m: Ditto. | |
10153 * image/ind2gray.m: Ditto. | |
10154 * image/ind2rgb.m: Ditto. | |
10155 * image/loadimage.m: Ditto. | |
10156 * image/rgb2ntsc.m: Ditto. | |
10157 * image/ntsc2rgb.m: Ditto. | |
10158 * image/ocean.m: Ditto. | |
10159 * image/rgb2ind.m: Ditto. | |
10160 * image/saveimage.m: Ditto. | |
3372 | 10161 * io/printf.m: Ditto. |
10162 * io/puts.m: Ditto. | |
10163 | |
3369 | 10164 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10165 | |
10166 * special-matrix/hankel.m: Texinfoize doc string. | |
10167 * special-matrix/hilb.m: Ditto. | |
10168 * special-matrix/invhilb.m: Ditto. | |
10169 * special-matrix/sylvester_matrix.m: Ditto. | |
10170 * special-matrix/toeplitz.m: Ditto. | |
10171 * special-matrix/vander.m: Ditto. | |
10172 * linear-algebra/vec.m: Ditto. | |
10173 * linear-algebra/vech.m: Ditto. | |
10174 * general/common_size.m: Ditto. | |
10175 * general/diff.m: Ditto. | |
10176 * general/fliplr.m: Ditto. | |
10177 * general/flipud.m: Ditto. | |
10178 * general/rot90.m: Ditto. | |
10179 * general/reshape.m: Ditto. | |
10180 * general/shift.m: Ditto. | |
10181 * general/tril.m: Ditto. | |
10182 * general/triu.m: Ditto. | |
10183 * general/logspace.m: Ditto. | |
3371 | 10184 * general/nargchk.m: Ditto. |
3369 | 10185 |
3367 | 10186 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10187 | |
10188 * statistics/base/mean: Texinfoize doc string. | |
10189 * statistics/base/median: Ditto. | |
10190 * statistics/base/std: Ditto. | |
10191 * statistics/base/cov: Ditto. | |
10192 * statistics/base/corrcoef: Ditto. | |
10193 * statistics/base/kurtosis: Ditto. | |
10194 * statistics/base/mahalanobis: Ditto. | |
10195 * statistics/base/skewness: Ditto. | |
3368 | 10196 * statistics/base/gls.m: Ditto. |
10197 * statistics/base/ols.m: Ditto. | |
3367 | 10198 * signal/detrend.m: Ditto. |
10199 * signal/freqz.m: Ditto. | |
10200 * signal/sinc.m: Ditto. | |
10201 * signal/fftconv.m: Ditto. | |
10202 * signal/fftfilt.m: Ditto. | |
3368 | 10203 * set/create_set.m: Ditto. |
10204 * set/union.m: Ditto. | |
10205 * set/intersection.m: Ditto. | |
10206 * set/complement.m: Ditto. | |
10207 * poly/compan.m: Ditto. | |
10208 * poly/conv: Ditto. | |
10209 * poly/deconv: Ditto. | |
10210 * poly/poly: Ditto. | |
10211 * poly/polyderiv: Ditto. | |
10212 * poly/polyfit: Ditto. | |
10213 * poly/polyinteg: Ditto. | |
10214 * poly/polyreduce: Ditto. | |
10215 * poly/polyval: Ditto. | |
10216 * poly/polyvalm: Ditto. | |
10217 * poly/residue: Ditto. | |
10218 * poly/roots: Ditto. | |
10219 * plot/top_title.m: Ditto | |
10220 * plot/subwindow.m: Ditto | |
10221 * plot/subplot.m: Ditto | |
10222 * plot/plot_border.m: Ditto | |
10223 * plot/oneplot.m: Ditto | |
10224 * plot/multiplot.m: Ditto | |
10225 * plot/mplot.m: Ditto | |
10226 * plot/xlabel.m: Ditto | |
10227 * plot/figure.m: Ditto | |
10228 * plot/meshdom.m: Ditto | |
10229 * plot/mesh.m: Ditto | |
10230 * plot/stairs.m: Ditto | |
10231 * plot/polar.m: Ditto | |
10232 * plot/loglog.m: Ditto | |
10233 * plot/hist.m: Ditto | |
10234 * plot/contour.m: Ditto | |
10235 * plot/bar.m: Ditto | |
10236 * plot/axis.m: Ditto | |
10237 * plot/plot.m: Ditto. | |
3367 | 10238 |
3361 | 10239 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10240 | |
3365 | 10241 * control/pinv.m: Delete. |
10242 | |
3364 | 10243 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10244 | |
3361 | 10245 * strings/blanks.m: Texinfoize doc string. |
10246 * strings/strcat.m: Ditto. | |
10247 * strings/str2mat.m: Ditto. | |
10248 * strings/deblank.m: Ditto. | |
10249 * strings/findstr.m: Ditto. | |
10250 * strings/index.m: Ditto. | |
10251 * strings/rindex.m: Ditto. | |
10252 * strings/split.m: Ditto. | |
10253 * strings/strcmp.m: Ditto. | |
10254 * strings/strrep.m: Ditto. | |
10255 * strings/substr.m: Ditto. | |
10256 * general/int2str.m: Ditto. | |
10257 * general/num2str.m: Ditto. | |
10258 * strings/dec2bin.m: Ditto. | |
10259 * strings/bin2dec: Ditto. | |
10260 * strings/dec2bin: Ditto. | |
10261 * strings/dec2hex: Ditto. | |
10262 * strings/hex2dec: Ditto. | |
10263 * strings/str2num: Ditto. | |
10264 | |
3347 | 10265 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10266 | |
10267 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10268 | |
5095 | 10269 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10270 |
10271 * control/DEMOcontrol.m: Texinfoize doc string. | |
10272 * control/abcddim.m: Ditto. | |
10273 * control/abcddims.m: Ditto. | |
10274 * control/analdemo.m: Ditto. | |
10275 * control/are.m: Ditto. | |
10276 * control/axis2dlim.m: Ditto. | |
10277 * control/bddemo.m: Ditto. | |
10278 * control/bode.m: Ditto. | |
10279 * control/bode_bounds.m: Ditto. | |
10280 * control/bodquist.m: Ditto. | |
10281 * control/buildssic.m: Ditto. | |
10282 * control/c2d.m: Ditto. | |
10283 * control/ctrb.m: Ditto. | |
10284 * control/d2c.m: Ditto. | |
10285 * control/damp.m: Ditto. | |
10286 * control/dare.m: Ditto. | |
10287 * control/dcgain.m: Ditto. | |
10288 * control/dgkfdemo.m: Ditto. | |
10289 * control/dgram.m: Ditto. | |
10290 * control/dlqe.m: Ditto. | |
10291 * control/dlqr.m: Ditto. | |
10292 * control/dlyap.m: Ditto. | |
10293 * control/dmr2d.m: Ditto. | |
10294 * control/fir2sys.m: Ditto. | |
10295 * control/frdemo.m: Ditto. | |
10296 * control/freqchkw.m: Ditto. | |
10297 * control/freqresp.m: Ditto. | |
10298 * control/gram.m: Ditto. | |
10299 * control/h2norm.m: Ditto. | |
10300 * control/h2syn.m: Ditto. | |
10301 * control/hinf_ctr.m: Ditto. | |
10302 * control/hinfdemo.m: Ditto. | |
10303 * control/hinfnorm.m: Ditto. | |
10304 * control/hinfsyn.m: Ditto. | |
10305 * control/hinfsyn_chk.m: Ditto. | |
10306 * control/impulse.m: Ditto. | |
10307 * control/is_abcd.m: Ditto. | |
10308 * control/is_controllable.m: Ditto. | |
10309 * control/is_detectable.m: Ditto. | |
10310 * control/is_dgkf.m: Ditto. | |
10311 * control/is_digital.m: Ditto. | |
10312 * control/is_observable.m: Ditto. | |
10313 * control/is_sample.m: Ditto. | |
10314 * control/is_signal_list.m: Ditto. | |
10315 * control/is_siso.m: Ditto. | |
10316 * control/is_stabilizable.m: Ditto. | |
10317 * control/is_stable.m: Ditto. | |
10318 * control/jet707.m: Ditto. | |
10319 * control/lqe.m: Ditto. | |
10320 * control/lqg.m: Ditto. | |
10321 * control/lqr.m: Ditto. | |
10322 * control/lsim.m: Ditto. | |
10323 * control/ltifr.m: Ditto. | |
10324 * control/lyap.m: Ditto. | |
10325 * control/moddemo.m: Ditto. | |
10326 * control/nyquist.m: Ditto. | |
10327 * control/obsv.m: Ditto. | |
10328 * control/ord2.m: Ditto. | |
10329 * control/outlist.m: Ditto. | |
10330 * control/pinv.m: Ditto. | |
10331 * control/place.m: Ditto. | |
10332 * control/polyout.m: Ditto. | |
10333 * control/prompt.m: Ditto. | |
10334 * control/pzmap.m: Ditto. | |
10335 * control/qzval.m: Ditto. | |
10336 * control/rldemo.m: Ditto. | |
10337 * control/rlocus.m: Ditto. | |
10338 * control/sortcom.m: Ditto. | |
10339 * control/ss2sys.m: Ditto. | |
10340 * control/ss2tf.m: Ditto. | |
10341 * control/ss2zp.m: Ditto. | |
10342 * control/starp.m: Ditto. | |
10343 * control/step.m: Ditto. | |
10344 * control/stepimp.m: Ditto. | |
10345 * control/susball.m: Ditto. | |
10346 * control/sys2fir.m: Ditto. | |
10347 * control/sys2ss.m: Ditto. | |
10348 * control/sys2tf.m: Ditto. | |
10349 * control/sys2zp.m: Ditto. | |
10350 * control/sysadd.m: Ditto. | |
10351 * control/sysappend.m: Ditto. | |
10352 * control/syschnames.m: Ditto. | |
10353 * control/syschnamesl.m: Ditto. | |
10354 * control/syschtsam.m: Ditto. | |
10355 * control/sysconnect.m: Ditto. | |
10356 * control/syscont.m: Ditto. | |
10357 * control/syscont_disc.m: Ditto. | |
10358 * control/sysdefioname.m: Ditto. | |
10359 * control/sysdefstname.m: Ditto. | |
10360 * control/sysdimensions.m: Ditto. | |
10361 * control/sysdisc.m: Ditto. | |
10362 * control/sysdup.m: Ditto. | |
10363 * control/sysgetsignals.m: Ditto. | |
10364 * control/sysgettype.m: Ditto. | |
10365 * control/sysgroup.m: Ditto. | |
10366 * control/sysgroupn.m: Ditto. | |
10367 * control/sysmult.m: Ditto. | |
10368 * control/sysout.m: Ditto. | |
10369 * control/sysprune.m: Ditto. | |
10370 * control/sysreorder.m: Ditto. | |
10371 * control/sysrepdemo.m: Ditto. | |
10372 * control/sysscale.m: Ditto. | |
10373 * control/syssetsignals.m: Ditto. | |
10374 * control/syssub.m: Ditto. | |
10375 * control/sysupdate.m: Ditto. | |
10376 * control/tf2ss.m: Ditto. | |
10377 * control/tf2sys.m: Ditto. | |
10378 * control/tf2sysl.m: Ditto. | |
10379 * control/tf2zp.m: Ditto. | |
10380 * control/tfout.m: Ditto. | |
10381 * control/tzero.m: Ditto. | |
10382 * control/tzero2.m: Ditto. | |
10383 * control/ugain.m: Ditto. | |
10384 * control/wgt1o.m: Ditto. | |
10385 * control/zgfmul.m: Ditto. | |
10386 * control/zgfslv.m: Ditto. | |
10387 * control/zginit.m: Ditto. | |
10388 * control/zgpbal.m: Ditto. | |
10389 * control/zgreduce.m: Ditto. | |
10390 * control/zgrownorm.m: Ditto. | |
10391 * control/zgscal.m: Ditto. | |
10392 * control/zgsgiv.m: Ditto. | |
10393 * control/zgshsr.m: Ditto. | |
10394 * control/zp2ss.m: Ditto. | |
10395 * control/zp2ssg2.m: Ditto. | |
10396 * control/zp2sys.m: Ditto. | |
10397 * control/zp2tf.m: Ditto. | |
10398 * control/zpout.m: Ditto. | |
10399 | |
5095 | 10400 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10401 |
5378 | 10402 * audio/lin2mu.m: Texinfoize doc string. |
10403 * audio/loadaudio.m: Ditto. | |
10404 * audio/mu2lin.m: Ditto. | |
10405 * audio/playaudio.m: Ditto. | |
10406 * audio/record.m: Ditto. | |
10407 * audio/saveaudio.m: Ditto. | |
3332 | 10408 |
5095 | 10409 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10410 |
10411 * elfun/acot.m: Texinfoize doc string. | |
10412 * elfun/acsc.m: Ditto. | |
10413 * elfun/acsch.m: Ditto. | |
10414 * elfun/asec.m: Ditto. | |
10415 * elfun/asech.m: Ditto. | |
10416 * elfun/cot.m: Ditto. | |
10417 * elfun/coth.m: Ditto. | |
10418 * elfun/csc.m: Ditto. | |
10419 * elfun/csch.m: Ditto. | |
10420 * elfun/gcd.m: Ditto. | |
10421 * elfun/lcm.m: Ditto. | |
10422 * elfun/sec.m: Ditto. | |
10423 * elfun/sech.m: Ditto. | |
10424 * general/nextpow2.m: Ditto. | |
10425 * general/rem.m: Ditto. | |
10426 * linear-algebra/commutation_matrix.m: Ditto. | |
10427 * linear-algebra/cross.m: Ditto. | |
10428 * linear-algebra/duplication_matrix.m: Ditto. | |
10429 * miscellaneous/bincoeff.m: Ditto. | |
10430 * miscellaneous/xor.m: Ditto. | |
10431 * specfun/bessel.m: Ditto. | |
10432 * specfun/beta.m: Ditto. | |
10433 * specfun/betai.m: Ditto. | |
10434 * specfun/erfinv.m: Ditto. | |
10435 * specfun/gammai.m: Ditto. | |
10436 * specfun/log2.m: Ditto. | |
10437 * specfun/pow2.m: Ditto. | |
10438 | |
5095 | 10439 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10440 |
10441 * general/is_scalar.m: Texinfoize help text. | |
10442 * general/is_square.m: Ditto. | |
10443 * general/is_symmetric.m: Ditto. | |
10444 | |
3320 | 10445 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10446 | |
10447 * strings/split.m: If the string to be split is empty, just return | |
10448 an empty string. | |
10449 | |
3319 | 10450 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10451 | |
10452 * Makefile.in (ALL_M_FILES): New macro. | |
10453 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
10454 | |
3306 | 10455 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10456 | |
10457 * control/bode.m: Don't return anything if nargout == 0. | |
10458 | |
10459 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
10460 | |
10461 * control/bode.m: Don't do axis scaling for magnitude plots. | |
10462 | |
3305 | 10463 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10464 | |
10465 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
10466 gethelp.cc to the list. | |
10467 | |
3296 | 10468 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10469 | |
3301 | 10470 * time/asctime.m: Texinfoize help text. |
10471 * time/clock.m: Ditto. | |
10472 * time/date.m: Ditto. | |
10473 * miscellaneous/cputime.m: Ditto. | |
10474 * miscellaneous/etime.m: Ditto. | |
10475 * miscellaneous/is_leap_year.m: Ditto. | |
10476 * miscellaneous/popen2.m: Ditto. | |
10477 * miscellaneous/version.m: Ditto. | |
10478 * miscellaneous/tic.m: Ditto. | |
10479 * miscellaneous/toc.m: Just refer to tic.m. | |
10480 | |
3297 | 10481 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
10482 `cd dir; $(MAKE); cd ..'. | |
10483 ($(SUBDIRS)): Likewise. | |
10484 | |
10485 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
10486 | |
10487 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10488 of `cd dir; $(MAKE)'. | |
10489 | |
3296 | 10490 * gethelp.cc, mkdoc: New files. |
10491 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
10492 sources. | |
10493 | |
3291 | 10494 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10495 | |
10496 * linear-algebra/kron.m: Fix typo in previous change | |
10497 | |
3282 | 10498 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10499 | |
10500 * control/bode.m: Allow optional 5th arg to specify plot style. | |
10501 | |
5095 | 10502 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 10503 |
10504 * linear-algebra/krylov.m: Correctly handle case of V having full | |
10505 rank when V has more columns than rows. | |
10506 | |
10507 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10508 | |
10509 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10510 | |
10511 * statistics/tests/manova.m: Avoid problems if | |
10512 whitespace_in_literal_matrix is set to "traditional". | |
10513 * statistics/tests/t_test_regression.m: Likewise. | |
10514 * statistics/tests/u_test.m: Likewise. | |
10515 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10516 * statistics/tests/anova.m: Likewise. | |
10517 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10518 * statistics/base/statistics.m: Likewise. | |
10519 * image/saveimage.m: Likewise. | |
10520 * signal/arch_fit.m: Likewise. | |
10521 * signal/autoreg_matrix.m: Likewise. | |
10522 * signal/triangle_lw.m: Likewise. | |
10523 * strings/dec2hex.m: Likewise. | |
10524 | |
3268 | 10525 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10526 | |
10527 * image/saveimage.m: Initialize scale. | |
10528 | |
10529 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10530 | |
10531 * general/reshape.m: Allow reshape (a, size (b)). | |
10532 | |
3266 | 10533 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10534 | |
10535 * specfun/erfinv.m: Improve stopping criterion. | |
10536 Add iteration count as second return value. | |
10537 | |
3265 | 10538 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10539 | |
10540 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10541 | |
3263 | 10542 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10543 | |
10544 * miscellaneous/pack.m: New function. | |
10545 | |
10546 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10547 | |
10548 * plot/figure.m: Always return figure number. With no args, | |
10549 figure now creates a new figure window and returns its number. | |
10550 Accept figure (property, value) syntax, but do nothing. | |
10551 | |
5095 | 10552 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 10553 |
10554 * general/shift.m: Avoid printing temporary value for backward shift. | |
10555 | |
3260 | 10556 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10557 | |
10558 * plot/bar.m: Compute bar widths correctly when x-values are not | |
10559 evenly spaced. | |
10560 | |
3250 | 10561 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10562 | |
10563 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
10564 contain only zeros. | |
10565 | |
5095 | 10566 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 10567 |
10568 * linear-algebra/kron.m: Create result matrix and insert blocks | |
10569 instead of appending them. | |
10570 | |
10571 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10572 | |
10573 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10574 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10575 Update from A. S. Hodel. | |
10576 | |
3246 | 10577 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10578 | |
10579 * polynomial/polyfit.m: Correct previous change. | |
10580 | |
3243 | 10581 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10582 | |
10583 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10584 | |
5095 | 10585 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10586 |
10587 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10588 version of krylov and krylovb. | |
10589 | |
10590 * control/outlist.m, control/sysout.m: Fix typos. | |
10591 | |
10592 * control/sysdimensions.m: Add option for total number of states. | |
10593 | |
10594 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10595 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10596 arguments. | |
10597 | |
10598 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10599 | |
10600 * strings/index.m: Fail with meaningful error message if either | |
10601 arg is a string array. | |
10602 | |
3238 | 10603 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10604 | |
10605 * linear-algebra/norm.m: Do the right thing for 1- and | |
10606 infinity-norms of complex matrices. From Sven Khatri | |
10607 <khatri@saturn.vocalpoint.com>. | |
10608 | |
5095 | 10609 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10610 |
10611 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10612 | |
10613 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10614 | |
10615 * strings/split.m: Avoid problems when splitting strings that have | |
10616 \ in them. | |
10617 | |
5095 | 10618 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10619 |
10620 * image/colormap.m: Do better arg checking, handle string args | |
10621 that name the colormap function to call (e.g., colormap ("ocean")). | |
10622 | |
5095 | 10623 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10624 |
10625 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10626 * linear-algebra/dot.m: Likewise. | |
10627 * linear-algebra/cross.m: Likewise. | |
10628 * general/rot90.m: Likewise. | |
10629 | |
5095 | 10630 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10631 |
10632 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10633 that the leading column is not all zeros. | |
10634 | |
10635 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10636 | |
10637 * general/shift.m: Fix potential problems with | |
10638 whitespace_in_literal_matrix. | |
10639 * signal/arch_rnd.m: Ditto. | |
10640 * signal/autocov.m: Ditto. | |
10641 * signal/diffpara.m: Ditto. | |
10642 * signal/hurst.m: Ditto. | |
10643 * signal/periodogram.m: Ditto. | |
10644 * signal/spectral_adf.m: Ditto. | |
10645 * signal/spectral_xdf.m: Ditto. | |
10646 * signal/spencer.m: Ditto. | |
10647 * signal/synthesis.m: Ditto. | |
10648 * statistics/distributions/wiener_rnd.m: Ditto. | |
10649 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10650 * statistics/models/logistic_regression.m: Ditto. | |
10651 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10652 * statistics/tests/run_test.m: Ditto. | |
10653 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10654 | |
5095 | 10655 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10656 |
10657 * plot/__plr2__.m: Fix typo. | |
10658 | |
3233 | 10659 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10660 | |
10661 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10662 | |
5095 | 10663 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10664 |
10665 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10666 function. | |
10667 | |
5095 | 10668 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10669 |
10670 * control/ss2sys.m: Fix typo. | |
10671 | |
10672 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10673 | |
10674 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10675 | |
10676 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10677 signal names as lists of strings instead of string arrays. | |
10678 | |
3225 | 10679 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10680 | |
3233 | 10681 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10682 <a.s.hodel@eng.auburn.edu>. |
10683 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10684 * quaternion/Makefile.in: New file. |
10685 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10686 |
10687 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10688 | |
10689 * image/saveimage.m: Make it work again for black and white colormaps. | |
10690 | |
10691 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10692 since there can be fewer rows than columns. Round values to | |
10693 nearest position in colormap instead of truncating. Correct usage | |
10694 message. | |
10695 | |
5095 | 10696 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10697 |
10698 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10699 zero rows of [A,v] as householder pivots; this avoids spurious | |
10700 non-zero entries in returned orthogonal matrix U, but destroys the | |
10701 Householder matrix structure of H. | |
10702 | |
10703 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10704 | |
10705 * general/logical.m: Just copy input to output if argument is | |
10706 already a logical object. | |
10707 | |
3215 | 10708 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10709 | |
10710 * New files from OCST, in control subdiretory: | |
10711 | |
10712 DEMOcontrol.m is_siso.m syschnames.m | |
10713 abcddim.m is_stabilizable.m syschnamesl.m | |
10714 abcddims.m is_stable.m syschtsam.m | |
10715 analdemo.m jet707.m sysconnect.m | |
10716 are.m lqe.m syscont.m | |
10717 axis2dlim.m lqg.m syscont_disc.m | |
10718 bddemo.m lqr.m sysdefioname.m | |
10719 bode.m lsim.m sysdefstname.m | |
10720 bode_bounds.m ltifr.m sysdimensions.m | |
10721 bodquist.m lyap.m sysdisc.m | |
10722 buildssic.m mb.m sysdup.m | |
10723 c2d.m minfo.m sysgetsignals.m | |
6302 | 10724 com2str.m moddemo.m sysgettsam.m |
3215 | 10725 controldemo.m nichols.m sysgettype.m |
10726 ctrb.m nyquist.m sysgroup.m | |
10727 d2c.m obsv.m sysgroupn.m | |
10728 damp.m ord2.m sysmult.m | |
10729 dare.m outlist.m sysout.m | |
10730 dcgain.m packedform.m sysprune.m | |
10731 demomarsyas.m packsys.m sysreorder.m | |
10732 dezero.m; parallel.m sysrepdemo.m | |
10733 dgkfdemo.m place.m sysscale.m | |
10734 dgram.m polyout.m syssub.m | |
10735 dhinfdemo.m prompt.m sysupdate.m | |
10736 dlqe.m pzmap.m tf2ss.m | |
10737 dlqg.m qzval.m tf2sys.m | |
10738 dlqr.m rldemo.m tf2sysl.m | |
10739 dlyap.m rlocus.m tf2zp.m | |
10740 dmr2d.m rotg.m tfout.m | |
10741 fir2sys.m run_cmd.m; tzero.m | |
10742 frdemo.m series.m tzero2.m | |
10743 freqchkw.m sortcom.m ugain.m | |
10744 freqresp.m ss2sys.m unpacksys.m | |
10745 gram.m ss2tf.m wgt1o.m | |
10746 h2norm.m ss2zp.m zgfmul.m | |
10747 h2syn.m starp.m zgfslv.m | |
10748 hinf_ctr.m step.m zginit.m | |
10749 hinfdemo.m stepimp.m zgpbal.m | |
10750 hinfnorm.m strappend.m; zgreduce.m | |
10751 hinfsyn.m susball.m zgrownorm.m | |
10752 hinfsyn_chk.m swap.m zgscal.m | |
10753 impulse.m swapcols.m zgsgiv.m | |
10754 is_abcd.m swaprows.m zgshsr.m | |
10755 is_controllable.m sys2fir.m zp2ss.m | |
10756 is_detectable.m sys2ss.m zp2ssg2.m | |
10757 is_dgkf.m sys2tf.m zp2sys.m | |
10758 is_digital.m sys2zp.m zp2tf.m | |
10759 is_observable.m sysadd.m zpout.m | |
10760 is_sample.m sysappend.m | |
10761 | |
10762 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10763 | |
10764 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10765 | |
10766 * strings/deblank.m: Make it work for string arrays too. | |
10767 | |
3211 | 10768 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10769 | |
10770 * linear-algebra/housh.m: New file from the OCST. | |
10771 * linear-algebra/krygetq.m: Ditto. | |
10772 * linear-algebra/krylov.m: Ditto. | |
10773 * linear-algebra/krylovb.m: Ditto. | |
10774 * linear-algebra/qrhouse.m: Ditto. | |
10775 * general/is_duplicate_entry.m: Ditto. | |
10776 | |
10777 * general/is_symmetric.m: Call is_square instead of doing that | |
10778 check in line. | |
10779 | |
3196 | 10780 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10781 | |
3202 | 10782 * general/is_square.m: |
10783 | |
10784 * general/isempty.m, general/is_matrix.m: Delete. | |
10785 | |
10786 * general/is_symmetric: Delete special case for strings. Whether | |
10787 the conversion is valid should depend on implicit_str_to_num_ok. | |
10788 | |
10789 * general/is_square.m: If arg is not a matrix, don't check size, | |
10790 just return 0. | |
10791 * general/is_symmetric: Likewise. | |
10792 * general/is_vector.m: Likewise. | |
10793 * general/is_scalar.m: Likewise. | |
10794 | |
3196 | 10795 * general/length.m: Delete. |
10796 | |
3191 | 10797 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10798 | |
10799 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10800 statistics/distributions/Makefile, statistics/models/Makefile, | |
10801 and statistics/tests/Makefile to the list of files to create. | |
10802 | |
10803 * finance/Makefile.in, statistics/base/Makefile.in, | |
10804 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10805 statistics/tests/Makefile.in: New files. | |
10806 * statistics/Makefile.in: Delete file lists. Now only handle | |
10807 subdirectories. | |
10808 * Makefile.in (SUBDIRS): Add finance. | |
10809 | |
10810 * Move the following files from statistics to statistics/base: | |
10811 | |
10812 corrcoef.m | |
10813 kurtosis.m | |
10814 mahalanobis.m | |
10815 median.m | |
10816 ols.m | |
10817 skewness.m | |
10818 std.m | |
10819 | |
10820 New files, from Kurt Hornik's octave-ci package: | |
10821 | |
10822 * finance (new directory): | |
10823 | |
10824 fv.m | |
10825 fvl.m | |
10826 irr.m | |
10827 nper.m | |
10828 npv.m | |
10829 pmt.m | |
10830 pv.m | |
10831 pvl.m | |
10832 rate.m | |
10833 vol.m | |
10834 | |
10835 * linear-algebra/dmult.m | |
10836 | |
10837 * signal: | |
10838 | |
10839 arch_fit.m | |
10840 arch_rnd.m | |
10841 arch_test.m | |
10842 arma_rnd.m | |
10843 autocor.m | |
10844 autocov.m | |
10845 autoreg_matrix.m | |
10846 bartlett.m | |
10847 blackman.m | |
10848 diffpara.m | |
10849 durbinlevinson.m | |
10850 fractdiff.m | |
10851 hamming.m | |
10852 hanning.m | |
10853 hurst.m | |
10854 periodogram.m | |
10855 rectangle_lw.m | |
10856 rectangle_sw.m | |
10857 sinetone.m | |
10858 sinewave.m | |
10859 spectral_adf.m | |
10860 spectral_xdf.m | |
10861 spencer.m | |
10862 stft.m | |
10863 synthesis.m | |
10864 triangle_lw.m | |
10865 triangle_sw.m | |
10866 yulewalker.m | |
10867 | |
10868 * statistics/base (new directory): | |
10869 | |
10870 center.m | |
10871 cloglog.m | |
10872 cor.m | |
10873 cov.m | |
10874 cut.m | |
10875 iqr.m | |
10876 kendall.m | |
10877 logit.m | |
10878 mean.m | |
10879 meansq.m | |
10880 moment.m | |
10881 ppplot.m | |
10882 probit.m | |
10883 qqplot.m | |
10884 range.m | |
10885 ranks.m | |
10886 run_count.m | |
10887 spearman.m | |
10888 statistics.m | |
10889 studentize.m | |
10890 table.m | |
10891 values.m | |
10892 var.m | |
10893 | |
10894 (Replaces cov.m and mean.m with new versions.) | |
10895 | |
10896 * statistics/distributions (new directory): | |
10897 | |
10898 beta_cdf.m | |
10899 beta_inv.m | |
10900 beta_pdf.m | |
10901 beta_rnd.m | |
10902 binomial_cdf.m | |
10903 binomial_inv.m | |
10904 binomial_pdf.m | |
10905 binomial_rnd.m | |
10906 cauchy_cdf.m | |
10907 cauchy_inv.m | |
10908 cauchy_pdf.m | |
10909 cauchy_rnd.m | |
10910 chisquare_cdf.m | |
10911 chisquare_inv.m | |
10912 chisquare_pdf.m | |
10913 chisquare_rnd.m | |
10914 discrete_cdf.m | |
10915 discrete_inv.m | |
10916 discrete_pdf.m | |
10917 discrete_rnd.m | |
10918 empirical_cdf.m | |
10919 empirical_inv.m | |
10920 empirical_pdf.m | |
10921 empirical_rnd.m | |
10922 exponential_cdf.m | |
10923 exponential_inv.m | |
10924 exponential_pdf.m | |
10925 exponential_rnd.m | |
10926 f_cdf.m | |
10927 f_inv.m | |
10928 f_pdf.m | |
10929 f_rnd.m | |
10930 gamma_cdf.m | |
10931 gamma_inv.m | |
10932 gamma_pdf.m | |
10933 gamma_rnd.m | |
10934 geometric_cdf.m | |
10935 geometric_inv.m | |
10936 geometric_pdf.m | |
10937 geometric_rnd.m | |
10938 hypergeometric_cdf.m | |
10939 hypergeometric_inv.m | |
10940 hypergeometric_pdf.m | |
10941 hypergeometric_rnd.m | |
10942 kolmogorov_smirnov_cdf.m | |
10943 laplace_cdf.m | |
10944 laplace_inv.m | |
10945 laplace_pdf.m | |
10946 laplace_rnd.m | |
10947 logistic_cdf.m | |
10948 logistic_inv.m | |
10949 logistic_pdf.m | |
10950 logistic_rnd.m | |
10951 lognormal_cdf.m | |
10952 lognormal_inv.m | |
10953 lognormal_pdf.m | |
10954 lognormal_rnd.m | |
10955 normal_cdf.m | |
10956 normal_inv.m | |
10957 normal_pdf.m | |
10958 normal_rnd.m | |
10959 pascal_cdf.m | |
10960 pascal_inv.m | |
10961 pascal_pdf.m | |
10962 pascal_rnd.m | |
10963 poisson_cdf.m | |
10964 poisson_inv.m | |
10965 poisson_pdf.m | |
10966 poisson_rnd.m | |
10967 stdnormal_cdf.m | |
10968 stdnormal_inv.m | |
10969 stdnormal_pdf.m | |
10970 stdnormal_rnd.m | |
10971 t_cdf.m | |
10972 t_inv.m | |
10973 t_pdf.m | |
10974 t_rnd.m | |
10975 uniform_cdf.m | |
10976 uniform_inv.m | |
10977 uniform_pdf.m | |
10978 uniform_rnd.m | |
10979 weibull_cdf.m | |
10980 weibull_inv.m | |
10981 weibull_pdf.m | |
10982 weibull_rnd.m | |
10983 wiener_rnd.m | |
10984 | |
10985 * statistics/models (new directory): | |
10986 | |
10987 logistic_regression.m | |
10988 logistic_regression_derivatives.m | |
10989 logistic_regression_likelihood.m | |
10990 | |
10991 * statistics/tests (new directory): | |
10992 | |
10993 anova.m | |
10994 bartlett_test.m | |
10995 chisquare_test_homogeneity.m | |
10996 chisquare_test_independence.m | |
10997 cor_test.m | |
10998 f_test_regression.m | |
10999 hotelling_test.m | |
11000 hotelling_test_2.m | |
11001 kolmogorov_smirnov_test.m | |
11002 kolmogorov_smirnov_test_2.m | |
11003 kruskal_wallis_test.m | |
11004 manova.m | |
11005 mcnemar_test.m | |
11006 prop_test_2.m | |
11007 run_test.m | |
11008 sign_test.m | |
11009 t_test.m | |
11010 t_test_2.m | |
11011 t_test_regression.m | |
11012 u_test.m | |
11013 var_test.m | |
11014 welch_test.m | |
11015 wilcoxon_test.m | |
11016 z_test.m | |
11017 z_test_2.m | |
11018 | |
11019 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11020 | |
11021 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11022 compatibility and to avoid Y2K problems. | |
11023 | |
3190 | 11024 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11025 | |
11026 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11027 least-squares solution. | |
11028 | |
3180 | 11029 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11030 | |
11031 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11032 | |
11033 * strings/strrep.m: Don't convert args to numeric values. | |
11034 Prevent warnings for empty string args. | |
11035 From Georg Thimm <thimm@idiap.ch>. | |
11036 | |
11037 * strings/strcat.m: Prevent warnings for empty string args. | |
11038 | |
11039 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11040 | |
11041 * miscellaneous/menu.m: Remove special case for empty string | |
11042 returned from input(). Add second arg to eval() to catch errors. | |
11043 | |
3178 | 11044 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11045 | |
11046 * plot/__plt__.m: Don't call usleep. | |
11047 | |
3175 | 11048 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11049 | |
11050 * linear-algebra/dot.m: New function. | |
11051 | |
11052 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11053 compatibility. | |
11054 | |
11055 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11056 | |
11057 * plot/hist.m: Also allow just one output argument. | |
11058 | |
11059 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11060 | |
11061 * strings/deblank.m: Make it work if the string is only blanks. | |
11062 | |
11063 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11064 | |
11065 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11066 | |
11067 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11068 | |
11069 * plot/oneplot.m: Fix typo. | |
11070 | |
3174 | 11071 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11072 | |
11073 * miscellaneous/flops.m: Allow a single argument too. | |
11074 | |
11075 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11076 | |
11077 * strings/str2mat.m: Also handle case when there are no empty | |
11078 strings correctly. | |
11079 | |
11080 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11081 | |
11082 * strings/isletter.m: New function, for Matlab compatibility. | |
11083 | |
3168 | 11084 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11085 | |
11086 * strings/str2mat.m: Handle string matrices too. | |
11087 | |
3167 | 11088 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11089 | |
11090 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11091 linear encoding. | |
11092 | |
11093 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11094 audio/record.m: Open files in binary mode. | |
11095 | |
3164 | 11096 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11097 | |
11098 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11099 Move functionality of dump_1_pref here, but use built-in function | |
11100 type to extract value, and put it inside try/catch block. | |
11101 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11102 | |
3162 | 11103 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11104 | |
11105 * plot/__pltopt1.m__: New file. | |
11106 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11107 __pltopt1__ multiple times and returning a string array with rows | |
11108 corresponding to the rows of opt. | |
11109 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11110 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11111 array. | |
11112 | |
11113 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11114 | |
11115 * plot/mplot.m: Fix misspellings of global variables. | |
11116 Don't call clearplot. | |
11117 | |
11118 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11119 | |
11120 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11121 "cle;rep" when going in ot multiplot mode. | |
11122 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11123 switching out of multiplot mode. | |
11124 | |
3156 | 11125 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11126 |
3156 | 11127 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11128 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11129 |
3141 | 11130 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11131 | |
11132 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11133 | |
11134 * miscellaneous/bug_report.m: Don't try to get smart with | |
11135 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11136 | |
11137 * Makefile.in (install): Create separate ls-R files for | |
11138 $(datadir) and $(libexecdir). | |
11139 (uninstall): Remove both ls-R files. | |
11140 | |
3136 | 11141 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11142 | |
11143 * signal/fftshift.m: New file. | |
11144 | |
11145 * plot/contour.m: Fix for non-square case. | |
11146 | |
11147 * general/randperm.m: New file. | |
11148 | |
11149 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11150 | |
11151 * specfun/betai.m: Restore file for compatibility with previous | |
11152 versions. Call betainc with reordered args. | |
11153 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11154 | |
3131 | 11155 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11156 | |
11157 * plot/contour.m: Handle discrete contour levels. | |
11158 | |
11159 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11160 | |
11161 * control/lyap.m: For compatibility with Matlab, solve | |
11162 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11163 | |
3124 | 11164 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11165 | |
11166 * specfun/bessel.m: New file. | |
11167 | |
11168 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11169 specfun/gammainc.m: Delete. | |
11170 | |
3106 | 11171 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11172 | |
11173 * image/colormap.m: Initialize __current_color_map__ in global | |
11174 statement. | |
11175 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11176 statement. | |
11177 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11178 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11179 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11180 | |
3103 | 11181 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11182 | |
11183 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11184 * time/toc.m: Likewise. | |
11185 | |
11186 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11187 | |
11188 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11189 anything special for automatic_replot when in multiplot mode -- | |
11190 recent 3.6beta releases handle this correctly. | |
11191 | |
11192 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11193 setting the terminal type. | |
11194 | |
11195 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11196 plot/subwindow.m: Use leading and trailing underscores for | |
11197 `private' globals. | |
11198 | |
11199 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11200 | |
3101 | 11201 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11202 | |
11203 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11204 | |
3091 | 11205 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11206 | |
3092 | 11207 * specfun/gammai.m: Avoid problems with whitespace when |
11208 constructing matrices. | |
11209 | |
3091 | 11210 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11211 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11212 original y vector. | |
11213 | |
3085 | 11214 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11215 | |
11216 * linear-algebra/cross.m: Use direct formula instead of calling | |
11217 det three times in a loop. If both args are column (row) vectors, | |
11218 return a column (row) vector. If they don't match, pay attention | |
11219 to the value of prefer_column_vectors. | |
11220 | |
5095 | 11221 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11222 |
11223 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11224 nonsymmetric matrices. | |
11225 | |
11226 * general/tril.m: Fix usage message. | |
11227 | |
11228 * polynomial/polyvalm.m: Fix error messages. | |
11229 * polynomial/polyderiv.m: Likewise. | |
11230 * polynomial/polyval.m: Likewise. | |
11231 | |
3081 | 11232 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11233 | |
11234 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11235 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11236 | |
3063 | 11237 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11238 | |
11239 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11240 | |
5095 | 11241 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11242 |
11243 * plot/__pltopt__.m: Handle key/legend names. | |
11244 Correctly set colors, line styles, and point styles. | |
11245 | |
3061 | 11246 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11247 | |
11248 * polynomial/polyfit.m: Return fit y values as second output. | |
11249 Don't use QR factorization to solve least squares problem. | |
11250 | |
11251 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11252 | |
11253 * control/dlqr.m: Use ao, not a, to compute k. | |
11254 | |
3024 | 11255 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11256 | |
11257 * miscellaneous/path.m: New file. | |
11258 | |
2993 | 11259 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11260 | |
11261 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11262 name. | |
11263 | |
2968 | 11264 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11265 | |
11266 * specfun/erfinv.m: Add missing semicolon. | |
11267 | |
2870 | 11268 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11269 | |
11270 * miscellaneous/xor.m: Make type of return value logical. | |
11271 | |
2853 | 11272 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11273 | |
11274 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11275 warn_comma_in_global_decl. | |
11276 | |
2831 | 11277 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11278 | |
11279 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11280 octave-bug script. | |
11281 | |
2823 | 11282 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11283 | |
2824 | 11284 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11285 prefer_zero_one_indexing. | |
11286 | |
2823 | 11287 * general/logical.m: New file. |
11288 | |
2816 | 11289 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11290 | |
11291 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11292 and is_vector(). | |
11293 | |
5095 | 11294 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11295 |
11296 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11297 Use tolerance of 2 * eps. | |
11298 | |
2811 | 11299 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11300 | |
11301 * Makefile.in (install-strip): New target. | |
11302 * audio/Makefile.in: Ditto. | |
11303 * control/Makefile.in: Ditto. | |
11304 * elfun/Makefile.in: Ditto. | |
11305 * general/Makefile.in: Ditto. | |
11306 * image/Makefile.in: Ditto. | |
11307 * io/Makefile.in: Ditto. | |
11308 * linear-algebra/Makefile.in: Ditto. | |
11309 * miscellaneous/Makefile.in: Ditto. | |
11310 * plot/Makefile.in: Ditto. | |
11311 * polynomial/Makefile.in: Ditto. | |
11312 * set/Makefile.in: Ditto. | |
11313 * signal/Makefile.in: Ditto. | |
11314 * specfun/Makefile.in: Ditto. | |
11315 * special-matrix/Makefile.in: Ditto. | |
11316 * startup/Makefile.in: Ditto. | |
11317 * statistics/Makefile.in: Ditto. | |
11318 * strings/Makefile.in: Ditto. | |
11319 | |
2809 | 11320 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11321 | |
11322 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11323 | |
2798 | 11324 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11325 | |
11326 * statistics/corrcoef.m: Make it actually work. | |
11327 | |
2795 | 11328 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11329 | |
2798 | 11330 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11331 |
2779 | 11332 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11333 |
11334 * Version 2.0.5 released. | |
11335 | |
2745 | 11336 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11337 | |
2749 | 11338 * Makefile.in (maintainer-clean): Also remove configure. |
11339 | |
2746 | 11340 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11341 | |
2745 | 11342 * general/is_matrix.m: Return zero for empty matrices. |
11343 | |
11344 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11345 | |
11346 * linear-algebra/vech.m: Size result just once. | |
11347 | |
2726 | 11348 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11349 | |
11350 * general/is_square.m: Handle empty matrices correctly. | |
11351 * general/is_symmetric.m: Handle empty matrices and strings. | |
11352 | |
2716 | 11353 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11354 | |
11355 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11356 * polynomial/deconv.m: Likewise. | |
11357 * polynomial/polyderiv.m: Likewise. | |
11358 * polynomial/polyinteg.m: Likewise. | |
11359 * polynomial/polyreduce.m: Likewise. | |
11360 * polynomial/polyval.m: Likewise. | |
11361 * polynomial/polyvalm.m: Likewise. | |
11362 * general/postpad.m: Likewise. | |
11363 * general/prepad.m: Likewise. | |
11364 | |
11365 * polynomial/compan.m: Check input with is_vector(), not | |
11366 is_matrix(). Handle scalar case. | |
11367 | |
2711 | 11368 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11369 | |
2715 | 11370 * plot/contour.m: Order data so that it is consistent with |
11371 meshgrid and mesh. | |
11372 | |
2711 | 11373 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11374 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11375 | |
2709 | 11376 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11377 |
11378 * Version 2.0.4 released. | |
11379 | |
2706 | 11380 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11381 | |
2702 | 11382 * miscellaneous/paren.m: New file. |
11383 | |
2693 | 11384 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11385 |
11386 * Version 2.0.3 released. | |
11387 | |
2676 | 11388 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11389 | |
11390 * image/saveimage.m: Only clip image data that is actually out of | |
11391 range. | |
11392 | |
2667 | 11393 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11394 | |
11395 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11396 also be considered to be matrices. | |
11397 | |
11398 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11399 | |
11400 * general/isempty.m: Use size(), not rows() and columns(). | |
11401 | |
11402 * plot/contour.m: Convert set to gset. | |
11403 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11404 | |
2663 | 11405 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11406 | |
11407 * specfun/erfinv.m: Fix typo in last change. | |
11408 | |
2650 | 11409 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11410 | |
11411 * image/loadimage.m: Make it possible to load files with image | |
11412 data named X or img. | |
11413 | |
11414 * image/default.img: Change name of image from X to img to match | |
11415 what saveimage does now. | |
11416 | |
11417 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11418 does now. | |
11419 | |
2632 | 11420 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11421 | |
2634 | 11422 * Version 2.0.2 released. |
11423 | |
2632 | 11424 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11425 weird missing-lines bug without creating extra plots unecessarily. | |
11426 | |
2624 | 11427 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11428 | |
11429 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11430 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11431 io/Makefile.in, linear-algebra/Makefile.in, | |
11432 miscellaneous/Makefile.in, plot/Makefile.in, | |
11433 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11434 specfun/Makefile.in, special-matrix/Makefile.in, | |
11435 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11436 time/Makefile.in (bin-dist): New target. | |
11437 | |
2621 | 11438 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11439 | |
11440 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11441 | |
11442 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11443 | |
11444 * miscellaneous/xor.m: Make it work. | |
11445 | |
2613 | 11446 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11447 | |
11448 * plot/sombrero.m: Doc fix. | |
11449 | |
2602 | 11450 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11451 | |
11452 * Version 2.0.1 released. | |
11453 | |
2601 | 11454 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11455 | |
11456 * elfun/lcm.m: Replace missing if statement. | |
11457 | |
11458 * elfun/gcd.m: Report error if no input args. | |
11459 * elfun/lcm.m: Likewise. | |
11460 | |
2597 | 11461 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11462 | |
11463 * Makefile.in (install): Use ls -LR to create ls-R database. | |
11464 Also list contents of $libexecdir/octave in ls-R database. | |
11465 | |
2583 | 11466 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11467 | |
11468 * Version 2.0 released. | |
11469 | |
2575 | 11470 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11471 | |
11472 * Version 1.94. | |
11473 | |
2558 | 11474 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11475 | |
11476 * strings/str2num.m: New file. | |
11477 | |
2554 | 11478 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11479 | |
11480 * Version 1.93. | |
11481 | |
2540 | 11482 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11483 | |
11484 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
11485 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
11486 linear-algebra/vech.m: New files from Kurt Hornik. | |
11487 | |
11488 * general/nextpow2.m, general/shift.m, general/diff.m, | |
11489 general/common_size.m: New files from Kurt Hornik. | |
11490 | |
11491 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
11492 New files from Kurt Hornik. | |
11493 | |
11494 * signal/detrend.m: New file from Kurt Hornik. | |
11495 | |
11496 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
11497 specfun/pow2.m, specfun/log2.m: | |
11498 New files and updates from Kurt Hornik. | |
11499 | |
2523 | 11500 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11501 | |
11502 * plot/__plt__.m: Add explicit replot after last command is | |
11503 issued, to force all lines to be displayed. Hmm. | |
11504 | |
2512 | 11505 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11506 | |
2520 | 11507 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11508 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11509 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11510 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11511 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11512 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11513 Uset gset, not set. | |
11514 | |
2512 | 11515 * Version 1.92. |
11516 | |
2482 | 11517 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11518 | |
2486 | 11519 * image/saveimage.m: When writing PostScript, name Octave as the |
11520 almighty Creator. Use single call to fprintf instead of looping. | |
11521 | |
11522 * image/Makefile.in: Delete references to octtopnm. | |
11523 | |
11524 * general/logspace.m: Doc fix. | |
11525 | |
2482 | 11526 * Version 1.91. |
11527 | |
2458 | 11528 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11529 | |
11530 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11531 | |
11532 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11533 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11534 deleted. | |
11535 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11536 of a system() command to delete the tmp file. | |
11537 | |
2452 | 11538 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11539 | |
11540 * Version 1.90. | |
11541 | |
11542 * Makefile.in (DISTFILES): Add ChangeLog. | |
11543 | |
2360 | 11544 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11545 | |
11546 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
11547 Don't check for string value of automatic_replot. | |
11548 | |
11549 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
11550 Temporarily set do_fortran_indexing to 1, not "true". | |
11551 | |
11552 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
11553 not "false". | |
11554 | |
11555 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
11556 "false". | |
11557 | |
2355 | 11558 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
11559 | |
11560 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
11561 | |
2330 | 11562 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11563 | |
11564 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
11565 system command. | |
11566 | |
11567 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11568 | |
11569 * __plr1__.m: Renamed from polar_int_1.m. | |
11570 * __plr2__.m: Renamed from polar_int_2.m. | |
11571 * __plr__.m: Renamed from polar_int.m. | |
11572 * __plt1__.m: Renamed from plot_int_1.m. | |
11573 * __plt2__.m: Renamed from plot_int_2.m. | |
11574 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11575 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11576 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11577 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11578 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11579 * __plt__.m: Renamed from plot_int.m. | |
11580 * __pltopt__.m: Renamed from plot_opt.m. | |
11581 Change all callers. | |
11582 | |
11583 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11584 | |
11585 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11586 comments like those found in Emacs lisp files. | |
11587 | |
11588 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11589 | |
11590 * All .m files: Change comment style. | |
11591 | |
11592 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11593 | |
11594 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11595 subplot.m, subwindow.m, top_title.m: | |
11596 Print error message if gnuplot_has_multiplot is not true. | |
11597 | |
11598 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11599 | |
11600 * plot/figure.m: New function. | |
11601 | |
11602 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11603 | |
11604 * strings/strrep.m: New function. | |
11605 | |
11606 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11607 | |
11608 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11609 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11610 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11611 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11612 New functions from Kurt Hornik, heavily modified by jwe. | |
11613 | |
11614 * general/reshape.m: Allow strings to be reshaped too. | |
11615 | |
11616 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11617 Always return a scalar. | |
11618 | |
11619 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11620 | |
11621 * polynomial/polyfit.m: Make orientation of result compatible with | |
11622 Matlab. | |
11623 | |
11624 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11625 | |
11626 * polynomial/polyfit.m: Add missing close paren. | |
11627 | |
11628 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11629 | |
11630 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11631 | |
11632 * io/scanf.m: Delete. | |
11633 | |
11634 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11635 | |
11636 * statistics/median.m: Fix typo in usage message. | |
11637 | |
11638 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11639 | |
11640 * miscellaneous/popen2.m: New file. | |
11641 | |
11642 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11643 | |
11644 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11645 | |
11646 * io: New directory. | |
11647 * Makefile.in (SUBDIRS): Add it to the list. | |
11648 | |
11649 * miscellaneous/flops.m: New file. | |
11650 | |
11651 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11652 | |
11653 * miscellaneous/cputime.m: Return three arguments instead of a | |
11654 vector, for compatibility with previous versions and with Matlab | |
11655 (which only returns one scalar value). | |
11656 | |
11657 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11658 | |
11659 * general/triu.m: Compute lower bound on loop index correctly. | |
11660 * general/tril.m: Likewise, for upper bound. | |
11661 | |
11662 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11663 | |
11664 * image/saveimage.m: For color images, make sure indices into | |
11665 temporary colormap and result matrix have proper orientation. | |
11666 Set grey flag correctly. | |
11667 | |
11668 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11669 | |
11670 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11671 jrv@vanzandt.mv.com). | |
11672 | |
11673 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11674 | |
11675 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11676 * mesh.m: Transpose Z if only one arg. | |
11677 Handle case of all three args being matrices (from Jim Van Zandt | |
11678 jrv@vanzandt.mv.com). | |
11679 * meshdom.m: Undo previous change. | |
11680 | |
11681 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11682 | |
11683 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11684 | |
11685 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11686 | |
11687 * audio: New directory of files from Kurt Hornik and Andreas | |
11688 Weingessel. | |
11689 * audio/Makefile.in: New file. | |
11690 * Makefile.in (SUBDIRS): Add audio to the list. | |
11691 | |
11692 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11693 | |
11694 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11695 | |
11696 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11697 | |
11698 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11699 columns (z), not the other way around. | |
11700 * plot/meshdom.m: Don't reverse order of elements in y. | |
11701 | |
11702 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11703 | |
11704 * plot/axis.m: Return current axis if nargin == 0. | |
11705 | |
11706 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11707 | |
11708 * polynomial/roots.m: Updates from Kurt Hornik. | |
11709 | |
11710 * polynomial/polyder.m: New file. | |
11711 | |
11712 * polynomial/polyderiv.m: Give return value and arg different names. | |
11713 | |
11714 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11715 | |
11716 * specfun/betainc.m: New file. | |
11717 * specfun/gammainc.m: New file. | |
11718 | |
11719 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11720 | |
11721 * general/strerror.m: New file. | |
11722 * general/perror.m: Implement using strerror(). | |
11723 | |
11724 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11725 | |
11726 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11727 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11728 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11729 | |
11730 * image/saveimage.m: Round img values first. | |
11731 | |
11732 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11733 | |
11734 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11735 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11736 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11737 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11738 special-matrix/hankel.m special-matrix/toeplitz.m | |
11739 tuwien/strfun/split.m: Add missing semicolons. | |
11740 | |
11741 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11742 | |
11743 * image/Makefile.in: Don't build or install octtoppm. | |
11744 | |
11745 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11746 routines so that people who don't have the pbm stuff installed |
2330 | 11747 can still use this function. |
11748 | |
11749 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11750 | |
11751 * image/saveimage.m: Better error checking, clean up a bit. | |
11752 | |
11753 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11754 | |
11755 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11756 avoid conflict with new built-in text-style function more. | |
11757 | |
11758 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11759 | |
11760 * startup/Makefile.in (install): Also install octaverc in | |
11761 $localfcnfiledir/startup/octavrc. | |
11762 | |
11763 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11764 | |
11765 * mkinstalldirs: New file. | |
11766 * Makefile.in (DISTFILES): Add it to the list. | |
11767 | |
11768 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11769 | |
11770 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11771 | |
11772 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11773 r(1) != c(nr), not if r(1) != c(1). | |
11774 | |
11775 * signal/filter.m: Doc fix. | |
11776 | |
11777 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11778 | |
11779 * miscellaneous/cputime.m: Use new resource structure names (no | |
11780 ru_ or tv_ prefixes). | |
11781 | |
11782 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11783 | |
11784 * time/ctime.m: Fix doc string and usage message. | |
11785 | |
11786 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11787 | |
11788 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11789 | |
11790 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11791 | |
11792 * control/c2d.m: Make function work for any value of | |
11793 whitespace_in_literal_matrix. | |
11794 * control/dare.m: Likewise. | |
11795 * control/tzero.m: Likewise. | |
11796 * elfun/gcd.m: Likewise. | |
11797 * elfun/lcm.m: Likewise. | |
11798 * general/postpad.m: Likewise. | |
11799 * general/prepad.m: Likewise. | |
11800 * linear-algebra/kron.m: Likewise. | |
11801 * miscellaneous/etime.m: Likewise. | |
11802 * polynomial/conv.m: Likewise. | |
11803 * polynomial/deconv.m: Likewise. | |
11804 * polynomial/poly.m: Likewise. | |
11805 * polynomial/roots.m: Likewise. | |
11806 * signal/filter.m: Likewise. | |
11807 * signal/freqz.m: Likewise. | |
11808 * signal/fftfilt.m: Likewise. | |
11809 | |
11810 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11811 | |
11812 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11813 | |
11814 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11815 | |
11816 * plot/polar_int_2.m: Add missing semicolons. | |
11817 Set theta = theta', not rho'. | |
11818 | |
11819 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11820 | |
11821 * polynomial/roots.m: Make it work for any value of | |
11822 whitespace_in_literal_matrix. | |
11823 | |
11824 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11825 | |
11826 * configure.in: New file. | |
11827 | |
11828 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11829 | |
11830 * control/lyap.m: Add missing semicolon. | |
11831 | |
11832 * miscellaneous/cputime.m: New function file. | |
11833 | |
11834 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11835 | |
11836 * time: New directory. | |
11837 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11838 New function files. | |
11839 * time/Makefile.in: New file. | |
11840 * Makefile.in (SUBDIRS): Add time. | |
11841 | |
11842 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11843 | |
11844 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11845 | |
11846 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11847 | |
11848 * plot/plot_int_1.m: Transpose data with .', not '. | |
11849 | |
11850 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11851 | |
11852 * Makefile.in (install uninstall clean mostlyclean distclean | |
11853 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11854 | |
11855 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11856 | |
11857 * Makefile.in (install): Create ls-R database file. | |
11858 (uninstall): Delete it. | |
11859 | |
11860 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11861 | |
5378 | 11862 * image/saveimage.m: Fix typo. |
2330 | 11863 |
11864 See ChangeLog.1 in the top level directory for earlier changes. |