Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 9139:829724a7f5f3
missing ChangeLog entry
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 20 Apr 2009 11:51:23 +0200 |
parents | eebc7f8e7398 |
children | c309e028185e |
rev | line source |
---|---|
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1 2009-04-20 Jaroslav Hajek <highegg@gmail.com> |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
2 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
3 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
4 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
5 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
6 2009-04-17 Rik <rdrider0-list@yahoo.com> |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
7 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
8 * plot/__marching_cube__.m: Correct help Texinfo so manual will compile |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
9 |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
10 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
11 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
12 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
13 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
14 2009-04-14 Thomas Treichl <Thomas.Treichl@gmx.net> |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
15 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
16 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
17 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
18 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
19 2009-04-14 David Bateman <dbateman@free.fr> |
9118
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
20 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
21 * plot/__patch__.m: Set default facecolor to [0,1,0]. |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
22 |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
23 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com> |
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
24 * special-matrix/hadamard.m: Fix a documentation mistake. |
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
25 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
26 2009-04-14 Jaroslav Hajek <highegg@gmail.com> |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
27 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
28 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
29 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
30 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
31 |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
32 2009-04-12 Ben Abbott <bpabbott@mac.com> |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
33 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
34 * plot/__gnuplot_open_stream__.m: New function. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
35 * plot/__gnuplot_get_var__.m: If not open, open the gnuplot plot stream. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
36 * plot/gnuplot_drawnow.m: Replace internal function open_gnuplot_stream |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
37 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
38 |
9110
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
39 2009-04-11 David Bateman <dbateman@free.fr> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
40 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
41 * geometry/trisurf.m: New file. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
42 * geometry/Makefile.in (SOURCES): Add it here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
43 * geometry/trimesh.m: Convert to using 3D patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
44 * plot/__go_draw_axes__.m: Allow 3D filled triangular patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
45 * plot/__patch__.m: Rewrite to allow update of dependent variables |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
46 with listener functions amongst themselves. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
47 * plot/patch.m: Add 3D demo. Update the documentation. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
48 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
49 2009-04-11 Martin Helm <martinh@sirius.mhelm.de> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
50 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
51 * plot/__interp_cube__.m, plot/__marching_cube__.m, isocolors.m, |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
52 isonnormals.m, isosurface.m: New files. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
53 * plot/Makefile.in (SOURCES): Add them here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
54 |
9108 | 55 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
56 | |
57 * set/intersect.m: Add missing branch. | |
58 | |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
59 2009-04-10 Ben Abbott <bpabbott@mac.com> |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
60 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
61 * plot/print.m: If no pdf support in gnuplot, then "convert" from |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
62 postscript to pdf. For gnuplot 4.2.x use "convert", if it is present, |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
63 to produce pdf output. Only render a full page for ps/pdf output. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
64 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
65 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
66 * plot/gnuplot_drawnow.m: Place canvas size at the end of the terminal |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
67 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
68 * plot/__gnuplot_get_var__.m: If fifo fails to open, try 2nd time. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
69 |
9104 | 70 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
71 | |
72 * special-matrix/vander.m: Optimize. | |
73 | |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
74 2009-04-07 Ben Abbott <bpabbott@mac.com> |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
75 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
76 * plot/Makefile.in: Remove __gnuplot_default_font__.m from SOURCES. |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
77 |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
78 2009-04-06 Ben Abbott <bpabbott@mac.com> |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
79 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
80 * plot/__gnuplot_get_var__.m: Correct misleading error messages, and |
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
81 remove dangling/commented code. |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
82 * plot/__gnuplot_default_font__.m: Remove file from archive. |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
83 * plot/__go_draw_axes__.m, plot/__go_draw_figure__.m: Allow |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
84 fontsize to be specified for all terminals with fontname == "*". |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
85 |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
86 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
87 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
88 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
89 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
90 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
91 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
92 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
93 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
94 |
9093 | 95 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
96 | |
97 * linear-algebra/vech.m: Optimize. | |
98 | |
9092 | 99 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
100 | |
101 * special-matrix/toeplitz.m: Optimize. | |
102 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
103 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
104 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
105 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
106 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
107 2009-04-03 Jaroslav Hajek <highegg@gmail.com> |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
108 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
109 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
110 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
111 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
112 |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
113 2009-04-02 Ben Abbott <bpabbott@mac.com> |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
114 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
115 * plot/__go_draw_axes__.m: Include gnuplot command termination when |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
116 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
117 |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
118 2009-04-02 Ben Abbott <bpabbott@mac.com> |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
119 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
120 * plot/__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x. |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
121 |
9075 | 122 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
123 | |
124 * optimization/fsolve.m: Fix test. | |
125 | |
9063
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
126 2009-03-30 Ben Abbott <bpabbott@mac.com> |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
127 |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
128 * plot/__go_draw_axes__.m: New subfunction create_fontspec(). Allow |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
129 fontsize to be specified when the fontname is anonymous. |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
130 |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
131 2009-03-30 Ben Abbott <bpabbott@mac.com> |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
132 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
133 * plot/__gnuplot_default_font__.m: New function: determine gnuplot's |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
134 terminal dependent default font. |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
135 * plot/__go_draw_figure__.m: Substitute gnuplot default font when |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
136 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
137 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
138 2009-03-29 John W. Eaton <jwe@octave.org> |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
139 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
140 * testfun/Makefile.in (SOURCES): Add rundemos.m to the list. |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
141 |
9056
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
142 2009-03-29 Ben Abbott <bpabbott@mac.com> |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
143 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
144 * plot/print.m: For eps output the bounding box should represent the |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
145 figure's position. |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
146 |
9055
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
147 2009-03-28 Ben Abbott <bpabbott@mac.com> |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
148 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
149 * plot/gnuplot_drawnow.m: Always set figure property "__plot_stream__" |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
150 to the active gnuplot steam. Permits __gnuplot_get_var__ to return to |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
151 proper result for all gnuplot streams. |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
152 |
9050
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
153 2009-03-27 Ben Abbott <bpabbott@mac.com> |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
154 |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
155 * plot/__go_draw_axes__.m: Properly position the title for 3D plots |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
156 when using the gnuplot (v4.3+) backend. |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
157 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
158 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
159 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
160 * linear-algebra/expm.m: Fix order of outputs from balance. |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
161 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
162 2009-03-25 Kai Habel <kai.habel@gmx.de> |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
163 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
164 * general/gradient.m: Fix calculation for more than two |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
165 dimensions. Change interpretation of vector arguments from |
9016 | 166 spacing to coordinates. New tests. |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
167 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
168 2009-03-25 John W. Eaton <jwe@octave.org> |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
169 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
170 * mkdoc: Pass full file name to gethelp. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
171 * gethelp.cc (main): Handle second argument. Write comment with |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
172 full file name to output. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
173 |
9011
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
174 2009-03-24 Ben Abbott <bpabbott@mac.com> |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
175 |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
176 * plot/gnuplot_drawnow.m: When printing, pass scalar plot_stream |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
177 to __gnuplot_draw_figure__, and close all plot streams when done. |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
178 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
179 2009-03-24 John W. Eaton <jwe@octave.org> |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
180 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
181 * general/isa.m: Handle parent classes. |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
182 |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
183 2009-03-23 Ben Abbott <bpabbott@mac.com> |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
184 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
185 * plot/gnuplot_drawnow.m: Check that gnuplot has internal variable |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
186 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
187 * plot/__gnuplot_has_feature__.m: Add "variable_GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
188 |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
189 2009-03-21 Ben Abbott <bpabbott@mac.com> |
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
190 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
191 * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported. |
9001
b3268a0458f2
__gnuplot_get_var__.m: Add function to get gnuplot variables.
Ben Abbott <bpabbott@mac.com>
parents:
9000
diff
changeset
|
192 * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables. |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
193 * plot/print.m: Restore the behavior for option -S<num>,<num>. |
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
194 |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
195 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
196 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
197 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
198 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
199 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
200 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
201 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
202 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
203 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
204 FD jacobians. Document how it can be done with user jacobians. Make |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
205 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
206 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
207 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
208 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
209 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
210 |
8980 | 211 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
212 | |
213 * statistics/base/var.m: a -> x. | |
214 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
215 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
216 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
217 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
218 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
219 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
220 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
221 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
222 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
223 |
8970 | 224 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
225 | |
226 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
227 products. | |
228 | |
8953
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
229 2009-03-11 Ben Abbott <bpabbott@mac.com> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
230 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
231 * plot/__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
232 each axis. Set ticklabels when the ticklabels are empty and when |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
233 ticklabelmode=="manual". |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
234 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
235 2009-03-11 Marco Caliari <marco.caliari@univr.it> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
236 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
237 * plot/axis.m: Implement "square" and "equal" options, conditional |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
238 on how octave positions gnuplot axes. Place the "title()" and |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
239 "axis()" commands after "plot()" in the demos. |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
240 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
241 2009-03-09 Ben Abbott <bpabbott@mac.com> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
242 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
243 * plot/__go_draw_axes__.m (do_tics): Fix typo (xaxislocation -> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
244 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
245 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
246 2009-03-09 John W. Eaton <jwe@octave.org> |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
247 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
248 * help/lookfor.m (search_cache): Also match function names. |
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
249 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
250 * pkg/pkg.m, help/gen_doc_cache.m, help/lookfor.m: |
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
251 Use doc-cache instead of DOC for doc cache file. |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
252 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
253 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
254 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
255 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
256 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
257 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
258 |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
259 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
260 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
261 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
262 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
263 2009-03-06 Ben Abbott <bpabbott@mac.com> |
8915
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
264 |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
265 * plot/__go_draw_axes__.m: Preserve the order of axes' children |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
266 when pruning the handles for the {x,y,z}labels and title. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
267 * plot/legend.m: Change demo to add colors to lines. This change |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
268 reveals the problem (above) with the ordering of the axes' children. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
269 |
8912 | 270 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
271 | |
272 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
273 for tests. | |
274 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
275 2009-03-05 John W. Eaton <jwe@octave.org> |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
276 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
277 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
278 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
279 2009-03-05 Ben Abbott <bpabbott@mac.com> |
8909
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
280 |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
281 * plot/__go_draw_axes__.m: Preserve column vector orientation for |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
282 the axes children while removing the axis label & title handles. |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
283 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
284 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
285 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
286 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
287 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
288 2009-03-03 Ben Abbott <bpabbott@mac.com> |
8901
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
289 |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
290 * plot/gnuplot_drawnow.m: Fix unintended shift of plot image for |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
291 the gnuplot postscript+eps terminal. |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
292 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
293 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
294 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
295 * pkg/pkg.m (fix_depends): Fix & simplify splitting the string. |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
296 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
297 2009-03-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
298 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
299 * set/complement.m, set/union.m: Remove reference to deprecated |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
300 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
301 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
302 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8894
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
303 |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
304 * plot/__go_draw_axes__.m: Do not render axis labels twice when |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
305 their handles are visible, but do render objects with hidden |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
306 handles. |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
307 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
308 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8893
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
309 |
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
|
310 * 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
|
311 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
|
312 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
313 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8892
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
314 |
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
|
315 * 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
|
316 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
|
317 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
|
318 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
319 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8890
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
320 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
321 * 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
|
322 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
323 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
324 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8889
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
325 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
326 * 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
|
327 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
|
328 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
329 * 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
|
330 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
331 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
332 * 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
|
333 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
|
334 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
|
335 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
336 * 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
|
337 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
|
338 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
|
339 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
|
340 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
|
341 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
|
342 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
|
343 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
344 * 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
|
345 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
|
346 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
347 * 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
|
348 "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
|
349 * 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
|
350 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
|
351 * 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
|
352 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
353 * 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
|
354 * 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
|
355 * 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
|
356 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
357 * 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
|
358 |
8884 | 359 2009-02-27 John W. Eaton <jwe@octave.org> |
360 | |
8887 | 361 * set/complement.m: Call unique, not create_set. |
362 * set/unique.m: Style fix for docstring. | |
363 * deprecated/create_set.m: Move here from set/create_set.m. | |
364 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
|
365 |
8887 | 366 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
367 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
368 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
369 * 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
|
370 |
8884 | 371 * strings/strsplit.m: Style fixes. |
372 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
373 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
374 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
375 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
376 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
377 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
|
378 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
379 * 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
|
380 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
381 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
382 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
383 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
384 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
385 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
386 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
387 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
388 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
389 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
390 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
391 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
392 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
393 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
394 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
395 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
396 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
397 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
398 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
399 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
400 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
401 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
|
402 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
403 * 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
|
404 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
405 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
406 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
407 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
408 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
409 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
410 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
411 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
412 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
413 * 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
|
414 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
|
415 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
416 * 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
|
417 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
418 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
419 |
8861 | 420 2009-02-24 John W. Eaton <jwe@octave.org> |
421 | |
422 * 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
|
423 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
|
424 |
8861 | 425 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
426 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
427 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
|
428 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
429 * 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
|
430 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
431 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
432 * 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
|
433 |
8857 | 434 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
435 | |
436 * optimization/fsolve.m: Update niter after each iteration, not just | |
437 a succesful one. | |
438 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
439 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
|
440 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
441 * 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
|
442 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
443 * 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
|
444 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
445 |
8847 | 446 2009-02-23 John W. Eaton <jwe@octave.org> |
447 | |
448 * plot/fplot.m: Fix nargin check. | |
449 From Joel Parker <Joel.Parker@radiancetech.com>. | |
450 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
451 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
|
452 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
453 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
454 |
8826 | 455 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
456 | |
457 * linear-algebra/dmult.m: Remove. | |
458 * linear-algebra/Makefile.in: Update. | |
459 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
460 * deprecated/Makefile.in: Update. | |
461 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
462 by diagonal matrices. | |
463 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
464 2009-02-19 Ben Abbott <bpabbott@mac.com> |
8813
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
465 |
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
|
466 * 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
|
467 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
|
468 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
|
469 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
470 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
|
471 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
472 * 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
|
473 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
|
474 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
|
475 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
|
476 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
|
477 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
|
478 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
|
479 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
|
480 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
|
481 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
|
482 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
|
483 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
|
484 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
|
485 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
|
486 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
|
487 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
|
488 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
|
489 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
|
490 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
|
491 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
|
492 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
493 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
494 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
495 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
496 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
497 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
498 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
|
499 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
500 * 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
|
501 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
502 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
|
503 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
504 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
505 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
506 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
|
507 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
508 * 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
|
509 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
510 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
511 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
|
512 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
513 * 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
|
514 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
|
515 |
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
|
516 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
|
517 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
518 * 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
|
519 * 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
|
520 * 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
|
521 * 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
|
522 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
|
523 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
|
524 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
525 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
|
526 |
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
|
527 * 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
|
528 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
|
529 (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
|
530 (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
|
531 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
532 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
|
533 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
534 * 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
|
535 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
536 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
|
537 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
538 * 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
|
539 * 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
|
540 * 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
|
541 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
|
542 * 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
|
543 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
544 |
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
|
545 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
|
546 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
547 * 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
|
548 * 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
|
549 |
8757 | 550 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
551 | |
552 * 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
|
553 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
554 * optimization/fsolve.m: Update comments. |
8757 | 555 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
556 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
|
557 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
558 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
559 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
560 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
|
561 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
562 * 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
|
563 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
|
564 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
565 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
566 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
567 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
|
568 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
|
569 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
|
570 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
|
571 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
|
572 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
|
573 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
574 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
575 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
576 * 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
|
577 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
578 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
579 * 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
|
580 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
581 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
582 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
583 * 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
|
584 |
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
|
585 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
|
586 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
587 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
588 |
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
|
589 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
590 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
591 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
592 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
593 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
|
594 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
595 * 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
|
596 |
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
|
597 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
|
598 |
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
|
599 * 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
|
600 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
|
601 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
602 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
|
603 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
604 * 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
|
605 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
606 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
607 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
608 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
609 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
610 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
611 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
|
612 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
613 * 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
|
614 |
8714 | 615 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
616 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
617 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
618 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
|
619 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
620 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
621 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
|
622 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
623 * 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
|
624 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
625 * 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
|
626 |
8698 | 627 2009-02-08 John W. Eaton <jwe@octave.org> |
628 | |
629 * Makefile.in (install install-strip): Don't install ls-R file. | |
630 (uninstall): Don't uninstall ls-R file. | |
631 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
632 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
633 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
634 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
635 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
636 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
637 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
|
638 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
639 * 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
|
640 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
641 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
|
642 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
643 * 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
|
644 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
645 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
646 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
|
647 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
648 * 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
|
649 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
650 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
|
651 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
652 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
653 * 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
|
654 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
655 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
|
656 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
657 * 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
|
658 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
659 |
8666 | 660 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
661 | |
662 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
663 instead of "interpolate 4, 4". | |
664 | |
8664 | 665 2009-02-04 John W. Eaton <jwe@octave.org> |
666 | |
667 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
668 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
669 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
670 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
671 geometry/voronoi.m, geometry/voronoin.m, | |
672 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
673 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
674 linear-algebra/dmult.m, linear-algebra/dot.m, | |
675 linear-algebra/expm.m, linear-algebra/housh.m, | |
676 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
677 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
678 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
679 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
680 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
681 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
682 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
683 statistics/tests/cor_test.m, | |
684 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
685 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
686 time/addtodate.m: Style fixes. | |
687 | |
8661 | 688 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
689 | |
690 * optimization/fsolve.m: remove redundant line. | |
691 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
692 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
693 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
694 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
695 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
696 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
697 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
698 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
699 |
8652 | 700 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
701 | |
702 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
703 mlock to avoid unloading. | |
704 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
705 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
|
706 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
707 * 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
|
708 * 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
|
709 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
|
710 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
711 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
712 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
713 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
714 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
715 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
716 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
717 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
718 |
8645 | 719 2009-01-30 Kai Habel <kai.habel@gmx.de> |
720 | |
721 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
722 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
723 Require gnuplot 4.3 for transparent patches and surfaces. | |
724 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
725 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
|
726 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
727 * 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
|
728 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
|
729 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
730 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
|
731 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
732 * 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
|
733 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
734 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
735 * 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
|
736 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
737 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
|
738 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
739 * 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
|
740 |
8633 | 741 2009-01-29 Kai Habel <kai.habel@gmx.de> |
742 | |
743 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
744 | |
8632 | 745 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
746 | |
747 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
748 print sensible error message when function is found but not documented. | |
749 | |
750 * help/help.m: Allow displaying 'Contents.m' files. | |
751 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
752 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
|
753 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
754 * 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
|
755 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
756 |
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
|
757 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
758 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
759 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 760 |
761 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
762 feature. | |
763 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
764 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
|
765 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
766 * 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
|
767 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
768 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
769 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
|
770 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
771 * 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
|
772 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
|
773 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
|
774 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
775 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
776 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
777 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
778 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
779 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
780 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
781 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
|
782 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
783 * 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
|
784 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
|
785 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
|
786 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
787 * 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
|
788 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
789 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
790 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
791 * 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
|
792 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
793 |
8602 | 794 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
795 | |
796 * polynomial/spline.m: Doc fix. | |
797 | |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
798 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
|
799 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
800 * 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
|
801 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
802 |
8600 | 803 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
804 | |
805 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
806 square and overdetermined systems. | |
807 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
808 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
|
809 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
810 * 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
|
811 Adjust some defaults. |
8628 | 812 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
813 * 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
|
814 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
815 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
|
816 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
817 * 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
|
818 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
819 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
820 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
821 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
822 |
8591 | 823 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
824 | |
825 * optimization/__fsolve_defopts__.m: Remove. | |
826 * optimization/Makefile.in: Reflect change. | |
827 | |
8590 | 828 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
829 | |
830 * optimization/__fdjac__.m: Fix setting up h. | |
831 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
832 large enough square and overdetermined systems, with pivoting in the | |
833 first step. Simplify options. Adjust defaults - make TR radius | |
834 tolerance less stringent. Support DisplayFcn. | |
835 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
836 2008-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
|
837 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
838 * 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
|
839 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
840 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
|
841 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
842 * 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
|
843 |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
844 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 845 |
846 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
847 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
848 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
|
849 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
850 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
851 * 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
|
852 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
853 * 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
|
854 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
855 * 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
|
856 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
857 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
858 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
|
859 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
860 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
861 * 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
|
862 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
863 * 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
|
864 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
|
865 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
|
866 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
867 * 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
|
868 * 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
|
869 * 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
|
870 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
871 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
872 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
|
873 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
874 * 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
|
875 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
876 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
|
877 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
878 * 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
|
879 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
880 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
|
881 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
882 * 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
|
883 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
|
884 * 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
|
885 * 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
|
886 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
887 * 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
|
888 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
|
889 * 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
|
890 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
891 * 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
|
892 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
893 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
894 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
895 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
896 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
897 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
898 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
899 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
900 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
901 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
902 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
903 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
|
904 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
905 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
906 * general/prepad.m: Doc fix. |
8544 | 907 * image/pink.m: Spelling fix. |
908 * image/hsv.m: Doc fix. | |
909 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 910 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
911 * 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
|
912 |
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
|
913 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
914 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
915 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
916 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
917 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
918 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
|
919 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
920 * 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
|
921 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
922 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
|
923 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
924 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
925 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
926 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
|
927 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
928 * 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
|
929 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
|
930 |
8528 | 931 2008-01-15 Ben Abbott <bpabbott@mac.com> |
932 | |
933 * plot/grid.m: Document handle argument. | |
934 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
935 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
|
936 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
937 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
938 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
939 |
8521 | 940 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
941 | |
942 * gethelp.cc: Include <cstdio>. | |
943 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
944 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
|
945 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
946 * 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
|
947 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
|
948 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
949 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
|
950 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
951 * 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
|
952 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
953 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
|
954 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
|
955 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
|
956 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
|
957 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
|
958 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
|
959 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
|
960 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
|
961 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
|
962 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
|
963 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
|
964 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
|
965 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
|
966 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
967 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
968 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
|
969 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
970 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
971 |
8513 | 972 * optimization/fsolve.m: Doc fix. |
973 | |
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
|
974 * 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
|
975 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
976 * 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
|
977 |
8506 | 978 2009-01-13 John W. Eaton <jwe@octave.org> |
979 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
980 * 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
|
981 |
8507 | 982 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
983 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
984 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
985 general/quadgk.m, general/quadv.m, general/repmat.m, | |
986 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
987 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
988 image/imwrite.m, linear-algebra/dmult.m, | |
989 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
990 miscellaneous/setfield.m, miscellaneous/what.m, | |
991 optimization/fsolve.m, optimization/fzero.m, | |
992 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
993 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
994 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
995 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
996 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
997 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
998 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
999 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
1000 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
1001 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
1002 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
1003 statistics/base/center.m, statistics/base/quantile.m, | |
1004 statistics/base/ranks.m, statistics/base/std.m, | |
1005 statistics/distributions/hygepdf.m, | |
1006 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
1007 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
1008 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
1009 testfun/speed.m, testfun/test.m: Style fixes. | |
1010 | |
8506 | 1011 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
1012 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
1013 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
1014 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
1015 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
1016 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
1017 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
1018 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
1019 statistics/base/quantile.m, statistics/base/values.m, | |
1020 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
1021 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
1022 time/datestr.m, time/datevec.m: Comment style fixes. | |
1023 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1024 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
|
1025 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
1026 * 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
|
1027 |
8466 | 1028 2009-01-12 John W. Eaton <jwe@octave.org> |
1029 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
1030 * 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
|
1031 Use strcmpi to compare options. |
8466 | 1032 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1033 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
|
1034 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1035 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1036 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
1037 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1038 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
|
1039 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
1040 * 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
|
1041 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1042 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1043 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1044 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 1045 * miscellaneous/orderfields.m: Ditto. |
1046 * miscellaneous/what.m: Ditto. | |
1047 * pkg/pkg.m: Ditto. | |
1048 * plot/ndgrid.m: Ditto. | |
1049 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
1050 |
8451 | 1051 2009-01-09 Kai Habel <kai.habel@gmx.de> |
1052 | |
1053 * plot/surfl.m: New function | |
8628 | 1054 * plot/diffuse.m: Ditto. |
1055 * plot/specular.m: Ditto. | |
8451 | 1056 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1057 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
|
1058 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
1059 * 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
|
1060 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1061 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
|
1062 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1063 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
1064 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1065 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
|
1066 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
1067 * 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
|
1068 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
|
1069 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
|
1070 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
|
1071 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
|
1072 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
|
1073 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
|
1074 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
|
1075 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
|
1076 * 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
|
1077 * 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
|
1078 * 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
|
1079 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1080 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
|
1081 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
1082 * 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
|
1083 |
8438 | 1084 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
1085 | |
1086 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
1087 operation fails. | |
1088 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1089 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
|
1090 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1091 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
1092 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1093 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
1094 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
1095 * 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
|
1096 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1097 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
1098 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1099 * 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
|
1100 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1101 |
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
|
1102 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
|
1103 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
1104 * 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
|
1105 |
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
|
1106 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
|
1107 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
1108 * 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
|
1109 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1110 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1111 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1112 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
1113 |
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
|
1114 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
|
1115 |
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
|
1116 * 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
|
1117 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
|
1118 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1119 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1120 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1121 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1122 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
1123 |
8416 | 1124 2008-11-21 Radek Salac <salac.r@gmail.com> |
1125 | |
1126 * sparse/bicgstab.m: New function. | |
1127 * sparse/Makefile.in (SOURCES): Add it here. | |
1128 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1129 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
|
1130 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
1131 * 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
|
1132 (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
|
1133 * 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
|
1134 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1135 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1136 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1137 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1138 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1139 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
1140 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1141 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
|
1142 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
1143 * 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
|
1144 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
|
1145 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1146 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1147 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1148 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
1149 |
8393 | 1150 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
1151 | |
8394 | 1152 * linear-algebra/expm.m: New source. |
8393 | 1153 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1154 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1155 |
8394 | 1156 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
1157 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1158 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1159 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
1160 * 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
|
1161 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1162 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
|
1163 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
1164 * 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
|
1165 * 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
|
1166 * 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
|
1167 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1168 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
|
1169 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
1170 * 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
|
1171 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
|
1172 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
|
1173 * 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
|
1174 * 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
|
1175 * 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
|
1176 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1177 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1178 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
1179 * 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
|
1180 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1181 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
|
1182 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
1183 * 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
|
1184 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1185 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
|
1186 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1187 * 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
|
1188 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1189 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
|
1190 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1191 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
|
1192 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
1193 |
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
|
1194 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
|
1195 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
1196 * 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
|
1197 |
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
|
1198 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
|
1199 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
1200 * 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
|
1201 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1202 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
|
1203 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1204 * 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
|
1205 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
1206 |
8324 | 1207 2008-11-14 David Bateman <dbateman@free.fr> |
1208 | |
1209 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
1210 of the axis object. | |
1211 | |
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
|
1212 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
|
1213 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
1214 * 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
|
1215 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1216 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
|
1217 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1218 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1219 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
1220 |
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
|
1221 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
|
1222 |
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
|
1223 * 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
|
1224 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
|
1225 * 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
|
1226 |
8316 | 1227 2008-11-10 John W. Eaton <jwe@octave.org> |
1228 | |
1229 * polynomial/spline.m: Delete debugging statements. From | |
1230 Sebastian Sch�ps <sebastian@schoeps.org>. | |
1231 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1232 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
|
1233 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1234 * 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
|
1235 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
1236 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1237 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
|
1238 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1239 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
1240 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1241 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
|
1242 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1243 * 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
|
1244 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
1245 |
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
|
1246 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
|
1247 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
1248 * 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
|
1249 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1250 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1251 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1252 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1253 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1254 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1255 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
1256 |
8305 | 1257 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
1258 | |
1259 * optimization/fzero.m: Replace tabs by spaces. | |
1260 | |
1261 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
1262 | |
1263 * optimization/fzero.m: Simplify exception handling. | |
1264 | |
1265 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
1266 | |
1267 * optimization/fzero.m: New function file. | |
1268 * optimization/Makefile.in: Add it. | |
1269 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1270 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1271 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1272 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1273 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1274 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1275 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1276 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
1277 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1278 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1279 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1280 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
1281 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1282 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1283 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1284 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1285 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1286 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
1287 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1288 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
|
1289 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1290 * 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
|
1291 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
1292 * 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
|
1293 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
|
1294 * 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
|
1295 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1296 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
|
1297 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
1298 * 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
|
1299 * 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
|
1300 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
|
1301 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1302 * 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
|
1303 * 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
|
1304 * 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
|
1305 * 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
|
1306 * 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
|
1307 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
1308 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1309 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
|
1310 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1311 * 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
|
1312 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
|
1313 * 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
|
1314 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
|
1315 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
|
1316 * 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
|
1317 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1318 * 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
|
1319 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
|
1320 * 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
|
1321 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
|
1322 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
1323 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1324 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
|
1325 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
1326 * 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
|
1327 |
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
|
1328 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
|
1329 |
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
|
1330 * 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
|
1331 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
|
1332 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1333 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
|
1334 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
1335 * 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
|
1336 |
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
|
1337 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
|
1338 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
1339 * 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
|
1340 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
1341 * 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
|
1342 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1343 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
|
1344 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1345 * 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
|
1346 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
1347 |
8257 | 1348 2008-10-22 David Bateman <dbateman@free.fr> |
1349 | |
8260 | 1350 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
1351 "caller" workspace. | |
1352 | |
8258 | 1353 * plot/__errplot__.m: Add errorbar series objects. |
1354 * plot/errbar.m: Add some demos. | |
1355 | |
8257 | 1356 * plot/__add_line_series__.m: Remove |
1357 * plot/Makefile.in (SOURCES): Remove it here too. | |
1358 * plot/__add_datasource__.m: Allow for more than one character in | |
1359 source name. | |
1360 * plot/refreshdata.m: Ditto. | |
1361 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1362 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
1363 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
1364 * plot/__scatter__.m: Add scatter series objects and data sources. | |
1365 * plot/legend.m: Update type in loop and remove debugging messages. | |
1366 | |
8251 | 1367 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1368 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
1369 * 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
|
1370 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1371 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
1372 |
8249 | 1373 2008-10-21 John W. Eaton <jwe@octave.org> |
1374 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
1375 * 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
|
1376 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1377 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
1378 |
8249 | 1379 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
1380 struct. Use get instead of examining struct fields directly. | |
1381 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
1382 object struct. Use get instead of examining struct elements | |
1383 directly. Use allhild instead of looking at children field of | |
1384 figure object struct. | |
1385 | |
8251 | 1386 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 1387 |
1388 * plot/orient.m: Fix syntax error. | |
1389 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1390 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1391 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
1392 * 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
|
1393 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
1394 * 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
|
1395 * 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
|
1396 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1397 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
|
1398 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1399 * 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
|
1400 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
|
1401 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1402 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1403 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
|
1404 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1405 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1406 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1407 * 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
|
1408 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1409 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1410 * 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
|
1411 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1412 * 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
|
1413 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1414 * 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
|
1415 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1416 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
|
1417 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1418 * 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
|
1419 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
|
1420 |
8236 | 1421 2008-10-17 David Bateman <dbateman@free.fr> |
1422 | |
1423 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1424 from potential axis handles. | |
1425 * plot/colorbar.m: Remove debug output. | |
1426 * plot/comet.m: Close plot before demo | |
1427 * plot/contourc.m: No output if nargout == 0. | |
1428 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1429 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
|
1430 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1431 * 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
|
1432 |
8229 | 1433 2008-10-16 John W. Eaton <jwe@octave.org> |
1434 | |
1435 * testfun/rundemos.m: New function. | |
1436 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1437 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
|
1438 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1439 * 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
|
1440 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1441 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
|
1442 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1443 * 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
|
1444 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
|
1445 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1446 * 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
|
1447 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
|
1448 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
|
1449 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1450 * 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
|
1451 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
|
1452 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1453 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1454 * 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
|
1455 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
|
1456 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1457 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
|
1458 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1459 * 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
|
1460 (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
|
1461 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1462 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
|
1463 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1464 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1465 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1466 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1467 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
|
1468 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1469 * 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
|
1470 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
|
1471 (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
|
1472 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1473 * 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
|
1474 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1475 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1476 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1477 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
|
1478 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1479 * 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
|
1480 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1481 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1482 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
|
1483 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1484 * 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
|
1485 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1486 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
|
1487 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1488 * 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
|
1489 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1490 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1491 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1492 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1493 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1494 |
8208 | 1495 2008-10-10 David Bateman <dbateman@free.fr> |
1496 | |
1497 * image/__img__.m: Manually set the limits of th eimage | |
1498 * plot/__go_draw_axes__.m: Base window position in the axis | |
1499 position property and not the outerposition property. Remove | |
1500 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1501 vector to support image based colorbars. Also check labelmode for | |
1502 manual tics. | |
1503 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1504 colorbar code. | |
1505 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1506 it to the principal axis. | |
1507 * plot/legend.m: Support an axis handle as the first | |
1508 argument. Support hggroups. | |
1509 * plot/pareto.m: Don't support an axis handle as the first | |
1510 argument as the plotyy command in fact needs two axis handles. | |
1511 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1512 synchronize the two axes. | |
1513 * plot/subplot.m: Also skip axes that are tagged as being a | |
1514 colorbar. Don't break in search of overlapping axes to delete. Set | |
1515 both the position and the outerposition. | |
1516 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1517 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
|
1518 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1519 * 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
|
1520 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1521 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
|
1522 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1523 * 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
|
1524 * 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
|
1525 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1526 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
|
1527 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1528 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1529 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1530 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1531 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1532 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1533 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1534 * 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
|
1535 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1536 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
|
1537 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1538 * 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
|
1539 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1540 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
|
1541 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1542 * 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
|
1543 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
|
1544 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
|
1545 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
|
1546 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
|
1547 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
|
1548 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
|
1549 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
|
1550 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
|
1551 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
|
1552 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1553 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
|
1554 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1555 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1556 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1557 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1558 * 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
|
1559 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1560 * 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
|
1561 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1562 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
|
1563 |
8182 | 1564 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1565 | |
1566 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
|
1567 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1568 * 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
|
1569 |
8182 | 1570 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1571 | |
1572 * 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
|
1573 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1574 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1575 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1576 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1577 |
8182 | 1578 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
|
1579 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1580 * 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
|
1581 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1582 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1583 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1584 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
|
1585 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1586 * 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
|
1587 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1588 * 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
|
1589 |
8182 | 1590 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
|
1591 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1592 * 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
|
1593 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1594 * 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
|
1595 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1596 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
|
1597 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1598 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1599 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1600 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1601 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1602 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1603 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
|
1604 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1605 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1606 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
|
1607 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1608 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1609 |
8148 | 1610 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
1611 | |
1612 * image/imread.m, image/imwrite.m: Doc fix. | |
1613 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1614 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
|
1615 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1616 * 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
|
1617 |
8149 | 1618 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
|
1619 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1620 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1621 * 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
|
1622 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1623 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
|
1624 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1625 * 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
|
1626 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1627 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1628 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1629 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1630 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1631 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1632 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1633 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1634 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1635 |
8182 | 1636 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1637 |
1638 * plot/comet.m: New file. | |
1639 * plot/Makefile.in (SOURCES): Add it here. | |
1640 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1641 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
|
1642 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1643 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1644 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1645 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1646 * 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
|
1647 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
|
1648 |
8182 | 1649 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
|
1650 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1651 * 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
|
1652 |
8116 | 1653 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1654 | |
8117 | 1655 * image/imshow.m: Fix for display_range. |
1656 | |
8116 | 1657 * general/interpn.m: Fixe for extrapval and documentation of |
1658 extrapval. | |
1659 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1660 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
|
1661 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1662 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1663 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1664 * 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
|
1665 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1666 * 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
|
1667 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1668 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1669 * 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
|
1670 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
|
1671 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1672 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1673 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1674 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1675 |
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
|
1676 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
|
1677 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1678 * 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
|
1679 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
|
1680 |
8088 | 1681 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1682 | |
1683 * plot/plot.m: Doc fix. | |
1684 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1685 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
|
1686 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1687 * 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
|
1688 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1689 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1690 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
|
1691 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1692 * 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
|
1693 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1694 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1695 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1696 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1697 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1698 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1699 * 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
|
1700 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1701 |
8076 | 1702 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1703 | |
1704 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1705 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1706 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1707 | |
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
|
1708 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
|
1709 |
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
|
1710 * 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
|
1711 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
|
1712 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
|
1713 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
|
1714 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
|
1715 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
|
1716 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
|
1717 '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
|
1718 * 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
|
1719 |
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
|
1720 * 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
|
1721 * 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
|
1722 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1723 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1724 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1725 * 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
|
1726 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1727 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1728 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1729 * 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
|
1730 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
|
1731 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1732 * 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
|
1733 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
|
1734 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
|
1735 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1736 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1737 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1738 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1739 |
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
|
1740 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
|
1741 |
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
|
1742 * 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
|
1743 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
|
1744 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1745 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
|
1746 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1747 * 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
|
1748 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1749 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1750 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
|
1751 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1752 * 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
|
1753 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
|
1754 * 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
|
1755 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
|
1756 * 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
|
1757 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1758 * 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
|
1759 * 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
|
1760 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
|
1761 * 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
|
1762 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
|
1763 * 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
|
1764 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
|
1765 * 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
|
1766 * 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
|
1767 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
|
1768 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1769 |
8054 | 1770 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
1771 | |
1772 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
1773 Handle parameter-value options. Untabify. | |
1774 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1775 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
|
1776 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1777 * 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
|
1778 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1779 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1780 * 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
|
1781 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
|
1782 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1783 * 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
|
1784 * 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
|
1785 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1786 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1787 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
|
1788 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1789 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1790 |
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
|
1791 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
|
1792 |
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
|
1793 * 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
|
1794 (__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
|
1795 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
|
1796 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1797 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1798 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1799 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1800 |
8046 | 1801 2008-08-21 David Bateman <dbateman@free.fr> |
1802 | |
1803 * plot/ezplot.m : New function. | |
1804 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
1805 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
1806 | |
8182 | 1807 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
|
1808 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1809 * 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
|
1810 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1811 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1812 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
|
1813 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1814 * 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
|
1815 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
|
1816 |
8040 | 1817 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
|
1818 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1819 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1820 |
8035 | 1821 2008-08-19 David Bateman <dbateman@free.fr> |
1822 | |
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
|
1823 * 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
|
1824 * 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
|
1825 |
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
|
1826 * statistics/base/ranks.m: Doc fix. |
8035 | 1827 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1828 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
|
1829 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1830 * 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
|
1831 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1832 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
|
1833 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1834 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1835 |
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
|
1836 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
|
1837 |
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
|
1838 * 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
|
1839 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
|
1840 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1841 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
|
1842 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1843 * 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
|
1844 |
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
|
1845 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
|
1846 |
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
|
1847 * 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
|
1848 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
|
1849 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1850 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
|
1851 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1852 * 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
|
1853 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1854 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1855 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1856 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1857 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1858 * 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
|
1859 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1860 * 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
|
1861 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1862 |
8182 | 1863 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
|
1864 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1865 * plot/hold.m: Clarify help text. |
7986 | 1866 |
1867 * specfun/reallog.m: Fix help string. | |
1868 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1869 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 1870 |
1871 * strings/regexptranslate.m: Add real documentation. | |
1872 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
1873 * 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
|
1874 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1875 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1876 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1877 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1878 |
7974 | 1879 2008-07-28 John W. Eaton <jwe@octave.org> |
1880 | |
1881 * image/imwrite.m: New function. | |
1882 * image/Makefile.in (SOURCES): Add it to the list. | |
1883 | |
7969 | 1884 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1885 | |
1886 * time/datestr.m: New xtest. | |
1887 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1888 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
|
1889 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1890 * 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
|
1891 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1892 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1893 |
7940 | 1894 2008-07-17 John W. Eaton <jwe@octave.org> |
1895 | |
1896 * general/fliplr.m: Fix usage test. | |
1897 * testfun/test.m: Fix usage tests. | |
1898 | |
8040 | 1899 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1900 |
1901 * statistics/base/cov.m: Fix test that should no longer work. | |
1902 | |
7935 | 1903 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1904 | |
1905 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1906 * plot/Makefile.in (SOURCES): Add them to the list. | |
1907 | |
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
|
1908 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
|
1909 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1910 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1911 * 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
|
1912 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1913 * 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
|
1914 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1915 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1916 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1917 |
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
|
1918 * 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
|
1919 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1920 * 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
|
1921 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1922 * 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
|
1923 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1924 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
|
1925 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1926 * 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
|
1927 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1928 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
|
1929 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1930 * 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
|
1931 |
8040 | 1932 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
|
1933 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1934 * 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
|
1935 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1936 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1937 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1938 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1939 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
|
1940 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1941 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
|
1942 |
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
|
1943 * 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
|
1944 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1945 * 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
|
1946 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
|
1947 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1948 |
8040 | 1949 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
|
1950 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1951 * 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
|
1952 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1953 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1954 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1955 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1956 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1957 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1958 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1959 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
|
1960 |
7817 | 1961 * miscellaneous/debug.m: New file.. |
1962 * Makefile.in (SOURCES): Add it to the list. | |
1963 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1964 * 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
|
1965 []. 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
|
1966 |
8040 | 1967 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1968 |
1969 * strings/strcat.m: Add tests. | |
1970 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1971 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
|
1972 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1973 * 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
|
1974 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1975 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1976 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1977 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1978 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1979 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1980 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1981 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1982 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1983 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1984 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1985 |
7783 | 1986 2008-05-20 Bill Denney <bill@denney.ws> |
1987 | |
1988 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1989 New tests. | |
1990 | |
7777 | 1991 2008-05-19 John W. Eaton <jwe@octave.org> |
1992 | |
1993 * general/isa.m: Fix tests. | |
1994 | |
7773 | 1995 2008-05-13 Bill Denney <bill@denney.ws> |
1996 | |
1997 * general/isa.m: Use persistent cell arrays to hold class names | |
1998 instead of multiple strcmp calls. | |
1999 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2000 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2001 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2002 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2003 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
|
2004 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2005 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2006 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
|
2007 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
|
2008 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2009 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2010 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2011 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2012 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2013 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2014 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
|
2015 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2016 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2017 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2018 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2019 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
|
2020 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
2021 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2022 * 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
|
2023 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
2024 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2025 * 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
|
2026 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
2027 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2028 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2029 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
2030 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2031 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
|
2032 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2033 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
2034 |
7765 | 2035 2008-05-06 David Bateman <dbateman@free.fr> |
2036 | |
2037 * miscellaneous/symvar.m: New function. | |
2038 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2039 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2040 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
|
2041 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2042 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2043 * 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
|
2044 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2045 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2046 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2047 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2048 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
|
2049 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
|
2050 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
2051 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2052 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2053 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2054 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2055 * 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
|
2056 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
2057 |
7747 | 2058 2008-04-30 John W. Eaton <jwe@octave.org> |
2059 | |
2060 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
2061 elfun/asech.m, specfun/pow2.m: Fix tests. | |
2062 | |
8040 | 2063 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 2064 |
2065 * specfun/log2.m: Delete. | |
2066 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
2067 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2068 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
|
2069 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
2070 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
|
2071 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2072 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2073 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2074 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2075 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
2076 |
7736 | 2077 2008-04-25 John W. Eaton <jwe@octave.org> |
2078 | |
2079 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
2080 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 2081 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2082 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
|
2083 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
2084 * 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
|
2085 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
|
2086 * 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
|
2087 |
8149 | 2088 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
|
2089 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
2090 * 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
|
2091 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2092 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
|
2093 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
2094 * 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
|
2095 |
7713 | 2096 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
|
2097 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
2098 * 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
|
2099 |
7710 | 2100 2008-04-14 David Bateman <dbateman@free.fr> |
2101 | |
2102 * plot/rose.m: Add missing comment mark that causes issues with | |
2103 octave-forge function referencing. | |
2104 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
2105 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2106 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
|
2107 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
2108 * 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
|
2109 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
|
2110 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
|
2111 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
|
2112 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
|
2113 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
|
2114 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
|
2115 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
|
2116 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
|
2117 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
|
2118 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
|
2119 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
|
2120 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
|
2121 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
|
2122 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
|
2123 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
|
2124 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
|
2125 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
|
2126 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
|
2127 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
|
2128 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
|
2129 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
|
2130 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
|
2131 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
|
2132 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
|
2133 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
|
2134 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
|
2135 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
|
2136 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
|
2137 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
|
2138 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
|
2139 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
|
2140 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
|
2141 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
|
2142 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
|
2143 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
|
2144 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
|
2145 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
|
2146 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
|
2147 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
|
2148 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
|
2149 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
|
2150 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
|
2151 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
|
2152 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
|
2153 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
|
2154 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
|
2155 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
|
2156 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2157 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
|
2158 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
2159 * 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
|
2160 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2161 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
|
2162 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2163 * 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
|
2164 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2165 * 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
|
2166 * 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
|
2167 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2168 * 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
|
2169 * 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
|
2170 * 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
|
2171 * 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
|
2172 * 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
|
2173 * 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
|
2174 * 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
|
2175 * 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
|
2176 * 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
|
2177 * 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
|
2178 * 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
|
2179 * 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
|
2180 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2181 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
2182 * 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
|
2183 * 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
|
2184 * 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
|
2185 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2186 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
|
2187 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
2188 * 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
|
2189 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
|
2190 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2191 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
|
2192 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2193 * 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
|
2194 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
|
2195 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
|
2196 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
|
2197 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
|
2198 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
|
2199 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
|
2200 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
|
2201 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
|
2202 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
|
2203 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
|
2204 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
|
2205 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
|
2206 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
|
2207 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
|
2208 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
|
2209 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2210 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
|
2211 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
|
2212 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
|
2213 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
|
2214 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
|
2215 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
|
2216 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2217 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
|
2218 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
|
2219 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
|
2220 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
|
2221 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
|
2222 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
|
2223 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
2224 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
|
2225 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
|
2226 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
|
2227 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
|
2228 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
|
2229 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
|
2230 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
|
2231 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
|
2232 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
|
2233 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2234 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
|
2235 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2236 * 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
|
2237 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
|
2238 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
|
2239 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
|
2240 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
|
2241 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
|
2242 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
|
2243 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
|
2244 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
|
2245 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
|
2246 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
|
2247 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
|
2248 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
|
2249 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
|
2250 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
|
2251 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
|
2252 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2253 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
|
2254 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
|
2255 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
|
2256 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
|
2257 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
|
2258 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2259 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
|
2260 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
|
2261 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2262 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
|
2263 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
|
2264 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
|
2265 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
|
2266 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
|
2267 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2268 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
|
2269 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2270 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
|
2271 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
|
2272 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
|
2273 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
|
2274 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
|
2275 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
|
2276 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
|
2277 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
|
2278 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
|
2279 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2280 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
|
2281 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
|
2282 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
|
2283 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2284 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
2285 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2286 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2287 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2288 * 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
|
2289 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2290 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2291 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2292 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2293 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2294 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2295 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2296 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2297 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2298 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
2299 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2300 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2301 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2302 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
2303 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2304 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
|
2305 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
2306 * 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
|
2307 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
2308 * 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
|
2309 |
7682 | 2310 2008-04-02 Bill Denney <bill@denney.ws> |
2311 | |
2312 * optimization/lsqnonneg.m: New function. | |
2313 * optimization/Makefile.in (SOURCES): Add it to the list. | |
2314 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2315 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2316 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2317 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2318 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
2319 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2320 * 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
|
2321 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
|
2322 * 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
|
2323 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
2324 |
7678 | 2325 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
2326 | |
2327 * general/sortrows.m: Handle negative column arguments. | |
2328 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2329 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2330 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2331 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2332 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
2333 |
7673 | 2334 2008-03-31 David Bateman <dbateman@free.fr> |
2335 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2336 * 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
|
2337 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
|
2338 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
2339 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2340 * 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
|
2341 * 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
|
2342 * 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
|
2343 * 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
|
2344 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
2345 * 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
|
2346 |
7673 | 2347 * plot/ginput.m: New function. |
2348 * plot/__gnuplot_ginput__.m: New function based on a version of | |
2349 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
2350 * plot/Makefile.in (SOURCES): Add them to the list. | |
2351 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2352 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
|
2353 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
2354 * 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
|
2355 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2356 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2357 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2358 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2359 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2360 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2361 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2362 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
2363 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2364 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
|
2365 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2366 * 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
|
2367 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
2368 |
7669 | 2369 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
2370 | |
2371 * general/del2.m: Missing semicolon. | |
2372 | |
7668 | 2373 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
2374 | |
2375 * miscellaneous/info.m: New function. | |
2376 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2377 | |
8149 | 2378 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
|
2379 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2380 * 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
|
2381 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
2382 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2383 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
|
2384 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
2385 * 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
|
2386 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
|
2387 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
2388 * 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
|
2389 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
|
2390 |
7655 | 2391 2008-03-27 Bill Denney <bill@denney.ws> |
2392 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2393 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
2394 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2395 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2396 * 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
|
2397 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2398 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
2399 * 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
|
2400 |
7657 | 2401 * general/genvarname.m: New function. |
2402 * general/Makefile.in (SOURCES): Add it to the list. | |
2403 | |
7656 | 2404 * time/addtodate.m: New function. |
7657 | 2405 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2406 |
7655 | 2407 * geometry/rectint.m: Vectorize and add more tests. |
2408 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2409 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
|
2410 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2411 * 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
|
2412 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2413 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2414 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2415 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2416 |
7650 | 2417 2008-03-26 John W. Eaton <jwe@octave.org> |
2418 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2419 * 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
|
2420 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2421 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2422 * 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
|
2423 |
7650 | 2424 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2425 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2426 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2427 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2428 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2429 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2430 Texinfo fixes. | |
2431 | |
8040 | 2432 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
|
2433 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2434 * 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
|
2435 |
8149 | 2436 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
|
2437 |
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
|
2438 * 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
|
2439 |
8182 | 2440 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
|
2441 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2442 * 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
|
2443 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
|
2444 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2445 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2446 * 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
|
2447 |
8149 | 2448 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2449 |
2450 * polynomial/convn.m: New function. | |
2451 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2452 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2453 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2454 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2455 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2456 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2457 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2458 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
|
2459 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2460 * 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
|
2461 |
7627 | 2462 2008-03-24 David Bateman <dbateman@free.fr> |
2463 | |
2464 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2465 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2466 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2467 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2468 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2469 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2470 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2471 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2472 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2473 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
|
2474 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2475 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2476 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2477 * 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
|
2478 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2479 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
|
2480 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2481 * 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
|
2482 |
7617 | 2483 * miscellaneous/cast.m: Also allow cast to "char". |
2484 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2485 * 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
|
2486 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2487 * 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
|
2488 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2489 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2490 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2491 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2492 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2493 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2494 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2495 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2496 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2497 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2498 |
7610 | 2499 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2500 | |
2501 * signal/sinetone.m: Ensure integral number of samples. | |
2502 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2503 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
|
2504 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2505 * 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
|
2506 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2507 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
|
2508 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2509 * 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
|
2510 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2511 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
|
2512 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2513 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2514 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2515 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2516 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2517 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2518 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2519 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2520 * 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
|
2521 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2522 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2523 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2524 * 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
|
2525 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2526 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2527 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2528 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
|
2529 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2530 * 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
|
2531 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2532 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
|
2533 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2534 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2535 |
7592 | 2536 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2537 | |
2538 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2539 style to default to avoid wrong mesh color in some cases. | |
2540 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2541 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2542 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2543 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2544 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
|
2545 |
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
|
2546 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
|
2547 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2548 * 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
|
2549 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
|
2550 |
7592 | 2551 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2552 | |
7582 | 2553 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2554 | |
2555 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2556 Allow plotting of uniform colored mesh plots with and | |
2557 w/o hidden line removal. | |
2558 | |
2559 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
|
2560 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2561 * 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
|
2562 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2563 * 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
|
2564 |
7569 | 2565 2008-03-07 John W. Eaton <jwe@octave.org> |
2566 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2567 * 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
|
2568 |
7569 | 2569 * plot/__go_draw_axes__.m: Handle tickdir property. |
2570 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2571 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2572 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2573 * 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
|
2574 Allow matrix arguments when number of bins > 30. |
7568 | 2575 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
|
2576 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2577 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2578 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2579 * 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
|
2580 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2581 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2582 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2583 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
|
2584 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2585 * 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
|
2586 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2587 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
|
2588 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2589 * 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
|
2590 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2591 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2592 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
|
2593 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2594 * 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
|
2595 |
7551 | 2596 2008-03-04 Bill Denney <bill@denney.ws> |
2597 | |
7557 | 2598 * plot/allchild.m, plot/findall.m: New functions. |
2599 * plot/Makefile.in (SOURCES): Add them to the list. | |
2600 | |
7551 | 2601 * geometry/rectint.m: New function. |
7557 | 2602 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2603 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2604 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
|
2605 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2606 * 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
|
2607 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
|
2608 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2609 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2610 |
2611 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2612 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2613 * 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
|
2614 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2615 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
|
2616 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2617 * 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
|
2618 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2619 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
|
2620 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2621 * 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
|
2622 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
|
2623 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2624 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
|
2625 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2626 * 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
|
2627 "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
|
2628 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2629 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
|
2630 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2631 * 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
|
2632 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
|
2633 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
|
2634 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
|
2635 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
|
2636 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
|
2637 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
|
2638 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
|
2639 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
|
2640 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
|
2641 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
|
2642 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
|
2643 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
|
2644 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2645 * 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
|
2646 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2647 * 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
|
2648 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2649 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
|
2650 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2651 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2652 |
7525 | 2653 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2654 | |
2655 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2656 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2657 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
|
2658 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2659 * 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
|
2660 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2661 |
7518 | 2662 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2663 | |
2664 * specfun/legendre.m: Doc fix. | |
2665 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2666 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
|
2667 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2668 * 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
|
2669 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2670 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2671 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
|
2672 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2673 * 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
|
2674 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2675 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2676 * 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
|
2677 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2678 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
|
2679 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2680 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2681 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2682 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2683 * 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
|
2684 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2685 * 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
|
2686 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2687 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2688 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
|
2689 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2690 * 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
|
2691 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2692 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2693 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
|
2694 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2695 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2696 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2697 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
|
2698 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2699 * 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
|
2700 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
|
2701 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
|
2702 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
|
2703 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2704 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
|
2705 |
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
|
2706 * 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
|
2707 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
|
2708 |
7501 | 2709 * polynomial/polyfit.m: Use QR decomposition. Handle |
2710 normalization option. | |
2711 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2712 generate 50% prediction intervals. | |
2713 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2714 * 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
|
2715 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2716 |
7498 | 2717 2008-02-19 John W. Eaton <jwe@octave.org> |
2718 | |
2719 * pkg/pkg.m: Style fixes. | |
2720 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2721 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2722 |
2723 * pkg/pkg.m: Handle 'describe' command. | |
2724 (parse_pkg_idx, print_package_description): New subfunctions. | |
2725 | |
7493 | 2726 2008-02-19 Bill Denney <bill@denney.ws> |
2727 | |
2728 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2729 elements wide. | |
2730 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2731 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
|
2732 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2733 * 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
|
2734 |
7485 | 2735 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2736 | |
2737 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2738 * general/runlength.m: New function from Paul Kienzle. | |
2739 | |
7484 | 2740 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2741 | |
2742 * linear-algebra/cond.m: New optional second argument to | |
2743 specify 1-norm, inf-norm, or frobenius-norm. | |
2744 | |
7475 | 2745 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2746 | |
2747 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2748 body. Allow the linespec to specify the arrow color. | |
2749 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2750 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
|
2751 |
7474 | 2752 * miscellaneous/cast.m: Also treat the logical type. |
2753 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2754 * 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
|
2755 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2756 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2757 * 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
|
2758 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2759 * 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
|
2760 * 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
|
2761 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2762 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
|
2763 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2764 * 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
|
2765 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2766 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2767 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2768 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2769 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2770 * 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
|
2771 |
7436 | 2772 2008-02-01 Dave Goel <deego3@gmail.com> |
2773 | |
2774 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
2775 | |
7434 | 2776 2008-02-01 Bill Denney <bill@denney.ws> |
2777 | |
2778 * time/weekday.m: Allow vector inputs and speed up. | |
2779 * time/eomday.m: Return column vector for column vector inputs. | |
2780 | |
7429 | 2781 2008-01-30 John W. Eaton <jwe@octave.org> |
2782 | |
7434 | 2783 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
2784 revision". | |
2785 | |
7431 | 2786 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
2787 __plt2vs__.m in the list. | |
2788 | |
7430 | 2789 * miscellaneous/tempdir.m: Append filesep to name for |
2790 compatibility. Warn if not a directory or directory does not | |
2791 exist. | |
2792 | |
7429 | 2793 * strings/deblank.m: Improve compatibility. |
2794 | |
7428 | 2795 2008-01-29 John W. Eaton <jwe@octave.org> |
2796 | |
2797 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
2798 | |
2799 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 2800 |
2801 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
2802 Return the label handle, not the current axis handle. | |
2803 | |
7421 | 2804 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
2805 | |
2806 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
2807 abscissa. | |
2808 | |
2809 2008-01-25 David Bateman <dbateman@free.fr> | |
2810 | |
7423 | 2811 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 2812 * plot/__scatter__.m: Remove NaN values from data. |
2813 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2814 | |
7418 | 2815 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2816 | |
2817 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2818 | |
2819 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2820 | |
2821 * geometry/griddata3.m: Call griddata, not gridata. | |
2822 | |
7415 | 2823 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2824 | |
2825 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2826 | |
7411 | 2827 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2828 | |
2829 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2830 Move tests here from test/test_linalg.m. | |
2831 | |
2832 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2833 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2834 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2835 special-matrix/hankel.m, special-matrix/hilb.m, | |
2836 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2837 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2838 Move tests here from test/test_matrix.m. | |
2839 | |
2840 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2841 Move tests here from test/test_number.m. | |
2842 | |
2843 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2844 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2845 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2846 polynomial/polyvalm.m, polynomial/roots.m: | |
2847 Move tests here from test/test_poly.m. | |
2848 | |
2849 * signal/unwrap.m: | |
2850 Move tests here from test/test_signal.m. | |
2851 | |
2852 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
2853 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
2854 statistics/base/mean.m, statistics/base/median.m, | |
2855 statistics/base/skewness.m, statistics/base/std.m: | |
2856 Move tests here from test/test_stats.m. | |
2857 | |
2858 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
2859 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
2860 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
2861 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
2862 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
2863 strings/substr.m: | |
2864 Move tests here from test/test_string.m. | |
2865 | |
2866 * miscellaneous/computer.m, miscellaneous/ls.m, | |
2867 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
2868 time/date.m, time/etime.m, time/is_leap_year.m: | |
2869 Move tests here from test/test_system.m. | |
2870 | |
7410 | 2871 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2872 | |
2873 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
2874 Simplify initial checks on argument values. | |
2875 | |
7408 | 2876 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
2877 | |
2878 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2879 implementation of the gnuplot-based graphics backend (derived from | |
2880 drawnow.m). | |
2881 * plot/drawnow.m: Deleted (converted to C++). | |
2882 | |
7401 | 2883 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2884 | |
2885 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2886 New tests. | |
2887 | |
7399 | 2888 2008-01-18 John W. Eaton <jwe@octave.org> |
2889 | |
2890 * optimization/sqp.m: End each function with endfunction. | |
2891 | |
7398 | 2892 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2893 | |
2894 * polynomial/residue.m: For each group of pole multiplicity, set | |
2895 the poles of the group to the value of the group's average. | |
2896 | |
7396 | 2897 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2898 | |
2899 * plot/print.m: Handle PDF output. | |
2900 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2901 | |
7392 | 2902 2008-01-17 John W. Eaton <jwe@octave.org> |
2903 | |
7393 | 2904 * path/savepath.m: Print newline before initial comment line. |
2905 Double up single quote characters. | |
2906 * path/__extractpath__.m: Return just the path as a string. | |
2907 Undo single quote character doubling. | |
2908 | |
2909 * path/pathdef.m: Avoid eval. Simplify. | |
2910 | |
7392 | 2911 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2912 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2913 avoid possible file descriptor leak. | |
2914 | |
2915 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2916 | |
2917 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2918 * startup/main-rcfile: Call atexit ("__finish__"). | |
2919 | |
7388 | 2920 2008-01-16 John W. Eaton <jwe@octave.org> |
2921 | |
7390 | 2922 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2923 Use it to disable enhanced mode for individual labels and titles. | |
2924 | |
7392 | 2925 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2926 (install install-strip, uninstall): Handle function files. |
2927 | |
2928 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2929 | |
7392 | 2930 * startup/__finish__.m: New file. |
2931 * path/__extractpath__.m, path/matlabroot.m, | |
2932 path/pathdef.m: New files. | |
7388 | 2933 * path/Makefile.in (SOURCES): Add them to the list. |
2934 | |
7385 | 2935 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2936 | |
7387 | 2937 * special-matrix/vander.m: Vectorize. New test. |
2938 | |
7385 | 2939 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2940 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2941 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2942 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2943 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2944 Move tests here from test/test_arith.m. | |
2945 | |
7382 | 2946 2008-01-15 John W. Eaton <jwe@octave.org> |
2947 | |
2948 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2949 | |
7379 | 2950 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2951 | |
2952 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2953 Call __get__ instead of get. | |
2954 | |
2955 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2956 | |
2957 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2958 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2959 hermitian operator. | |
2960 | |
7376 | 2961 2008-01-14 Bill Denney <bill@denney.ws> |
2962 | |
2963 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2964 | |
8149 | 2965 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2966 |
2967 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2968 image/rgb2ntsc.m: Also accept images as input. | |
2969 | |
2970 * image/gray2ind.m: Handle image type other than double. | |
2971 Improve error checking and documentation. | |
2972 | |
7371 | 2973 2008-01-14 John W. Eaton <jwe@octave.org> |
2974 | |
7372 | 2975 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2976 instead of calling tolower on first arg. Default font name is | |
2977 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2978 (__maybe_munge_text__): Fix typo. | |
2979 | |
7371 | 2980 * optimization/sqp.m: Fix function definitions in test code. |
2981 | |
7361 | 2982 2008-01-12 John W. Eaton <jwe@octave.org> |
2983 | |
2984 * plot/gnuplot_binary.in: New file. | |
2985 * plot/gnuplot_binary.m: Delete. | |
2986 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2987 (SOURCES_IN, GEN_M): New macros. | |
2988 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2989 (FCN_FILES): Include $(GEN_M) in the list. | |
2990 (all): Depend on $(GEN_M). | |
2991 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2992 (distclean): Also remove $(GEN_M). |
7361 | 2993 |
2994 2008-01-11 John W. Eaton <jwe@octave.org> | |
2995 | |
2996 * optimization/sqp.m: New test from example in doc string. | |
2997 | |
7360 | 2998 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2999 | |
3000 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
3001 to more than one multiplicity group. | |
3002 | |
7358 | 3003 2008-01-10 John W. Eaton <jwe@octave.org> |
3004 | |
3005 * plot/gnuplot_binary.m: New file. | |
3006 * plot/Makefile.in (SOURCES): Add it to the list. | |
3007 | |
7355 | 3008 2008-01-09 John W. Eaton <jwe@octave.org> |
3009 | |
3010 * plot/drawnow.m: Fail if filename includes a directory part that | |
3011 does not exist. | |
3012 | |
7352 | 3013 2008-01-07 John W. Eaton <jwe@octave.org> |
3014 | |
3015 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3016 Error if glob call fails to match any files. | |
3017 | |
7346 | 3018 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
3019 | |
3020 * strings/strtrim.m: Doc fix. | |
3021 | |
7345 | 3022 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
3023 | |
3024 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3025 | |
8149 | 3026 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 3027 |
3028 * set/create_set.m, set/union.m: Accept "rows" argument. | |
3029 | |
7341 | 3030 2008-01-02 John W. Eaton <jwe@octave.org> |
3031 | |
3032 * plot/print.m: Correctly handle pbm terminal. | |
3033 | |
7340 | 3034 2007-12-28 John W. Eaton <jwe@octave.org> |
3035 | |
3036 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
3037 extensions. | |
3038 | |
7337 | 3039 2007-12-28 David Bateman <dbateman@free.fr> |
3040 | |
3041 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
3042 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
3043 * Makefile.in (SOURCES): Add to the sources. | |
3044 | |
3045 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
3046 | |
3047 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
3048 Remove unnecessary call of size function. | |
3049 | |
7334 | 3050 2007-12-21 John W. Eaton <jwe@octave.org> |
3051 | |
3052 Version 3.0.0 released. | |
3053 | |
8149 | 3054 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 3055 |
3056 * image/imshow.m: Accept empty value for display_range. | |
3057 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3058 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 3059 |
3060 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
3061 | |
8149 | 3062 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 3063 |
3064 * image/imshow.m: Store uint8 images as doubles. Handle default | |
3065 display ranges correctly. | |
3066 | |
7327 | 3067 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
3068 Peter A. Gustafson <petegus@umich.edu> | |
3069 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
3070 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 3071 |
7325 | 3072 2007-12-19 John W. Eaton <jwe@octave.org> |
3073 | |
3074 * miscellaneous/edit.m: New function. | |
3075 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3076 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3077 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 3078 |
3079 * plot/__bar__.m: Handle "basevalue" option. | |
3080 * plot/__bars__.m: New arg, base_value. | |
3081 | |
7321 | 3082 2007-12-17 David Bateman <dbateman@free.fr> |
3083 | |
3084 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
3085 * plot/Makefiles (SOURCES): Add them to the sources | |
3086 * plot/polar.m: Set the x and y limits to the maximum polar | |
3087 radius. Set the axes to be square. | |
3088 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
3089 and print axis at zero if this is used. | |
3090 | |
3091 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
3092 contours can overlay pcolor plots. Priveldge no hidden line | |
3093 removal when there are multiple objects in the plot. | |
3094 | |
7320 | 3095 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
3096 | |
3097 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
3098 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
3099 | |
7319 | 3100 2007-12-17 Ben Abbott <bpabbott@mac.com> |
3101 | |
3102 * miscellaneous/run.m: Replace script with f when looking for | |
3103 file to run. | |
3104 | |
7316 | 3105 2007-12-14 David Bateman <dbateman@free.fr> |
3106 | |
7317 | 3107 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
3108 * plot/contour.m: Doc fix. | |
3109 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
3110 Include linetype in withclause. | |
3111 | |
7316 | 3112 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
3113 Use it to determine dimensions. Consolidate all 3-d settings. | |
3114 | |
7315 | 3115 2007-12-13 John W. Eaton <jwe@octave.org> |
3116 | |
3117 * image/imshow.m: Turn axis visibility off. | |
3118 Don't scale true color images. | |
3119 * image/image.m: Set axis layer property to "top". | |
3120 | |
7307 | 3121 2007-12-12 John W. Eaton <jwe@octave.org> |
3122 | |
7313 | 3123 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
3124 | |
3125 * plot/pie.m: Avoid calling "exist". | |
3126 | |
7309 | 3127 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 3128 Condense argument processing logic. Allow 6 arguments. |
3129 Use issquare. Avoid calling "exist". | |
7309 | 3130 |
7307 | 3131 * plot/__go_draw_axes__.m: Handle the axes layer property. |
3132 | |
7305 | 3133 2007-12-12 David Bateman <dbateman@free.fr> |
3134 | |
3135 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
3136 * plot/Makefile.in (SOURCES): Add to the sources. | |
3137 | |
7290 | 3138 2007-12-11 John W. Eaton <jwe@octave.org> |
3139 | |
7298 | 3140 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
3141 * plot/surface.m: Not here. | |
3142 | |
7297 | 3143 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
3144 subsequent "unset grid" if there is no grid. | |
3145 | |
7296 | 3146 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
3147 | |
7293 | 3148 * plot/surface.m: Don't set facecolor property in call to |
3149 __go_surface__. | |
3150 | |
7290 | 3151 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
3152 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
3153 | |
7292 | 3154 2007-12-11 Kai Habel <kai.habel@gmx.de> |
3155 | |
7295 | 3156 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
3157 color string is not taken as z value. | |
3158 | |
7292 | 3159 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
3160 zgrid to "on" and box to "off" for used axes. | |
3161 | |
3162 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
3163 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
3164 | |
7286 | 3165 2007-12-11 David Bateman <dbateman@free.fr> |
3166 | |
7288 | 3167 * miscelleaneous/fullfile.m: Ignore empty arguments. |
3168 | |
7287 | 3169 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
3170 * statistics/base/mode.m: Ditto. | |
3171 | |
7286 | 3172 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
3173 object handles are all now non integer. | |
3174 | |
7278 | 3175 2007-12-10 John W. Eaton <jwe@octave.org> |
3176 | |
7282 | 3177 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
3178 | |
7281 | 3179 * general/issymmetric.m: Use ' instead of .' for compatibility |
3180 with previous versions of Octave. | |
3181 * general/ishermitian.m: Delete. | |
7285 | 3182 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 3183 |
7280 | 3184 * plot/fplot.m: In N is not specified, increase initial number of |
3185 points from 3 and 5 to 5 and 8. | |
3186 | |
7279 | 3187 * signal/detrend.m: Move tests here from test/test_signal.m. |
3188 Loosen tolerance on first test from 10*eps to 20*eps. | |
3189 | |
7278 | 3190 * finance/rate.m: Don't request info from fsolve. |
3191 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3192 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 3193 |
3194 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
3195 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
3196 | |
7276 | 3197 2007-12-10 David Bateman <dbateman@free.fr> |
3198 | |
3199 * image/image.m: Rewritten to allow trailing properties to be | |
3200 passed to underlying image object. | |
3201 * image/__img__.m: Pass additional arguments to __go_image__. | |
3202 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
3203 | |
7274 | 3204 2007-12-10 John W. Eaton <jwe@octave.org> |
3205 | |
3206 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
3207 front" to gnuplot. | |
3208 | |
7271 | 3209 2007-12-10 David Bateman <dbateman@free.fr> |
3210 | |
7274 | 3211 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 3212 border front" from images. |
7274 | 3213 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
3214 * plot/pcolor.m: Set axis "box" property. | |
3215 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
3216 Mark as commands. | |
7271 | 3217 |
7269 | 3218 2007-12-07 David Bateman <dbateman@free.fr> |
3219 | |
3220 * plot/surf.m: Don't set facecolor property. | |
3221 | |
7265 | 3222 2007-12-06 John W. Eaton <jwe@octave.org> |
3223 | |
7269 | 3224 * plot/print.m: Pass mono to drawnow. |
3225 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
3226 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
3227 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
3228 disable color specifications. | |
3229 | |
7265 | 3230 * general/issymmetric.m: Move tests here from test/test_number.m |
3231 | |
3232 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
3233 | |
3234 * general/issymmetric.m: To keep its argument sparse and the | |
3235 function quick, use the infinity norm rather than the 2-norm. | |
3236 Also measure the symmetric part rather than the Hermitian part. | |
3237 * general/ishermitian.m: New file. Measure the Hermitian part. | |
3238 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
3239 | |
7248 | 3240 2007-12-04 John W. Eaton <jwe@octave.org> |
3241 | |
7257 | 3242 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
3243 text and label commands if font is "*". | |
3244 | |
7248 | 3245 * linear-algebra/krylov.m: Doc fixes. |
3246 From Marco Caliari <caliari@sci.univr.it>. | |
3247 | |
7250 | 3248 2007-12-04 Kai Habel <kai.habel@gmx.de> |
3249 | |
3250 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
3251 Add "## PKG_ADD: mark_as_command axis" line. | |
3252 | |
7245 | 3253 2007-12-03 John W. Eaton <jwe@octave.org> |
3254 | |
3255 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
3256 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
3257 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
3258 Generate demos from examples. | |
3259 | |
7240 | 3260 2007-12-03 David Bateman <dbateman@free.fr> |
3261 | |
7243 | 3262 * testfun/test.m: Disable "testif" test block to avoid spurious |
3263 skipped test for "make check". Avoid printing variables for | |
3264 skipped tests. | |
3265 | |
7242 | 3266 * testfun/test.m: Add "testif" type to allow for conditional tests. |
3267 | |
7240 | 3268 * plot/plotyy.m: Use activepositionproperty property of axes |
3269 object. Set second axis color to "none". | |
3270 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
3271 property of the axis objects. | |
3272 | |
7239 | 3273 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
3274 | |
3275 * linear-algebra/condest.m: Loosen tolerance in test. | |
3276 | |
7236 | 3277 2007-12-02 John W. Eaton <jwe@octave.org> |
3278 | |
3279 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
3280 get_data_limits. | |
3281 | |
7222 | 3282 2007-11-30 John W. Eaton <jwe@octave.org> |
3283 | |
3284 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
3285 (get_data_limits, get_axis_limits): Delete. | |
3286 | |
7228 | 3287 2007-11-30 David Bateman <dbateman@free.fr> |
3288 | |
7235 | 3289 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
3290 | |
7228 | 3291 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
3292 tick labels rather than one by one on the labels themselves. | |
3293 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
3294 95% crossing fixed. | |
3295 | |
7217 | 3296 2007-11-29 David Bateman <dbateman@free.fr> |
3297 | |
7220 | 3298 * plot/pareto.m: New file. |
3299 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3300 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
3301 marks to avoid gnuplot error about formating. More colorspec to | |
3302 after the tics. | |
3303 * plot/plotyy.m: More generic check for appropriate axis color. | |
3304 | |
7217 | 3305 * plot/__stem__.m: New file based on old stem.m expanded to treat |
3306 2- and 3-D. | |
3307 * plot/stem3.m: New function. | |
3308 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3309 * plot/stem.m: Adapt to use __stem__. | |
3310 | |
7216 | 3311 2007-11-29 John W. Eaton <jwe@octave.org> |
3312 | |
3313 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
3314 plot/surf.m, plot/surface.m: Don't return handle value unless | |
3315 requested. | |
3316 | |
3317 * plot/patch.m: Omit isnan check on handle returned from | |
3318 __plt_get_axis_arg__. | |
3319 | |
3320 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
3321 but has no axes. | |
3322 | |
7215 | 3323 2007-11-28 David Bateman <dbateman@free.fr> |
3324 | |
3325 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
3326 ancestor. If leading argument is logical set variable nogca to see | |
3327 if gca() should be called if there is no active handle found. | |
3328 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
3329 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
3330 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
3331 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
3332 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
3333 __plt__get_axis_arg__ to find axis handle. | |
3334 * polar.m: Typo. | |
3335 | |
7213 | 3336 2007-11-28 John W. Eaton <jwe@octave.org> |
3337 | |
3338 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
3339 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3340 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 3341 |
3342 * plot/drawnow.m: Fix typo. | |
3343 | |
7206 | 3344 2007-11-27 David Bateman <dbateman@free.fr> |
3345 | |
7207 | 3346 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
3347 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3348 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
3349 | |
3350 * plot/meshz.m: New function. | |
3351 * plot/Makefile.in (SOURCES): Add it to the list. | |
3352 * plot/surface.m: Allow surface to accept an axis handle as the | |
3353 first argument. | |
3354 * plot/meshc.m: Extract z from the the surface object rather than | |
3355 varargin so that we can rely on code in surface to treat leading | |
3356 axis handles. | |
3357 | |
7206 | 3358 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
3359 y2tics" in the case of a plotyy plot. | |
3360 * plot/plotyy.m: ensure the position property is set correct for | |
3361 the second axis, by setting it after the plot itself. In the case | |
3362 of a plot that returns multiple handles, base the color selection | |
3363 on the first. | |
3364 | |
7204 | 3365 2007-11-27 Kai Habel <kai.habel@gmx.de> |
3366 | |
3367 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
3368 z-value of vertex 'c3'. | |
3369 | |
7203 | 3370 2007-11-27 John W. Eaton <jwe@octave.org> |
3371 | |
3372 * image/image.m: Allow nargin == 0 case to work again. | |
3373 | |
7202 | 3374 2007-11-27 David Bateman <dbateman@free.fr> |
3375 | |
3376 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
3377 colorbar, to ensure that the colorbar is on the canvas for png and | |
3378 postscipt outputs. | |
3379 | |
7189 | 3380 2007-11-26 David Bateman <dbateman@free.fr> |
3381 | |
7197 | 3382 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
3383 return values. | |
3384 | |
7194 | 3385 * plot/plotyy.m: New function |
3386 * plot/Makefile.in (SOURCES): Add it here. | |
3387 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
3388 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
3389 {x|y}label to respect the axis position. | |
3390 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
3391 handle as the first argument. | |
3392 | |
7192 | 3393 * pkg/pkg.m (pkg:install): When loading the installed packages |
3394 index into installed_pkgs_lst and not descriptions.. | |
3395 | |
7189 | 3396 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
3397 * plot/Makefile.in (SOURCES): Add them to the sources. | |
3398 * plot/quiver.m: Modify to use __quiver__.m. | |
3399 | |
3400 * plot/hist.m: Avoid saturation when the x values are in an | |
3401 inetger type. | |
3402 | |
3403 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3404 | |
3405 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3406 functions. | |
3407 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3408 | |
3409 2007-11-26 David Bateman <dbateman@free.fr> | |
3410 | |
3411 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3412 extent. | |
3413 | |
3414 * plot/colorbar.m: New function. | |
3415 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3416 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3417 precalculate the clim, set pm3d except for mesh. | |
3418 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3419 save the real values so that colorbar corresponds to the contour | |
3420 levels. | |
3421 | |
3422 * plot/stem.m: Set marker color the same as the line color. Draw | |
3423 a single discontinous line object for the stems. | |
3424 | |
3425 * plot/sphere.m: New function ported from JHandles. | |
3426 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3427 | |
3428 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3429 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3430 to get enhanced mode to work correctly for the X11 terminal. | |
3431 | |
3432 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3433 the reverse. Allow an axes handle to be passed and/or returned. | |
3434 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3435 | |
3436 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3437 sort surface patches by their depth and not the order they are | |
3438 rendered in. | |
3439 | |
3440 * plot/__patch__.m: Set clim correctly. | |
3441 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3442 the marker color is determined by the cmap. | |
3443 * plot/scatter.m: New function to 2D scatter plots. | |
3444 * plot/scatter3.m: New function to 3D scatter plots. | |
3445 * plot/__scatter__.m: Support function for scatter plots | |
3446 * Makefile.in (SOURCES): Ad dnew functions here. | |
3447 | |
3448 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3449 Return whether the terminal supports enhanced text or not. | |
3450 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3451 supports enhanced mode. | |
3452 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3453 __go_draw_axes__. | |
3454 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3455 needed to support the enhanced mode. | |
3456 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3457 drawnow.m. | |
3458 | |
3459 | |
3460 * plot/caxis.m: New function to control the color axis limits. | |
3461 * plot/Makefile.in (SOURCES): Include it. | |
3462 * plot/axis.m: Allow the first argument to be an axes handle. | |
3463 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3464 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3465 caxis limits. | |
3466 | |
3467 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3468 * image/Makefile.in (SOURCES): Include it. | |
3469 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3470 of the bars for the colormap. | |
3471 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3472 passed. | |
3473 * plot/__contour.m: Avoid possible divide by zero error. | |
3474 * plot/contour.m: Missing semicolon. | |
3475 * plot/surface.m: Don't attempt to set additional arguments if | |
3476 there are none. | |
3477 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3478 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3479 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3480 |
3481 * plot/__bar__.m: put bar creation code into separate function | |
3482 to allow easy hook up from other graphic backends | |
3483 | |
3484 * plot/__bars__.m: new function containing bar creation code | |
3485 | |
7186 | 3486 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3487 | |
3488 * general/accumarray.m: Correct dimension check. | |
3489 | |
7183 | 3490 2007-11-26 John W. Eaton <jwe@octave.org> |
3491 | |
3492 * polynomial/residue.m: Prepad along second dimension. | |
3493 From Doug Stewart <dastew@sympatico.ca>. | |
3494 | |
7181 | 3495 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3496 | |
7183 | 3497 * plot/cylinder.m, plot/slice.m: New functions. |
3498 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3499 |
7177 | 3500 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3501 | |
3502 * plot/patch.m: Handle arg may also be hggroup object. | |
3503 Use ancestor to find parent axes object. | |
3504 | |
7175 | 3505 2007-11-14 David Bateman <dbateman@free.fr> |
3506 | |
3507 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3508 flag to patch that it is not closed. Allow z to take string | |
3509 arguments and use it to flag that the contours are placed at the | |
3510 z level of the contour itself. | |
3511 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3512 objects as well. Let hidden removal take precedence in case of a | |
3513 conflict. | |
3514 * plot/surface.m: Allow surface to treat handles being passed or | |
3515 returned. Any additional arguments arr used to set the surface | |
3516 handle. | |
3517 * plot/contour3.m: New function | |
3518 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3519 | |
7173 | 3520 2007-11-14 John W. Eaton <jwe@octave.org> |
3521 | |
3522 * specfun/bessel.m: Update doc string from | |
3523 src/DLD-FUNCTIONS/besselj.cc. | |
3524 | |
7170 | 3525 2007-11-12 David Bateman <dbateman@free.fr> |
3526 | |
3527 * plot/contour.m: Allow handles to be passed and returned. Split | |
3528 the countour function itself into __contour__.m to be shared with | |
3529 surfc and meshc. | |
3530 * plot/__contour__.m: New file | |
3531 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3532 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3533 the face or edge if the facecolor or edge color are marked as | |
3534 "none". Allow the edgecolor to be determined by the cdata in the | |
3535 same manner as the facecolor. Fail if facecolor is not "none" and | |
3536 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3537 storage of 3D/4D data consistent between line, surface and patch | |
3538 objects. | |
3539 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3540 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3541 |
3542 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3543 Handle fontweight and fontangle properties. | |
3544 | |
7163 | 3545 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3546 | |
3547 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3548 * plot/Makefile.in (SOURCES): Add them to the list. | |
3549 | |
3550 2007-11-12 John W. Eaton <jwe@octave.org> | |
3551 | |
3552 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3553 Use it to avoid duplicated code. | |
3554 | |
7161 | 3555 2007-11-12 David Bateman <dbateman@free.fr> |
3556 | |
7162 | 3557 * plot/title.m: Fix return value for nargout > 0. |
3558 | |
3559 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3560 specified for the title, xlabel, ylabel and text objects. | |
3561 | |
7161 | 3562 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3563 4.0 and surface plots. | |
3564 | |
7160 | 3565 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3566 | |
3567 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3568 with X/Y/Z data. | |
3569 | |
7146 | 3570 2007-11-09 John W. Eaton <jwe@octave.org> |
3571 | |
7152 | 3572 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3573 Correct logic in setting palette data. |
7152 | 3574 |
7151 | 3575 * audio/wavread.m, control/base/__bodquist__.m, |
3576 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3577 control/system/c2d.m, control/system/is_detectable.m, | |
3578 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3579 control/system/tfout.m, general/isdefinite.m, | |
3580 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3581 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3582 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3583 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3584 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3585 testfun/test.m: Use specific end keywords. | |
3586 | |
7146 | 3587 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3588 | |
3589 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3590 | |
3591 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3592 Don't change view if hold is on. | |
3593 | |
7142 | 3594 2007-11-09 David Bateman <dbateman@free.fr> |
3595 | |
7149 | 3596 * plot/hidden.m: New function. |
3597 * plot/Makefile.in (SOURCES): Add it here. | |
3598 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3599 line removal. | |
3600 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3601 removal and if it is "none" don't do hidden line removal. | |
3602 | |
7148 | 3603 * plot/legend.m: Also allow labels for surface and patch types. |
3604 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3605 setting of the legend. | |
3606 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3607 objects as well. | |
3608 | |
7146 | 3609 * plot/area.m, plot/__area__.m: New functions |
3610 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3611 | |
7142 | 3612 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3613 | |
7144 | 3614 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3615 | |
3616 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3617 | |
7131 | 3618 2007-11-08 John W. Eaton <jwe@octave.org> |
3619 | |
7133 | 3620 * control/base/dcgain.m, control/base/dre.m, |
3621 control/base/impulse.m, control/base/step.m, | |
3622 control/system/dmr2d.m, control/system/ord2.m, | |
3623 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3624 control/system/sysgetsignals.m, control/system/sysout.m, | |
3625 control/system/tfout.m, control/system/ugain.m, | |
3626 control/system/zpout.m, control/util/strappend.m: | |
3627 Don't fail with usage message if nargout is too large. | |
3628 | |
7131 | 3629 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3630 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3631 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3632 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3633 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3634 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3635 control/obsolete/rotg.m, control/obsolete/series.m, | |
3636 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3637 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3638 control/system/__syschnamesl__.m, |
3639 control/system/__syscont_disc__.m, | |
3640 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3641 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3642 control/system/abcddim.m, control/system/buildssic.m, | |
3643 control/system/c2d.m, control/system/cellidx.m, | |
3644 control/system/d2c.m, control/system/dmr2d.m, | |
3645 control/system/fir2sys.m, control/system/is_abcd.m, | |
3646 control/system/is_controllable.m, control/system/is_detectable.m, | |
3647 control/system/is_digital.m, control/system/is_observable.m, | |
3648 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3649 control/system/jet707.m, control/system/listidx.m, | |
3650 control/system/parallel.m, control/system/ss.m, | |
3651 control/system/ss2sys.m, control/system/ss2zp.m, | |
3652 control/system/starp.m, control/system/sys2ss.m, | |
3653 control/system/sys2tf.m, control/system/sys2zp.m, | |
3654 control/system/sysadd.m, control/system/sysappend.m, | |
3655 control/system/sysconnect.m, control/system/syscont.m, | |
3656 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3657 control/system/sysdup.m, control/system/sysgetsignals.m, |
3658 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3659 control/system/sysmult.m, control/system/sysout.m, |
3660 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3661 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3662 control/system/syssub.m, control/system/sysupdate.m, |
3663 control/system/tf.m, control/system/tf2ss.m, | |
3664 control/system/tf2sys.m, control/system/tfout.m, | |
3665 control/system/zp.m, control/system/zp2ss.m, | |
3666 control/system/zp2sys.m, control/system/zp2tf.m, | |
3667 control/system/zpout.m, control/util/__outlist__.m, | |
3668 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3669 control/util/prompt.m, control/util/sortcom.m, | |
3670 control/util/zgfmul.m, control/util/zgfslv.m, | |
3671 control/util/zginit.m, control/util/zgreduce.m, | |
3672 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3673 |
7130 | 3674 2007-11-08 David Bateman <dbateman@free.fr> |
3675 | |
3676 * plot/quiver.m: Fix arrowheads. | |
3677 | |
7128 | 3678 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3679 | |
3680 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3681 Handle "rows" argument. New tests. |
7128 | 3682 (cell_ismember): New function. |
3683 | |
7127 | 3684 2007-11-07 John W. Eaton <jwe@octave.org> |
3685 | |
3686 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3687 control/base/__stepimp__.m, control/base/are.m, | |
3688 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3689 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3690 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3691 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3692 control/base/ltifr.m, control/base/nichols.m, | |
3693 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3694 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3695 Style fixes. | |
3696 | |
7125 | 3697 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3698 | |
3699 * control/base/bode_bounds.m, control/base/dgram.m, | |
3700 control/base/dlyap.m, control/base/freqchkw.m, | |
3701 control/base/gram.m, control/base/place.m, | |
3702 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3703 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3704 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3705 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3706 control/system/sysgettype.m, control/system/sysreorder.m, | |
3707 control/system/tf2sys.m, control/system/zp2tf.m, | |
3708 control/util/axis2dlim.m, control/util/swap.m, | |
3709 control/util/zgfmul.m, control/util/zgfslv.m, | |
3710 control/util/zginit.m, control/util/zgreduce.m, | |
3711 control/util/zgrownorm.m, control/util/zgscal.m, | |
3712 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3713 geometry/inpolygon.m, linear-algebra/housh.m, | |
3714 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3715 miscellaneous/run.m, quaternion/qconj.m, | |
3716 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3717 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3718 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3719 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3720 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3721 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3722 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3723 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3724 statistics/distributions/empirical_cdf.m, | |
3725 statistics/distributions/empirical_inv.m, | |
3726 statistics/distributions/empirical_pdf.m, | |
3727 statistics/models/logistic_regression_derivatives.m, | |
3728 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3729 | |
7118 | 3730 2007-11-07 David Bateman <dbateman@free.fr> |
3731 | |
7120 | 3732 * general/gradient.m: Correctly convert deltax and deltay scalar |
3733 values are scalars to vectors. | |
3734 | |
7119 | 3735 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3736 the meshc.m function. | |
3737 * plot/meshc.m: Also use the surface function. | |
3738 | |
7120 | 3739 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3740 * plot/Makefile.in (SOURCES): Add them to the list. |
3741 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3742 | |
7117 | 3743 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3744 | |
3745 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3746 | |
7115 | 3747 2007-11-07 John W. Eaton <jwe@octave.org> |
3748 | |
3749 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
3750 the data limits are infinite. | |
3751 (get_data_limits): Don't do anything if xdat or tx are empty. | |
3752 (get_axis_limits): Don't do anything if min_val or max_val are | |
3753 infinite. | |
3754 | |
7112 | 3755 2007-11-06 David Bateman <dbateman@free.fr> |
3756 | |
3757 * plot/hist.m: Pass any additional arguments to bar for | |
3758 treatment. Create a default x value that is always a vector. | |
3759 | |
7111 | 3760 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
3761 | |
3762 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
3763 when calling ./configure and add quotes to preserve spaces. | |
7109 | 3764 |
3765 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
3766 | |
3767 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
3768 New files. | |
3769 * plot/mesh.m: Call surface to do the real work. | |
3770 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
3771 properties. | |
3772 | |
3773 * image/colormap.m: Also return current colormap if nargout and | |
3774 nargin are both 0. | |
3775 | |
7106 | 3776 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
3777 | |
3778 * startup/inputrc: Delete key bindings starting with \340 code. | |
3779 | |
7112 | 3780 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 3781 |
3782 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
3783 to avoid issues of over- and underflow. From Rolf Fabian | |
3784 <Rolf.Fabian@gmx.de>. | |
3785 | |
7097 | 3786 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
3787 | |
3788 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
3789 help texts. | |
3790 | |
7096 | 3791 2007-11-02 Kai Habel <kai.habel@gmx.de> |
3792 | |
3793 * plot/bar.m, plot/barh.m: Doc fix. | |
3794 | |
7094 | 3795 2007-10-31 John W. Eaton <jwe@octave.org> |
3796 | |
3797 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
3798 | |
7086 | 3799 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
3800 | |
3801 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
3802 objects and legend objects are implemented with a separate axes | |
3803 object. | |
3804 | |
7078 | 3805 2007-10-30 David Bateman <dbateman@free.fr> |
3806 | |
7081 | 3807 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
3808 | |
7078 | 3809 * plot/__go_draw_axes__.m (do_linestyle_command): |
3810 Use point type 0 for ".". | |
3811 | |
7073 | 3812 2007-10-26 John W. Eaton <jwe@octave.org> |
3813 | |
7074 | 3814 * image/imshow.m: Improve compatibility. |
3815 * image/image.m: Return handle if nargou > 0. | |
3816 | |
7073 | 3817 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3818 | |
7069 | 3819 2007-10-25 John W. Eaton <jwe@octave.org> |
3820 | |
3821 * miscellaneous/compare_versions.m: Style fixes. | |
3822 | |
7060 | 3823 2007-10-24 John W. Eaton <jwe@octave.org> |
3824 | |
7061 | 3825 * image/saveimage.m: Use functional form of save instead of eval. |
3826 Use -text instead of -ascii. | |
3827 | |
7060 | 3828 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3829 | |
7054 | 3830 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3831 | |
3832 * plot/legend.m: Also extract location string from varargin (lost | |
3833 when 2007-10-08 patch was applied). | |
3834 | |
7049 | 3835 2007-10-23 David Bateman <dbateman@free.fr> |
3836 | |
3837 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3838 miscellaneous/what.m: New functions | |
3839 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3840 functions. | |
3841 | |
7045 | 3842 2007-10-22 David Bateman <dbateman@free.fr> |
3843 | |
3844 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3845 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3846 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3847 | |
7042 | 3848 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3849 | |
3850 * plot/contourf.m: New function. | |
3851 * plot/Makefile.in (SOURCES): Add it to the list. | |
3852 | |
7040 | 3853 2007-10-19 John W. Eaton <jwe@octave.org> |
3854 | |
3855 * plot/subplot.m: Doc fix. | |
3856 | |
7039 | 3857 2007-10-19 David Bateman <dbateman@free.fr> |
3858 | |
7041 | 3859 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 3860 |
7037 | 3861 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
3862 | |
3863 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
3864 output. | |
3865 | |
7031 | 3866 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
3867 | |
3868 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
3869 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
3870 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
3871 control/system/syssetsignals.m, control/base/lqg.m, | |
3872 strings/str2double.m, control/system/sysscale.m, | |
3873 control/hinf/hinfdemo.m, general/cplxpair.m: | |
3874 Make help text fit on pages when using smallbook. | |
3875 | |
7028 | 3876 2007-10-15 David Bateman <dbateman@free.fr> |
3877 | |
7032 | 3878 * plot/print.m: Call drawnow before printing to ensure the plot is |
3879 on the screen. | |
3880 | |
7028 | 3881 * testfun/test.m: In error/warning blocks test for an error before |
3882 a warning to avoid unexpected failures. | |
3883 | |
7027 | 3884 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3885 | |
3886 * testfun/assert.m: Correct documentation of absolution versus | |
3887 relative error tolerance and add tests. | |
3888 | |
7024 | 3889 2007-10-14 David Bateman <dbateman@free.fr> |
3890 | |
3891 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3892 src directory. | |
3893 * plot/Makefile.in (SOURCES): Add fill.m. | |
3894 | |
7020 | 3895 2007-10-13 David Bateman <dbateman@free.fr> |
3896 | |
3897 * plot/__patch__.m: Allow multiple patches to be defined and | |
3898 return a single patch object. Allow Faces/Vertices form of | |
3899 patch. Flag failure so the patch can call print_usage. | |
3900 * plot/patch.m: Update help string for Faces/Vertices | |
3901 call. Respect the fail flag returned by __patch__. Add demo code | |
3902 that tests the functionality of patch. | |
3903 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3904 patch object. | |
3905 * plot/fill.m: New function. | |
3906 | |
7016 | 3907 2007-10-12 John W. Eaton <jwe@octave.org> |
3908 | |
3909 * Change copyright notices in all files that are part of Octave to | |
3910 GPLv3 or any later version. | |
3911 | |
7012 | 3912 2007-10-11 John W. Eaton <jwe@octave.org> |
3913 | |
3914 * plot/__go_draw_axes__.m (get_axis_limits): | |
3915 Return lim = [] if logscale and no positive values. | |
3916 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3917 Set initial min and min positive values to Inf, max values to -Inf. | |
3918 (get_data_limits): Correctly handle xminp when no positive values | |
3919 are found. | |
3920 | |
7011 | 3921 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3922 | |
3923 * polynomial/residue.m: New optional input for pole multiplicity. | |
3924 Doc fix. Fix tests. | |
3925 | |
7010 | 3926 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3927 | |
3928 * toplev.cc (Foctave_config_info): Add field "mac". | |
3929 | |
3930 * miscellaneous/ismac.m: New function. | |
3931 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3932 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3933 | |
7009 | 3934 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3935 | |
3936 * statistics/distributions/hygernd.m: Allow size to be specified | |
3937 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3938 scalars or matrices of a common size. | |
3939 | |
7007 | 3940 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3941 | |
3942 * control/csrefcard.lt, control/system/is_detectable.m, | |
3943 control/system/sysgroup.m, geometry/voronoin.m, | |
3944 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3945 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3946 statistics/distributions/binornd.m, | |
3947 statistics/distributions/cauchy_rnd.m, | |
3948 statistics/distributions/chi2rnd.m, | |
3949 statistics/distributions/discrete_rnd.m, | |
3950 statistics/distributions/exprnd.m, | |
3951 statistics/distributions/frnd.m, | |
3952 statistics/distributions/gamrnd.m, | |
3953 statistics/distributions/geornd.m, | |
3954 statistics/distributions/laplace_rnd.m, | |
3955 statistics/distributions/logistic_rnd.m, | |
3956 statistics/distributions/lognrnd.m, | |
3957 statistics/distributions/nbinrnd.m, | |
3958 statistics/distributions/normrnd.m, | |
3959 statistics/distributions/poissrnd.m, | |
3960 statistics/distributions/stdnormal_rnd.m, | |
3961 statistics/distributions/trnd.m, | |
3962 statistics/distributions/unifrnd.m, | |
3963 statistics/distributions/wblrnd.m: Spelling fixes. | |
3964 | |
7005 | 3965 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3966 | |
3967 * time/tic.m: New optional output value. | |
3968 | |
3969 * general/int2str.m: Doc fix. | |
3970 | |
7002 | 3971 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3972 | |
3973 * statistics/distributions/hygecdf.m, | |
3974 statistics/distributions/hygeinv.m, | |
3975 statistics/distributions/hygepdf.m, | |
3976 statistics/distributions/hygernd.m: | |
3977 Swap order of T and M args for compatibility. | |
3978 | |
7001 | 3979 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3980 | |
3981 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3982 control/system/buildssic.m, control/system/c2d.m, | |
3983 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3984 control/system/ss2sys.m, control/system/ss2tf.m, | |
3985 control/system/syscont.m, control/system/sysdimensions.m, | |
3986 control/system/sysdisc.m, control/system/sysmult.m, | |
3987 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3988 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3989 general/interp1.m, general/interp2.m, general/interp3.m, | |
3990 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3991 general/rat.m, general/structfun.m, general/trapz.m, | |
3992 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3993 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3994 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3995 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3996 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3997 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3998 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3999 statistics/base/meansq.m, statistics/base/var.m, | |
4000 statistics/tests/chisquare_test_independence.m, | |
4001 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
4002 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
4003 testfun/test.m: Spelling fixes. | |
4004 | |
6998 | 4005 2007-10-10 Ben Abbott <bpabbott@mac.com> |
4006 | |
4007 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
4008 | |
6997 | 4009 2007-10-10 John W. Eaton <jwe@octave.org> |
4010 | |
4011 * general/num2str.m: Always allow for sign for automatically | |
4012 computed format widths. | |
4013 | |
6988 | 4014 2007-10-09 David Bateman <dbateman@free.fr> |
4015 | |
4016 * plot/patch.m: Accept a handle as the first argument. | |
4017 | |
6987 | 4018 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
4019 | |
7010 | 4020 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 4021 |
6985 | 4022 2007-10-09 John W. Eaton <jwe@octave.org> |
4023 | |
4024 * audio/wavwrite.m: Accept arguments in compatible order. | |
4025 | |
6979 | 4026 2007-10-08 David Bateman <dbateman@free.fr> |
4027 | |
4028 * general/interp2.m: Relax test for values outside the grid to | |
4029 allow monotonically decreasing abscissa as well. | |
4030 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4031 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 4032 |
4033 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
4034 as output parameter. | |
4035 | |
6977 | 4036 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
4037 | |
4038 * plot/__go_draw_axes__.m, plot/legend.m: | |
4039 Handle compatible position specifiers as strings. | |
4040 | |
6975 | 4041 2007-10-08 John Swensen <jpswensen@comcast.net> |
4042 | |
4043 * general/num2str.m: Eliminate extra whitespace in output. | |
4044 * strings/strtrim.m: New function. | |
4045 * strings/Makefile.in (SOURCES): Add it to the list. | |
4046 | |
6968 | 4047 2007-10-06 John W. Eaton <jwe@octave.org> |
4048 | |
4049 * polynomial/residue.m: New test from test/test_poly.m. | |
4050 | |
6967 | 4051 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
4052 | |
4053 * image/saveimage.m: Handle saving color images without a colormap. | |
4054 * image/__img_via_file__.m: Add missing semicolon. | |
4055 | |
4056 2007-10-06 Bill Denney <wsloand@gmail.com> | |
4057 | |
7010 | 4058 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 4059 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
4060 | |
6965 | 4061 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
4062 | |
4063 * plot/print.m: Handle svg output type. Accept new -S option to | |
4064 specify size for PNG and SVG output types. | |
4065 | |
4066 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 4067 |
4068 * polynomial/mpoles.m: New function. | |
4069 * polynomial/residue.m: Modified to behave in reciprocal | |
4070 manner. No longer compute 4th output, "e". No longer accept | |
4071 tolerance input. Explicitly set tolerance parameter to 0.001. | |
4072 Respect maximum relative difference in poles when determining | |
4073 their multiplicity. Use mpoles to determine the multiplicity of | |
4074 poles. | |
4075 | |
6963 | 4076 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
4077 | |
4078 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
4079 for surface plots. | |
4080 | |
6962 | 4081 2007-10-05 John W. Eaton <jwe@octave.org> |
4082 | |
4083 * plot/__next_line_color__.m: Get color_rotation from axes | |
4084 colororder property. | |
4085 | |
6953 | 4086 2007-10-03 John W. Eaton <jwe@octave.org> |
4087 | |
6955 | 4088 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
4089 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
4090 | |
6953 | 4091 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
4092 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
4093 special for __vnorm__. | |
4094 | |
6951 | 4095 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
4096 | |
6952 | 4097 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 4098 |
6950 | 4099 2007-10-03 David Bateman <dbateman@free.fr> |
4100 | |
4101 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
4102 if a file is architecture dependent based on a list of file | |
4103 extensions. | |
4104 (configure_make): Simplify the search for architecture dependent | |
4105 files based on this function. | |
4106 (load_pakages_and_dependencies): Also look for bin directory in | |
4107 the architecture dependent directory. | |
4108 | |
6947 | 4109 2007-10-03 John W. Eaton <jwe@octave.org> |
4110 | |
4111 * miscellaneous/dir.m: Create empty struct with field names. | |
4112 Include datenum in struct. | |
4113 | |
6943 | 4114 2007-10-02 David Bateman <dbateman@free.fr> |
4115 | |
4116 * miscellaneous/ls.m: If nargout return string array of files | |
4117 returned by ls. | |
4118 | |
6942 | 4119 2007-10-01 John W. Eaton <jwe@octave.org> |
4120 | |
4121 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
4122 range values. | |
4123 | |
6937 | 4124 2007-10-01 David Bateman <dbateman@free.fr> |
4125 | |
7010 | 4126 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 4127 speed with small vectors. |
6937 | 4128 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
4129 rather than OCTAVE_HOME(). | |
4130 | |
6935 | 4131 2007-09-30 Ben Abbott <bpabbott@mac.com> |
4132 | |
4133 * plot/findobj.m: New function. | |
4134 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
4135 | |
6925 | 4136 2007-09-26 David Bateman <dbateman@free.fr> |
4137 | |
4138 * pkg/pkg.m: Add second argument to setting for prefix for | |
4139 architecture dependent files. Use throughout. | |
4140 (pkg:issuperuser): New function, use through to check for | |
4141 root user. | |
4142 (pkg:getarchprefix): function to give the archiecture dependent | |
4143 prefix for a package. | |
4144 (pkg:getarchdir): New function giving location of architetcure | |
4145 dependent directory. Use through out. | |
4146 (pkg:install): Treat architecture dependent directory separately | |
4147 as in might not be a sub-directory of the package directory. | |
4148 (pkg:uninstall): ditto. | |
4149 (pkg:create_pkgadddel): Check for global or local install for | |
4150 architecture dependent directory. | |
4151 (pkg:finish_installation): ditto. | |
4152 (pkg:write_INDEX): ditto. | |
4153 (pkg:load_packages_and_dependencies): ditto. | |
4154 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
4155 files to a new location if user is root. | |
4156 (pkg:rm_rf): Check if file or directory exists before removing. | |
4157 (pkg:dirempty): Check if directory exists before checking. | |
4158 | |
4159 * plot/___patch__.m: Allow face colors to be passed as strings | |
4160 | |
4161 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
4162 needed for calls to "hold" without an argument. | |
4163 | |
6920 | 4164 2007-09-21 John W. Eaton <jwe@octave.org> |
4165 | |
6921 | 4166 * optimization/sqp.m: Fix typo. |
4167 | |
6920 | 4168 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
4169 | |
6919 | 4170 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
4171 | |
4172 * control/hinf/h2norm: Compute d*d', not d'*d. | |
4173 | |
6918 | 4174 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
4175 | |
4176 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
4177 unidpdf.m and unidinv.m | |
4178 | |
6914 | 4179 2007-09-18 John W. Eaton <jwe@octave.org> |
4180 | |
4181 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
4182 (do_tics_1): Set numeric axes formats to "%.15g". | |
4183 | |
6912 | 4184 2007-09-18 David Bateman <dbateman@free.fr> |
4185 | |
4186 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
4187 of %g when writing data. | |
4188 | |
6908 | 4189 2007-09-17 John W. Eaton <jwe@octave.org> |
4190 | |
4191 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
4192 | |
6903 | 4193 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
4194 | |
4195 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
4196 noninteger N with N-K < 1. | |
4197 | |
6901 | 4198 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
4199 | |
4200 * strings/index.m: Correct for strings differing after the third | |
4201 position (bug reported by Maude Martin). | |
4202 | |
6895 | 4203 2007-09-13 John W. Eaton <jwe@octave.org> |
4204 | |
4205 * plot/__default_colormap__.m: Delete. | |
4206 * plot/Makefile (SOURCES): Remove from the list. | |
4207 | |
6898 | 4208 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
4209 | |
4210 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
4211 | |
6885 | 4212 2007-09-10 David Bateman <dbateman@free.fr> |
4213 | |
4214 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
4215 limit the selection of colors in the same way as for lines. | |
4216 * plot/__patch__.m: Allow matrix arguments with one patch per | |
4217 column. | |
4218 * plot/__bar__.m: Adapt to use "patch". | |
4219 | |
6870 | 4220 2007-09-06 John W. Eaton <jwe@octave.org> |
4221 | |
4222 * plot/drawnow.m (drawnow): New arg, debug_file. | |
4223 (init_plot_stream): Split from open_plot_stream. | |
4224 * plot/print.m: Accept -debug=FILE argument. | |
4225 | |
6868 | 4226 2007-09-06 David Bateman <dbateman@free.fr> |
4227 | |
7010 | 4228 * general/celldisp.m: New function. |
4229 * general/Makefile.in (SOURCES): Add celldisp.m. | |
4230 * miscellaneous/swapbytes.m: New function. | |
4231 * miscellaneous/gzip.m: New function. | |
4232 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 4233 |
6863 | 4234 2007-09-05 David Bateman <dbateman@free.fr> |
4235 | |
7010 | 4236 * general/structfun.m: New function. |
4237 * general/Makefile.in (SOURCES): Add it to sources. | |
4238 * miscellaneous/run.m: New function. | |
4239 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
4240 * statistics/base/mode.m: New function. | |
4241 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 4242 |
6862 | 4243 2007-09-05 John W. Eaton <jwe@octave.org> |
4244 | |
4245 * miscellaneous/orderfields.m: Use numel instead of length. | |
4246 | |
4247 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
4248 | |
4249 * miscellaneous/orderfields.m: Handle empty structs. | |
4250 | |
6861 | 4251 2007-09-05 John W. Eaton <jwe@octave.org> |
4252 | |
4253 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
4254 DATA_IDX. | |
4255 | |
4256 2007-09-04 David Bateman <dbateman@free.fr> | |
4257 | |
4258 * general/isdir.m: Return a logical value. | |
4259 | |
6859 | 4260 2007-09-04 David Bateman <dbateman@free.fr> |
4261 | |
4262 * statistics/distributions/chi2pdf.m, | |
4263 statistics/distributions/chi2cdf.m, | |
4264 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
4265 distribution functions to account for inverse of scale factor in | |
4266 gamma functions. | |
4267 | |
6857 | 4268 2007-09-01 John W. Eaton <jwe@octave.org> |
4269 | |
4270 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
4271 | |
6853 | 4272 2007-09-01 David Bateman <dbateman@free.fr> |
4273 | |
4274 * polynomial/polyint.m: New function like polyinteg but with | |
4275 explicit integration constant. | |
4276 * polynomial/polyinteg.m: Remove. | |
4277 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
4278 polyinteg.m. | |
4279 * deprecated/polyinteg.m: Move version here. | |
4280 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
4281 | |
6852 | 4282 * geometry/voronoi.m: Add large box around data to get a good |
4283 approximation of the rays to infinity. | |
4284 | |
6851 | 4285 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
4286 | |
4287 * plot/axes.m: Allow parent to be specified when creating axes | |
4288 objects. Support non-figure parents. | |
4289 | |
4290 2007-08-31 John W. Eaton <jwe@octave.org> | |
4291 | |
4292 * plot/ancestor.m: New function, adapted from Octave Forge. | |
4293 | |
6850 | 4294 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
4295 | |
7010 | 4296 * polynomial/polygcd.m: Better layout of example. |
4297 * polynomial/compan.m: Remove unnecessary check. | |
4298 * polynomial/roots.m: Added example to help text. | |
4299 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
4300 * polynomial/poly.m: Added example to help text. | |
6850 | 4301 |
6848 | 4302 2007-08-30 John W. Eaton <jwe@octave.org> |
4303 | |
4304 * optimization/qp.m: Increase maxit to 200. | |
4305 | |
6847 | 4306 2007-08-30 David Bateman <dbateman@free.fr> |
4307 | |
4308 * geometry/inpolygon.m: New file. | |
4309 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
4310 | |
6843 | 4311 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
4312 | |
4313 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
4314 | |
6829 | 4315 2007-08-24 David Bateman <dbateman@free.fr> |
4316 | |
4317 * plot/__go_draw_axes__.m: Treat text color property. | |
4318 | |
6828 | 4319 2007-08-24 John W. Eaton <jwe@octave.org> |
4320 | |
4321 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
4322 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
4323 | |
4324 * miscellaneous/movefile.m: Separate second and third args and | |
4325 use p1 and p2, not f1 and f2 when constructing arguments for | |
4326 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
4327 | |
6825 | 4328 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
4329 | |
4330 * set/intersect.m: Make it work with cell arrays of strings. | |
4331 | |
6823 | 4332 2007-08-24 David Bateman <dbateman@free.fr> |
4333 | |
7010 | 4334 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 4335 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
4336 functions ported from octave-forge. | |
7010 | 4337 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 4338 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
4339 geometry/triplot.m, geometry/tsearchn.m: | |
4340 New functions. | |
7010 | 4341 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
4342 * geometry/Makefile.in (SOURCES): Add functions above. | |
4343 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 4344 |
6820 | 4345 2007-08-23 John W. Eaton <jwe@octave.org> |
4346 | |
4347 * pkg/pkg.m: Avoid using installed_packages for both function and | |
4348 variable name. | |
4349 | |
4350 2007-08-23 David Bateman <dbateman@free.fr> | |
4351 | |
4352 * plot/plot.m: Allow first arg to be axes handle. | |
4353 | |
6818 | 4354 2007-08-22 David Bateman <dbateman@free.fr> |
4355 | |
4356 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
4357 outputs are returned only if requested. | |
4358 | |
4359 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
4360 | |
4361 * control/base/nichols.m: Fix typo. | |
4362 | |
6813 | 4363 2007-08-13 John W. Eaton <jwe@octave.org> |
4364 | |
4365 * plot/meshgrid.m: Use repmat instead of multiplication. | |
4366 | |
6809 | 4367 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
4368 | |
4369 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
4370 use axes position in each appropriate gnuplot set statement. | |
4371 | |
6808 | 4372 2007-08-10 John W. Eaton <jwe@octave.org> |
4373 | |
4374 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
4375 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4376 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
4377 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
4378 | |
6807 | 4379 2007-08-10 Kai Habel <kai.habel@gmx.de> |
4380 | |
4381 * plot/patch.m, plot/__patch__.m: New files. | |
4382 * plot/Makefile.in (SOURCES): Add them to the list. | |
4383 | |
4384 2007-08-07 John W. Eaton <jwe@octave.org> | |
4385 | |
4386 * path/savepath.m: Use single quotes for argument to PATH command | |
4387 that is inserted in file. | |
4388 | |
6805 | 4389 2007-07-27 John W. Eaton <jwe@octave.org> |
4390 | |
4391 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
4392 not set in the environment. | |
4393 | |
6796 | 4394 2007-07-25 David Bateman <dbateman@free.fr> |
4395 | |
4396 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4397 control/base/Makefile.in, control/hinf/Makefile.in, | |
4398 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4399 control/util/Makefile.in, deprecated/Makefile.in, | |
4400 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4401 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4402 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4403 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4404 polynomial/Makefile.in, quaternion/Makefile.in, | |
4405 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4406 specfun/Makefile.in, special-matrix/Makefile.in, | |
4407 startup/Makefile.in, statistics/Makefile.in, | |
4408 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4409 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4410 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4411 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4412 | |
6795 | 4413 2007-07-25 John W. Eaton <jwe@octave.org> |
4414 | |
4415 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4416 | |
6793 | 4417 2007-07-24 David Bateman <dbateman@free.fr> |
4418 | |
4419 * image/flag.m: New colormap function. | |
4420 * images/Makefile.in: Include it in SOURCES. | |
4421 | |
4422 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4423 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4424 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4425 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4426 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4427 number of colormap elements as the other colormap functions. | |
4428 | |
6790 | 4429 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4430 | |
4431 * plot/__go_draw_axes__.m: Handle patch. | |
4432 | |
6788 | 4433 2007-07-23 David Bateman <dbateman@free.fr> |
4434 | |
4435 * general/rat.m: New function for ration approximation imported | |
4436 from octave-forge. | |
4437 * general/del2.m: New function for discrete laplacian operator. | |
4438 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4439 | |
4440 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4441 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4442 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4443 image/winter.m, image/brighten.m: Port image functions from | |
4444 octave-forge. | |
4445 * image/Makefile.in: Add ported functions to SOURCES. | |
4446 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4447 compatibility with matlab. | |
4448 | |
4449 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4450 octave-forge | |
4451 * plot/Makefile.in: Add ported functions to SOURCES. | |
4452 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4453 using gnuplot 4.2 or greater. | |
4454 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4455 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4456 |
4457 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4458 | |
6781 | 4459 2007-07-19 David Bateman <dbateman@free.fr> |
4460 | |
4461 * plot/fplot.m: More compatible version. | |
4462 | |
6780 | 4463 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4464 | |
4465 * plot/clf.m: Check for valid handle before deleting. | |
4466 | |
4467 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4468 __go_figure__ instead of using regular "set" call. | |
4469 | |
6779 | 4470 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4471 | |
4472 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4473 type for gnuplot. | |
4474 | |
6778 | 4475 2007-07-18 John W. Eaton <jwe@octave.org> |
4476 | |
4477 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4478 gnuplot for each set of axes. | |
4479 | |
6777 | 4480 2007-07-18 David Bateman <dbateman@free.fr> |
4481 | |
6778 | 4482 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4483 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4484 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4485 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4486 Use standard scale factor rather than one on the scale factor for | |
4487 compatibility. | |
4488 | |
4489 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4490 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4491 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4492 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4493 Preserve backward compatibility. | |
6777 | 4494 |
6776 | 4495 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4496 | |
4497 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4498 to avoid issues with regexp special characters in the path strings. | |
4499 | |
6770 | 4500 2007-07-06 David Bateman <dbateman@free.fr> |
4501 | |
6778 | 4502 * general/accumarray.m: New function to create an array by |
4503 accumulating the elements. | |
6770 | 4504 |
6768 | 4505 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4506 | |
4507 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4508 (fdjac): Set nx outside of if block. | |
4509 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4510 | |
6765 | 4511 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4512 | |
4513 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4514 | |
4515 * plot/axis.m: Also set "visible" property when setting axes to | |
4516 on/off. | |
4517 | |
6762 | 4518 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4519 | |
4520 * image/colormap.m: Only return colormap if nargout > 0. | |
4521 Mark as command. | |
4522 | |
6758 | 4523 2007-06-25 John W. Eaton <jwe@octave.org> |
4524 | |
4525 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4526 strcmp for selected property comparisons. | |
4527 | |
6756 | 4528 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
4529 | |
6778 | 4530 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4531 |
6754 | 4532 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4533 | |
4534 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4535 | |
6756 | 4536 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4537 |
6778 | 4538 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4539 argument, and note that the data should be sorted for the |
4540 definition of the median to be correct. | |
4541 | |
6778 | 4542 * statistics/base/std.m: Add missing square to definition of |
6754 | 4543 standard deviation. |
4544 | |
6778 | 4545 * statistics/base/cov.m: Add definition of covariance to the help text. |
4546 | |
4547 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4548 statistics/base/std.m: |
4549 Note that \bar{x} is the mean value of x in the help text. | |
4550 | |
6778 | 4551 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4552 coefficient to the help text. |
4553 | |
6778 | 4554 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4555 | |
4556 * statistics/base/var.m: Put N in @math in help text. | |
4557 | |
4558 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4559 statistics/tests/kolmogorov_smirnov_test.m: |
4560 Write about possible values of 'dist' in help text. | |
4561 | |
6778 | 4562 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4563 Add definition of correlation to the help text. |
4564 | |
6778 | 4565 * statistics/base/logit.m, statistics/base/kendall.m, |
4566 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4567 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4568 TeXification of help text. | |
4569 | |
4570 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4571 | |
4572 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4573 Add missing @var's to help text. | |
4574 | |
4575 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4576 | |
4577 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4578 of help text. | |
4579 | |
4580 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4581 help text. | |
4582 | |
4583 * statistics/distributions/unidpdf.m, | |
4584 statistics/distributions/discrete_pdf.m: | |
4585 Replace 'pDF' with 'PDF' in help text. | |
4586 | |
6753 | 4587 2007-06-25 John W. Eaton <jwe@octave.org> |
4588 | |
4589 * strings/substr.m: Use offset consistently in code and doc string. | |
4590 From Rafael Laboissiere <rafael@debian.org>. | |
4591 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4592 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4593 |
6778 | 4594 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4595 |
6751 | 4596 2007-06-25 John W. Eaton <jwe@octave.org> |
4597 | |
4598 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4599 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4600 <juhani@cs.joensuu.fi>. | |
4601 | |
6748 | 4602 2007-06-20 John W. Eaton <jwe@octave.org> |
4603 | |
6749 | 4604 * strings/index.m: Allow strings to be empty. |
4605 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4606 | |
6748 | 4607 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4608 | |
6747 | 4609 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4610 | |
4611 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4612 separate matrices. | |
4613 | |
6746 | 4614 2007-06-19 David Bateman <dbateman@free.fr> |
4615 | |
4616 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4617 only ";;" legend syntax. | |
4618 * polynomial/mkpp.m: ditto. | |
4619 * polynomial/pchip.m: ditto. | |
4620 * signal/freqz_plot.m: ditto. | |
4621 * sparse/gplot.m: ditto. | |
4622 * sparse/treeplot.m: ditto. | |
4623 | |
6745 | 4624 2007-06-19 John W. Eaton <jwe@octave.org> |
4625 | |
4626 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4627 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4628 | |
6742 | 4629 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4630 | |
6778 | 4631 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4632 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4633 to check for NA. | |
4634 | |
6741 | 4635 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4636 | |
6778 | 4637 * optimization/glpk.m: TeXified the help text. |
4638 * optimization/qp.m: TeXified the help text. | |
4639 * optimization/sqp.m: TeXified the help text. | |
6741 | 4640 |
6740 | 4641 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
4642 | |
6778 | 4643 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4644 |
6738 | 4645 2007-06-15 John W. Eaton <jwe@octave.org> |
4646 | |
4647 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4648 have_newer_gnuplot is true. | |
4649 | |
6736 | 4650 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4651 | |
6778 | 4652 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4653 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4654 to 90, all others 0. |
4655 | |
6778 | 4656 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4657 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4658 get_data_limits. |
6778 | 4659 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4660 called by __errplot__. |
4661 | |
6730 | 4662 2007-06-15 John W. Eaton <jwe@octave.org> |
4663 | |
4664 * testfun/test.m: Also return number of expected failures. | |
4665 | |
6724 | 4666 2007-06-14 John W. Eaton <jwe@octave.org> |
4667 | |
6730 | 4668 * set/ismember.m: Mark two tests known to fail with xtest. |
4669 | |
6724 | 4670 * plot/__go_draw_axes__.m: Handle text rotation property. |
4671 | |
6728 | 4672 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4673 | |
4674 * testfun/test.m: Add xtest support for tests known to fail. | |
4675 | |
6727 | 4676 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4677 | |
4678 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4679 epslatexstandalone terminals. | |
4680 | |
6721 | 4681 2007-06-14 David Bateman <dbateman@free.fr> |
4682 | |
4683 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4684 as permutation of results was incorrect. | |
4685 * general/interp1.m: Add demo on second derivative | |
4686 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4687 call. Add 3D demo. Fix typos |
4688 * general/interp3.m: Fix typos. Correct permutation for use of | |
4689 interpn. | |
6721 | 4690 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4691 | |
6717 | 4692 2007-06-13 John W. Eaton <jwe@octave.org> |
4693 | |
4694 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4695 |
6706 | 4696 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4697 | |
4698 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4699 | |
6704 | 4700 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4701 | |
4702 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4703 Set have_linestyle to true if two character linestyle is found. | |
4704 | |
6702 | 4705 2007-06-12 David Bateman <dbateman@free.fr> |
4706 | |
6717 | 4707 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4708 and interpn.m. | |
4709 | |
4710 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4711 structure before using it. | |
4712 | |
4713 2007-06-12 David Bateman <dbateman@free.fr> | |
4714 | |
6704 | 4715 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4716 * general/__splinen__.m: New support function for N-dimensional |
4717 spline interpolation. | |
4718 * general/bicubic.m: Allow definition of extrapolation | |
4719 value. Adapt tests to use new graphics interface | |
4720 * general/interp2.m: Call __splinen__ for 2-D spline | |
4721 interpolation. Make the lookup table code only be called for | |
4722 linear and nearest methods. | |
4723 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4724 and spline interpolation. | |
4725 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4726 and spline interpolation. | |
6704 | 4727 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4728 |
6701 | 4729 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4730 | |
4731 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4732 | |
6699 | 4733 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
4734 | |
4735 * plot/fplot.m: If function is inline, vectorize it. | |
4736 | |
6698 | 4737 2007-06-10 David Bateman <dbateman@free.fr> |
4738 | |
4739 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4740 directory if need to, so that it fits on a line. | |
4741 | |
6695 | 4742 2007-06-07 David Bateman <dbateman@free.fr> |
4743 | |
4744 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4745 saved file so that dependent packages are loaded first, and if | |
4746 nargout==0 don't return any arguments. | |
4747 (pkg:install): Only load packages that are marked autoload after | |
4748 install. Various fixes. Save in order. | |
4749 (pkg:uninstall): Save in order | |
4750 (pkg:load_packages): Use load_package_and_dependencies to load | |
4751 packages. | |
4752 (pkg:save_order): New function to sort package list with dependent | |
4753 packages first. | |
4754 (pkg:load_packages_and_dependencies): New function to load both a | |
4755 list of packages and their dependencies. | |
4756 (pkg:load_package_dirs): New function that returns a vector of the | |
4757 indexes into the installed package list indicating the packages to | |
4758 load and the order to load them in to respect the dependencies. | |
4759 | |
6688 | 4760 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
4761 | |
4762 * plot/axes.m: Eliminate redundant else clause. | |
4763 | |
6686 | 4764 2007-06-03 David Bateman <dbateman@free.fr> |
4765 | |
4766 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 4767 * pkg/pkg.m: Protect against multiple actions being define. |
4768 | |
6683 | 4769 2007-06-01 David Bateman <dbateman@free.fr> |
4770 | |
4771 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
4772 incorporate into main pkg function. | |
4773 (pkg:install): Check for existence of files to install before | |
4774 globbing and warn the user if they don't exist. | |
4775 | |
6675 | 4776 2007-05-31 David Bateman <dbateman@free.fr> |
4777 | |
6679 | 4778 * miscellaneous/copyfile.m: Split copying of multiple files to a |
4779 directory over several copy command to limit the line length. | |
4780 * miscellaneous/movefile.m: Ditto. | |
4781 | |
6675 | 4782 * pkg.m: Add build option to allow binary Octave packages to be |
4783 built from source packages. Probe absolute path of prefix, global | |
4784 and local lists. Use strcat, rather that [] for strings. | |
4785 (pkg:build): New function to binary binary package. | |
4786 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
4787 (pkg:repackage): Package binary Octave package from installation. | |
4788 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
4789 from m-files into main installation directory. | |
4790 (pkg:shell): Suppress verbose messages from shell and only display | |
4791 them with the verbose flag. | |
4792 (pkg:installed_packages): Also include the loaded flag in the | |
4793 local and global packages. | |
4794 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
4795 flagged as loaded. | |
4796 | |
4797 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
4798 | |
4799 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
4800 with and without architecture dependent directories. | |
4801 (pkg:installed_packages): Probe the global_list file even if it is | |
4802 the same as the local_list. | |
4803 | |
6669 | 4804 2007-05-29 John W. Eaton <jwe@octave.org> |
4805 | |
4806 * sparse/spy.m: Set axis to "ij" mode. | |
4807 | |
6664 | 4808 2007-05-24 John W. Eaton <jwe@octave.org> |
4809 | |
4810 * set/ismember.m: Quote first arg of "fail" tests. | |
4811 | |
6663 | 4812 2007-05-24 David Bateman <dbateman@free.fr> |
4813 | |
6778 | 4814 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4815 |
6655 | 4816 2007-05-22 David Bateman <dbateman@free.fr> |
4817 | |
4818 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4819 error(lasterr()(8:end)). | |
4820 (pkg:install): Warning for empty packages being removed. Suppress | |
4821 spurious output. Warning rather than error for uninstalling a | |
4822 package that is not installed to avoid RPM issue. | |
4823 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4824 inst or architecture dependent directory if it exists. | |
4825 | |
6653 | 4826 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4827 | |
4828 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4829 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4830 signal/freqz.m: Fix typos. | |
4831 | |
6645 | 4832 2007-05-21 David Bateman <dbateman@free.fr> |
4833 | |
4834 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4835 force installation location. | |
4836 (rebuild): New subfunction to rebuild package database from | |
4837 installed packages. Also allows changing of autoload status | |
4838 (install): Warn use if attempting to install from non existent | |
4839 file. | |
4840 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4841 "USER", "root"))' for root test. | |
4842 | |
4843 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4844 | |
4845 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4846 and replace "\" characters with "/". | |
4847 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4848 characters with "/" throughout. | |
4849 (shell): New subfunction that wraps system and is careful with the | |
4850 shell on windows platforms. | |
4851 (configure_make): Explictly pass complier etc to configure | |
4852 process. | |
4853 (issuperuser): Force default to global install for Windows machines. | |
4854 | |
6636 | 4855 2007-05-19 Kristan Onu |
4856 | |
4857 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
4858 | |
6634 | 4859 2007-05-18 David Bateman <dbateman@free.fr> |
4860 | |
4861 * pkg/pkg.m (install): More verbosity. | |
4862 (configure_make): Ditto. | |
4863 (create_pkgadddel): Install in architecture dependent directory if | |
4864 it exists to address issues with autoload/mfilename. | |
4865 (write_INDEX): Check in archiecture dependent directories as well. | |
4866 | |
6633 | 4867 2007-05-17 David Bateman <dbateman@free.fr> |
4868 | |
4869 * plot/hbar.m: Remove. | |
4870 * plot/barh.m: and move it here. | |
4871 | |
6631 | 4872 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
4873 | |
4874 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4875 | |
6629 | 4876 2007-05-16 John W. Eaton <jwe@octave.org> |
4877 | |
4878 * general/logspace.m: Return second arg if fewer than two values | |
4879 are requested. | |
4880 | |
6619 | 4881 2007-05-14 John W. Eaton <jwe@octave.org> |
4882 | |
4883 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4884 on a new line. | |
4885 | |
6617 | 4886 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4887 | |
4888 * statistics/distributions/norminv.m, | |
4889 statistics/distributions/norminv.m, | |
4890 statistics/distributions/normpdf.m, | |
4891 statistics/distributions/normrnd.m: | |
4892 Use standard deviation, not variance. | |
4893 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4894 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4895 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4896 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4897 backward compatibility. | |
4898 | |
6616 | 4899 2007-05-14 David Bateman <dbateman@free.fr> |
4900 | |
4901 * pkg/pkg.m: Mark loaded packages with "*". | |
4902 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4903 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4904 |
4905 * miscellaneous/single.m: Doc fix. | |
4906 Convert to double instead of returning argument unchanged. | |
4907 | |
4908 * miscellaneous/doc.m: Doc fix. | |
4909 | |
4910 * miscellaneous/ver.m: Doc fix. | |
4911 Don't display information about Octave Forge. | |
4912 | |
6614 | 4913 2007-05-12 David Bateman <dbateman@free.fr> |
4914 | |
4915 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4916 install to be printed. An error in the on_uninstall script causes | |
4917 a failure to uninstall. Place oct- and mex-files in an | |
4918 architecture dependent directory. | |
4919 | |
6611 | 4920 2007-05-09 John W. Eaton <jwe@octave.org> |
4921 | |
4922 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4923 | |
6609 | 4924 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4925 | |
4926 * statistics/distributions/normcdf.m: Use standard deviation | |
4927 instead of variance for compatibility. | |
4928 | |
4929 2007-05-08 John W. Eaton <jwe@octave.org> | |
4930 | |
4931 | |
4932 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4933 | |
4934 * set/ismember.m: Always return logical values. | |
4935 | |
4936 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4937 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4938 |
4939 * general/__isequal__.m: Allow numeric values of different classes | |
4940 to compare equal. | |
4941 | |
6606 | 4942 2007-05-07 David Bateman <dbateman@free.fr> |
4943 | |
6607 | 4944 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4945 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4946 |
6605 | 4947 2007-05-02 John W. Eaton <jwe@octave.org> |
4948 | |
4949 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4950 | |
6604 | 4951 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4952 | |
4953 * contour.m: Rewrite help string. | |
4954 | |
6599 | 4955 2007-04-28 John W. Eaton <jwe@octave.org> |
4956 | |
4957 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4958 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4959 Special case nargout == 0. | |
4960 | |
6597 | 4961 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4962 | |
4963 * general/sub2ind.m: Handle empty input, add tests. | |
4964 | |
6590 | 4965 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4966 | |
4967 * plot/contourc.m: Doc fix. | |
4968 | |
6586 | 4969 2007-04-26 David Bateman <dbateman@free.fr> |
4970 | |
4971 * plot/hist.m: Partially remove previous patch. | |
4972 | |
6582 | 4973 2007-04-26 David Bateman <dbateman@free.fr> |
4974 | |
4975 * plot/hist.m: Support returning of handle | |
4976 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4977 cells. | |
4978 | |
6575 | 4979 2007-04-25 John W. Eaton <jwe@octave.org> |
4980 | |
6579 | 4981 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4982 "title \"\"", not "". | |
4983 | |
6575 | 4984 * plot/legend.m: Initialize WARNED to false. |
4985 | |
6567 | 4986 2007-04-24 John W. Eaton <jwe@octave.org> |
4987 | |
4988 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4989 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4990 |
4991 2007-04-23 John W. Eaton <jwe@octave.org> | |
4992 | |
4993 * plot/box.m: Delete extra endfunction keyword. | |
4994 | |
6560 | 4995 2007-04-23 David Bateman <dbateman@free.fr> |
4996 | |
4997 * plot/plot3.m: Call newplot. | |
4998 | |
6553 | 4999 2007-04-20 John W. Eaton <jwe@octave.org> |
5000 | |
5001 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
5002 | |
6546 | 5003 2007-04-19 John W. Eaton <jwe@octave.org> |
5004 | |
5005 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
5006 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
5007 | |
6544 | 5008 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
5009 | |
5010 * control/util/axis2dlim.m: Delete extraneous line. | |
5011 | |
6542 | 5012 2007-04-18 John W. Eaton <jwe@octave.org> |
5013 | |
5014 * specfun/factorial.m: Increase tolerance in large value test. | |
5015 | |
6540 | 5016 2007-04-18 David Bateman <dbateman@free.fr> |
5017 | |
5018 * __bar__.m: New support function for bar/hbar to support graphic | |
5019 handles, and additional arguments. | |
5020 * bar.m: Convert to use __bar__. | |
5021 * hbar.m: New function | |
5022 * hist.m: Explicitly set the width of the bar plot. | |
5023 | |
6533 | 5024 2007-04-17 John W. Eaton <jwe@octave.org> |
5025 | |
6534 | 5026 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
5027 | |
6533 | 5028 * set/ismember.m: New tests. |
5029 From David Grohmann <grohmann@arlut.utexas.edu> | |
5030 | |
6532 | 5031 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
5032 | |
5033 * specfun/factorial.m: Use gamma function instead of cumprod. | |
5034 Add tests. | |
5035 | |
6527 | 5036 2007-04-16 John W. Eaton <jwe@octave.org> |
5037 | |
6528 | 5038 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
5039 looks_like_copyright in src/help.cc. | |
5040 From S�ren Hauberg <soren@hauberg.org>. | |
5041 | |
6527 | 5042 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
5043 | |
6526 | 5044 2007-04-13 John W. Eaton <jwe@octave.org> |
5045 | |
6527 | 5046 * optimization/sqp.m: Initialize info to 0. |
5047 | |
6526 | 5048 * optimization/qp.m: Undo previous change. |
5049 | |
6524 | 5050 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
5051 | |
5052 * spdiags.m: Fixed the four-argument case to work for columns of | |
5053 length one. | |
5054 | |
6523 | 5055 2007-04-12 John W. Eaton <jwe@octave.org> |
5056 | |
5057 * optimization/qp.m: Avoid Octave indexing bug. | |
5058 | |
6521 | 5059 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
5060 | |
6522 | 5061 * miscellaneous/menu.m, control/base/bddemo.m, |
5062 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
5063 control/system/sysrepdemo.m: | |
5064 Adapt to page_screen_output as a function. | |
6521 | 5065 |
6518 | 5066 2007-04-11 John W. Eaton <jwe@octave.org> |
5067 | |
5068 * miscellaneous/not.m: Delete. | |
5069 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
5070 | |
5071 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5072 | |
5073 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
5074 that are close but not exactly equal. | |
5075 | |
6515 | 5076 2007-04-11 David Bateman <dbateman@free.fr> |
5077 | |
5078 * general/bitcmp.m: Make it work again. | |
5079 | |
6512 | 5080 2007-04-10 John W. Eaton <jwe@octave.org> |
5081 | |
5082 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
5083 that are close but not exactly equal. | |
5084 | |
6511 | 5085 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
5086 | |
5087 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
5088 in response to a change in x limits for now. | |
5089 | |
6510 | 5090 2007-04-09 John W. Eaton <jwe@octave.org> |
5091 | |
5092 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
5093 (__go_draw_axes__): Use it to write data to plot stream. | |
5094 | |
6509 | 5095 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
5096 | |
5097 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
5098 zeros. Set markerfacecolor property in call to plot. | |
5099 | |
6508 | 5100 2007-04-06 John W. Eaton <jwe@octave.org> |
5101 | |
5102 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
5103 | |
5104 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
5105 | |
5106 * plot/stem.m: Use plot instead of a series of calls to line. | |
5107 | |
6494 | 5108 2007-04-05 John W. Eaton <jwe@octave.org> |
5109 | |
6499 | 5110 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
5111 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
5112 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
5113 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
5114 | |
6496 | 5115 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 5116 Use strcmpi instead of strcmp+tolower. |
6496 | 5117 Style fixes. |
5118 | |
6494 | 5119 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
5120 Plotting fixes. Style fixes. | |
5121 | |
5122 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
5123 Style fixes. | |
5124 | |
5125 * testfun/fail.m: No need to check for evalin and lastwarn. | |
5126 Style fixes. | |
5127 | |
5128 * testfun/demo.m, testfun/example.m: Style fixes. | |
5129 Use "strcat (...)" instead of "[...]". | |
5130 Use format specifiers in calls to warning. | |
5131 | |
5132 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
5133 Use "strcat (...)" instead of "[...]". | |
5134 Use "x(end)" instead of "x(length (x))". | |
5135 Check NA before NaN. | |
5136 Style fixes. | |
5137 | |
6473 | 5138 2007-03-29 John W. Eaton <jwe@octave.org> |
5139 | |
6474 | 5140 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 5141 |
6467 | 5142 2007-03-27 John W. Eaton <jwe@octave.org> |
5143 | |
5144 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5145 control/base/Makefile.in, control/hinf/Makefile.in, | |
5146 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5147 control/util/Makefile.in, deprecated/Makefile.in, | |
5148 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5149 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5150 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5151 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5152 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5153 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5154 special-matrix/Makefile.in, startup/Makefile.in, | |
5155 statistics/Makefile.in, statistics/base/Makefile.in, | |
5156 statistics/distributions/Makefile.in, | |
5157 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5158 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5159 Use ln instead of $(LN_S) in dist target. | |
5160 | |
6465 | 5161 2007-03-27 David Bateman <dbateman@free.fr> |
5162 | |
5163 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
5164 gnuplot 4.0. | |
5165 | |
6464 | 5166 2007-03-26 John W. Eaton <jwe@octave.org> |
5167 | |
5168 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
5169 | |
6461 | 5170 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
5171 | |
5172 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
5173 plot stream and using binary data. | |
5174 | |
6459 | 5175 2007-03-26 John W. Eaton <jwe@octave.org> |
5176 | |
5177 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5178 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5179 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
5180 | |
5181 2007-03-26 David Bateman <dbateman@free.fr> | |
5182 | |
6461 | 5183 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
5184 | |
6459 | 5185 * plot/plot3.m: Handle line properties. |
5186 * plot/plot.m: Update docstring. | |
5187 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
5188 * plot/__plt__.m: Also gather properties. | |
5189 | |
6455 | 5190 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
5191 | |
5192 * testfun/assert.m: Delete special check for empty objects. | |
5193 Add test. | |
5194 | |
6453 | 5195 2007-03-26 John W. Eaton <jwe@octave.org> |
5196 | |
6454 | 5197 * plot/drawnow.m: Exit early if call is recursive. |
5198 | |
6453 | 5199 * plot/__go_draw_axes__.m (get_data_limits): New function. |
5200 Check for Inf too. | |
5201 (__go_draw_axes__): Use get_data_limits. | |
5202 | |
6450 | 5203 2007-03-24 John W. Eaton <jwe@octave.org> |
5204 | |
6451 | 5205 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
5206 send terminal setting command with title option to plot stream. | |
5207 | |
6450 | 5208 * plot/legend.m: Correctly increment index into list of children.. |
5209 | |
6434 | 5210 2007-03-23 John W. Eaton <jwe@octave.org> |
5211 | |
6448 | 5212 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
5213 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
5214 control/base/nyquist.m, control/base/nichols.m, | |
5215 control/base/frdemo.m, signal/freqz_plot.m, | |
5216 control/base/__stepimp__.m, control/base/bode.m, | |
5217 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
5218 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 5219 Update plotting code. |
5220 | |
5221 * control/base/bode.m: Unwrap phase angle. | |
5222 | |
5223 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
5224 | |
5225 * plot/axis.m: Don't check automatic_replot, or call replot. | |
5226 | |
5227 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
5228 commands. | |
6446 | 5229 |
6442 | 5230 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 5231 Handle numeric color specs. |
6442 | 5232 * plot/plot.m: Remove "-@" and "@" from docstring. |
5233 | |
6441 | 5234 * plot/orient.m: Fix tests to avoid creating a plot window. |
5235 | |
6440 | 5236 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
5237 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5238 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
5239 general/arrayfun.m, miscellaneous/compare_versions.m, | |
5240 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
5241 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
5242 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
5243 | |
6438 | 5244 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
5245 plot, not just multiplots. | |
5246 | |
6436 | 5247 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
5248 | |
6434 | 5249 * plot/contour.m: Don't call drawnow. |
5250 | |
6431 | 5251 2007-03-22 John W. Eaton <jwe@octave.org> |
5252 | |
6432 | 5253 * plot/drawnow.m: Check and optionally, set, the __modified__ |
5254 property of each figure. | |
5255 | |
6431 | 5256 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
5257 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5258 | |
5259 2007-03-21 John W. Eaton <jwe@octave.org> | |
5260 | |
5261 * linear-algebra/null.m: Set elements of retval with magnitudes | |
5262 less than eps to 0. | |
5263 | |
6429 | 5264 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 5265 |
5266 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 5267 * testfun/speed.m: Documentation and example fix. |
5268 | |
6424 | 5269 2007-03-21 John W. Eaton <jwe@octave.org> |
5270 | |
5271 * plot/subplot.m: If we find an existing subplot region, set | |
5272 it to be the "currentaxes" property for the current figure. | |
6425 | 5273 Delete old axes objects if the new axes object overlaps the old. |
6424 | 5274 |
6422 | 5275 2007-03-20 David Bateman <dbateman@free.fr> |
5276 | |
5277 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
5278 | |
5279 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
5280 | |
5281 * general/arrayfun.m: New function. | |
5282 | |
6418 | 5283 2007-03-20 John W. Eaton <jwe@octave.org> |
5284 | |
6419 | 5285 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
5286 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
5287 | |
5288 * plot/clf.m: Don't call drawnow. | |
5289 | |
6431 | 5290 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 5291 |
6420 | 5292 * image/__img__.m: Maybe set yaxis to reverse for images. |
5293 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
5294 images. | |
5295 | |
6418 | 5296 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 5297 instead of global. Only register __go_close_all__ with atexit if |
5298 the plot stream is successfully opened. | |
6418 | 5299 |
6413 | 5300 2007-03-15 John W. Eaton <jwe@octave.org> |
5301 | |
6418 | 5302 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 5303 From Daniel J Sebald <daniel.sebald@ieee.org>. |
5304 | |
5305 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
5306 | |
5307 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 5308 Use numeric line types. |
6413 | 5309 |
5310 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 5311 lines and larger markers. Remove key titles from line type |
5312 properties. | |
6413 | 5313 |
6405 | 5314 2007-03-14 John W. Eaton <jwe@octave.org> |
5315 | |
6412 | 5316 * plot/__axis_label__.m: Accept additional property-value pairs |
5317 and pass them to __go_text__. Simply return the handle obtained | |
5318 from __go_text__ instead of calling get on the current axis. | |
5319 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
5320 Allow for extra property value pairs to be passed along. | |
5321 * plot/title.m: Implement with __axis_label__ since it does all | |
5322 that title needs to do. | |
5323 | |
6410 | 5324 * plot/clf.m: Set currentaxes property for current figure to []. |
5325 | |
6405 | 5326 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
5327 | |
5328 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
5329 and __plt2__, not just the last. | |
5330 | |
5331 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
5332 (SOURCES_IN, GEN_M): Delete. | |
5333 (FCN_FILES): Don't include $(GEN_M). | |
5334 (all): Don't depend on $(GEN_M). | |
5335 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
5336 | |
5337 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
5338 | |
5339 * plot/newplot.m: Call __go_axes_init__ instead of | |
5340 __uiobject_axes_init__. | |
5341 | |
5342 * plot/mesh.m: Use __go_surface__ instead of | |
5343 __uiobject_surface_ctor__. Don't access object fields directly. | |
5344 | |
5345 * plot/line.m: Use __line__ to do actual work. | |
5346 * plot/__line__.m: New function. | |
5347 | |
5348 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
5349 Use get and set instead of accessing object fields directly. | |
5350 | |
5351 * plot/figure.m: Use __go_figure__ to create figure graphics | |
5352 handle. | |
5353 | |
5354 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
5355 __uiobject_close_all. Call __go_draw_figure__ instead of | |
5356 __uiobject_draw_figure__. | |
5357 | |
5358 * plot/clf.m: Use get instead of accessing object fields | |
5359 directly. Simply delete children. Don't set currentaxes. | |
5360 | |
5361 * plot/close.m (close_all_figures): New subfunction. | |
5362 Use it instead of getting list of figures to close from | |
5363 __uiobject_figures__. | |
5364 | |
5365 * plot/closereq.m: Simply delete the current figure. Don't set | |
5366 currentfigure. | |
5367 | |
5368 * plot/__errplot__.m: Call __line__ instead of | |
5369 __uiobject_line_ctor__. Use set instead of accesing object fields | |
5370 directly. Don't call __uiobject_adopt__. | |
5371 | |
5372 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
5373 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
5374 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
5375 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
5376 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
5377 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
5378 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
5379 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
5380 plot/__uiobject_init_root_figure__.in, | |
5381 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
5382 plot/__uiobject_root_figure_ctor__.m, | |
5383 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5384 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
5385 plot/set.in: Delete. | |
6408 | 5386 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 5387 |
5388 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
5389 Pass "hidden" as second arg to close. | |
5390 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
5391 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 5392 * plot/Makefile.in (SOURCES_M): Rename in list. |
5393 | |
6405 | 5394 * image/__img__.m: Use __go_image__ to create image graphics |
5395 handle. | |
5396 | |
5397 * miscellaneous/delete.m: Call __go_delete__, not | |
5398 __uiobject_delete__. Check that arg is a graphics handle before | |
5399 calling __go_delete__. | |
5400 | |
6403 | 5401 2007-03-13 John W. Eaton <jwe@octave.org> |
5402 | |
5403 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5404 arg instead of switch statement. | |
6528 | 5405 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5406 |
5407 2007-03-12 John W. Eaton <jwe@octave.org> | |
5408 | |
5409 * miscellaneous/cast.m: New function. | |
5410 | |
5411 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5412 | |
6398 | 5413 2007-03-08 John W. Eaton <jwe@octave.org> |
5414 | |
5415 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5416 tilde expansion on target filename before passing it to the shell. | |
5417 | |
5418 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5419 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5420 | |
6396 | 5421 2007-03-08 David Bateman <dbateman@free.fr> |
5422 | |
5423 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5424 replacing slower version based on dicrete_rnd. | |
5425 | |
6392 | 5426 2007-03-07 John W. Eaton <jwe@octave.org> |
5427 | |
6395 | 5428 * control/base/rlocus.m: Update for current plotting functions. |
5429 | |
5430 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5431 | |
5432 * control/base/rlocus.m: Improve display. | |
5433 | |
5434 2007-03-07 John W. Eaton <jwe@octave.org> | |
5435 | |
5436 * plot/legend.m: Only handle positions -1:4. | |
5437 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5438 found in option string | |
5439 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5440 | |
6394 | 5441 * plot/newplot.m: Always reset next line color. |
5442 | |
6392 | 5443 * testfun/assert.m: Check that number of dimensions match before |
5444 checking dimensions. | |
5445 | |
6391 | 5446 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5447 | |
5448 * specfun/perms.m, specfun/factorial.m: Check args. | |
5449 | |
6387 | 5450 2007-03-07 John W. Eaton <jwe@octave.org> |
5451 | |
6390 | 5452 * plot/mesh.m: Call newplot before doing anything. |
5453 | |
5454 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5455 just "e". Only flush plot stream once. | |
5456 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5457 | |
6387 | 5458 * strings/blanks.m: Omit first index in assignment. |
5459 | |
6386 | 5460 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5461 | |
5462 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5463 | |
6385 | 5464 2007-03-06 David Bateman <dbateman@free.fr> |
5465 John W. Eaton <jwe@octave.org> | |
5466 | |
5467 * set/setdiff.m: Ignore "rows" for cell array args. | |
5468 Handle cellstr args. | |
5469 | |
6382 | 5470 2007-03-05 John W. Eaton <jwe@octave.org> |
5471 | |
5472 * optimization/sqp.m: Defer first call to obj_hess until after | |
5473 calling obj_fun. | |
5474 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5475 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5476 |
5477 * specfun/nchoosek.m: Fix nargin check. | |
5478 | |
6376 | 5479 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5480 | |
5481 * image/__img__.m: Don't set xlim and ylim properties. | |
5482 | |
6374 | 5483 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5484 | |
5485 * general/interp1.m: Fix *style cases for decreasing x. | |
5486 | |
6372 | 5487 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5488 | |
5489 * polynomial/roots.m: Check nargin before accessing arg. | |
5490 | |
6369 | 5491 2007-02-28 John W. Eaton <jwe@octave.org> |
5492 | |
5493 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5494 increment data_idx unless using gnuplot for display. | |
5495 | |
6368 | 5496 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5497 | |
5498 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5499 plots with images. | |
5500 * image/image.m, image/imagesc.m, image/imshow.m: | |
5501 Deprecate zoom argument. | |
5502 | |
6366 | 5503 2007-02-28 John W. Eaton <jwe@octave.org> |
5504 | |
5505 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5506 temporary file names. Keep image and colormap file ids separate. | |
5507 | |
5508 * general/interp1.m: Correctly compute min and max values when | |
5509 values are decreasing and not evenly spaced. | |
5510 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5511 | |
6365 | 5512 2007-02-27 John W. Eaton <jwe@octave.org> |
5513 | |
5514 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5515 returning an empty cell array. | |
5516 | |
6546 | 5517 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5518 |
5519 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5520 | |
6546 | 5521 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5522 |
5523 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5524 control/base/Makefile.in, control/hinf/Makefile.in, | |
5525 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5526 control/util/Makefile.in, deprecated/Makefile.in, | |
5527 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5528 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5529 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5530 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5531 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5532 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5533 special-matrix/Makefile.in, startup/Makefile.in, | |
5534 statistics/Makefile.in, statistics/base/Makefile.in, | |
5535 statistics/distributions/Makefile.in, | |
5536 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5537 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5538 Use $(LN_S) instead of ln or ln -s. | |
5539 | |
6356 | 5540 2007-02-24 David Bateman <dbateman@free.fr> |
5541 | |
5542 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5543 '\n' in FILES file. | |
6357 | 5544 (configure_make): Also install any mex files. |
6356 | 5545 |
6353 | 5546 2007-02-24 David Bateman <dbateman@free.fr> |
5547 | |
5548 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5549 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5550 | |
6351 | 5551 2007-02-23 John W. Eaton <jwe@octave.org> |
5552 | |
5553 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5554 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5555 | |
5556 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5557 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5558 | |
6349 | 5559 2007-02-23 David Bateman <dbateman@free.fr> |
5560 | |
5561 * statistics/distributions/discrete_rnd.m, | |
5562 statistics/distributions/geornd.m, | |
5563 statistics/distributions/lognnd.m, | |
5564 statistics/distributions/nbinrnd.m, | |
5565 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5566 | |
5567 * statistics/distributions/unidcdf.m, | |
5568 statistics/distributions/unidinv.m, | |
5569 statistics/distributions/unidpdf.m, | |
5570 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5571 discrete_cdf, etc. |
6349 | 5572 |
5573 * statistics/distributions/pascal_cdf.m, | |
5574 statistics/distributions/pascal_inv.m, | |
5575 statistics/distributions/pascal_pdf.m, | |
5576 statistics/distributions/pascal_rnd.m: Remove. | |
5577 * statistics/distributions/nbincdf.m, | |
5578 statistics/distributions/nbininv.m, | |
5579 statistics/distributions/nbinpdf.m, | |
5580 statistics/distributions/nbinrnd.m: Replace with matlab | |
5581 compatible functions. | |
5582 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5583 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5584 nbincdf, etc functions to implement these. | |
5585 | |
6344 | 5586 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5587 | |
5588 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5589 command and data. | |
5590 | |
5591 2007-02-22 John W. Eaton <jwe@octave.org> | |
5592 | |
5593 * miscellaneous/doc.m: If index search fails, try again without | |
5594 the index search option. | |
5595 | |
6339 | 5596 2007-02-22 David Bateman <dbateman@free.fr> |
5597 | |
6341 | 5598 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5599 | |
6340 | 5600 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5601 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5602 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5603 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5604 and randp to accelerate. | |
5605 | |
6339 | 5606 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5607 | |
6338 | 5608 2007-02-22 John W. Eaton <jwe@octave.org> |
5609 | |
5610 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5611 cache data and display after xlim and ylim have been determined. | |
5612 | |
6337 | 5613 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5614 | |
5615 * plot/__uiobject_draw_axes__.m: | |
5616 Allow multiple images to be displayed with gnuplot. | |
5617 | |
6333 | 5618 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5619 | |
5620 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5621 for versions of GLPK 4.15 and later. | |
5622 | |
6328 | 5623 2007-02-19 John W. Eaton <jwe@octave.org> |
5624 | |
5625 * plot/__uiobject_alloc__.in: If next available element in | |
5626 __uiobject_list__ is 0, grow list before doing anything else. | |
5627 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5628 first call when size of __uiobject_list__ is 0. | |
5629 | |
6323 | 5630 2007-02-16 John W. Eaton <jwe@octave.org> |
5631 | |
5632 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5633 | |
6321 | 5634 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5635 | |
5636 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5637 | |
6316 | 5638 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5639 | |
5640 * specfun/nchoosek.m: Check nargin. | |
5641 | |
6314 | 5642 2007-02-15 John W. Eaton <jwe@octave.org> |
5643 | |
6315 | 5644 * path/addpath.m, path/rmpath.m: Delete |
5645 * path/Makefile.in (SOURCES): Remove them from the list. | |
5646 | |
6314 | 5647 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5648 Delete title, xlabel, ylabel, and zlabel properties before | |
5649 reassigning. | |
5650 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5651 Don't init outerposition if "mode" is "replace". | |
5652 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5653 If axes nextplot property is replace, pass "replace" as mode arg | |
5654 to __uiobject_axes_init__. | |
5655 | |
6308 | 5656 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5657 | |
6310 | 5658 * image/imshow.m: Don't restore old colormap. |
5659 | |
6309 | 5660 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5661 * image/__img__.m: New file containing common parts of image.m and | |
5662 imshow.m. | |
6312 | 5663 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5664 * image/image.m, image/imshow.m: Call __img__. |
5665 * plot/__uiobject_draw_axes__.m: | |
5666 Handle rgb imaged data stored in 3-d arrays. | |
5667 | |
6308 | 5668 * plot/figure.m: Doc fix. |
5669 | |
6304 | 5670 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5671 | |
5672 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5673 for reading and writing data. New tests. Improve rounding. | |
5674 | |
6302 | 5675 2007-02-13 John W. Eaton <jwe@octave.org> |
5676 | |
6303 | 5677 * plot/stem.m: New file, adapted from OctPlot. |
5678 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5679 | |
6302 | 5680 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5681 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5682 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5683 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5684 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5685 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5686 plot/semilogyerr.m: Return handles to line objects. | |
5687 | |
6301 | 5688 2007-02-11 John W. Eaton <jwe@octave.org> |
5689 | |
5690 * plot/__uiobject_close_all.m: New file. | |
5691 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5692 | |
6298 | 5693 2007-02-10 John W. Eaton <jwe@octave.org> |
5694 | |
5695 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5696 * plot/__uiobject_globals__.m: Don't call mlock. | |
5697 | |
5698 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5699 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5700 before calling pclose. | |
5701 | |
6291 | 5702 2007-02-09 John W. Eaton <jwe@octave.org> |
5703 | |
6295 | 5704 * plot/subplot.m: Delete spurious call to axes. |
5705 | |
6293 | 5706 * plot/figure.m: Call drawnow for current figure before creating |
5707 or switching to a new figure. | |
5708 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5709 nargin == 0 case. | |
5710 | |
6291 | 5711 * testfun/assert.m: Try to avoid problems when comparisons involve |
5712 strange values like Inf+NaNi. | |
5713 | |
6283 | 5714 2007-02-08 John W. Eaton <jwe@octave.org> |
5715 | |
6286 | 5716 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5717 and check gnuplot_use_title_option instead of just assuming -title | |
5718 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5719 | |
6285 | 5720 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5721 | |
6284 | 5722 * audio/Makefile.in, control/base/Makefile.in, |
5723 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5724 control/system/Makefile.in, control/util/Makefile.in, | |
5725 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5726 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5727 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5728 optimization/Makefile.in, plot/Makefile.in, | |
5729 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5730 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5731 special-matrix/Makefile.in, startup/Makefile.in, | |
5732 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5733 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5734 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5735 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5736 | |
6283 | 5737 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5738 only given property list. | |
5739 | |
6278 | 5740 2007-02-07 John W. Eaton <jwe@octave.org> |
5741 | |
6280 | 5742 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5743 properties. | |
5744 | |
6278 | 5745 * plot/sombrero.m: Call box ("off") after mesh. |
5746 | |
5747 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5748 line default" commands with older versions of gnuplot. | |
5749 | |
5750 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
5751 | |
6273 | 5752 2007-02-06 John W. Eaton <jwe@octave.org> |
5753 | |
5754 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
5755 * sparse/gplot.m: Use line style - instead of 1. | |
5756 | |
6272 | 5757 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
5758 | |
5759 * plot/print.m: Avoid error message from cellidx. | |
5760 | |
5761 2007-02-05 John W. Eaton <jwe@octave.org> | |
5762 | |
5763 * plot/legend.m: Fix check for data. | |
5764 | |
6270 | 5765 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5766 | |
5767 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
5768 Always set lt and pt. | |
5769 | |
6269 | 5770 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
5771 | |
5772 * plot/contourc.m: Correctly compute X and Y. | |
5773 | |
6268 | 5774 2007-02-05 John W. Eaton <jwe@octave.org> |
5775 | |
5776 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
5777 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
5778 | |
6264 | 5779 2007-02-01 John W. Eaton <jwe@octave.org> |
5780 | |
6266 | 5781 * plot/__uiobject_draw_axes__.m: |
5782 Don't try to set axis limits unless we have data. | |
5783 | |
6264 | 5784 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
5785 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5786 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5787 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
5788 instead of of key and fmt strings. | |
5789 | |
5790 * plot/__pltopt1__.m: Greatly simplify. | |
5791 | |
5792 * plot/__next_line_color__.m: New file. | |
5793 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5794 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
5795 | |
5796 * plot/__default_plot_options__.m: New file. | |
5797 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5798 | |
5799 * plot/__plt3__.m: Delete. | |
5800 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
5801 | |
6259 | 5802 2007-01-31 John W. Eaton <jwe@octave.org> |
5803 | |
6263 | 5804 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
5805 linestyle, linewidth, marker, and markersize properties. | |
5806 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
5807 colors and widths, and line styles. | |
5808 | |
5809 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 5810 |
6261 | 5811 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
5812 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5813 | |
5814 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5815 __gnuplot_save_data__. | |
5816 | |
6259 | 5817 * image/image.m: Accept 2 args, but ignore the second for now. |
5818 | |
6258 | 5819 2007-01-30 David Bateman <dbateman@free.fr> |
5820 | |
5821 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5822 to flag a package as to be autoloaded. Add install flags -noauto, | |
5823 -auto to force autoload behavior. | |
5824 (installed_packages): Make list of installed packages unique. | |
5825 | |
6259 | 5826 2007-01-30 John W. Eaton <jwe@octave.org> |
5827 | |
5828 * Merge of changes from graphics-branch: | |
5829 | |
5830 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5831 |
5832 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5833 | |
5834 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5835 property if it exists. | |
5836 | |
6259 | 5837 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5838 |
5839 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5840 min values outside of loop over child objects. | |
5841 | |
5842 * plot/contour.m, plot/contourc.m: New files. | |
5843 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5844 | |
5845 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5846 find a gnuplot version newer than 4.0. | |
5847 * image/__img_gnuplot__.m: Delete. | |
5848 * image/image.m: Create image graphics object. | |
5849 Call newplot to setup and drawnow to finish. | |
5850 Eliminate ZOOM arg. | |
5851 | |
5852 * plot/__uiobject_draw_axes__.m: Handle image data. | |
5853 | |
5854 * plot/legend.m: Eliminate useless variable "warned". | |
5855 | |
5856 * plot/__uiobject_image_ctor__.m: New file. | |
5857 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5858 | |
5859 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
5860 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
5861 | |
5862 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
5863 | |
5864 * plot/__default_colormap__.m: New file. | |
5865 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5866 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
5867 property. | |
5868 * image/colormap.m: Use colormap property of current figure | |
5869 to store colormap instead of using persistent variable. | |
5870 Call __default_colormap__ to get default map value. | |
5871 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
5872 | |
5873 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
5874 Handle some tick mark options. | |
5875 | |
5876 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
5877 set corresponding *mode to "manual". If we set dataaspectratio, | |
5878 set dataaspectratiomode to "manual". | |
5879 | |
5880 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5881 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5882 | |
5883 * plot/axis.m: New file. | |
5884 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5885 | |
5886 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5887 set corresponding *limmode to "manual". | |
5888 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5889 Use it to compute autosclaled limits. | |
5890 Arg is now handle, not object. Change all callers. | |
5891 Compute data limits. | |
5892 | |
6259 | 5893 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5894 |
5895 * plot/drawnow: Fix visibility check for zero args. | |
5896 | |
5897 * plot/text.m: New file. | |
5898 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5899 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5900 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5901 horizontalalignment properties. | |
5902 | |
5903 * plot/figure.m: Set options for f we just constructed or were | |
5904 given as an argument, not gcf. Only return handle if nargout > 0. | |
5905 | |
5906 * plot/drawnow.m: Handle visible field for figure here. | |
5907 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5908 | |
5909 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5910 title and axis labels. | |
5911 | |
5912 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5913 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5914 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5915 * plot/view.m: New file. | |
5916 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5917 | |
5918 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5919 Call __request_drawnow__. | |
5920 | |
5921 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5922 | |
5923 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5924 Call set to set properties. Return handle instead of structure. | |
5925 Change all callers. | |
5926 | |
5927 * plot/__uiobject_axes_setr__.m: New file. | |
5928 * plot/set.in: Check for __setter__ field. | |
5929 | |
5930 * plot/__uiobject_axes_init__.in: | |
5931 Rename from plot/__uiobject_axes_init__.m. | |
5932 Include __uiobject_globals__. | |
5933 Accept handle as arg instead of structure | |
5934 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5935 from the list. | |
5936 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5937 | |
6259 | 5938 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5939 |
5940 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5941 | |
5942 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5943 initializing each global variable. | |
5944 | |
6259 | 5945 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5946 |
5947 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5948 __uiobject_figure_handles_free_list__): New global variables. | |
5949 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5950 Place unused handles on the free list. | |
5951 | |
5952 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5953 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5954 | |
5955 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5956 handles here. Return figure handle. | |
5957 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5958 | |
6259 | 5959 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5960 |
5961 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5962 data for gnuplot. | |
5963 | |
5964 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5965 files. | |
5966 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5967 (DISTFILES): Include include-globals.awk in the list. | |
5968 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5969 ($(GEN_M) : %.m : %.in): New rule. | |
5970 | |
5971 * include-globals.awk: New file. | |
5972 | |
5973 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5974 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5975 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5976 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5977 plot/__uiobject_init_root_figure__.in, | |
5978 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5979 Rename from corresponding .m files. | |
5980 | |
5981 * move-if-change: New file. | |
5982 | |
5983 * plot/__uiobject_delete__.m: New file. | |
5984 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5985 plot/__uiobject_delete_child__.m: Delete. | |
5986 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5987 not a character string. | |
5988 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5989 Fix assignment to tmp key value in loop. | |
5990 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5991 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5992 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5993 Inline code to delete children. | |
5994 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5995 __uiobject_list__. | |
5996 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5997 and free child. | |
5998 | |
6259 | 5999 2006-12-08 John W. Eaton <jwe@octave.org> |
6000 | |
6001 * plot/gcf.m: Check if the root figure object's currentfigure | |
6002 handle is empty, not 0. | |
6003 * plot/__uiobject_root_figure_ctor__.m: | |
6004 Set currentfigure to [], not 0. | |
6005 | |
6006 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
6007 | |
6008 2006-12-07 John W. Eaton <jwe@octave.org> | |
6009 | |
6010 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
6011 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
6012 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
6013 plot/__uiobject_delete_children__.m, | |
6014 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
6015 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
6016 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
6017 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
6018 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
6019 plot/__uiobject_init_figure__.m, | |
6020 plot/__uiobject_init_root_figure__.m, | |
6021 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
6022 plot/__uiobject_remove_child__.m, | |
6023 plot/__uiobject_root_figure_ctor__.m, | |
6024 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
6025 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
6026 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
6027 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
6028 plot/set.m: New files. | |
6029 | |
6030 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
6031 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
6032 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
6033 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
6034 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
6035 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
6036 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
6037 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
6038 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
6039 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
6040 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
6041 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
6042 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
6043 plot/semilogyerr.m, plot/replot.m: | |
6044 Adapt to new graphics data structure. | |
6045 | |
6046 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
6047 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
6048 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
6049 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
6050 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6051 plot/plot_border.m, plot/subwindow.m: Delete. | |
6052 | |
6053 2007-01-24 David Bateman <dbateman@free.fr> | |
6054 | |
6055 * pkg/pkg.m: Install ChangeLog file if it exists. | |
6056 Delete bare newline in string passed to write_INDEX. | |
6057 | |
6058 * sparse/sprandsym.m: Make work for even values of N. | |
6059 | |
6060 2007-01-24 John W. Eaton <jwe@octave.org> | |
6061 | |
6062 * miscellaneous/news.m: New file. | |
6063 | |
6064 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
6065 | |
6066 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
6067 | |
6068 * strings/strncmp.m: Delete (we now have a built-in version). | |
6069 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6070 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 6071 |
6072 * testfun/test.m: Check for all files in path, use first found. | |
6073 | |
6074 2007-01-22 David Bateman <dbateman@free.fr> | |
6075 | |
6076 * polynomial/spline.m: Make DG a column instead of a row vector. | |
6077 | |
6078 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
6079 | |
6080 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
6081 file name. | |
6082 | |
6083 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
6084 nargout is 1. Handle colormaps that have too few colors. | |
6085 | |
6086 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
6087 (configure_make): Use fullfile instead of concatenating with "/". | |
6088 | |
6258 | 6089 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
6090 | |
6091 * set/ismember.m: Handle N-d arrays. | |
6092 | |
6093 2007-01-10 David Bateman <dbateman@free.fr> | |
6094 | |
6095 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
6096 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6097 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
6098 New files. | |
6099 | |
6100 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
6101 | |
6778 | 6102 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 6103 |
6104 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
6105 | |
6106 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
6107 instead of concatenating with "/". Use mlock to ensure that | |
6108 persistent variables are not clobbered if user types clear all. | |
6109 | |
6110 2007-01-08 John W. Eaton <jwe@octave.org> | |
6111 | |
6112 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
6113 Improve handling of file names containing globbing characters. | |
6114 From S�ren Hauberg <hauberg@gmail.com>. | |
6115 | |
6116 2007-01-05 John W. Eaton <jwe@octave.org> | |
6117 | |
6118 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
6119 New files. | |
6120 | |
6121 2006-12-30 John W. Eaton <jwe@octave.org> | |
6122 | |
6123 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
6124 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
6125 | |
6126 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
6127 | |
6128 * image/imshow.m: Strip NaNs from image. | |
6129 | |
6130 2006-12-08 David Bateman <dbateman@free.fr> | |
6131 | |
6132 * sparse/normest.m: New file. | |
6133 | |
6286 | 6134 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 6135 |
6210 | 6136 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
6137 Work on Windows systems without cp or mv. | |
6138 | |
6209 | 6139 * startup/inputrc: Include sequences for Windows. |
6140 | |
6203 | 6141 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6142 | |
6143 * pkg/pkg.m (unload_packages): New function. | |
6144 (pkg): Handle unload action. | |
6145 | |
6146 * __errplot__.m: Add missing semicolon. | |
6147 | |
6193 | 6148 2006-11-30 John W. Eaton <jwe@octave.org> |
6149 | |
6150 * miscellaneous/mexext.m: New file. | |
6151 | |
6189 | 6152 2006-11-29 David Bateman <dbateman@free.fr> |
6153 | |
6154 * pkg/pkg.m: Add local_list and global_list options that allow the | |
6155 location of package lists to be probed and set. | |
6156 | |
6179 | 6157 2006-11-17 John W. Eaton <jwe@octave.org> |
6158 | |
6181 | 6159 * plot/__render_plot1__.m: Reverse y axis for images. |
6160 | |
6179 | 6161 * plot/__render_plot__.m: New args, terminal and output. |
6162 * plot/print.m: Don't set output and term here. Instead, call | |
6163 __render_plot__ with terminal and output. | |
6164 | |
6178 | 6165 2006-11-16 John W. Eaton <jwe@octave.org> |
6166 | |
6167 * plot/__render_plot1__.m: New file. | |
6168 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
6169 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
6170 gnuplot. Let __render_plot__ do that. | |
6171 | |
6177 | 6172 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
6173 | |
6174 * plot/plot.m: Fix doc string. | |
6175 | |
6173 | 6176 2006-11-16 John W. Eaton <jwe@octave.org> |
6177 | |
6178 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
6179 before sending anything to the plotter. | |
6180 | |
6172 | 6181 2006-11-15 John W. Eaton <jwe@octave.org> |
6182 | |
6183 * image/__img_gnuplot__.m: Store more info in global plot | |
6184 structures and use __render_plot__ to build plot command to | |
6185 display image. | |
6186 | |
6187 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
6188 | |
6189 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
6190 __plot_command_sep__): Delete. | |
6191 (__plot_data_type__, __plot_data_parametric__, | |
6192 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
6193 __plot_usingstr__, __plot_withstr__): New variables. | |
6194 * plot/__init_plot_vars__.m: Initialize them. | |
6195 | |
6196 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
6197 Don't handle sep or cmd. | |
6198 | |
6199 * plot/__render_plot__.m: New function. | |
6200 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
6201 Store more info in global plot structures and use __render_plot__ | |
6202 to build plot command. | |
6203 * plot/replot.m: Simply call __render_plot__. | |
6204 | |
6205 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
6206 Set __plot_data_parametric__ here. | |
6207 | |
6164 | 6208 2006-11-14 John W. Eaton <jwe@octave.org> |
6209 | |
6166 | 6210 * plot/bottom_title.m, plot/top_title.m: Delete. |
6211 | |
6164 | 6212 * image/image_viewer.m: Set default values here. |
6213 * image/image.m: Not here. | |
6214 | |
6215 * image/image_viewer.m: Always return old values. Check arguments. | |
6216 * image/__img_gnuplot__.m: Rename from __img__m. | |
6217 | |
6218 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
6219 | |
6220 * image/image_viewer.m: New function. | |
6221 * image/__img_via_file__.m: New function. | |
6222 * image/image.m: Use image_viewer to determine which program to | |
6223 use for image viewing. | |
6754 | 6224 * image/__img__.m: Silently accept more than 3 args. |
6164 | 6225 |
6163 | 6226 2006-11-14 John W. Eaton <jwe@octave.org> |
6227 | |
6228 * plot/__do_legend__.m, plot/__errplot__.m, | |
6229 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
6230 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
6231 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
6232 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
6233 Use __plot_globals__ for multiplot variables. Keep track of | |
6234 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
6235 | |
6157 | 6236 2006-11-13 John W. Eaton <jwe@octave.org> |
6237 | |
6158 | 6238 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
6239 | |
6157 | 6240 * miscellaneous/substruct.m: New function. |
6241 | |
6242 * testfun/assert.m: Force orientation to match when comparing | |
6243 struct elements. | |
6244 | |
6245 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
6246 when comparing structs. | |
6247 | |
6248 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
6249 | |
6754 | 6250 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
6251 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
6252 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
6253 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
6254 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
6255 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
6256 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 6257 |
6156 | 6258 2006-11-13 John W. Eaton <jwe@octave.org> |
6259 | |
6260 * plot/mesh.m: Use size_equal to compare dimensions. | |
6261 | |
6154 | 6262 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6263 | |
6264 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
6265 | |
6152 | 6266 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6267 | |
6268 * miscellaneous/copyfile.m: Fix docs to match function. | |
6269 | |
6145 | 6270 2006-11-08 John W. Eaton <jwe@octave.org> |
6271 | |
6146 | 6272 * plot/legend.m: New function, adapted from Octave Forge. |
6273 | |
6274 * plot/__do_legend__.m: New function. | |
6275 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
6276 plot/replot.m: Call it before plotting. | |
6277 | |
6278 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
6279 noparametric" to gnuplot.. | |
6280 | |
6281 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
6282 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
6283 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
6284 and return key title separate from line format. Accept format and | |
6285 key as cellstr. Always return data as cell array. Return format | |
6286 and key title as cellstr. | |
6287 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
6288 Handle line format and key titles separately. | |
6289 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
6290 | |
6291 * plot/__plot_globals__.m (__plot_line_offset__, | |
6292 __plot_key_labels__, __plot_key_properties__): New global | |
6293 variables. Initialize them. | |
6294 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
6295 __plot_key_labels__, __plot_key_properties__): Initialize. | |
6296 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
6297 (__plot_line_offset__, __plot_key_labels__, | |
6298 __plot_key_properties__): Store information about plot key titles. | |
6299 | |
6300 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
6301 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
6302 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
6303 respectively. | |
6304 | |
6305 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
6306 | |
6145 | 6307 * strings/strcat.m: Disable Octave:empty-list-elements warning |
6308 whle concatenating args. | |
6309 | |
6144 | 6310 2006-11-07 John W. Eaton <jwe@octave.org> |
6311 | |
6312 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
6313 | |
6142 | 6314 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6315 | |
6143 | 6316 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
6317 option to regexp. | |
6318 | |
6142 | 6319 * image/__img__.m: Send "set size ratio -1" before plotting. |
6320 | |
6138 | 6321 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
6322 | |
6139 | 6323 * strings/index.m: New arg, direction. Simplify and speed up. |
6324 * strings/rindex.m: Implement using index (..., "last"); | |
6325 | |
6754 | 6326 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 6327 |
6130 | 6328 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
6329 | |
6330 * general/__isequal__.m: Test size and class more consistently. | |
6331 | |
6116 | 6332 2006-10-27 John W. Eaton <jwe@octave.org> |
6333 | |
6117 | 6334 * miscellaneous/ls_command.m: Use /D instead of /w. |
6335 From Michael Goffioul <michael.goffioul@swing.be>. | |
6336 | |
6116 | 6337 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
6338 * miscellaneous/dir.m: Mark as a command. | |
6339 | |
6112 | 6340 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6341 | |
6342 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
6343 | |
6088 | 6344 2006-10-25 John W. Eaton <jwe@octave.org> |
6345 | |
6346 * image/image.m: Set x = y = [] when nargin == 0; | |
6347 | |
6348 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
6349 | |
6350 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
6351 * image/__img__.m: New file, originally from | |
6352 Daniel J Sebald <daniel.sebald@ieee.org>. | |
6353 | |
6087 | 6354 2006-10-25 John W. Eaton <jwe@octave.org> |
6355 | |
6356 * plot/__gnuplot_version__.m: New function, originally from | |
6357 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
6358 Quentin Spencer <qspencer@ieee.org>. | |
6359 | |
6085 | 6360 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6361 | |
6362 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
6363 | |
6081 | 6364 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
6365 | |
6366 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
6367 miscellaneous/gunzip.m: New files. | |
6368 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
6369 Call unpack to do the real work. | |
6370 | |
6075 | 6371 2006-10-24 John W. Eaton <jwe@octave.org> |
6372 | |
6078 | 6373 * plot/plot3.m: If we have a format string, then also pass using |
6374 string to __plt3__. | |
6375 | |
6077 | 6376 * plot/sombrero.m: Don't return anything if nargout == 0. |
6377 | |
6075 | 6378 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 6379 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 6380 |
6069 | 6381 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
6382 | |
6383 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
6384 Quote filenames in shell commands. | |
6385 | |
6055 | 6386 2006-10-17 David Bateman <dbateman@free.fr> |
6387 | |
6388 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
6389 the package directory is missing. | |
6390 | |
6052 | 6391 2006-10-13 John W. Eaton <jwe@octave.org> |
6392 | |
6393 * plot/box.m: New function. | |
6394 | |
6050 | 6395 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
6396 | |
6397 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
6398 | |
6049 | 6399 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6400 | |
6401 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6402 | |
6047 | 6403 2006-10-10 John W. Eaton <jwe@octave.org> |
6404 | |
6405 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6406 | |
6046 | 6407 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6408 | |
6409 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6410 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6411 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6412 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6413 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6414 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6415 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6416 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6417 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6418 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6419 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6420 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6421 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6422 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6423 control/system/buildssic.m, control/system/c2d.m, | |
6424 control/system/cellidx.m, control/system/d2c.m, | |
6425 control/system/dmr2d.m, control/system/fir2sys.m, | |
6426 control/system/is_abcd.m, control/system/is_controllable.m, | |
6427 control/system/is_detectable.m, control/system/is_digital.m, | |
6428 control/system/is_observable.m, control/system/is_siso.m, | |
6429 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6430 control/system/jet707.m, control/system/listidx.m, | |
6431 control/system/ord2.m, control/system/parallel.m, | |
6432 control/system/ss.m, control/system/ss2zp.m, | |
6433 control/system/starp.m, control/system/sys2ss.m, | |
6434 control/system/sys2tf.m, control/system/sys2zp.m, | |
6435 control/system/sysadd.m, control/system/sysappend.m, | |
6436 control/system/syschtsam.m, control/system/sysconnect.m, | |
6437 control/system/syscont.m, control/system/sysdimensions.m, | |
6438 control/system/sysdisc.m, control/system/sysdup.m, | |
6439 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6440 control/system/sysgroup.m, control/system/sysidx.m, | |
6441 control/system/sysmin.m, control/system/sysmult.m, | |
6442 control/system/sysout.m, control/system/sysprune.m, | |
6443 control/system/sysscale.m, control/system/syssetsignals.m, | |
6444 control/system/syssub.m, control/system/sysupdate.m, | |
6445 control/system/tf.m, control/system/tfout.m, | |
6446 control/system/ugain.m, control/system/zp.m, | |
6447 control/system/zpout.m, control/util/__outlist__.m, | |
6448 control/util/__zgpbal__.m, control/util/prompt.m, | |
6449 control/util/sortcom.m, control/util/strappend.m, | |
6450 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6451 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6452 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6453 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6454 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6455 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6456 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6457 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6458 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6459 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6460 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6461 general/ind2sub.m, general/int2str.m, | |
6462 general/is_duplicate_entry.m, general/isdefinite.m, | |
6463 general/isequal.m, general/isequalwithequalnans.m, | |
6464 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6465 general/isvector.m, general/logical.m, general/logspace.m, | |
6466 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6467 general/perror.m, general/postpad.m, general/prepad.m, | |
6468 general/randperm.m, general/rem.m, general/repmat.m, | |
6469 general/rot90.m, general/rotdim.m, general/shift.m, | |
6470 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6471 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6472 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6473 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6474 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6475 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6476 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6477 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6478 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6479 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6480 linear-algebra/logm.m, linear-algebra/norm.m, | |
6481 linear-algebra/null.m, linear-algebra/orth.m, | |
6482 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6483 linear-algebra/trace.m, linear-algebra/vec.m, | |
6484 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6485 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6486 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6487 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6488 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6489 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6490 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6491 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6492 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6493 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6494 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6495 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6496 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6497 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6498 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6499 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6500 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6501 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6502 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6503 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6504 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6505 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6506 polynomial/polyder.m, polynomial/polyderiv.m, | |
6507 polynomial/polyfit.m, polynomial/polygcd.m, | |
6508 polynomial/polyinteg.m, polynomial/polyout.m, | |
6509 polynomial/polyreduce.m, polynomial/polyval.m, | |
6510 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6511 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6512 set/complement.m, set/create_set.m, set/intersect.m, | |
6513 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6514 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6515 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6516 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6517 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6518 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6519 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6520 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6521 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6522 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6523 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6524 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6525 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6526 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6527 special-matrix/hankel.m, special-matrix/hilb.m, | |
6528 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6529 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6530 statistics/base/center.m, statistics/base/cloglog.m, | |
6531 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6532 statistics/base/cov.m, statistics/base/cut.m, | |
6533 statistics/base/gls.m, statistics/base/iqr.m, | |
6534 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6535 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6536 statistics/base/mean.m, statistics/base/meansq.m, | |
6537 statistics/base/median.m, statistics/base/moment.m, | |
6538 statistics/base/ols.m, statistics/base/ppplot.m, | |
6539 statistics/base/probit.m, statistics/base/qqplot.m, | |
6540 statistics/base/range.m, statistics/base/ranks.m, | |
6541 statistics/base/run_count.m, statistics/base/skewness.m, | |
6542 statistics/base/spearman.m, statistics/base/statistics.m, | |
6543 statistics/base/std.m, statistics/base/studentize.m, | |
6544 statistics/base/table.m, statistics/base/values.m, | |
6545 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6546 statistics/distributions/betainv.m, | |
6547 statistics/distributions/betapdf.m, | |
6548 statistics/distributions/betarnd.m, | |
6549 statistics/distributions/binocdf.m, | |
6550 statistics/distributions/binoinv.m, | |
6551 statistics/distributions/binopdf.m, | |
6552 statistics/distributions/binornd.m, | |
6553 statistics/distributions/cauchy_cdf.m, | |
6554 statistics/distributions/cauchy_inv.m, | |
6555 statistics/distributions/cauchy_pdf.m, | |
6556 statistics/distributions/cauchy_rnd.m, | |
6557 statistics/distributions/chi2cdf.m, | |
6558 statistics/distributions/chi2inv.m, | |
6559 statistics/distributions/chi2pdf.m, | |
6560 statistics/distributions/chi2rnd.m, | |
6561 statistics/distributions/discrete_cdf.m, | |
6562 statistics/distributions/discrete_inv.m, | |
6563 statistics/distributions/discrete_pdf.m, | |
6564 statistics/distributions/discrete_rnd.m, | |
6565 statistics/distributions/empirical_rnd.m, | |
6566 statistics/distributions/expcdf.m, | |
6567 statistics/distributions/expinv.m, | |
6568 statistics/distributions/exppdf.m, | |
6569 statistics/distributions/exprnd.m, | |
6570 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6571 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6572 statistics/distributions/gamcdf.m, | |
6573 statistics/distributions/gaminv.m, | |
6574 statistics/distributions/gampdf.m, | |
6575 statistics/distributions/gamrnd.m, | |
6576 statistics/distributions/geocdf.m, | |
6577 statistics/distributions/geoinv.m, | |
6578 statistics/distributions/geopdf.m, | |
6579 statistics/distributions/geornd.m, | |
6580 statistics/distributions/hygecdf.m, | |
6581 statistics/distributions/hygeinv.m, | |
6582 statistics/distributions/hygepdf.m, | |
6583 statistics/distributions/hygernd.m, | |
6584 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6585 statistics/distributions/laplace_cdf.m, | |
6586 statistics/distributions/laplace_inv.m, | |
6587 statistics/distributions/laplace_pdf.m, | |
6588 statistics/distributions/laplace_rnd.m, | |
6589 statistics/distributions/logistic_cdf.m, | |
6590 statistics/distributions/logistic_inv.m, | |
6591 statistics/distributions/logistic_pdf.m, | |
6592 statistics/distributions/logistic_rnd.m, | |
6593 statistics/distributions/logncdf.m, | |
6594 statistics/distributions/logninv.m, | |
6595 statistics/distributions/lognpdf.m, | |
6596 statistics/distributions/lognrnd.m, | |
6597 statistics/distributions/normcdf.m, | |
6598 statistics/distributions/norminv.m, | |
6599 statistics/distributions/normpdf.m, | |
6600 statistics/distributions/normrnd.m, | |
6601 statistics/distributions/pascal_cdf.m, | |
6602 statistics/distributions/pascal_inv.m, | |
6603 statistics/distributions/pascal_pdf.m, | |
6604 statistics/distributions/pascal_rnd.m, | |
6605 statistics/distributions/poisscdf.m, | |
6606 statistics/distributions/poissinv.m, | |
6607 statistics/distributions/poisspdf.m, | |
6608 statistics/distributions/poissrnd.m, | |
6609 statistics/distributions/stdnormal_cdf.m, | |
6610 statistics/distributions/stdnormal_inv.m, | |
6611 statistics/distributions/stdnormal_pdf.m, | |
6612 statistics/distributions/stdnormal_rnd.m, | |
6613 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6614 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6615 statistics/distributions/unifcdf.m, | |
6616 statistics/distributions/unifinv.m, | |
6617 statistics/distributions/unifpdf.m, | |
6618 statistics/distributions/unifrnd.m, | |
6619 statistics/distributions/wblcdf.m, | |
6620 statistics/distributions/wblinv.m, | |
6621 statistics/distributions/wblpdf.m, | |
6622 statistics/distributions/wblrnd.m, | |
6623 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6624 statistics/tests/bartlett_test.m, | |
6625 statistics/tests/chisquare_test_homogeneity.m, | |
6626 statistics/tests/chisquare_test_independence.m, | |
6627 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6628 statistics/tests/hotelling_test.m, | |
6629 statistics/tests/hotelling_test_2.m, | |
6630 statistics/tests/kolmogorov_smirnov_test.m, | |
6631 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6632 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6633 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6634 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6635 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6636 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6637 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6638 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6639 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6640 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6641 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6642 strings/index.m, strings/isletter.m, strings/lower.m, | |
6643 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6644 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6645 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6646 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6647 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6648 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6649 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6650 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6651 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6652 time/etime.m, time/is_leap_year.m: | |
6653 Use print_usage instead of usage. | |
6654 | |
6044 | 6655 2006-10-09 David Bateman <dbateman@free.fr> |
6656 | |
6657 * time/datevec.m: Add additional compatible default parsing strings. | |
6658 | |
6395 | 6659 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6660 |
6042 | 6661 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6662 Remove compare_versions subfunction. | |
6663 | |
6664 * miscellaneous/compare_versions.m: New function to compare | |
6665 version numbers as strings with any boolean operators. | |
6666 | |
6041 | 6667 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6668 file exists. | |
6669 | |
6036 | 6670 2006-10-04 John W. Eaton <jwe@octave.org> |
6671 | |
6672 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6673 | |
6032 | 6674 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6675 | |
6037 | 6676 * pkg/pkg.m: Update docs. Handle prefix option. |
6677 Handle dependencies for load option. | |
6032 | 6678 |
6029 | 6679 2006-10-04 John W. Eaton <jwe@octave.org> |
6680 | |
6030 | 6681 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6682 | |
6683 * plot/clg.m: Delete. | |
6684 * plot/__init_plot_vars__.m: New function. | |
6685 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6686 |
6025 | 6687 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6688 | |
6689 * pkg/pkg.m: Avoid calling addpath with no args. | |
6690 | |
6024 | 6691 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6692 | |
6693 * audio/loadaudio.m, control/base/nyquist.m, | |
6694 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6695 linear-algebra/krylov.m, statistics/base/center.m, | |
6696 statistics/base/median.m, statistics/base/std.m, | |
6697 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6698 find first or last element matching a condition. | |
6699 | |
6023 | 6700 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6701 | |
6702 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6703 general/__isequal__.m: Minimize looping using cellfun. | |
6704 | |
6020 | 6705 2006-10-02 David Bateman <dbateman@free.fr> |
6706 | |
6707 * pkg/pkg.m (copy_files): always create installation directory. | |
6708 | |
6016 | 6709 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6710 | |
6711 * miscellaneous/doc.m: Swap file and directory args to info. | |
6712 | |
6713 2006-10-01 Arno Onken <whyly@gmx.net> | |
6714 | |
6715 * statistics/distributions/exprnd.m: Fix typo. | |
6716 | |
6014 | 6717 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6718 | |
6719 * polynomial/ppval.m: Use .' instead of '. | |
6720 * polynomial/spline.m: Likewise. New tests. | |
6721 | |
6004 | 6722 2006-09-26 David Bateman <dbateman@free.fr> |
6723 | |
6724 * __plt3__.m: Using global variables __plot_data__, | |
6725 __plot_data_offset__ and __plot_command__ to store plots and | |
6726 correctly handle multiplots, and hold state. Only accept a single | |
6727 data parameter plus, using, format and with strings. Remove | |
6728 setting of gnuplot parameters. | |
6729 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6730 * __setup_plot__.m: Convert to a function and pass the plotting | |
6731 command to use. | |
6732 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6733 * contour.m: Use unwind protect on the parametric state of plot | |
6734 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6735 * mesh.m: ditto. | |
6736 * plot3.m: Error checking, setting of parametric state and | |
6737 formation of matrix to plot moved from old __plt3__. | |
6738 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6739 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6740 |
5997 | 6741 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6742 |
6743 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
6744 | |
6745 * signal/filter2.m: Correct texinfo doc. | |
6746 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6747 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6748 |
6749 * miscellaneous/parseparams.m: Correct texinfo doc. | |
6750 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6751 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 6752 |
6753 * pkg/pkg.m (prepare_installation): Don't create package | |
6754 installation directory here. | |
6755 (copy_files): Create it here instead, to avoid issues with | |
6756 upgrades. Also install the COPYING file in packinfo. | |
6757 | |
5989 | 6758 2006-09-13 John W. Eaton <jwe@octave.org> |
6759 | |
6760 * general/blkdiag.m: Adjust to new cellfun rules. | |
6761 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6762 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 6763 |
6764 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
6765 error message for archive name not matching package name. | |
6766 (installed_packages): Size header of printed results to | |
6767 arguments. Sort the list of installed packages before printing | |
6768 them. | |
6769 | |
5986 | 6770 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
6771 | |
6772 * signal/freqz.m: Update tests. | |
6773 | |
6774 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
6775 | |
6776 * signal/freqz.m: Corretly postpad arrays. | |
6777 Don't call fliplr on a column vector. | |
6778 | |
5984 | 6779 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
6780 | |
6781 * general/shiftdim.m: Use permute instead of reshape. | |
6782 | |
5981 | 6783 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
6784 | |
6785 * miscellaneous/parseparams.m: New function. | |
6786 | |
5980 | 6787 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
6788 | |
6789 * miscellaneous/doc.m: Swap order of --file and --directory | |
6790 options for info program invocation. | |
6791 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6792 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 6793 |
5987 | 6794 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 6795 previous change. |
6796 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6797 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 6798 |
6799 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
6800 absence of trailing "/" in OCTAVE_HOME. | |
6801 | |
5973 | 6802 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
6803 | |
6804 * time/datenum.m: Allow arg to be character string. | |
6805 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6806 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 6807 |
6808 * pkg/pkg.m (install): Verify that package name correponds to the | |
6809 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
6810 they are empty. If package directory is empty, remove it to fail | |
6811 gracefully for system specific packages. | |
6812 (extract_pkgadd, create_pkgadd): delete. | |
6813 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6814 (copy_files): Install both bin/ and doc/ directories, adding the | |
6815 bin/ to the EXEC_PATH when the package is loaded. | |
6816 | |
5962 | 6817 2006-08-24 John W. Eaton <jwe@octave.org> |
6818 | |
6819 * image/saveimage.m: Use logical indexing instead of | |
6820 indices computed by calling find on the logical index. | |
6821 | |
5961 | 6822 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
6823 | |
5967 | 6824 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6825 Use logical indexing instead of indices computed by calling find |
6826 on the logical index. | |
6827 | |
6828 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6829 |
5959 | 6830 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6831 | |
6832 * control/system/tf2zp.m: Simplify gain calculation. | |
6833 | |
5958 | 6834 2006-08-23 John W. Eaton <jwe@octave.org> |
6835 | |
6836 * plot/__plt__.m: Insert using clauses for all plots. | |
6837 | |
5957 | 6838 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6839 | |
6840 * control/system/sysscale.m: Call tf and zp with correct number of | |
6841 args. | |
6842 | |
5955 | 6843 2006-08-22 David Bateman <dbateman@free.fr> |
6844 | |
6845 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6846 Search inst/*.m and src/*.m files in the package for | |
6847 PKG_ADD directives and append user supplied PKG_ADD. | |
6848 (pkg): Call create_pkgadd after copying files. | |
6849 | |
5947 | 6850 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
6851 | |
6852 * pkg/pkg.m: Handle multiple packages in a single file. | |
6853 Insert directory separator between OCTAVE_HOME and rest of package | |
6854 installation directory. | |
6855 | |
6856 2006-08-21 John W. Eaton <jwe@octave.org> | |
6857 | |
6858 * general/num2str.m: Early return if arg is empty. | |
6859 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
6860 | |
5946 | 6861 2006-08-21 David Bateman <dbateman@free.fr> |
6862 | |
6863 * strings/mat2str.m: Compute NC before using. | |
6864 | |
5937 | 6865 2006-08-17 John W. Eaton <jwe@octave.org> |
6866 | |
6867 * audio/wavread.m: Fix calculation of sample count. | |
6868 | |
5934 | 6869 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6870 | |
6871 * image/imshow.m: New Matlab-compatible version. | |
6872 | |
5930 | 6873 2006-08-15 John W. Eaton <jwe@octave.org> |
6874 | |
6875 * deprecated/is_global.m: Delete. | |
6876 | |
5928 | 6877 2006-08-14 John W. Eaton <jwe@octave.org> |
6878 | |
6879 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6880 | |
5926 | 6881 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6882 | |
6883 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6884 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6885 | |
5928 | 6886 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6887 | |
6778 | 6888 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6889 Use addpath and rmpath instead of manipulating LOADPATH. |
6890 Handle changes to system function. | |
6891 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6892 recursive directory removal. | |
5922 | 6893 |
5924 | 6894 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6895 | |
6778 | 6896 * colormap.m: Change global variable to persistent. |
5923 | 6897 |
5922 | 6898 * rgb2ind.m: Handle single 3-d array as rgb image. |
6899 | |
5920 | 6900 2006-08-14 John W. Eaton <jwe@octave.org> |
6901 | |
6902 * strings/str2double.m: Fix missing semicolon. | |
6903 | |
5910 | 6904 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6905 | |
6906 * plot/plot3.m: Accept one complex or one real and one complex | |
6907 argument and plot real and imaginary components for y and z. | |
6908 | |
5908 | 6909 2006-07-27 John W. Eaton <jwe@octave.org> |
6910 | |
6911 * testfun/test.m: Call fflush after each block of calls to | |
6912 fprintf, fputs, or fdisp. | |
6913 | |
5904 | 6914 2006-07-26 John W. Eaton <jwe@octave.org> |
6915 | |
6916 * miscellaneous/mex.m: New function. | |
6917 | |
5901 | 6918 2006-07-22 John W. Eaton <jwe@octave.org> |
6919 | |
6920 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6921 | |
5881 | 6922 2006-07-07 John W. Eaton <jwe@octave.org> |
6923 | |
6924 * miscellaneous/orderfields.m: New file. | |
6925 | |
5873 | 6926 2006-06-30 John W. Eaton <jwe@octave.org> |
6927 | |
6928 * time/datevec.m: Make another attempt to account for precision of | |
6929 datenum format. | |
6930 | |
5868 | 6931 2006-06-29 John W. Eaton <jwe@octave.org> |
6932 | |
6933 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6934 Use feval instead of "type -q" to get values now that all the | |
6935 symbols are functions. | |
6936 | |
5860 | 6937 2006-06-16 John W. Eaton <jwe@octave.org> |
6938 | |
6939 * time/datevec.m: Avoid computing log of non-positive values. | |
6940 | |
5859 | 6941 2006-06-14 John W. Eaton <jwe@octave.org> |
6942 | |
6943 * time/datevec.m: Attempt to account for precision of datenum format. | |
6944 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6945 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6946 |
6947 * audio/wavread.m: Fix file range error and add read support for | |
6948 24-bit WAV files. | |
6949 | |
5837 | 6950 2006-06-01 David Bateman <dbateman@free.fr> |
6951 | |
6952 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6953 general/interp1.m, general/gradient.m, general/interp2.m, | |
6954 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6955 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6956 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6957 | |
5835 | 6958 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6959 | |
6960 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6961 * miscellaneous/texas_lotto.m: Fix warning message. | |
6962 | |
5830 | 6963 2006-05-26 John W. Eaton <jwe@octave.org> |
6964 | |
6965 * miscellaneous/doc.m: Also handle nargin == 0. | |
6966 | |
5829 | 6967 2006-05-23 John W. Eaton <jwe@octave.org> |
6968 | |
6969 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6970 really needed. | |
6971 | |
5827 | 6972 2006-05-22 John W. Eaton <jwe@octave.org> |
6973 | |
6754 | 6974 * general/lookup.m: New file from Octave Forge. |
5827 | 6975 |
6976 2006-05-22 David Bateman <dbateman@free.fr> | |
6977 | |
6754 | 6978 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6979 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6980 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6981 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6982 special-matrix/magic.m, special-matrix/hadamard.m, | |
6983 strings/strtok.m: New files from Octave Forge. | |
5827 | 6984 |
5824 | 6985 2006-05-19 David Bateman <dbateman@free.fr> |
6986 | |
6987 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6988 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6989 |
5821 | 6990 2006-05-17 John W. Eaton <jwe@octave.org> |
6991 | |
6992 * set/intersection.m: Delete | |
6993 * deprecated/intersection.m: New file. | |
6994 | |
5820 | 6995 2006-05-17 David Bateman <dbateman@free.fr> |
6996 | |
6997 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6998 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6999 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
7000 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
7001 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
7002 Forge. | |
7003 | |
5809 | 7004 2006-05-11 John W. Eaton <jwe@octave.org> |
7005 | |
5815 | 7006 * path/path.m: Delete (now a built-in function). |
7007 | |
5811 | 7008 * pkg/Makefile.in: New file. |
7009 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 7010 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 7011 |
5808 | 7012 2006-05-10 John W. Eaton <jwe@octave.org> |
7013 | |
7014 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
7015 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
7016 | |
8149 | 7017 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 7018 |
7019 * tar.m, untar.m, unzip.m: New files. | |
7020 | |
5801 | 7021 2006-05-10 John W. Eaton <jwe@octave.org> |
7022 | |
5804 | 7023 * path/addpath.m, path/rmpath.m: Improve compatibility. |
7024 * path/setpath.m: Delete. | |
7025 | |
5801 | 7026 * pkg/pkg.m: New file. |
7027 | |
5798 | 7028 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
7029 | |
7030 * plot/plot.m: Doc string fix. | |
7031 | |
7032 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
7033 | |
7034 * testfun/speeed.m: Use new interface to unique and assert. | |
7035 Improve documentation. Approximate time complexity from log-log | |
7036 plot. Return time complexity and raw times if requested. The | |
7037 mean ratio is no longer returned. Provide complete control over | |
7038 which n are computed. | |
7039 | |
7040 2006-05-09 John W. Eaton <jwe@octave.org> | |
7041 | |
7042 * path/path.m: Move here from miscellaneous. | |
7043 Adapt to new LOADPATH definition. | |
7044 | |
5789 | 7045 2006-05-03 David Bateman <dbateman@free.fr> |
7046 | |
7047 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
7048 explicit uses of a path seperation character with pathsep(). | |
7049 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7050 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 7051 |
6778 | 7052 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 7053 |
5781 | 7054 2006-04-29 John W. Eaton <jwe@octave.org> |
7055 | |
7056 * startup/main-rcfile: Disable some warnings. | |
7057 | |
5762 | 7058 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
7059 | |
7060 * strings/strcmpi.m: Return false instead of error if args are not | |
7061 char or cellstr. | |
7062 | |
5750 | 7063 2006-04-10 John W. Eaton <jwe@octave.org> |
7064 | |
7065 * miscellaneous/dir.m: Ensure that returned structure array is | |
7066 Nx1, not 1xN. | |
7067 | |
5746 | 7068 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
7069 | |
7070 * plot/hist.m: Ignore NaN in inputs. | |
7071 | |
5745 | 7072 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
7073 | |
7074 * miscellaneous/mkoctfile.m: Doc string fix. | |
7075 | |
5741 | 7076 2006-04-05 John W. Eaton <jwe@octave.org> |
7077 | |
7078 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
7079 are both empty. | |
7080 * plot/__plt__.m: Ignore empty data and format strings returned | |
7081 from __plt1__ or __plt2__. | |
7082 | |
5737 | 7083 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
7084 | |
6778 | 7085 * set/unique.m: Properly handle single column input when |
5737 | 7086 "rows" is specified. |
7087 | |
5732 | 7088 2006-04-04 John W. Eaton <jwe@octave.org> |
7089 | |
5736 | 7090 * path/setpath.m: New file. |
7091 * path/savepath.m: Use setpath to set path instead of assigning | |
7092 directly to LOADPATH. | |
7093 | |
5732 | 7094 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
7095 New files, adapted from Octave Forge by Keith Goodman | |
7096 <kwgoodman@gmail.com>. | |
7097 * path: New directory. | |
7098 * Makefile.in (SUBDIRS): Add it to the list. | |
7099 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
7100 | |
5731 | 7101 2006-04-02 David Bateman <dbateman@free.fr> |
7102 | |
7103 * general/tril.m, general.triu.m: | |
7104 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
7105 to allow user types to work correctly. | |
7106 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
7107 | |
5727 | 7108 2006-04-03 David Bateman <dbateman@free.fr> |
7109 | |
7110 * plot/grid.m: Cache the state of the grid to allow toggling. | |
7111 Accept keyword "minor" for minor grid. | |
7112 | |
5721 | 7113 2006-03-28 John W. Eaton <jwe@octave.org> |
7114 | |
7115 * general/isscalar.m: Only require that all dimensions are 1 for | |
7116 compatiblity. | |
7117 | |
7118 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
7119 | |
7120 * general/isvector.m: Allow non-numeric objects to be vectors for | |
7121 compatibility. | |
7122 | |
5720 | 7123 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
7124 | |
7125 * plot/__errplot__.m: Doc string fix. | |
7126 | |
7127 * miscellaneous/doc.m: Mark as command. | |
7128 | |
7129 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
7130 general/isequalwithequalnans.m, general/blkdiag.m, | |
7131 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
7132 | |
5717 | 7133 2006-03-27 Don Bindner <dbindner@truman.edu> |
7134 | |
7135 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
7136 return 3d matrices. | |
7137 | |
7138 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
7139 | |
7140 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
7141 | |
5708 | 7142 2006-03-22 John W. Eaton <jwe@octave.org> |
7143 | |
7144 * plot/print.m: Don't replot after popping terminal setting. | |
7145 | |
5696 | 7146 2006-03-20 John W. Eaton <jwe@octave.org> |
7147 | |
7148 * miscellaneous/mkoctfile.m: Use version-specific name of | |
7149 mkoctfile. Use fullfile to construct file name. | |
7150 | |
5695 | 7151 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
7152 | |
7153 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
7154 shell script from Octave prompt. | |
7155 | |
5690 | 7156 2006-03-17 John W. Eaton <jwe@octave.org> |
7157 | |
5693 | 7158 * deprecated/weibcdf.m, deprecated/weibinv.m, |
7159 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
7160 | |
7161 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
7162 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
7163 Call new wbl functions to do the real work. | |
7164 Swap args and provide default values as necessary to preserve | |
7165 compatibility with old version of Octave. | |
7166 | |
7167 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
7168 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
7169 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
7170 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
7171 Swap scale and shape args for compatibility. | |
7172 | |
5692 | 7173 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
7174 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
7175 Preserve compatibility with old versions of Octave given new | |
7176 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 7177 |
5692 | 7178 * statistics/distributions/logncdf.m, |
7179 statistics/distributions/logninv.m, | |
7180 statistics/distributions/lognpdf.m, | |
7181 statistics/distributions/lognrnd.m: Compatibility fixes. | |
7182 From Ben Barrowes <barrowes@alum.mit.edu> | |
7183 | |
5691 | 7184 * deprecated/hypergeometric_rnd.m: Update interface to match |
7185 current 2.1.x version. | |
7186 | |
7187 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
7188 | |
5690 | 7189 * miscellaneous/dir.m: Use readdir instead of glob. |
7190 Special case for "." to avoid globbing. Use list_in_columns. | |
7191 Eliminate unused variables len and finfo. | |
7192 | |
5689 | 7193 2006-03-16 Bill Denney <bill@givebillmoney.com> |
7194 | |
7195 * miscellaneous/dir.m: Improve compatibility. | |
7196 | |
5687 | 7197 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7198 | |
7199 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
7200 time/now.m, time/weekday.m: New functions from Octave Forge. | |
7201 | |
5686 | 7202 2006-03-16 John W. Eaton <jwe@octave.org> |
7203 | |
7204 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
7205 of looking at sum of max dimensions. | |
7206 | |
5681 | 7207 2006-03-16 David Bateman <dbateman@free.fr> |
7208 | |
7209 * testfun/test.m: Clear last warning before warning test to avoid | |
7210 issues with previously set warnings. | |
7211 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
7212 sparse matrices. Force matrix type from spqr solution to be | |
7213 singular to force QR solvers to be used for assert. | |
7214 | |
5678 | 7215 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7216 | |
7217 * strings/strfind.m: New file. | |
7218 | |
5677 | 7219 2006-03-16 John W. Eaton <jwe@octave.org> |
7220 | |
7221 * general/rows.m, general/columns.m: Delete. | |
7222 | |
5674 | 7223 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7224 | |
7225 * strings/strcmpi.m: Simplify. | |
7226 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 7227 * strings/strtrunc.m: New file. |
5674 | 7228 |
5676 | 7229 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
7230 | |
5672 | 7231 2006-03-15 John W. Eaton <jwe@octave.org> |
7232 | |
7233 * miscellaneous/doc.m: New file. | |
8149 | 7234 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 7235 |
5671 | 7236 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
7237 | |
7238 * miscellaneous/mkoctfile.m: New file. | |
7239 | |
5670 | 7240 2006-03-15 John W. Eaton <jwe@octave.org> |
7241 | |
7242 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
7243 | |
5666 | 7244 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
7245 | |
7246 * strings/bin2dec.m: Doc fix. | |
7247 | |
5661 | 7248 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
7249 | |
7250 * time/etime.m: Use datenum to support times spanning year boundaries. | |
7251 * time/datenum.m: New function to compute day number from time. | |
7252 | |
5659 | 7253 2006-03-09 John W. Eaton <jwe@octave.org> |
7254 | |
7255 * miscellaneous/unix.m, plot/print.m: | |
7256 Swap order of outputs from system. | |
7257 | |
5642 | 7258 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
7259 | |
7260 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
7261 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
7262 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
7263 control/base/__stepimp__.m, control/base/are.m, | |
7264 control/base/controldemo.m, control/base/damp.m, | |
7265 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
7266 control/base/step.m, control/system/abcddim.m, | |
7267 control/system/is_abcd.m, control/system/is_controllable.m, | |
7268 control/system/is_detectable.m, control/system/is_observable.m, | |
7269 control/system/is_stabilizable.m, control/system/is_stable.m, | |
7270 control/system/jet707.m, control/system/sys2fir.m, | |
7271 control/system/sysdimensions.m, control/system/sysupdate.m, | |
7272 control/system/tfout.m, control/system/ugain.m, | |
7273 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
7274 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
7275 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
7276 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
7277 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
7278 general/circshift.m, general/columns.m, general/flipdim.m, | |
7279 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
7280 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
7281 general/isequalwithequalnans.m, general/isscalar.m, | |
7282 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
7283 general/logspace.m, general/mod.m, general/nextpow2.m, | |
7284 general/num2str.m, general/perror.m, general/pol2cart.m, | |
7285 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
7286 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
7287 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
7288 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
7289 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
7290 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
7291 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
7292 miscellaneous/license.m, miscellaneous/menu.m, | |
7293 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
7294 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
7295 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
7296 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
7297 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
7298 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
7299 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7300 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
7301 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
7302 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
7303 polynomial/polyinteg.m, polynomial/polyout.m, | |
7304 polynomial/polyreduce.m, polynomial/polyval.m, | |
7305 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
7306 set/create_set.m, set/intersection.m, set/ismember.m, | |
7307 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
7308 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
7309 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
7310 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
7311 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
7312 special-matrix/hilb.m, special-matrix/invhilb.m, | |
7313 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
7314 special-matrix/vander.m, statistics/base/median.m, | |
7315 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
7316 statistics/distributions/gaminv.m, | |
7317 statistics/distributions/gampdf.m, | |
7318 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
7319 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
7320 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
7321 strings/lower.m, strings/upper.m, testfun/assert.m, | |
7322 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
7323 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
7324 | |
5633 | 7325 2006-02-27 John W. Eaton <jwe@octave.org> |
7326 | |
7327 * time/tic.m: Move here from miscellaneous/tic.m. | |
7328 * time/toc.m: Move here from miscellaneous/toc.m. | |
7329 | |
7330 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
7331 | |
7332 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
7333 does not assign output of toc to a variable. | |
7334 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7335 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 7336 |
7337 * axis.m: Catch limits that are the same and return an error. | |
7338 | |
5625 | 7339 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7340 | |
7341 * plot/print.m: Accept emf device option to support Enhanced | |
7342 Metafile format. | |
7343 | |
7344 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
7345 | |
7346 * control/base/lqe.m: Doc fix. | |
7347 | |
5623 | 7348 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
7349 | |
7350 * statistics/distributions/gamcdf.m: Doc fix. | |
7351 * statistics/distributions/gaminv.m: Doc fix. | |
7352 * statistics/distributions/gampdf.m: Doc fix. | |
7353 * statistics/distributions/gamrnd.m: Doc fix. | |
7354 | |
5610 | 7355 2006-02-09 David Bateman <dbateman@free.fr> |
7356 | |
6778 | 7357 * general/triu.m: Minimum change to allow sparse matrix. More needed |
7358 for arbitrary user type. | |
7359 * general/tril.m: ditto. | |
7360 * sparse/sprand.m: Doc fix. | |
7361 * sparse/sprandn.m: Ditto. | |
7362 * sparse/sprandsym.m: New function. | |
7363 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
7364 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
7365 Update for syntax error for latest texinfo.tex file. | |
5610 | 7366 |
5605 | 7367 2006-02-02 John W. Eaton <jwe@octave.org> |
7368 | |
7369 * plot/grid.m: Append ";\n" to "set grid" command. | |
7370 | |
7371 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
7372 | |
7373 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
7374 | |
5597 | 7375 2006-01-13 John W. Eaton <jwe@octave.org> |
7376 | |
7377 * audio/Makefile.in, control/base/Makefile.in, | |
7378 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7379 control/system/Makefile.in, control/util/Makefile.in, | |
7380 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7381 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7382 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7383 optimization/Makefile.in, plot/Makefile.in, | |
7384 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7385 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7386 special-matrix/Makefile.in, startup/Makefile.in, | |
7387 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7388 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7389 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
7390 (all): Depend on PKG_ADD. | |
7391 (PKG_ADD): New target. | |
7392 | |
7393 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
7394 | |
7395 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
7396 | |
5596 | 7397 2006-01-13 John W. Eaton <jwe@octave.org> |
7398 | |
7399 * time/etime.m: Move here from miscellaneous/etime.m. | |
7400 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7401 | |
5595 | 7402 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7403 | |
6778 | 7404 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7405 * miscellaneous/fullfile.m: Likewise. |
7406 | |
5592 | 7407 2006-01-12 David Bateman <dbateman@free.fr> |
7408 | |
7409 * general/blkdiag.m: Compatible behavior for empty matrices | |
7410 * statistics/base/unidrnd.m: Documentation buglet. | |
7411 | |
5583 | 7412 2005-12-14 David Bateman <dbateman@free.fr> |
7413 | |
5589 | 7414 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7415 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7416 | |
7417 * Makefile.in (SUBDIRS): Include testfun. | |
7418 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7419 | |
5583 | 7420 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7421 | |
7422 * general/__isequal__.m: Remove reference to getfield. | |
7423 | |
7424 * plot/hist.m: Update test code for row/column discrepencies. | |
7425 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7426 Update the test code for this. | |
7427 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7428 | |
5579 | 7429 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7430 | |
7431 * cell/cell2mat.m: New file, from octave-forge. | |
7432 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7433 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7434 |
7435 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7436 New graph theory functions. | |
7437 | |
5574 | 7438 2005-12-13 John W. Eaton <jwe@octave.org> |
7439 | |
7440 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7441 | |
7442 * control/system/ss.m: Doc fix. | |
7443 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7444 | |
5572 | 7445 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7446 | |
7447 * audio/wavread.m, audio/wavwrite.m: | |
7448 Correct scaling for 8-bit linear pcm samples. | |
7449 Improve scaling for all other linear pcm resolutions. | |
7450 | |
5568 | 7451 2005-12-07 John W. Eaton <jwe@octave.org> |
7452 | |
7453 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7454 | |
7455 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7456 * strings/strjust.m: Likewise. | |
7457 | |
7458 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7459 * signal/arma_rnd.m: Likewise. | |
7460 * strings/strcat.m: Likewise. | |
7461 * control/base/__freqresp__.m: Likewise. | |
7462 * control/base/place.m: Likewise. | |
7463 * control/base/pzmap.m: Likewise. | |
7464 * control/base/pzmap.m: Likewise. | |
7465 * control/system/sysappend.m: Likewise. | |
7466 * control/system/syscont.m: Likewise. | |
7467 * control/system/sysdisc.m: Likewise. | |
7468 * control/system/sysgroup.m: Likewise. | |
7469 * control/system/tfout.m: Likewise. | |
7470 * control/system/zpout.m: Likewise. | |
7471 * control/util/__outlist__.m: Likewise. | |
7472 | |
5567 | 7473 2005-12-06 John W. Eaton <jwe@octave.org> |
7474 | |
7475 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7476 Avoid for loop in interleave/deinterleave steps. | |
7477 | |
5565 | 7478 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7479 | |
7480 * audio/wavread.m, audio/wavwrite.m: New files. | |
7481 | |
5563 | 7482 2005-12-06 John W. Eaton <jwe@octave.org> |
7483 | |
7484 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7485 | |
5560 | 7486 2005-12-05 John W. Eaton <jwe@octave.org> |
7487 | |
5561 | 7488 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7489 |
5558 | 7490 2005-12-02 John W. Eaton <jwe@octave.org> |
7491 | |
7492 * miscellaneous/fileattrib.m: New function. | |
7493 | |
5556 | 7494 2005-12-01 John W. Eaton <jwe@octave.org> |
7495 | |
7496 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7497 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7498 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7499 | |
5555 | 7500 2005-11-30 John W. Eaton <jwe@octave.org> |
7501 | |
7502 * linear-algebra/krylov.m: Format doc string. | |
7503 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7504 | |
5551 | 7505 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7506 | |
7507 * general/blkdiag.m: Import from octave-forge. | |
7508 Ignore empty matrices in the input. Add tests. | |
5549 | 7509 |
7510 * general/isequal.m, general/isequalwithequalnans.m: | |
7511 New wrapper scripts for general/__isequal__.m. | |
7512 * general/__isequal__.m: Rename from general/isequal.m. | |
7513 New arg, nans_compare_equal. | |
7514 | |
5548 | 7515 2005-11-29 John W. Eaton <jwe@octave.org> |
7516 | |
7517 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7518 calling system. Only append octave_forge_string if | |
7519 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7520 Call license instead of hard-coding license info here. | |
7521 | |
7522 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7523 __octave_licenses__. Use puts instead of disp. |
5548 | 7524 Use getuid and getpwuid instead of calling unix ("id -un"). |
7525 If nargout = 1, return license info instead of printing usage message. | |
7526 | |
5546 | 7527 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7528 | |
7529 * miscellaneous/ver.m: New file. | |
7530 * miscellaneous/license.m: New file. | |
7531 | |
5545 | 7532 2005-11-22 John W. Eaton <jwe@octave.org> |
7533 | |
7534 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7535 gnuplot set command. | |
7536 | |
5539 | 7537 2005-11-15 John W. Eaton <jwe@octave.org> |
7538 | |
7539 * general/shiftdim.m: Doc fix. | |
7540 | |
5532 | 7541 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7542 | |
7543 * set/unique.m: Doc string fix. | |
7544 | |
5527 | 7545 2005-11-01 John W. Eaton <jwe@octave.org> |
7546 | |
7547 * Makefile.in (distclean, maintainer-clean): | |
7548 Also remove autom4te.cache directory. | |
7549 From Quentin Spencer <qspencer@ieee.org>. | |
7550 | |
5518 | 7551 2005-10-28 John W. Eaton <jwe@octave.org> |
7552 | |
7553 * general/shiftdim.m: Compatibility fix for row vectors. | |
7554 Correct check for non-scalar non-integer shift. For positive | |
7555 N, shift is remainder of N and number of dims. Always return NS. | |
7556 Simplify. | |
7557 | |
5500 | 7558 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7559 | |
7560 * general/randperm.m: Improve compatibility by allowing input | |
7561 value of zero. | |
7562 | |
5493 | 7563 2005-10-13 John W. Eaton <jwe@octave.org> |
7564 | |
7565 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7566 If in multiplot mode, clear plot before issuing new plot command. | |
7567 | |
7568 * plot/__setup_plot__.m: New function. | |
7569 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7570 Handle multiplot data and offsets here. | |
7571 | |
7572 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7573 Move initialization to __setup_plot__.m. | |
7574 | |
7575 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7576 Don't reset gnuplot_command_replot. | |
7577 | |
7578 * plot/replot.m: Handle multiplot data and offsets here. | |
7579 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7580 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7581 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7582 | |
5489 | 7583 2005-10-12 John W. Eaton <jwe@octave.org> |
7584 | |
7585 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7586 | |
5482 | 7587 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7588 | |
7589 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7590 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7591 _inv functions. | |
7592 * chi2pdf.m: Fixed typos in the documentation. | |
7593 | |
5475 | 7594 2005-09-28 John W. Eaton <jwe@octave.org> |
7595 | |
5476 | 7596 * miscellaneous/single.m: New function. |
7597 | |
5475 | 7598 * statistics/base/unidrnd.m: New function. |
7599 | |
5474 | 7600 2005-09-27 John W. Eaton <jwe@octave.org> |
7601 | |
7602 * miscellaneous/dir.m: Filename never includes directory part. | |
7603 | |
5464 | 7604 2005-09-22 John W. Eaton <jwe@octave.org> |
7605 | |
7606 * polynomial/residue.m: Use logical indexing instead of find.. | |
7607 | |
7608 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7609 | |
7610 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7611 and zero poles. | |
7612 | |
5462 | 7613 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7614 | |
7615 * strings/deblank.m: Handle cell arrays. | |
7616 * strings/split.m: New argument, N, to limit number of splits. | |
7617 | |
7618 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7619 | |
7620 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7621 | |
5460 | 7622 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7623 | |
7624 * control/base/rlocus.m: Doc fix. | |
7625 | |
5459 | 7626 2005-09-20 John W. Eaton <jwe@octave.org> |
7627 | |
7628 * general/isvector.m: Improve compatibility. | |
7629 | |
7630 * general/postpad.m: Allow first argument to be a scalar. | |
7631 Allow padding to extend dimensionality. | |
7632 * general/prepad.m: Likewise. | |
7633 | |
5448 | 7634 2005-09-14 Daniel <durbano@shbano.com> |
7635 | |
7636 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7637 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7638 /control/base/dgram.m: Doc string fixes. | |
5448 | 7639 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7640 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7641 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7642 |
7643 * saveimage.m: Do not ignore most significant bit when writing | |
7644 black and white images to file. | |
7645 | |
5443 | 7646 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7647 | |
7648 * audio/playaudio.m, control/base/__bodquist__.m, | |
7649 control/base/lqg.m, control/obsolete/dezero.m, | |
7650 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7651 control/system/c2d.m, control/system/cellidx.m, | |
7652 control/system/d2c.m, control/system/dmr2d.m, | |
7653 control/system/is_signal_list.m, control/system/listidx.m, | |
7654 control/system/ss.m, control/system/sysappend.m, | |
7655 control/system/sysconnect.m, control/system/sysdup.m, | |
7656 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7657 control/system/sysprune.m, control/system/syssetsignals.m, | |
7658 control/system/tfout.m, control/system/zpout.m, | |
7659 control/util/prompt.m, control/util/sortcom.m, | |
7660 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7661 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7662 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7663 general/strerror.m, image/colormap.m, image/imshow.m, | |
7664 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7665 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7666 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7667 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7668 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7669 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7670 plot/print.m, plot/title.m, plot/top_title.m, | |
7671 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7672 statistics/base/mean.m, statistics/base/moment.m, | |
7673 statistics/tests/cor_test.m, | |
7674 statistics/tests/kolmogorov_smirnov_test.m, | |
7675 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7676 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7677 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7678 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7679 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7680 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7681 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7682 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7683 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7684 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7685 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7686 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7687 isvector instead of is_vector. Use isstruct instead of | |
7688 is_struct. Use char instead of setstr. | |
7689 | |
5435 | 7690 2005-08-31 Daniel <durbano@shbano.com> |
7691 | |
7692 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7693 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7694 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7695 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7696 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7697 |
7698 * image/saveimage.m: Open output file in binary mode. | |
7699 | |
7700 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7701 | |
5427 | 7702 2005-08-16 John W. Eaton <jwe@octave.org> |
7703 | |
7704 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7705 outputs. | |
7706 | |
5426 | 7707 2005-08-15 John W. Eaton <jwe@octave.org> |
7708 | |
7709 * strings/strcat.m: Allow single argument. | |
7710 | |
5416 | 7711 2005-07-18 John W. Eaton <jwe@octave.org> |
7712 | |
7713 * strings/strcmp.m: Delete. | |
7714 | |
5413 | 7715 2005-07-13 John W. Eaton <jwe@octave.org> |
7716 | |
7717 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7718 versions of Octave. | |
7719 | |
7720 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7721 | |
7722 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7723 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7724 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7725 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7726 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7727 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7728 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7729 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7730 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7731 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7732 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7733 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7734 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7735 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7736 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7737 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7738 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7739 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7740 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7741 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7742 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7743 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7744 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7745 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7746 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7747 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7748 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7749 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
7750 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
7751 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
7752 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
7753 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
7754 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
7755 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
7756 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
7757 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
7758 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
7759 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
7760 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
7761 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
7762 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
7763 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
7764 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
7765 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
7766 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
7767 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
7768 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
7769 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 7770 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 7771 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
7772 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
7773 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
7774 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
7775 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
7776 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
7777 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
7778 | |
7779 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
7780 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
7781 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
7782 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
7783 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
7784 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
7785 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
7786 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
7787 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
7788 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
7789 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
7790 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
7791 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
7792 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
7793 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
7794 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
7795 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
7796 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
7797 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
7798 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
7799 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
7800 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
7801 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
7802 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
7803 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
7804 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
7805 deprecated/wiener_rnd.m: New files. | |
7806 | |
5408 | 7807 2005-07-08 John W. Eaton <jwe@octave.org> |
7808 | |
7809 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
7810 * deprecated/weibull_rnd.m: New file. | |
7811 | |
5407 | 7812 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
7813 | |
7814 * strings/dec2base.m: Allow matrix arguments. | |
7815 | |
5406 | 7816 2005-07-08 John W. Eaton <jwe@octave.org> |
7817 | |
7818 * plot/__errplot__.m: Use __plot_globals__. | |
7819 * plot/__plt__.m: Likewise. | |
7820 * plot/figure.m: Likewise. | |
7821 | |
7822 * plot/hold.m: New file. | |
7823 * plot/ishold.m: New file. | |
7824 * plot/__plot_globals__.m: New file. | |
7825 | |
5400 | 7826 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7827 | |
7828 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7829 | |
7830 2005-07-05 John W. Eaton <jwe@octave.org> | |
7831 | |
7832 * strings/findstr.m: Return [] for no matches. | |
7833 | |
5399 | 7834 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7835 | |
7836 * miscellaneous/tic.m: Fix doc string. | |
7837 | |
5395 | 7838 2005-06-15 John W. Eaton <jwe@octave.org> |
7839 | |
7840 * polynomial/polyfit.m: Force return value to be a row vector. | |
7841 | |
5393 | 7842 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7843 | |
7844 * general/isequal.m: Correct nargin check. | |
7845 | |
5388 | 7846 2005-06-14 John W. Eaton <jwe@octave.org> |
7847 | |
7848 * general/isvector.m: Handle N-d arrays. | |
7849 From Bill Denney <denney@seas.upenn.edu>. | |
7850 | |
5381 | 7851 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
7852 | |
7853 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 7854 |
5377 | 7855 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
7856 | |
7857 * signal/freqz.m: Use correct calculations when given a vector of | |
7858 frequencies. Improve accuracy of returned frequency vector. | |
7859 Improve speed for medium length filters (at a slight cost for slow | |
7860 filters). Add test cases. | |
7861 | |
5373 | 7862 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
7863 | |
7864 * plot/loglog.m: Fix set commands. | |
7865 | |
5381 | 7866 2005-05-25 John W. Eaton <jwe@octave.org> |
7867 | |
7868 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
7869 | |
5371 | 7870 2005-05-24 John W. Eaton <jwe@octave.org> |
7871 | |
5373 | 7872 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
7873 | |
5372 | 7874 * strings/strncmp.m: New file, from Tom Holroyd |
7875 <tomh@kurage.nimh.nih.gov>. | |
7876 | |
5371 | 7877 * strings/strcmp.m: Return logical values in all cases. |
7878 | |
5366 | 7879 2005-05-23 John W. Eaton <jwe@octave.org> |
7880 | |
7881 * plot/orient.m: New file. Adapt to Octave coding style. | |
7882 Texinfoize doc string. | |
7883 | |
7884 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7885 PKG_ADD command. Use set terminal consistently throughout. Use | |
7886 set terminal push/pop and unconditionally set output to screen | |
7887 when done to avoid requiring gget. Use a cell array for dev_list | |
7888 and cellidx to search for items in the list. Delete local | |
7889 variable endl. Don't set and restore automatic_replot. Use {} | |
7890 instead of nth to index varargin. Delete local variable | |
7891 va_arg_cnt. | |
7892 | |
5355 | 7893 2005-05-18 John W. Eaton <jwe@octave.org> |
7894 | |
7895 * general/num2str.m: Return early if X is a character string. | |
7896 | |
5347 | 7897 2005-05-11 John W. Eaton <jwe@octave.org> |
7898 | |
5348 | 7899 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7900 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7901 | |
5347 | 7902 * plot/polar.m: Don't call __pltopt__ here. |
7903 | |
5333 | 7904 2005-05-02 John W. Eaton <jwe@octave.org> |
7905 | |
7906 * mkdoc: Print header message. | |
7907 | |
5319 | 7908 2005-04-28 John W. Eaton <jwe@octave.org> |
7909 | |
7910 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7911 startup/octaverc. | |
7912 | |
5318 | 7913 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7914 | |
7915 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7916 (__im_numeric_limits__): New internal function. | |
7917 | |
5317 | 7918 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7919 | |
7920 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7921 data, not mean of group_mean. | |
7922 | |
7923 2005-04-28 John W. Eaton <jwe@octave.org> | |
7924 | |
7925 * startup/local-rcfile: New file. | |
7926 * startup/main-rcfile: Rename from startup/octaverc. | |
7927 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7928 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7929 Install local-rcfile in $(localfcnfiledir)/startup. | |
7930 | |
7931 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7932 | |
7933 * startup/inputrc: New file. | |
7934 * startup/octaverc: Configure readline using inputrc from | |
7935 startupfiledir. | |
7936 * startup/Makefile.in (install, install-strip): Install octaverc | |
7937 in $(fcnfiledir)/startup. | |
7938 | |
5310 | 7939 2005-04-27 John W. Eaton <jwe@octave.org> |
7940 | |
7941 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7942 | |
5289 | 7943 2005-04-21 John W. Eaton <jwe@octave.org> |
7944 | |
7945 * optimization/glpk.m: Handle SENSE argument. | |
7946 | |
7947 * optimization/qp.m, optimization/sqp.m: New files. | |
7948 | |
5276 | 7949 2005-04-08 John W. Eaton <jwe@octave.org> |
7950 | |
7951 * Makefile.in (clean, distclean, maintainer-clean): | |
7952 Avoid duplication in rules. | |
7953 | |
5252 | 7954 2005-03-28 John W. Eaton <jwe@octave.org> |
7955 | |
7956 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7957 setting {no,}parametric. | |
7958 * plot/figure.m: Likewise, for setting terminal type. | |
7959 | |
7960 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7961 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7962 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7963 plot/title.m, plot/top_title.m: Avoid eval. | |
7964 | |
5251 | 7965 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7966 | |
5253 | 7967 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7968 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7969 Use __gnuplot_replot__ instead of replot. | |
7970 | |
5252 | 7971 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7972 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7973 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7974 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7975 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7976 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7977 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7978 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7979 |
5251 | 7980 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7981 | |
5244 | 7982 2005-03-24 John W. Eaton <jwe@octave.org> |
7983 | |
7984 * optimization/glpkmex.m: Texinfoize Doc string. | |
7985 * optimization/glpk.m: Likewise. | |
7986 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7987 (row vectors are orginary character strings). | |
7988 * optimization/glpkparam.m: Delete. | |
7989 | |
5243 | 7990 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7991 | |
7992 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7993 of dimensions of X. | |
7994 | |
5237 | 7995 2005-03-23 John W. Eaton <jwe@octave.org> |
7996 | |
5239 | 7997 * general/tril.m, general/triu.m: Return value of same class as |
7998 argument. | |
7999 | |
5237 | 8000 * optimization/glpk.m: Simplify interface. By default, solve |
8001 standard LP min C'*x s.t. A*x = b, x >= 0. | |
8002 * optimization/glpkmex.m: New file. | |
8003 | |
5232 | 8004 2005-03-22 John W. Eaton <jwe@octave.org> |
8005 | |
5237 | 8006 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
8007 list. | |
8008 | |
5233 | 8009 * optimization/glpk.m: Adapt to Octave coding style. |
8010 No need for varargout or varargin. | |
8011 Print usage message if nargin > 11. | |
8012 Allow any value of nargout. | |
8013 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
8014 Avoid looping when checking character classes. | |
8015 | |
5232 | 8016 * optimization: New directory. |
8017 * Makefile.in (SUBDIRS): Add it to the list. | |
8018 * optimization/Makefile.in: New file. | |
8019 * optimization/glpk.m, optimization/glpkparams.m, | |
8020 optimization/glpktest1, optimization/glpktest2: New files. | |
8021 | |
8149 | 8022 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 8023 |
8024 * strings/split.m: Quick return for empty second arg. | |
8025 Improve warning for multi-line strings. | |
8026 Speed up by avoiding sprintf in loop and eval. | |
8027 | |
5217 | 8028 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
8029 | |
8030 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
8031 * polynomial/polyder.m: Ditto. | |
6778 | 8032 * polynomial/polygcd.m: New function. |
5217 | 8033 |
5214 | 8034 2005-03-16 John W. Eaton <jwe@octave.org> |
8035 | |
5215 | 8036 * control/base/__stepimp__.m, control/base/bode.m, |
8037 control/base/frdemo.m, control/base/nichols.m, | |
8038 control/base/nyquist.m, control/base/pzmap.m, | |
8039 control/base/rldemo.m, control/base/rlocus.m, | |
8040 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
8041 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
8042 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
8043 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
8044 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
8045 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
8046 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
8047 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
8048 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
8049 plot/xlabel.m, quaternion/demoquat.m, | |
8050 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
8051 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
8052 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
8053 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
8054 gsplot from @seealso docs. | |
5214 | 8055 |
8056 * plot/replot.m: New file. | |
8057 | |
5205 | 8058 2005-03-15 David Bateman <dbateman@free.fr> |
8059 | |
8060 * set/unique.m, set/ismember.m: Handle cell arrays. | |
8061 | |
5196 | 8062 2005-03-09 John W. Eaton <jwe@octave.org> |
8063 | |
8064 * statistics/Makefile.in (bin-dist): Delete target. | |
8065 (BINDISTSUBDIRS): Delete variable. | |
6754 | 8066 * control/Makefile.in: Likewise. |
5196 | 8067 |
5378 | 8068 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 8069 (BINDISTFILES): Delete variable. |
5378 | 8070 * control/base/Makefile.in: Likewise. |
8071 * control/hinf/Makefile.in: Likewise. | |
8072 * control/obsolete/Makefile.in: Likewise. | |
8073 * control/system/Makefile.in: Likewise. | |
8074 * control/util/Makefile.in: Likewise. | |
8075 * deprecated/Makefile.in: Likewise. | |
8076 * elfun/Makefile.in: Likewise. | |
8077 * finance/Makefile.in: Likewise. | |
8078 * general/Makefile.in: Likewise. | |
8079 * image/Makefile.in: Likewise. | |
8080 * sparse/Makefile.in: Likewise. | |
8081 * io/Makefile.in: Likewise. | |
8082 * plot/Makefile.in: Likewise. | |
8083 * Makefile.in: Likewise. | |
8084 * miscellaneous/Makefile.in: Likewise. | |
8085 * linear-algebra/Makefile.in: Likewise. | |
8086 * polynomial/Makefile.in: Likewise. | |
8087 * quaternion/Makefile.in: Likewise. | |
8088 * set/Makefile.in: Likewise. | |
8089 * signal/Makefile.in: Likewise. | |
8090 * specfun/Makefile.in: Likewise. | |
8091 * special-matrix/Makefile.in: Likewise. | |
8092 * startup/Makefile.in: Likewise. | |
8093 * statistics/base/Makefile.in: Likewise. | |
8094 * statistics/distributions/Makefile.in: Likewise. | |
8095 * statistics/models/Makefile.in: Likewise. | |
8096 * statistics/tests/Makefile.in: Likewise. | |
8097 * strings/Makefile.in: Likewise. | |
8098 * time/Makefile.in: Likewise. | |
5196 | 8099 |
5195 | 8100 2005-03-08 John W. Eaton <jwe@octave.org> |
8101 | |
8102 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
8103 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
8104 | |
5192 | 8105 2005-03-04 John W. Eaton <jwe@octave.org> |
8106 | |
8107 * plot/clg.m: New file. | |
8108 | |
5193 | 8109 2005-03-03 John W. Eaton <jwe@octave.org> |
8110 | |
8111 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
8112 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
8113 strings/strcmpi.m: | |
8114 New files from Octave-forge. Adapt to Octave coding standards. | |
8115 | |
5181 | 8116 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
8117 | |
8118 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
8119 computation range. | |
8120 | |
5164 | 8121 2005-02-25 John W. Eaton <jwe@octave.org> |
8122 | |
8123 Sparse merge. | |
8124 | |
8125 2005-01-23 David Bateman <dbateman@free.fr> | |
8126 | |
8127 * sparse/randperm.m: Delete duplicate randperm.m. | |
8128 | |
8129 2005-01-10 John W. Eaton <jwe@octave.org> | |
8130 | |
8131 * sparse/Makefile.in: New file. | |
8132 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
8133 | |
8134 2005-01-07 David Bateman <dbateman@free.fr> | |
8135 | |
8136 * set/unique.m: import file from octave-forge. | |
8137 | |
8138 2005-01-05 David Bateman <dbateman@free.fr> | |
8139 | |
8140 * Makefile.in: include sparse directory in SUBDIRS. | |
8141 | |
8142 2004-12-30 John W. Eaton <jwe@octave.org> | |
8143 | |
8144 * sparse/nzmax.m: Delete (there is an nzmax function in | |
8145 src/DLD-FUNCTIONS/sparse.cc). | |
8146 | |
8147 2004-12-28 John W. Eaton <jwe@octave.org> | |
8148 | |
8149 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
8150 Andy Adler <adler@site.uottawa.ca>. | |
8151 | |
8152 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
8153 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
8154 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
8155 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
8156 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
8157 | |
8158 * sparse: New directory. | |
8159 | |
5158 | 8160 2005-02-22 John W. Eaton <jwe@octave.org> |
8161 | |
8162 * polynomial/residue.m: Force prepad to always create row vectors. | |
8163 | |
8164 * polynomial/poly.m: Quick return if m is 0. | |
8165 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
8166 | |
5154 | 8167 2005-02-21 David Bateman <dbateman@free.fr> |
8168 | |
8169 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
8170 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
8171 Fix for row vectors with at least one element of lambda not in | |
8172 (0, Inf). | |
8173 | |
5152 | 8174 2005-02-21 John W. Eaton <jwe@octave.org> |
8175 | |
5153 | 8176 * statistics/base/qqplot.m: Use feval instead of eval. |
8177 | |
5152 | 8178 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
8179 plot/__axis_label__.m: Issue replot command. | |
8180 | |
5135 | 8181 2005-02-09 John W. Eaton <jwe@octave.org> |
8182 | |
8183 * polynomial/polyderiv.m: Force P to be a row vector. | |
8184 | |
5133 | 8185 2005-02-08 John W. Eaton <jwe@octave.org> |
8186 | |
8187 * strings/dec2base.m: Don't delete leading zero if third arg is | |
8188 provided and len <= computed max_len. | |
8189 | |
5125 | 8190 2005-01-27 David Bateman <dbateman@free.fr> |
8191 | |
8192 * strings/dec2base.m: Be even more careful about handling all digits. | |
8193 | |
8194 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
8195 | |
8196 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
8197 | |
5123 | 8198 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
8199 | |
8200 * statistics/base/median.m: Make it work for the scalar case too. | |
8201 | |
6308 | 8202 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 8203 |
8204 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 8205 Simplify logic for decoding args. |
5117 | 8206 |
5115 | 8207 2005-01-24 John W. Eaton <jwe@octave.org> |
8208 | |
5116 | 8209 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
8210 | |
8211 * plot/__plt__.m: No need to save and reset hold state now. | |
8212 (first_plot): Delete unused variable. | |
8213 | |
5115 | 8214 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
8215 | |
8216 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
8217 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
8218 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
8219 plot/__plt2vv__.m: | |
8220 Return data and gnuplot commands instead of evaluating them. | |
8221 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
8222 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
8223 | |
5108 | 8224 2005-01-18 John W. Eaton <jwe@octave.org> |
8225 | |
8226 * linear-algebra/cross.m: Allocate idx1 before use. | |
8227 | |
5096 | 8228 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
8229 | |
8230 * statistics/base/range.m: Fix varargin usage. | |
8231 | |
5091 | 8232 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
8233 | |
8234 * strings/deblank.m: Remove all trailing whitespace (check with | |
8235 isspace), not just SPC. | |
8236 | |
5090 | 8237 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
8238 | |
8239 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
8240 | |
5073 | 8241 2004-11-09 John W. Eaton <jwe@octave.org> |
8242 | |
8243 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
8244 From Julius Smith <jos@ccrma.stanford.edu>. | |
8245 | |
5072 | 8246 2004-11-08 John W. Eaton <jwe@octave.org> |
8247 | |
8248 * plot/__plt2vm__.m: Delete debugging statement. | |
8249 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
8250 | |
5065 | 8251 2004-11-04 John W. Eaton <jwe@octave.org> |
8252 | |
8253 * plot/hist.m: Always return row vectors for vector args. | |
8254 | |
5031 | 8255 2004-09-23 John W. Eaton <jwe@octave.org> |
8256 | |
8257 * strings/strcmp.m: If args are not strings or cell arrays of | |
8258 strings, return zero instead of reporting an error. | |
8259 | |
5021 | 8260 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
8261 | |
8262 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
8263 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
8264 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
8265 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
8266 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
8267 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
8268 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
8269 control/hinf/is_dgkf.m, control/system/c2d.m, | |
8270 control/system/is_detectable.m, control/system/is_sample.m, | |
8271 control/system/is_siso.m, control/system/is_stable.m, | |
8272 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
8273 control/system/sys2tf.m, control/system/sys2zp.m, | |
8274 control/system/sysappend.m, control/system/sysconnect.m, | |
8275 control/system/sysdisc.m, control/system/sysdup.m, | |
8276 control/system/sysgetsignals.m, control/system/sysmult.m, | |
8277 control/system/syssetsignals.m, control/system/syssub.m, | |
8278 control/system/tf2sys.m, control/system/ugain.m, | |
8279 control/system/zp2ss.m, control/system/zp2sys.m, | |
8280 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
8281 special-matrix/toeplitz.m: Fix typos in doc strings. | |
8282 | |
8283 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
8284 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
8285 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
8286 ontrol/system/is_abcd.m, control/system/parallel.m, | |
8287 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
8288 control/system/sysappend.m, control/system/sysconnect.m, | |
8289 control/system/sysdup.m, control/system/sysgroup.m, | |
8290 control/system/sysprune.m, control/system/sysreorder.m, | |
8291 control/system/sysscale.m, control/system/syssub.m, | |
8292 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
8293 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
8294 polynomial/polyout.m, specfun/log2.m: | |
8295 Add output arguments in doc strings. | |
8296 | |
8297 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
8298 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
8299 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
8300 control/base/freqchkw.m, control/base/__freqresp__.m, | |
8301 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
8302 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
8303 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
8304 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
8305 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
8306 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
8307 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
8308 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
8309 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
8310 control/system/c2d.m, control/system/is_abcd.m, | |
8311 control/system/is_controllable.m, control/system/is_detectable.m, | |
8312 control/system/is_observable.m, control/system/is_stable.m, | |
8313 control/system/jet707.m, control/system/ord2.m, | |
8314 control/system/starp.m, control/system/sys2fir.m, | |
8315 control/system/sys2ss.m, control/system/sys2tf.m, | |
8316 control/system/sys2zp.m, control/system/syscont.m, | |
8317 control/system/sysdisc.m, control/system/sysdup.m, | |
8318 control/system/sysgettype.m, control/system/sysgroup.m, | |
8319 control/system/sysmult.m, control/system/sysprune.m, | |
8320 control/system/sysreorder.m, control/system/sysscale.m, | |
8321 control/system/syssetsignals.m, control/system/sysupdate.m, | |
8322 control/system/tf2ss.m, control/system/tf2sys.m, | |
8323 control/system/zp2ss.m, control/system/zp2sys.m, | |
8324 control/util/axis2dlim.m, control/util/prompt.m, | |
8325 control/util/zgfmul.m, control/util/zginit.m, | |
8326 control/util/__zgpbal__.m, control/util/zgscal.m: | |
8327 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
8328 in doc strings. | |
8329 | |
8330 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
8331 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
8332 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
8333 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8334 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8335 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8336 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8337 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
8338 control/system/c2d.m, control/system/fir2sys.m, | |
8339 control/system/is_stabilizable.m, control/system/jet707.m, | |
8340 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
8341 control/util/zgshsr.m, polynomial/polyout.m: | |
8342 New @tex section(s) in doc strings for better formating of printed | |
8343 output. | |
8344 | |
8345 * control/base/__freqresp__.m, control/base/nyquist.m, | |
8346 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
8347 control/obsolete/syschnames.m, control/system/sysprune.m: | |
8348 Use proper double quote marks for TeX. | |
8349 | |
8350 * control/base/DEMOcontrol.m: Add missing ; | |
8351 | |
8352 * control/base/nichols.m, control/base/rlocus.m, | |
8353 control/obsolete/minfo.m, control/system/is_digital.m, | |
8354 control/system/ss2zp.m, control/system/sysmin.m, | |
8355 control/system/tf2zp.m, control/util/sortcom.m: | |
8356 Convert documentation to use or more completely use Texinfo. | |
8357 | |
8358 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
8359 control/hinf/hinfdemo.m, control/system/ord2.m, | |
8360 control/system/parallel.m, control/system/ss2tf.m, | |
8361 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
8362 art splitting over a page boundary. | |
8363 | |
8364 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
8365 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
8366 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
8367 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
8368 control/hinf/wgt1o.m, control/system/buildssic.m: | |
8369 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
8370 the TeX documentation. | |
8371 | |
8372 * control/system/is_stabilizable.m: | |
8373 Add Copyright so that help is displayed correctly. | |
8374 | |
8375 * special-matrix/vander.m: Octave indexes start at 1. | |
8376 | |
5011 | 8377 2004-09-21 David Bateman <dbateman@free.fr> |
8378 | |
8379 * general/rotdim.m: New function for rotation of an N-d array in an | |
8380 arbitrary plane. | |
8381 | |
8382 * general/flipdim.m: New function to flip an N-d array about an | |
8383 arbitrary axis. | |
8384 | |
5003 | 8385 2004-09-15 David Bateman <dbateman@free.fr> |
8386 | |
8387 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
8388 | |
4992 | 8389 2004-09-15 John W. Eaton <jwe@octave.org> |
8390 | |
8391 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 8392 Use iscellstr to check for cells rather than iscell. |
8393 Improve diagnostics for invalid args. | |
4992 | 8394 |
4983 | 8395 2004-09-10 David Bateman <dbateman@free.fr> |
8396 | |
8397 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
8398 and p with n > 1, and fix for matrix n and p with n == 1. | |
8399 | |
8400 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8401 due to row vs. column vector operations. | |
8402 | |
4964 | 8403 2004-09-03 David Bateman <dbateman@free.fr> |
8404 | |
8405 * general/repmat.m: Fix to allow logical classes. | |
8406 | |
4950 | 8407 2004-08-31 John W. Eaton <jwe@octave.org> |
8408 | |
8409 * general/isa.m: New function, from Octave-forge. | |
8410 | |
8411 2004-08-31 David Bateman <dbateman@free.fr> | |
8412 | |
8413 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8414 limitation on the use of int64 and uint64 types, and the use | |
8415 of the eval. | |
8416 | |
8417 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8418 in .^ with integer types is fixed. | |
8419 | |
8420 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8421 |
8422 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8423 | |
8424 * plot/axis.m: Don't reset axes when querying them. | |
8425 | |
4942 | 8426 2004-08-27 David Bateman <dbateman@free.fr> |
8427 | |
8428 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8429 Eliminate loop. | |
8430 | |
4918 | 8431 2004-07-27 David Bateman <dbateman@free.fr> |
8432 | |
8433 * general/num2str.m: Also insert spaces in output when precision | |
8434 argument is supplied. | |
8435 | |
4915 | 8436 2004-07-23 David Bateman <dbateman@free.fr> |
8437 | |
8438 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8439 | |
4911 | 8440 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8441 | |
8442 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8443 | |
8444 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8445 | |
8446 * miscellaneous/unix.m: Fix doc string. | |
8447 | |
8448 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8449 | |
8450 * plot/figure.m: Clarification of documentation. | |
8451 | |
8452 * image/imshow.m: Warn for complex images. | |
8453 Only estimate colourmap for images in [0, 65536]. | |
8454 | |
8455 2004-07-22 David Bateman <dbateman@free.fr> | |
8456 | |
8457 * general/num2str.m: Fix the case of an all zero input. | |
8458 | |
4906 | 8459 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8460 | |
8461 * general/ind2sub.m: Doc fix. | |
8462 | |
4900 | 8463 2004-06-08 John W. Eaton <jwe@octave.org> |
8464 | |
8465 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8466 convert function handle to string for eval. | |
8467 | |
4898 | 8468 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8469 | |
8470 * plot/errorbar.m: Remove debugging output. | |
8471 | |
8472 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8473 | |
8474 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8475 | |
4897 | 8476 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8477 | |
4898 | 8478 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8479 | |
8480 * polynomial/polyout.m: Use parenthesis if necessary around | |
8481 complex polynomial coefficient. | |
8482 | |
4897 | 8483 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8484 the bug which causes __errplot__ to ignore the last argument. | |
8485 | |
4894 | 8486 2004-06-03 David Bateman <dbateman@free.fr> |
8487 | |
8488 * general/shiftdim.m: New function based on JWE code snippet. | |
8489 | |
8490 * general/circdim.m: New function. | |
8491 | |
4890 | 8492 2004-05-06 David Bateman <dbateman@free.fr> |
8493 | |
8494 * general/issquare.m: Fail if ndim(x) > 2. | |
8495 | |
8496 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8497 | |
8498 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8499 N-d array arguments. Add optional dim argument to define | |
8500 dimension along which to operate. | |
8501 | |
8502 * linear-algebra/dmult.m: Allow N-d arrays. | |
8503 | |
8504 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8505 | |
4885 | 8506 2004-04-29 David Bateman <dbateman@free.fr> |
8507 | |
8508 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8509 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8510 statistics/base/statistics.m, statistics/base/skewness.m | |
8511 statistics/base/iqr.m: | |
8512 Make N-d array aware. Allow optional argument to define the | |
8513 dimension along which to operate. Update the documentation. | |
8514 | |
8515 * statistics/base/ranks.m: Change algorithm to use sort, | |
8516 and adjust for the ties after. | |
8517 | |
8518 * statistics/base/run_counts.m: Change algorithm to use | |
8519 the a combination of diff and find, rather than a for-loop. | |
8520 | |
4881 | 8521 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8522 | |
8523 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8524 | |
4878 | 8525 2004-04-23 David Bateman <dbateman@free.fr> |
8526 | |
8527 * general/int2str.m: Treat only real part of argument, and treat | |
8528 NDArrays by stacking the slices through the matrix vertically. | |
8529 | |
8530 * general/num2str.m: Improve format of integer matrices, and the | |
8531 conversion of complex matrices added. Treat NDArrays by stacking | |
8532 the slices through the matrix vertically. | |
8533 | |
8534 * deprecated/com2str.m: Moved here from general subdirectory. | |
8535 | |
4877 | 8536 2004-04-22 John W. Eaton <jwe@octave.org> |
8537 | |
8538 * quaternion/qtransvmat.m: Use continuation characters to make | |
8539 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8540 | |
4869 | 8541 2004-04-21 David Bateman <dbateman@free.fr> |
8542 | |
5378 | 8543 * elfun/lcm.m: Make N-d aware. |
4870 | 8544 |
4869 | 8545 * general/diff.m: Make the code N-d array aware. Allow an |
8546 optional argument to define the dimension along which to perform | |
8547 the differences and allow the order of the differences to be larger | |
8548 than the dimension itself. | |
8549 | |
8550 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8551 use of these functions to 1- and 2-d arrays. | |
8552 | |
4863 | 8553 2004-04-16 John W. Eaton <jwe@octave.org> |
8554 | |
8555 * elfun/gcd.m: Delete. | |
8556 | |
4862 | 8557 2004-04-15 David Bateman <dbateman@free.fr> |
8558 | |
8559 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8560 | |
8561 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8562 array aware and and optional argument for the dimension along | |
8563 which to operate. | |
8564 | |
5378 | 8565 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8566 argument for the dimension to be consistent with other N-d array |
8567 functions. | |
8568 | |
4860 | 8569 2004-04-08 David Bateman <dbateman@free.fr> |
8570 | |
8571 * statistics/distributions/discrete_cdf.m, | |
8572 statistics/distributions/discrete_inv.m, | |
8573 statistics/distributions/discrete_pdf.m, | |
8574 statistics/distributions/discrete_rnd.m, | |
8575 statistics/distributions/exponential_cdf.m, | |
8576 statistics/distributions/exponential_inv.m, | |
8577 statistics/distributions/exponential_pdf.m, | |
8578 statistics/distributions/exponential_rnd.m, | |
8579 statistics/distributions/f_cdf.m, | |
8580 statistics/distributions/f_inv.m, | |
8581 statistics/distributions/f_pdf.m, | |
8582 statistics/distributions/f_rnd.m, | |
8583 statistics/distributions/geometric_cdf.m, | |
8584 statistics/distributions/geometric_inv.m, | |
8585 statistics/distributions/geometric_pdf.m, | |
8586 statistics/distributions/geometric_rnd.m, | |
8587 statistics/distributions/hypergeometric_rnd.m, | |
8588 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8589 statistics/distributions/laplace_cdf.m, | |
8590 statistics/distributions/laplace_inv.m, | |
8591 statistics/distributions/laplace_pdf.m, | |
8592 statistics/distributions/laplace_rnd.m, | |
8593 statistics/distributions/logistic_inv.m, | |
8594 statistics/distributions/logistic_rnd.m, | |
8595 statistics/distributions/lognormal_cdf.m, | |
8596 statistics/distributions/lognormal_inv.m, | |
8597 statistics/distributions/lognormal_pdf.m, | |
8598 statistics/distributions/lognormal_rnd.m, | |
8599 statistics/distributions/pascal_cdf.m, | |
8600 statistics/distributions/pascal_inv.m, | |
8601 statistics/distributions/pascal_pdf.m, | |
8602 statistics/distributions/pascal_rnd.m, | |
8603 statistics/distributions/poisson_cdf.m, | |
8604 statistics/distributions/poisson_inv.m, | |
8605 statistics/distributions/poisson_pdf.m, | |
8606 statistics/distributions/poisson_rnd.m, | |
8607 statistics/distributions/t_cdf.m, | |
8608 statistics/distributions/t_inv.m, | |
8609 statistics/distributions/t_pdf.m, | |
8610 statistics/distributions/t_rnd.m, | |
8611 statistics/distributions/weibull_cdf.m, | |
8612 statistics/distributions/weibull_inv.m, | |
8613 statistics/distributions/weibull_pdf.m, | |
8614 statistics/distributions/weibull_rnd.m: | |
8615 Allow N-d arrays. | |
8616 | |
8617 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8618 that results in NaN in places where it should not have had. | |
8619 | |
8620 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8621 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8622 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8623 |
8624 * statistics/distributions/empirical_rnd.m: New argument formats | |
8625 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8626 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8627 format. Allow N-d arrays. |
8628 | |
8629 * statistics/distributions/hypergeometric_cdf.m, | |
8630 statistics/distributions/hypergeometric_inv.m, | |
8631 statistics/distributions/hypergeometric_pdf.m, | |
8632 statistics/distributions/wiener_rnd.m: | |
8633 Error for non-scalar arguments. | |
8634 | |
8635 * statistics/distributions/pascal_rnd.m: | |
8636 Correct for n = 1 bug, where all elements were equal. | |
8637 | |
4849 | 8638 2004-04-06 David Bateman <dbateman@free.fr> |
8639 | |
4854 | 8640 * general/common_size.m, miscellaneous/bincoeff.m, |
8641 statistics/distributions/beta_cdf.m, | |
8642 statistics/distributions/beta_inv.m, | |
8643 statistics/distributions/beta_pdf.m, | |
8644 statistics/distributions/beta_rnd.m, | |
8645 statistics/distributions/binomial_cdf.m, | |
8646 statistics/distributions/binomial_inv.m, | |
8647 statistics/distributions/binomial_pdf.m, | |
8648 statistics/distributions/binomial_rnd.m, | |
8649 statistics/distributions/cauchy_cdf.m, | |
8650 statistics/distributions/cauchy_inv.m, | |
8651 statistics/distributions/cauchy_pdf.m, | |
8652 statistics/distributions/cauchy_rnd.m, | |
8653 statistics/distributions/chisquare_cdf.m, | |
8654 statistics/distributions/chisquare_inv.m, | |
8655 statistics/distributions/chisquare_pdf.m, | |
8656 statistics/distributions/chisquare_rnd.m, | |
8657 statistics/distributions/gamma_cdf.m, | |
8658 statistics/distributions/gamma_inv.m, | |
8659 statistics/distributions/gamma_pdf.m, | |
8660 statistics/distributions/gamma_rnd.m, | |
8661 statistics/distributions/normal_cdf.m, | |
8662 statistics/distributions/normal_inv.m, | |
8663 statistics/distributions/normal_pdf.m, | |
8664 statistics/distributions/normal_rnd.m, | |
8665 statistics/distributions/stdnormal_cdf.m, | |
8666 statistics/distributions/stdnormal_pdf.m, | |
8667 statistics/distributions/stdnormal_rnd.m, | |
8668 statistics/distributions/uniform_cdf.m, | |
8669 statistics/distributions/uniform_inv.m, | |
8670 statistics/distributions/uniform_pdf.m, | |
8671 statistics/distributions/uniform_rnd.m: | |
8672 Allow the inputs to be N-d arrays. | |
8673 | |
4852 | 8674 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8675 * statistics/base/median.m: Likewise. | |
4849 | 8676 |
4844 | 8677 2004-04-02 David Bateman <dbateman@free.fr> |
8678 | |
8679 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8680 * statistics/base/center.m, statistics/base/meansq.m, |
8681 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8682 Update for N-d arrays. |
4844 | 8683 * signal/fftshift.m: Fix dimensioning error. |
8684 | |
8685 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8686 N-d arrays. |
4844 | 8687 |
4852 | 8688 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8689 | |
8690 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8691 |
4852 | 8692 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8693 |
8694 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8695 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8696 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8697 | |
8698 * control/system/sysidx.m: Use cellidx and not listidx. | |
8699 | |
4841 | 8700 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8701 | |
8702 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8703 default of "" (so it is off unless explicitly set by the user). | |
8704 | |
4836 | 8705 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8706 | |
8707 * image/imshow.m: Accept "truesize" argument. | |
8708 Ignore current colormap. New tests and demos. | |
8709 | |
4834 | 8710 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8711 | |
8712 * signal/sinewave.m: Allow N to default to M. | |
8713 | |
4826 | 8714 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8715 | |
8716 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8717 | |
4818 | 8718 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8719 | |
8720 * general/deal.m: New function. | |
4819 | 8721 Add tests from Paul Kienzle. |
4818 | 8722 |
4811 | 8723 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8724 | |
8725 * plot/hist.m: Compute histogram correctly for n>=30. | |
8726 | |
5095 | 8727 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8728 |
8729 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8730 | |
4806 | 8731 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8732 | |
8733 * miscellaneous/horzcat.m: Delete. | |
8734 * miscellaneous/vertcat.m: Delete. | |
8735 | |
4790 | 8736 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8737 | |
8738 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8739 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8740 | |
4789 | 8741 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8742 | |
8743 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8744 doing multiple plots in the same gnuplot frame. | |
8745 | |
4780 | 8746 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8747 | |
8748 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8749 control/system/cellidx.m, control/system/ss.m, | |
8750 control/system/tf.m, control/system/zp.m: New functions. | |
8751 | |
4778 | 8752 2004-02-16 Glenn Golden <gdg@zplane.com> |
8753 | |
8754 * statistics/distributions/discrete_inv.m: | |
8755 Reduce memory requirements. | |
8756 | |
4772 | 8757 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8758 | |
8759 * plot/__errcomm__.m: Fix thinko in previous change. | |
8760 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
8761 | |
4771 | 8762 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
8763 | |
8764 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
8765 control/base/analdemo.m, control/base/bddemo.m, | |
8766 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
8767 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
8768 control/base/rldemo.m, control/base/rlocus.m, | |
8769 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
8770 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
8771 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
8772 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
8773 control/obsolete/packsys.m, control/obsolete/series.m, | |
8774 control/system/__sysdefioname__.m, | |
8775 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
8776 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
8777 control/system/c2d.m, control/system/d2c.m, | |
8778 control/system/dmr2d.m, control/system/fir2sys.m, | |
8779 control/system/is_signal_list.m, control/system/is_siso.m, | |
8780 control/system/jet707.m, control/system/listidx.m, | |
8781 control/system/moddemo.m, control/system/ord2.m, | |
8782 control/system/packedform.m, control/system/parallel.m, | |
8783 control/system/ss2sys.m, control/system/sys2tf.m, | |
8784 control/system/sys2zp.m, control/system/sysadd.m, | |
8785 control/system/sysappend.m, control/system/sysconnect.m, | |
8786 control/system/syscont.m, control/system/sysdimensions.m, | |
8787 control/system/sysdisc.m, control/system/sysdup.m, | |
8788 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
8789 control/system/sysgroup.m, control/system/sysmin.m, | |
8790 control/system/sysmult.m, control/system/sysprune.m, | |
8791 control/system/sysrepdemo.m, control/system/sysscale.m, | |
8792 control/system/syssetsignals.m, control/system/syssub.m, | |
8793 control/system/sysupdate.m, control/system/tf2sys.m, | |
8794 control/system/ugain.m, control/system/zp2ss.m, | |
8795 control/system/zp2sys.m, control/util/__outlist__.m, | |
8796 control/util/__zgpbal__.m, control/util/strappend.m: | |
8797 Use cell arrays instead of lists. | |
8798 | |
4723 | 8799 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
8800 | |
8801 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
8802 so that bar (1, 1) will work. | |
8803 | |
4710 | 8804 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8805 | |
4717 | 8806 * plot/__errcomm__.m: Cope with nargin now being a function. |
8807 * plot/__errplot__.m: Likewise. | |
8808 * plot/__plt__.m: Likewise. | |
8809 * plot/plot_border.m: Likewise. | |
8810 | |
4710 | 8811 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
8812 not $(DOCSTRINGS). | |
8813 | |
4706 | 8814 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8815 | |
8816 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8817 rank ([], tol). | |
8818 | |
4691 | 8819 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8820 | |
4692 | 8821 * elfun/acot.m: Return atan (1./z). |
8822 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8823 | |
4691 | 8824 * miscellaneous/dir.m: New file. |
8825 | |
8826 * general/num2str.m: Use "%d" as format if values are ints with | |
8827 magnitude less than 1e10. | |
8828 | |
8829 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8830 | |
8831 * general/num2str.m: If single arg is string, return it. | |
8832 | |
8833 * miscellaneous/not.m: New file. | |
8834 | |
8835 * miscellaneous/unix.m: New file. | |
8836 | |
8837 * miscellaneous/isunix.m: New file. | |
8838 * miscellaneous/ispc.m: New file. | |
8839 | |
8840 * miscellaneous/computer.m: New file. | |
8841 | |
8842 * miscellaneous/delete.m: New file. | |
8843 | |
4689 | 8844 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8845 | |
8846 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8847 | |
8848 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8849 | |
8850 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
8851 Always return substituted version of LOADPATH if nargout != 0. | |
8852 | |
4685 | 8853 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
8854 | |
8855 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
8856 before continuing. | |
8857 | |
8858 * miscellaneous/fileparts.m: Allow name to start with ".". | |
8859 | |
4677 | 8860 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8861 | |
8862 * general/ind2sub.m: New file. | |
8863 * general/sub2ind.m: New file. | |
8864 | |
4675 | 8865 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8866 | |
8867 * control/system/zp2ss.m: Don't save and restore | |
8868 warn_empty_list_elements. | |
8869 | |
8870 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
8871 | |
6778 | 8872 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 8873 |
4673 | 8874 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
8875 | |
8876 * statistics/base/mean.m: Remove special case for row vectors. | |
8877 | |
4637 | 8878 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8879 | |
8880 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8881 | |
4631 | 8882 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8883 | |
8884 * statistics/base/iqr.m: Handle matrices. | |
8885 | |
4630 | 8886 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8887 | |
8888 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8889 | |
4629 | 8890 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8891 | |
8892 * miscellaneous/path.m: Fix thinko in previous change. | |
8893 | |
4609 | 8894 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8895 | |
4629 | 8896 * control/base/dare.m: Check positive (semi)definiteness and |
8897 dimensions of r (and q). | |
8898 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8899 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8900 near unit circle. | |
4611 | 8901 |
8902 * control/system/is_detectable.m: Use Hautus Lemma. | |
8903 Correct the behavior for discrete-time systems. | |
8904 * control/system/is_stabilizable.m: Likewise. | |
8905 | |
4609 | 8906 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8907 | |
8908 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8909 | |
4610 | 8910 * general/isdefinite.m: New function. |
8911 | |
4567 | 8912 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8913 | |
8914 * general/reshape: Delete. | |
8915 | |
4559 | 8916 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8917 | |
8918 * general/numel.m: Delete. | |
8919 | |
4535 | 8920 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8921 | |
4536 | 8922 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8923 | |
8924 * deprecated/isstr.m: New file. | |
4535 | 8925 |
4529 | 8926 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8927 | |
8928 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8929 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8930 | |
4525 | 8931 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8932 | |
8933 * statistics/base/mean.m: Fix missing semicolon problem. | |
8934 | |
4503 | 8935 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8936 | |
8937 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8938 | |
4492 | 8939 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8940 | |
8941 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8942 Allow optional length argument. | |
8943 | |
4491 | 8944 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8945 | |
8946 * polynomial/polyfit.m: Avoid calling flipud. | |
8947 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8948 Return structure as second output value for improved Matlab | |
8949 compatibility. | |
8950 | |
4476 | 8951 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8952 | |
4478 | 8953 * linear-algebra/cond.m: Behave as though old built-in variable |
8954 propagate_empty_matrices is always 1. Also handle empty matrices | |
8955 with one non-zero dimension. | |
8956 | |
4476 | 8957 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8958 warn_single_quote_string to the list. | |
4478 | 8959 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8960 from the list. | |
4476 | 8961 |
5095 | 8962 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8963 |
8964 * signal/autocov.m: Transpose result of conj because diag returns | |
8965 a column vector, not a row vector. | |
8966 | |
8967 * audio/playaudio.m, audio/record.m, image/image.m, | |
8968 miscellaneous/bug_report.m: Protect spaces in filenames | |
8969 with quotes. | |
8970 | |
4466 | 8971 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8972 | |
4468 | 8973 * io/printf.m, io/puts.m: Delete. |
8974 | |
4466 | 8975 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8976 default_return_value from the list. | |
8977 Add warn_undefined_return_values to the list. | |
8978 | |
8979 | |
4464 | 8980 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8981 | |
8982 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8983 and initialize_global_variables from the list. | |
8984 | |
4460 | 8985 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8986 | |
4463 | 8987 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8988 | |
8989 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8990 | |
8991 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8992 * control/system/sys2fir.m: Likewise. | |
8993 | |
8994 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8995 * control/system/__tf2sysl__.m: Likewise. | |
8996 | |
8997 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8998 | |
8999 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
9000 and [] concatenation. | |
9001 * control/system/sys2fir.m: Likewise. | |
9002 | |
9003 * control/base/dgram.m, control/base/freqchkw.m, | |
9004 control/base/gram.m, control/system/__abcddims__.m, | |
9005 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
9006 control/system/is_sample.m, control/system/is_signal_list.m, | |
9007 control/system/is_siso.m, control/system/sys2fir.m, | |
9008 control/system/syschtsam.m, control/system/sysgettsam.m, | |
9009 control/system/sysgettype.m, control/system/tf2zp.m, | |
9010 control/system/ugain.m, control/util/prompt.m, | |
9011 control/util/run_cmd.m, control/util/zgrownorm.m, | |
9012 control/util/zgshsr.m: | |
9013 Improve conformance to Octave coding style. | |
9014 | |
4461 | 9015 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
9016 the list. | |
9017 Delete resize_on_range_error from the list. | |
9018 | |
4460 | 9019 * control/base/pzmap.m, control/base/place.m, |
9020 control/base/__freqresp__.m, control/system/sysappend.m, | |
9021 control/system/syscont.m, control/system/sysdisc.m, | |
9022 control/system/sysgroup.m, control/system/tfout.m, | |
9023 control/system/zp2ss.m, control/system/zpout.m, | |
9024 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
9025 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
9026 empty_list_elements_ok. | |
9027 | |
9028 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
9029 Delete empty_list_elements_ok from the list. | |
9030 | |
4457 | 9031 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9032 | |
9033 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
9034 list. | |
9035 Delete treat_neg_dim_as_zero from the list. | |
9036 | |
9037 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
9038 | |
4451 | 9039 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9040 | |
4455 | 9041 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
9042 was not used in the code in any case). | |
9043 | |
9044 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
9045 do_fortran_indexing. | |
9046 | |
4452 | 9047 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
9048 implict_str_to_num_ok. Use unwind_protect block to do it. | |
9049 | |
4451 | 9050 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
9051 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 9052 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 9053 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
9054 warn_fortran_indexing in the list. | |
9055 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
9056 implicit_str_to_num_ok, do_fortran_indexing, and | |
9057 prefer_column_vectors from list. | |
4451 | 9058 |
4440 | 9059 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9060 | |
9061 * Makefile.in (distclean, maintainer-clean): Also remove | |
9062 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
9063 directory. | |
9064 | |
5095 | 9065 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 9066 |
9067 * plot/hist.m: Don't forget to define n if x is a vector. | |
9068 | |
5095 | 9069 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 9070 |
9071 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
9072 return "." with extension. | |
9073 | |
4422 | 9074 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9075 | |
9076 * control/base/__stepimp__.m, control/base/nichols.m, | |
9077 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
9078 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
9079 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
9080 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
9081 Eliminate gnuplot_has_multiplot (assume it is always true). | |
9082 | |
4413 | 9083 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9084 | |
9085 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
9086 | |
5095 | 9087 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 9088 |
9089 * plot/hist.m: Improve performance by using different algorithms | |
9090 depending on number of bins. | |
9091 | |
4404 | 9092 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9093 | |
9094 * control/system/sysadd.m: If systems are not "tf", convert before | |
9095 adding. | |
9096 | |
5095 | 9097 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 9098 |
9099 * image/imagesc.m: Accept data limits parameter for colormap. | |
9100 | |
5095 | 9101 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 9102 |
9103 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
9104 the impulse by t_step. | |
9105 | |
4373 | 9106 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9107 | |
9108 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
9109 column vectors. | |
9110 | |
5095 | 9111 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 9112 |
9113 * linear-algebra/null.m: Handle empty matrix arg. | |
9114 | |
4369 | 9115 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9116 | |
9117 * general/shift.m: Force empty_list_elements_ok to 1. | |
9118 | |
4358 | 9119 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9120 | |
9121 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
9122 New files. | |
9123 | |
4348 | 9124 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9125 | |
9126 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
9127 function handle to pass to feval. | |
9128 * statistics/base/qqplot.m: Likewise. | |
9129 * statistics/base/ppplot.m: Likewise. | |
9130 * signal/spectral_xdf.m: Likewise. | |
9131 * signal/spectral_adf.m: Likewise. | |
9132 | |
4340 | 9133 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9134 | |
9135 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
9136 | |
4334 | 9137 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9138 | |
9139 * linear-algebra/logm.m: New file. | |
9140 | |
5095 | 9141 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9142 |
9143 * mkpkgadd: Scan C++ files as well | |
9144 | |
5095 | 9145 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 9146 |
9147 * strings/findstr.m: Return empty set for zero-length target. | |
9148 | |
5095 | 9149 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 9150 |
9151 * set/union.m: Preserve the orientation of inputs. | |
9152 | |
4305 | 9153 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9154 | |
9155 * general/int2str.m: Eliminate leading spaces. | |
9156 | |
4303 | 9157 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9158 | |
9159 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
9160 | |
5095 | 9161 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 9162 |
9163 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
9164 $(BUILD_LDFLAGS) to compiler. | |
9165 | |
4295 | 9166 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9167 | |
9168 * general/num2str.m: Don't specify field width for scalars. | |
9169 | |
4292 | 9170 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9171 | |
9172 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
9173 | |
4265 | 9174 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9175 | |
4279 | 9176 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
9177 | |
4266 | 9178 * miscellaneous/tempname.m: New file. |
9179 | |
9180 * miscellaneous/tempdir.m: New file. | |
9181 | |
4265 | 9182 * miscellaneous/fullfile.m: New file. |
9183 | |
4259 | 9184 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9185 | |
4264 | 9186 * miscellaneous/fileparts.m: New file. |
9187 | |
9188 * io/beep.m: New file. | |
9189 | |
4260 | 9190 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
9191 format only. | |
4259 | 9192 |
4257 | 9193 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9194 | |
9195 * strings/strcmp.m: Handle cell arrays of strings. | |
9196 | |
4229 | 9197 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9198 | |
9199 * general/int2str.m: Handle matrices. | |
9200 * general/num2str.m: Likewise. | |
9201 Also handle optional precision, and format args. | |
9202 | |
4225 | 9203 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9204 | |
9205 * audio/Makefile.in, control/base/Makefile.in, | |
9206 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9207 control/system/Makefile.in, elfun/Makefile.in, | |
9208 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9209 io/Makefile.in, linear-algebra/Makefile.in, | |
9210 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
9211 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9212 specfun/Makefile.in, special-matrix/Makefile.in, | |
9213 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9214 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9215 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
9216 deprecated/Makefile.in: Use new do-script-install and | |
9217 do-script-uninstall macros. | |
9218 | |
9219 * mkpkgadd: New script. | |
9220 | |
9221 * plot/close.m: New file. | |
9222 | |
4184 | 9223 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9224 | |
9225 * image/image.m: Use -raw option for xv. | |
9226 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9227 | |
4172 | 9228 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
9229 | |
4174 | 9230 * control/base/lsim.m: Use approximate test for step size change. |
9231 | |
4172 | 9232 * signal/bartlett.m: Avoid row/column mismatch error. |
9233 | |
5095 | 9234 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 9235 |
9236 * statistics/base/var.m: Use better formula for improved accuracy. | |
9237 | |
5095 | 9238 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 9239 |
9240 * control/base/lsim.m: Correct doc string. | |
9241 | |
5095 | 9242 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 9243 |
9244 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
9245 | |
4148 | 9246 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9247 | |
9248 * plot/contour.m: Handle x and y as matrices too. | |
9249 | |
5095 | 9250 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 9251 |
9252 * plot/contour.m: Fix error and usage messages. | |
9253 | |
4146 | 9254 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9255 | |
9256 * plot/contour.m: Correct orientation of plot. | |
9257 | |
4139 | 9258 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9259 | |
9260 * control/base/analdemo.m: Fix typo. | |
9261 | |
5095 | 9262 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 9263 |
9264 * statistics/distributions/discrete_pdf.m: Fix typo. | |
9265 | |
4098 | 9266 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9267 | |
9268 * mkdoc: Exit immediately on errors. | |
9269 Exit with error if gethelp does not exist. | |
9270 | |
9271 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
9272 | |
4093 | 9273 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9274 | |
9275 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
9276 | |
5095 | 9277 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 9278 |
9279 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
9280 * statistics/distributions/normal_pdf.m: Likewise. | |
9281 * statistics/distributions/normal_inv.m: Likewise. | |
9282 | |
5095 | 9283 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 9284 |
9285 * specfun/erfinv.m: Return NaN for NaN inputs. | |
9286 | |
5095 | 9287 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 9288 |
9289 * statistics/base/var.m: Handle complex values. | |
9290 | |
4031 | 9291 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9292 | |
9293 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
9294 list. | |
9295 * deprecated/Makefile.in: New file. | |
9296 | |
5095 | 9297 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 9298 |
9299 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
9300 * statistics/distributions/binomial_cdf.m: Likewise. | |
9301 * statistics/distributions/f_cdf.m: Likewise. | |
9302 * statistics/distributions/t_cdf.m: Likewise. | |
9303 | |
9304 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
9305 * specfun/beta.m: Likewise. | |
9306 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
9307 * statistics/distributions/gamma_pdf.m: Likewise. | |
9308 * statistics/distributions/poisson_pdf.m: Likewise. | |
9309 | |
9310 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
9311 * statistics/distributions/poisson_cdf.m: Likewise. | |
9312 | |
4026 | 9313 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9314 | |
4028 | 9315 * deprecated/is_bool.m: New file. |
9316 * deprecated/is_complex.m: New file. | |
9317 * deprecated/is_global.m: New file. | |
9318 * deprecated/is_list.m: New file. | |
9319 * deprecated/is_matrix.m: New file. | |
9320 * deprecated/is_scalar.m: New file. | |
9321 * deprecated/is_square.m: New file. | |
9322 * deprecated/is_stream.m: New file. | |
9323 * deprecated/is_struct.m: New file. | |
9324 * deprecated/is_symmetric.m: New file. | |
9325 * deprecated/is_vector.m: New file. | |
4030 | 9326 * Change all callers of these functions to use the new names. |
4028 | 9327 |
4029 | 9328 * deprecated: New directory. |
9329 * Makefile.in (SUBDIRS): Add it to the list. | |
9330 | |
4026 | 9331 * general/isscalar.m: Rename from is_scalar.m. |
9332 * general/issquare.m: Rename from is_square.m. | |
9333 * general/issymmetric.m: Rename from is_symmetric.m. | |
9334 * general/isvector.m: Rename from is_vector.m. | |
9335 | |
4022 | 9336 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9337 | |
9338 * statistics/base/mean.m: Allow empty matrices. | |
9339 Handle DIM arg. | |
9340 | |
5095 | 9341 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 9342 |
9343 * plot/__errcomm__.m: If format is not specified, default to error | |
9344 bar format. | |
9345 | |
4011 | 9346 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9347 | |
9348 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
9349 __F_SETFL__ and __O_NONBLOCK__. | |
9350 | |
9351 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
9352 * miscellaneous/bug_report.m: Likewise. | |
9353 | |
4007 | 9354 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9355 | |
4008 | 9356 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
9357 * general/rem.m: Likewise. | |
9358 | |
9359 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
9360 * plot/semilogxerr.m: Likewise. | |
4007 | 9361 * plot/semilogyerr.m: Likewise. |
9362 | |
5095 | 9363 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 9364 |
9365 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
9366 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
9367 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
9368 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
9369 | |
9370 * plot/errorbar.m: Use __errcomm__.m. | |
9371 * plot/__errplot__.m: Minor cleanups. | |
9372 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
9373 * plot/__pltopt1__.m: Likewise. | |
9374 | |
3980 | 9375 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9376 | |
3981 | 9377 * general/rem.m: Delete redundant call to usage. |
9378 | |
3980 | 9379 * general/mod.m: Additional error checks, Texinfoize doc string. |
9380 | |
5095 | 9381 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 9382 |
9383 * general/mod.m: New function. | |
9384 | |
3979 | 9385 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9386 | |
9387 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
9388 * control/system/sysadd.m: Likewise. | |
9389 * control/system/sysgroup.m: Likewise. | |
9390 * control/system/syssub.m: Likewise. | |
9391 * elfun/gcd.m: Likewise. | |
9392 * elfun/lcm.m: Likewise. | |
9393 * general/common_size.m: Likewise. | |
9394 * io/printf.m: Likewise. | |
9395 * miscellaneous/menu.m: Likewise. | |
9396 * miscellaneous/path.m: Likewise. | |
9397 * plot/__errplot__.m: Likewise. | |
9398 * plot/__plt__.m: Likewise. | |
9399 * plot/axis.m: Likewise. | |
9400 * plot/errorbar.m: Likewise. | |
9401 * plot/mplot.m: Likewise. | |
9402 * plot/loglog.m: Likewise. | |
9403 * plot/plot.m: Likewise. | |
9404 * plot/plot_border.m: Likewise. | |
9405 * plot/semilogx.m: Likewise. | |
9406 * plot/semilogy.m: Likewise. | |
9407 * plot/xlabel.m: Likewise. | |
9408 * plot/ylabel.m: Likewise. | |
9409 * plot/zlabel.m: Likewise. | |
9410 * statistics/base/ppplot.m: Likewise. | |
9411 * statistics/base/qqplot.m: Likewise. | |
9412 * statistics/tests/bartlett_test.m: Likewise. | |
9413 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9414 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9415 * strings/str2mat.m: Likewise. | |
9416 * strings/strcat.m: Likewise. | |
9417 | |
5095 | 9418 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9419 |
9420 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9421 | |
3924 | 9422 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9423 | |
9424 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9425 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9426 |
5095 | 9427 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9428 |
9429 * general/repmat.m: New function. | |
9430 | |
5095 | 9431 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9432 |
9433 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9434 Use optional parameter to specify the number of bits in the input. | |
9435 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9436 floats in the range [-1,1], 2x speedup. | |
9437 | |
9438 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9439 | |
3910 | 9440 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9441 | |
9442 * linear-algebra/kron.m: Delete. | |
9443 | |
5095 | 9444 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9445 |
9446 * signal/freqz.m: If nargout is zero, plot results instead of | |
9447 returning them. | |
9448 * signal/freqz_plot.m: New file. | |
9449 | |
5095 | 9450 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9451 |
5378 | 9452 * signal/unwrap.m: New file. |
3906 | 9453 |
5095 | 9454 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9455 |
9456 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9457 divide by zero warning. | |
9458 | |
5095 | 9459 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9460 |
3894 | 9461 * strings/deblank.m: Trim \0 as well as blank. |
9462 | |
5378 | 9463 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9464 expressed in radians or Hz relative to a supplied sample rate. |
9465 | |
5095 | 9466 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9467 |
9468 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9469 | |
3891 | 9470 * strings/findstr.m: Vectorize as much as possible. |
9471 | |
5095 | 9472 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9473 |
9474 * special-matrix/invhilb.m: New version that is faster and more | |
9475 accurate. | |
9476 | |
5095 | 9477 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9478 |
9479 * configure.in: Update for autoconf 2.5x. | |
9480 | |
5095 | 9481 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9482 |
9483 * special-matrix/vander.m: Code tidy and vectorize. | |
9484 | |
5095 | 9485 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9486 |
3883 | 9487 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9488 to vectors. Issue a warning in the case x matches y' but return a | |
9489 column vector as Octave currently does. | |
9490 | |
3882 | 9491 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9492 | |
9493 * control/system/starp.m: Leave more of the documentation | |
9494 processing to texinfo and less to the @format block. | |
9495 | |
9496 * image/imagesc.m: Only display image if no output is requested. | |
9497 Code tidying. | |
9498 | |
3876 | 9499 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9500 | |
9501 * statistics/base/center.m: Accept and return empty matrix. | |
9502 | |
3872 | 9503 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9504 | |
9505 * specfun/erfinv.m: Fix usage message. | |
9506 | |
3869 | 9507 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9508 | |
9509 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9510 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9511 | |
3837 | 9512 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9513 | |
9514 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9515 capitalized variable names. | |
9516 | |
3836 | 9517 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9518 | |
9519 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9520 | |
5095 | 9521 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9522 |
9523 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9524 | |
3803 | 9525 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9526 | |
3833 | 9527 * general/cart2pol.m: New file. |
9528 * general/pol2cart.m: New file. | |
9529 * general/cart2sph.m: New file. | |
9530 * general/sph2cart.m: New file. | |
9531 * image/rgb2hsv.m: New file. | |
9532 * image/hsv2rgb.m: New file. | |
3803 | 9533 |
9534 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9535 | |
9536 * plot/meshgrid.m: Avoid for loops. | |
9537 * plot/meshdom.m: Likewise. | |
9538 | |
3801 | 9539 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9540 | |
9541 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9542 | |
9543 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9544 | |
9545 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9546 norm. | |
9547 | |
3792 | 9548 2001-02-09 David Livings <david.livings@asa.co.uk> |
9549 | |
9550 * statistics/tests/welch_test.m: Fix typo. | |
9551 | |
9552 * statistics/distributions/chisquare_cdf.m: | |
9553 Don't restrict inputs to be only positive integers. | |
9554 * statistics/distributions/chisquare_inv.m: Likewise. | |
9555 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9556 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9557 * statistics/distributions/f_cdf.m: Likewise. | |
9558 * statistics/distributions/f_inv.m: Likewise. | |
9559 * statistics/distributions/f_pdf.m: Likewise. | |
9560 * statistics/distributions/f_rnd.m: Likewise. | |
9561 * statistics/distributions/t_cdf.m: Likewise. | |
9562 * statistics/distributions/t_inv.m: Likewise. | |
9563 * statistics/distributions/t_pdf.m: Likewise. | |
9564 * statistics/distributions/t_rnd.m: Likewise. | |
9565 | |
3790 | 9566 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9567 | |
9568 * strings/dec2base.m: New file. | |
9569 * strings/base2dec.m: New file. | |
9570 * strings/strjust.m: New file. | |
9571 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9572 * strings/dec2bin.m: Likewise. | |
9573 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9574 * strings/bin2dec.m: Likewise. | |
9575 | |
5095 | 9576 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9577 |
9578 * statistics/base/ppplot.m: Use gset, not set. | |
9579 * statistics/base/qqplot.m: Likewise. | |
9580 | |
5095 | 9581 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9582 |
9583 * control/system/c2d.m: Add missing endif. | |
9584 | |
3759 | 9585 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9586 | |
9587 * strings/index.m: Return 0 if either string is empty. | |
9588 | |
9589 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9590 | |
9591 * control/system/c2d.m: Allow option of matched pole/zero | |
9592 equivalent for conversion. | |
9593 | |
9594 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9595 | |
9596 * strings/findstr.m: Return empty matrix if search string is empty. | |
9597 | |
3757 | 9598 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9599 | |
9600 * saveimage.m: Do create rawbit image for black and white images, | |
9601 but do it correctly. | |
9602 | |
3754 | 9603 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9604 | |
6778 | 9605 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9606 result polynomials. | |
3754 | 9607 |
3748 | 9608 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9609 | |
9610 * image/saveimage.m: Don't try to create rawbit image. | |
9611 | |
3740 | 9612 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9613 | |
9614 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9615 | |
5095 | 9616 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9617 |
9618 * plot/contour.m: Reorder args for Matlab compatibility. | |
9619 | |
3727 | 9620 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9621 | |
9622 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9623 | |
3717 | 9624 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9625 | |
3718 | 9626 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9627 | |
3717 | 9628 * plot/mesh.m: Also set nologscale before plotting. |
9629 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9630 xyerrorbars instead of just errorbars. | |
9631 | |
3714 | 9632 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9633 | |
9634 * image/image.m: Try display (from ImageMagick) first. | |
9635 | |
3709 | 9636 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9637 | |
9638 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9639 conjugate transpose. | |
9640 | |
3705 | 9641 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9642 | |
9643 * strings/str2mat.m: Apply setstr to each argument. | |
9644 | |
3696 | 9645 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9646 | |
9647 * control/base/dkalman.m: New file. | |
9648 * control/base/dlqe.m: Handle singular A matrix. | |
9649 * control/base/dlqr.m: Likewise. | |
9650 | |
3695 | 9651 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9652 | |
9653 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9654 dimensions don't match. | |
9655 | |
3690 | 9656 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9657 | |
9658 * plot/hist.m: Allow 3 argument form to work. | |
9659 | |
5095 | 9660 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9661 |
9662 * plot/plot.m: Add examples in doc string. | |
9663 | |
5095 | 9664 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9665 |
9666 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9667 Do the right thing even if automatic_replot is not zero. | |
9668 Avoid failure if system has pure imaginary poles. | |
9669 | |
3674 | 9670 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9671 | |
9672 * general/logical.m: Return arg if it is empty. Better error | |
9673 message for non-numeric types. | |
9674 | |
5095 | 9675 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9676 |
9677 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9678 about difference with Matlab dlqe function. | |
9679 | |
9680 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9681 | |
5095 | 9682 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9683 |
9684 * strings/strrep.m: Fix typo. | |
9685 | |
3666 | 9686 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9687 | |
9688 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9689 | |
5095 | 9690 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9691 |
9692 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9693 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9694 |
5095 | 9695 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9696 |
9697 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9698 guess for iteration. | |
9699 | |
3651 | 9700 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9701 | |
9702 * image/image.m: Allow image (A) or image (x, y, A). | |
9703 * image/imagesc.m: Likewise. | |
9704 | |
9705 * image/image.m: If zoom is not supplied, or if it is an empty | |
9706 matrix, autoscale the image. | |
9707 | |
3618 | 9708 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9709 | |
3619 | 9710 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9711 Undo string escapes in text twice(!) before sending to gnuplot. | |
9712 | |
3618 | 9713 * image/saveimage.m: Add comment to file saying who created it and |
9714 when it was created. Suggested by Stephen Eglen | |
9715 <stephen@cogsci.ed.ac.uk>. | |
9716 | |
5095 | 9717 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9718 |
9719 * polynomial/polyreduce.m: Simplify by looking for the first | |
9720 non-zero element rather than the last of the first set of zero | |
9721 elements. | |
9722 | |
9723 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9724 | |
5095 | 9725 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9726 |
9727 * image/saveimage.m: Swap black and white colormaps so zero is | |
9728 displayed as black and 1 is displayed as white. | |
9729 Fix indexing bug in ppm case. | |
9730 | |
3604 | 9731 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9732 | |
9733 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9734 between the two distributions (took same approach as ks.test() in R.) | |
9735 | |
3603 | 9736 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9737 | |
9738 * control/base/bode.m: Temporarily disable automatic_replot. | |
9739 | |
3599 | 9740 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9741 | |
3601 | 9742 * Makefile.in (clean): Also remove gethelp. |
9743 | |
3599 | 9744 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9745 | |
5095 | 9746 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9747 |
9748 * set/create_set.m: Use find to avoid while loop. | |
9749 | |
5095 | 9750 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 9751 |
9752 * plot/hist.m: New optional third argument. | |
9753 | |
9754 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9755 | |
9756 * miscellaneous/bug_report.m: Use octave-bug script with version | |
9757 number appended. | |
9758 | |
3575 | 9759 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9760 | |
9761 * gethelp.cc: Sprinkle with std:: qualifier. | |
9762 | |
3498 | 9763 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9764 | |
9765 * image/saveimage.m: Delete some debugging code. | |
9766 | |
3486 | 9767 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9768 | |
9769 * signal/sinc.m: Avoid reshaping. | |
9770 | |
9771 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
9772 * image/ind2rgb.m: Ditto. | |
9773 * image/ind2gray.m: Ditto. | |
9774 * general/reshape.m: Ditto. Also no longer needs to reset | |
9775 implicit_str_to_num_ok. | |
9776 | |
3483 | 9777 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9778 | |
9779 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
9780 a list of file structures, not a vector of numeric file ids. | |
9781 | |
3474 | 9782 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9783 | |
3476 | 9784 * plot/__axis_label__.m: New function. |
9785 Undo string escapes in text twice(!) before sending to gnuplot. | |
9786 * plot/xlabel.m: Use it. | |
9787 * plot/ylabel.m: Ditto. | |
9788 * plot/zlabel.m: Ditto. | |
9789 | |
3474 | 9790 * plot/mesh.m: Fix error message to reflect reality. |
9791 | |
5095 | 9792 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 9793 |
9794 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
9795 | |
5095 | 9796 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 9797 |
9798 * audio/saveaudio.m: Also accept files with .ul extension. | |
9799 * audio/loadaudio.m: Ditto. | |
9800 * audio/playaudio.m: Ditto. | |
9801 | |
3456 | 9802 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9803 | |
9804 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
9805 * statistics/distributions/beta_inv.m: Ditto. | |
9806 * statistics/distributions/beta_pdf.m: Ditto. | |
9807 * statistics/distributions/beta_rnd.m: Ditto. | |
9808 * statistics/distributions/binomial_cdf.m: Ditto. | |
9809 * statistics/distributions/binomial_inv.m: Ditto. | |
9810 * statistics/distributions/binomial_pdf.m: Ditto. | |
9811 * statistics/distributions/binomial_rnd.m: Ditto. | |
9812 * statistics/distributions/cauchy_cdf.m: Ditto. | |
9813 * statistics/distributions/cauchy_inv.m: Ditto. | |
9814 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9815 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9816 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9817 * statistics/distributions/chisquare_inv.m: Ditto. | |
9818 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9819 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9820 * statistics/distributions/discrete_cdf.m: Ditto. | |
9821 * statistics/distributions/discrete_inv.m: Ditto. | |
9822 * statistics/distributions/discrete_pdf.m: Ditto. | |
9823 * statistics/distributions/discrete_rnd.m: Ditto. | |
9824 * statistics/distributions/empirical_cdf.m: Ditto. | |
9825 * statistics/distributions/empirical_inv.m: Ditto. | |
9826 * statistics/distributions/empirical_pdf.m: Ditto. | |
9827 * statistics/distributions/empirical_rnd.m: Ditto. | |
9828 * statistics/distributions/exponential_cdf.m: Ditto. | |
9829 * statistics/distributions/exponential_inv.m: Ditto. | |
9830 * statistics/distributions/exponential_pdf.m: Ditto. | |
9831 * statistics/distributions/exponential_rnd.m: Ditto. | |
9832 * statistics/distributions/f_cdf.m: Ditto. | |
9833 * statistics/distributions/f_inv.m: Ditto. | |
9834 * statistics/distributions/f_pdf.m: Ditto. | |
9835 * statistics/distributions/f_rnd.m: Ditto. | |
9836 * statistics/distributions/gamma_cdf.m: Ditto. | |
9837 * statistics/distributions/gamma_inv.m: Ditto. | |
9838 * statistics/distributions/gamma_pdf.m: Ditto. | |
9839 * statistics/distributions/gamma_rnd.m: Ditto. | |
9840 * statistics/distributions/geometric_cdf.m: Ditto. | |
9841 * statistics/distributions/geometric_inv.m: Ditto. | |
9842 * statistics/distributions/geometric_pdf.m: Ditto. | |
9843 * statistics/distributions/geometric_rnd.m: Ditto. | |
9844 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9845 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9846 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9847 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9848 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9849 * statistics/distributions/laplace_cdf.m: Ditto. | |
9850 * statistics/distributions/laplace_inv.m: Ditto. | |
9851 * statistics/distributions/laplace_pdf.m: Ditto. | |
9852 * statistics/distributions/laplace_rnd.m: Ditto. | |
9853 * statistics/distributions/logistic_cdf.m: Ditto. | |
9854 * statistics/distributions/logistic_inv.m: Ditto. | |
9855 * statistics/distributions/logistic_pdf.m: Ditto. | |
9856 * statistics/distributions/logistic_rnd.m: Ditto. | |
9857 * statistics/distributions/lognormal_cdf.m: Ditto. | |
9858 * statistics/distributions/lognormal_inv.m: Ditto. | |
9859 * statistics/distributions/lognormal_pdf.m: Ditto. | |
9860 * statistics/distributions/lognormal_rnd.m: Ditto. | |
9861 * statistics/distributions/normal_cdf.m: Ditto. | |
9862 * statistics/distributions/normal_inv.m: Ditto. | |
9863 * statistics/distributions/normal_pdf.m: Ditto. | |
9864 * statistics/distributions/normal_rnd.m: Ditto. | |
9865 * statistics/distributions/pascal_cdf.m: Ditto. | |
9866 * statistics/distributions/pascal_inv.m: Ditto. | |
9867 * statistics/distributions/pascal_pdf.m: Ditto. | |
9868 * statistics/distributions/pascal_rnd.m: Ditto. | |
9869 * statistics/distributions/poisson_cdf.m: Ditto. | |
9870 * statistics/distributions/poisson_inv.m: Ditto. | |
9871 * statistics/distributions/poisson_pdf.m: Ditto. | |
9872 * statistics/distributions/poisson_rnd.m: Ditto. | |
9873 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
9874 * statistics/distributions/stdnormal_inv.m: Ditto. | |
9875 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
9876 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
9877 * statistics/distributions/t_cdf.m: Ditto. | |
9878 * statistics/distributions/t_inv.m: Ditto. | |
9879 * statistics/distributions/t_pdf.m: Ditto. | |
9880 * statistics/distributions/t_rnd.m: Ditto. | |
9881 * statistics/distributions/uniform_cdf.m: Ditto. | |
9882 * statistics/distributions/uniform_inv.m: Ditto. | |
9883 * statistics/distributions/uniform_pdf.m: Ditto. | |
9884 * statistics/distributions/uniform_rnd.m: Ditto. | |
9885 * statistics/distributions/weibull_cdf.m: Ditto. | |
9886 * statistics/distributions/weibull_inv.m: Ditto. | |
9887 * statistics/distributions/weibull_pdf.m: Ditto. | |
9888 * statistics/distributions/weibull_rnd.m: Ditto. | |
9889 * statistics/distributions/wiener_rnd.m: Ditto. | |
9890 | |
3453 | 9891 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9892 | |
9893 * statistics/base/values.m: Texinfoize doc string. | |
9894 * statistics/base/var.m: Ditto. | |
9895 * statistics/base/table.m: Ditto. | |
9896 * statistics/base/studentize.m: Ditto. | |
9897 * statistics/base/statistics.m: Ditto. | |
9898 * statistics/base/spearman.m: Ditto. | |
9899 * statistics/base/run_count.m: Ditto. | |
9900 * statistics/base/ranks.m: Ditto. | |
9901 * statistics/base/range.m: Ditto. | |
9902 * statistics/base/qqplot.m: Ditto. | |
9903 * statistics/base/probit.m: Ditto. | |
9904 * statistics/base/ppplot.m: Ditto. | |
9905 * statistics/base/moment.m: Ditto. | |
9906 * statistics/base/meansq.m: Ditto. | |
9907 * statistics/base/logit.m: Ditto. | |
9908 * statistics/base/kendall.m: Ditto. | |
9909 * statistics/base/iqr.m: Ditto. | |
9910 * statistics/base/cut.m: Ditto. | |
9911 * statistics/base/cor.m: Ditto. | |
9912 * statistics/base/cloglog.m: Ditto. | |
9913 * statistics/base/center.m: Ditto. | |
3454 | 9914 * statistics/models/logistic_regression.m: Ditto. |
9915 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9916 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9917 * statistics/tests/anova.m: Ditto. | |
9918 * statistics/tests/bartlett_test.m: Ditto. | |
9919 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9920 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9921 * statistics/tests/cor_test.m: Ditto. | |
9922 * statistics/tests/f_test_regression.m: Ditto. | |
9923 * statistics/tests/hotelling_test.m: Ditto. | |
9924 * statistics/tests/hotelling_test_2.m: Ditto. | |
9925 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9926 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9927 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9928 * statistics/tests/manova.m: Ditto. | |
9929 * statistics/tests/mcnemar_test.m: Ditto. | |
9930 * statistics/tests/prop_test_2.m: Ditto. | |
9931 * statistics/tests/run_test.m: Ditto. | |
9932 * statistics/tests/sign_test.m: Ditto. | |
9933 * statistics/tests/t_test.m: Ditto. | |
9934 * statistics/tests/t_test_2.m: Ditto. | |
9935 * statistics/tests/t_test_regression.m: Ditto. | |
9936 * statistics/tests/u_test.m: Ditto. | |
9937 * statistics/tests/var_test.m: Ditto. | |
9938 * statistics/tests/welch_test.m: Ditto. | |
9939 * statistics/tests/wilcoxon_test.m: Ditto. | |
9940 * statistics/tests/z_test.m: Ditto. | |
9941 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9942 |
3446 | 9943 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9944 | |
9945 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9946 * plot/__plr1__.m: Ditto. |
9947 * plot/__pltopt__.m: Ditto. | |
9948 * plot/__plt__.m: Ditto. | |
9949 * plot/__plt2vv__.m: Ditto. | |
9950 * plot/__plr2__.m: Ditto. | |
9951 * plot/__plr__.m: Ditto. | |
9952 * plot/__plt1__.m: Ditto. | |
9953 * plot/__plt2__.m: Ditto. | |
9954 * plot/__plt2mm__.m: Ditto. | |
9955 * plot/__plt2mv__.m: Ditto. | |
9956 * plot/__plt2ss__.m: Ditto. | |
9957 * miscellaneous/paren.m: Ditto. | |
9958 * miscellaneous/comma.m: Ditto. | |
9959 * miscellaneous/semicolon.m: Ditto. | |
9960 * miscellaneous/path.m: Ditto. | |
9961 * miscellaneous/list_primes.m: Ditto. | |
9962 * miscellaneous/flops.m: Ditto. | |
9963 * miscellaneous/dump_prefs.m: Ditto. | |
9964 * miscellaneous/bug_report.m: Ditto. | |
9965 * linear-algebra/dot.m: Ditto | |
9966 * linear-algebra/dmult.m: Ditto. | |
9967 * general/randperm.m: Ditto. | |
9968 * general/logical.m: Ditto. | |
9969 * general/is_duplicate_entry.m: Ditto. | |
9970 * signal/arch_fit.m: Ditto. | |
9971 * signal/arch_rnd.m: Ditto. | |
9972 * signal/arch_test.m: Ditto. | |
9973 * signal/arma_rnd.m: Ditto. | |
9974 * signal/autocor.m: Ditto. | |
9975 * signal/autocov.m: Ditto. | |
9976 * signal/autoreg_matrix.m: Ditto. | |
9977 * signal/bartlett.m: Ditto. | |
9978 * signal/blackman.m: Ditto. | |
9979 * signal/detrend.m: Ditto. | |
9980 * signal/diffpara.m: Ditto. | |
9981 * signal/durbinlevinson.m: Ditto. | |
9982 * signal/fftconv.m: Ditto. | |
9983 * signal/fftfilt.m: Ditto. | |
9984 * signal/fftshift.m: Ditto. | |
9985 * signal/fractdiff.m: Ditto. | |
9986 * signal/freqz.m: Ditto. | |
9987 * signal/hamming.m: Ditto. | |
9988 * signal/hanning.m: Ditto. | |
9989 * signal/hurst.m: Ditto. | |
9990 * signal/periodogram.m: Ditto. | |
9991 * signal/rectangle_lw.m: Ditto. | |
9992 * signal/rectangle_sw.m: Ditto. | |
9993 * signal/sinc.m: Ditto. | |
9994 * signal/sinetone.m: Ditto. | |
9995 * signal/sinewave.m: Ditto. | |
9996 * signal/spectral_adf.m: Ditto. | |
9997 * signal/spectral_xdf.m: Ditto. | |
9998 * signal/spencer.m: Ditto. | |
9999 * signal/stft.m: Ditto. | |
10000 * signal/synthesis.m: Ditto. | |
10001 * signal/triangle_lw.m: Ditto. | |
10002 * signal/triangle_sw.m: Ditto. | |
10003 * signal/yulewalker.m: Ditto. | |
3450 | 10004 * control/util/strappend.m: Ditto. |
3451 | 10005 * control/base/nichols.m: Ditto. |
3452 | 10006 * control/system/is_signal_list.m: Ditto. |
10007 * control/system/listidx.m: Ditto. | |
10008 * control/system/sysgettsam.m: Ditto. | |
10009 * control/system/sysidx.m: Ditto. | |
3446 | 10010 |
3438 | 10011 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10012 | |
10013 * control/system/__abcddims__.m: Rename from | |
10014 control/system/abcddims.m, change all callers. | |
10015 * control/base/__bodquist__.m: Likewise. | |
10016 * control/base/__freqresp__.m: Likewise. | |
10017 * control/util/__outlist__.m: Likewise. | |
10018 * control/base/__stepimp__.m: Likewise. | |
10019 * control/system/__syschnamesl__.m: Likewise. | |
10020 * control/system/__syscont_disc__.m: Likewise. | |
10021 * control/system/__sysdefioname__.m: Likewise. | |
10022 * control/system/__sysdefstname__.m: Likewise. | |
10023 * control/system/__sysgroupn__.m: Likewise. | |
10024 * control/system/__tf2sysl__.m: Likewise. | |
10025 * control/util/__zgpbal__.m: Likewise. | |
10026 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 10027 |
10028 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 10029 * quaternion/qconj.m: Ditto. |
10030 * quaternion/qcoordinate_plot.m: Ditto. | |
10031 * quaternion/qderiv.m: Ditto. | |
10032 * quaternion/qderivmat.m: Ditto. | |
10033 * quaternion/qinv.m: Ditto. | |
10034 * quaternion/qmult.m: Ditto. | |
10035 * quaternion/qtrans.m: Ditto. | |
10036 * quaternion/qtransv.m: Ditto. | |
10037 * quaternion/qtransvmat.m: Ditto. | |
10038 * quaternion/quaternion.m: Ditto. | |
3438 | 10039 |
3436 | 10040 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10041 | |
10042 * control/base/Makefile.in: Ditto. | |
10043 * control/hinf/Makefile.in: New file. | |
10044 * control/marsyas/Makefile.in: Ditto. | |
10045 * control/obsolete/Makefile.in: Ditto. | |
10046 * control/system/Makefile.in: Ditto. | |
10047 * control/util/Makefile.in: Ditto. | |
10048 | |
10049 * strings/com2str.m: Move here from control directory. | |
10050 | |
10051 * control/base: New directory. | |
10052 * control/base/DEMOcontrol.m: Move here from control directory. | |
10053 * control/base/analdemo.m: Ditto. | |
10054 * control/base/are.m: Ditto. | |
10055 * control/base/bddemo.m: Ditto. | |
10056 * control/base/bode.m: Ditto. | |
10057 * control/base/bode_bounds.m: Ditto. | |
10058 * control/base/bodquist.m: Ditto. | |
10059 * control/base/controldemo.m: Ditto. | |
10060 * control/base/ctrb.m: Ditto. | |
10061 * control/base/damp.m: Ditto. | |
10062 * control/base/dare.m: Ditto. | |
10063 * control/base/dcgain.m: Ditto. | |
10064 * control/base/dgram.m: Ditto. | |
10065 * control/base/dlqe.m: Ditto. | |
10066 * control/base/dlqr.m: Ditto. | |
10067 * control/base/dlyap.m: Ditto. | |
10068 * control/base/dre.m: Ditto. | |
10069 * control/base/frdemo.m: Ditto. | |
10070 * control/base/freqchkw.m: Ditto. | |
10071 * control/base/freqresp.m: Ditto. | |
10072 * control/base/gram.m: Ditto. | |
10073 * control/base/impulse.m: Ditto. | |
10074 * control/base/lqe.m: Ditto. | |
10075 * control/base/lqg.m: Ditto. | |
10076 * control/base/lqr.m: Ditto. | |
10077 * control/base/lsim.m: Ditto. | |
10078 * control/base/ltifr.m: Ditto. | |
10079 * control/base/lyap.m: Ditto. | |
10080 * control/base/nichols.m: Ditto. | |
10081 * control/base/nyquist.m: Ditto. | |
10082 * control/base/obsv.m: Ditto. | |
10083 * control/base/place.m: Ditto. | |
10084 * control/base/pzmap.m: Ditto. | |
10085 * control/base/rldemo.m: Ditto. | |
10086 * control/base/rlocus.m: Ditto. | |
10087 * control/base/step.m: Ditto. | |
10088 * control/base/stepimp.m: Ditto. | |
10089 * control/base/tzero.m: Ditto. | |
10090 * control/base/tzero2.m: Ditto. | |
10091 | |
10092 * control/hinf: New directory. | |
10093 * control/hinf/dhinfdemo.m: Move here from control directory. | |
10094 * control/hinf/h2norm.m: Ditto. | |
10095 * control/hinf/h2syn.m: Ditto. | |
10096 * control/hinf/hinf_ctr.m: Ditto. | |
10097 * control/hinf/hinfdemo.m: Ditto. | |
10098 * control/hinf/hinfnorm.m: Ditto. | |
10099 * control/hinf/hinfsyn.m: Ditto. | |
10100 * control/hinf/hinfsyn_chk.m: Ditto. | |
10101 * control/hinf/hinfsyn_ric.m: Ditto. | |
10102 * control/hinf/wgt1o.m: Ditto. | |
3441 | 10103 * control/hinf/dgkfdemo.m: Ditto. |
10104 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 10105 |
10106 * control/marsyas: New directory. | |
10107 * control/marsyas/demomarsyas.m: Move here from control directory. | |
10108 * control/marsyas/susball.m: Ditto. | |
10109 | |
10110 * control/obsolete/dezero.m: Move here from control directory. | |
10111 * control/obsolete/rotg.m: Ditto. | |
10112 | |
10113 * control/system: New directory. | |
10114 * control/system/abcddim.m: Move here from control directory. | |
10115 * control/system/abcddims.m: Ditto. | |
10116 * control/system/buildssic.m: Ditto. | |
10117 * control/system/c2d.m: Ditto. | |
10118 * control/system/d2c.m: Ditto. | |
10119 * control/system/dmr2d.m: Ditto. | |
10120 * control/system/fir2sys.m: Ditto. | |
10121 * control/system/is_abcd.m: Ditto. | |
10122 * control/system/is_digital.m: Ditto. | |
10123 * control/system/is_sample.m: Ditto. | |
10124 * control/system/is_signal_list.m: Ditto. | |
10125 * control/system/is_siso.m: Ditto. | |
3441 | 10126 * control/system/is_controllable.m: Ditto. |
10127 * control/system/is_detectable.m: Ditto. | |
10128 * control/system/is_observable.m: Ditto. | |
10129 * control/system/is_stabilizable.m: Ditto. | |
10130 * control/system/is_stable.m: Ditto. | |
3436 | 10131 * control/system/jet707.m: Ditto. |
10132 * control/system/listidx.m: Ditto. | |
10133 * control/system/moddemo.m: Ditto. | |
10134 * control/system/ord2.m: Ditto. | |
10135 * control/system/packedform.m: Ditto. | |
10136 * control/system/parallel.m: Ditto. | |
10137 * control/system/ss2sys.m: Ditto. | |
10138 * control/system/ss2tf.m: Ditto. | |
10139 * control/system/ss2zp.m: Ditto. | |
10140 * control/system/starp.m: Ditto. | |
10141 * control/system/sys2fir.m: Ditto. | |
10142 * control/system/sys2ss.m: Ditto. | |
10143 * control/system/sys2tf.m: Ditto. | |
10144 * control/system/sys2zp.m: Ditto. | |
10145 * control/system/sysadd.m: Ditto. | |
10146 * control/system/sysappend.m: Ditto. | |
10147 * control/system/syschnamesl.m: Ditto. | |
10148 * control/system/syschtsam.m: Ditto. | |
10149 * control/system/sysconnect.m: Ditto. | |
10150 * control/system/syscont.m: Ditto. | |
10151 * control/system/syscont_disc.m: Ditto. | |
10152 * control/system/sysdefioname.m: Ditto. | |
10153 * control/system/sysdefstname.m: Ditto. | |
10154 * control/system/sysdimensions.m: Ditto. | |
10155 * control/system/sysdisc.m: Ditto. | |
10156 * control/system/sysdup.m: Ditto. | |
10157 * control/system/sysgetsignals.m: Ditto. | |
10158 * control/system/sysgettsam.m: Ditto. | |
10159 * control/system/sysgettype.m: Ditto. | |
10160 * control/system/sysgroup.m: Ditto. | |
10161 * control/system/sysgroupn.m: Ditto. | |
10162 * control/system/sysidx.m: Ditto. | |
10163 * control/system/sysmin.m: Ditto. | |
10164 * control/system/sysmult.m: Ditto. | |
10165 * control/system/sysout.m: Ditto. | |
10166 * control/system/sysprune.m: Ditto. | |
10167 * control/system/sysreorder.m: Ditto. | |
10168 * control/system/sysrepdemo.m: Ditto. | |
10169 * control/system/sysscale.m: Ditto. | |
10170 * control/system/syssetsignals.m: Ditto. | |
10171 * control/system/syssub.m: Ditto. | |
10172 * control/system/sysupdate.m: Ditto. | |
10173 * control/system/tf2ss.m: Ditto. | |
10174 * control/system/tf2sys.m: Ditto. | |
10175 * control/system/tf2sysl.m: Ditto. | |
10176 * control/system/tf2zp.m: Ditto. | |
10177 * control/system/tfout.m: Ditto. | |
10178 * control/system/ugain.m: Ditto. | |
10179 * control/system/zp2ss.m: Ditto. | |
10180 * control/system/zp2ssg2.m: Ditto. | |
10181 * control/system/zp2sys.m: Ditto. | |
10182 * control/system/zp2tf.m: Ditto. | |
10183 * control/system/zpout.m: Ditto. | |
10184 | |
10185 * control/util: New directory. | |
10186 * control/util/axis2dlim.m: Move here from control directory. | |
10187 * control/util/outlist.m: Ditto. | |
10188 * control/util/prompt.m: Ditto. | |
10189 * control/util/run_cmd.m: Ditto. | |
10190 * control/util/sortcom.m: Ditto. | |
10191 * control/util/strappend.m: Ditto. | |
10192 * control/util/swap.m: Ditto. | |
10193 * control/util/zgfmul.m: Ditto. | |
10194 * control/util/zgfslv.m: Ditto. | |
10195 * control/util/zginit.m: Ditto. | |
10196 * control/util/zgpbal.m: Ditto. | |
10197 * control/util/zgreduce.m: Ditto. | |
10198 * control/util/zgrownorm.m: Ditto. | |
10199 * control/util/zgscal.m: Ditto. | |
10200 * control/util/zgsgiv.m: Ditto. | |
10201 * control/util/zgshsr.m: Ditto. | |
10202 | |
3427 | 10203 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10204 | |
10205 * gethelp.cc (extract_help_text): Discard first space character | |
10206 after consecutive comment characters. | |
10207 | |
3422 | 10208 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
10209 | |
10210 * control/obsolete: New directory | |
10211 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 10212 * control/obsolete/swapcols.m: Ditto. |
10213 * control/obsolete/dlqg.m: Ditto. | |
10214 * control/obsolete/minfo.m: Ditto. | |
10215 * control/obsolete/packsys.m: Ditto. | |
10216 * control/obsolete/qzval.m: Ditto. | |
10217 * control/obsolete/unpacksys.m: Ditto. | |
10218 * control/obsolete/series.m: Ditto. | |
10219 * control/obsolete/syschnames.m: Ditto. | |
10220 * polynomial/polyout.m: Ditto. | |
3422 | 10221 |
3420 | 10222 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10223 | |
10224 * general/fliplr.m: Eliminate useless copy of arg. | |
10225 * general/flipud.m: Ditto. | |
10226 | |
3418 | 10227 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10228 | |
10229 * linear-algebra/cross.m: Only return a row vector if both args | |
10230 are row vectors. | |
10231 * polynomial/polyfit.m: Likewise. | |
10232 | |
10233 * signal/autocov.m: Don't reset prefer_column_vectors. | |
10234 | |
10235 * statistics/distributions/discrete_rnd.m: | |
10236 Always generate a row vector. | |
10237 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
10238 | |
5095 | 10239 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 10240 |
10241 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
10242 | |
10243 * audio/setaudio.m: Texinfoize doc string. | |
10244 * control/com2str.m: Likewise. | |
10245 * control/controldemo.m: Likewise. | |
10246 * control/DEMOcontrol.m: Likewise. | |
10247 * control/dezero.m: Likewise. | |
10248 * control/dre.m: Likewise. | |
10249 * control/hinfsyn_ric.m: Likewise. | |
10250 | |
5095 | 10251 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 10252 |
10253 * io/printf.m: Add @seealso{...} to doc string. | |
10254 * io/puts.m: Likewise. | |
10255 * plot/semilogx.m: Likewise. | |
10256 * plot/semilogy.m: Likewise. | |
10257 * plot/__pltopt__.m: Likewise. | |
10258 * plot/bar.m: Likewise. | |
10259 * plot/xlabel.m: Likewise. | |
10260 * plot/grid.m: Likewise. | |
10261 * plot/shg.m: Likewise. | |
10262 * plot/title.m: Likewise. | |
10263 * plot/mesh.m: Likewise. | |
10264 * plot/__pltopt1__.m: Likewise. | |
10265 * plot/contour.m: Likewise. | |
10266 * plot/hist.m: Likewise. | |
10267 * plot/stairs.m: Likewise. | |
10268 * plot/meshgrid.m: Likewise. | |
10269 * plot/polar.m: Likewise. | |
10270 * plot/loglog.m: Likewise. | |
10271 * plot/plot.m: Likewise. | |
10272 * miscellaneous/semicolon.m: Likewise. | |
10273 * miscellaneous/menu.m: Likewise. | |
10274 * miscellaneous/etime.m: Likewise. | |
10275 * miscellaneous/texas_lotto.m: Likewise. | |
10276 * miscellaneous/comma.m: Likewise. | |
10277 * audio/lin2mu.m: Likewise. | |
10278 * audio/playaudio.m: Likewise. | |
10279 * audio/loadaudio.m: Likewise. | |
10280 * audio/saveaudio.m: Likewise. | |
10281 * audio/mu2lin.m: Likewise. | |
10282 * audio/record.m: Likewise. | |
10283 * strings/isletter.m: Likewise. | |
10284 * strings/lower.m: Likewise. | |
10285 * strings/lower.m: Likewise. | |
10286 * strings/upper.m: Likewise. | |
10287 * specfun/erfinv.m: Likewise. | |
10288 * specfun/gammai.m: Likewise. | |
10289 * specfun/log2.m: Likewise. | |
10290 * specfun/pow2.m: Likewise. | |
10291 * elfun/gcd.m: Likewise. | |
10292 * elfun/lcm.m: Likewise. | |
10293 * special-matrix/vander.m: Likewise. | |
10294 * special-matrix/sylvester_matrix.m: Likewise. | |
10295 * special-matrix/hilb.m: Likewise. | |
10296 * special-matrix/hankel.m: Likewise. | |
10297 * special-matrix/toeplitz.m: Likewise. | |
10298 * special-matrix/invhilb.m: Likewise. | |
10299 * statistics/base/std.m: Likewise. | |
10300 * statistics/base/median.m: Likewise. | |
10301 * linear-algebra/cond.m: Likewise. | |
10302 * linear-algebra/norm.m: Likewise. | |
10303 * finance/nper.m: Likewise. | |
10304 * finance/pmt.m: Likewise. | |
10305 * finance/pv.m: Likewise. | |
10306 * finance/rate.m: Likewise. | |
10307 * finance/npv.m: Likewise. | |
10308 * general/fliplr.m: Likewise. | |
10309 * general/flipud.m: Likewise. | |
10310 * general/is_scalar.m: Likewise. | |
10311 * general/rem.m: Likewise. | |
10312 * general/perror.m: Likewise. | |
10313 * general/tril.m: Likewise. | |
10314 * general/rot90.m: Likewise. | |
10315 * general/num2str.m: Likewise. | |
10316 * general/int2str.m: Likewise. | |
10317 * general/reshape.m: Likewise. | |
10318 * general/logspace.m: Likewise. | |
10319 * general/is_symmetric.m: Likewise. | |
10320 * general/is_vector.m: Likewise. | |
10321 * general/nextpow2.m: Likewise. | |
10322 * general/columns.m: Likewise. | |
10323 * general/is_square.m: Likewise. | |
10324 * general/rows.m: Likewise. | |
10325 * control/ugain.m: Likewise. | |
10326 * control/damp.m: Likewise. | |
10327 * control/dare.m: Likewise. | |
10328 * control/are.m: Likewise. | |
10329 * control/sys2fir.m: Likewise. | |
10330 * control/abcddim.m: Likewise. | |
10331 * control/is_abcd.m: Likewise. | |
10332 * control/step.m: Likewise. | |
10333 * control/is_observable.m: Likewise. | |
10334 * control/is_controllable.m: Likewise. | |
10335 * control/jet707.m: Likewise. | |
10336 * control/polyout.m: Likewise. | |
10337 * control/impulse.m: Likewise. | |
10338 * control/lqg.m: Likewise. | |
10339 * control/is_detectable.m: Likewise. | |
10340 * control/sysdimensions.m: Likewise. | |
10341 * control/sysupdate.m: Likewise. | |
10342 * control/stepimp.m: Likewise. | |
10343 * control/is_stable.m: Likewise. | |
10344 * control/tfout.m: Likewise. | |
10345 * control/zpout.m: Likewise. | |
10346 | |
3405 | 10347 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10348 | |
10349 * set/complement.m: Add @seealso{} stuff. | |
10350 * set/create_set.m: Likewise. | |
10351 * set/intersection.m: Likewise. | |
10352 * set/union.m: Likewise. | |
10353 | |
3399 | 10354 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10355 | |
3400 | 10356 * control/d2c.m: Use double quotes instead of single quotes for |
10357 string constants. | |
10358 * control/dgkfdemo.m: Likewise. | |
10359 * control/fir2sys.m: Likewise. | |
10360 * control/frdemo.m: Likewise. | |
10361 * control/moddemo.m: Likewise. | |
10362 * control/minfo.m: Likewise. | |
10363 * control/is_stabilizable.m: Likewise. | |
10364 * control/is_dgkf.m: Likewise. | |
10365 * control/polyout.m: Likewise. | |
10366 * control/sysconnect.m: Likewise. | |
10367 * control/sysrepdemo.m: Likewise. | |
10368 * control/tf2sys.m: Likewise. | |
10369 * control/tfout.m: Likewise. | |
10370 * control/zp2sys.m: Likewise. | |
10371 * control/zpout.m: Likewise. | |
10372 * control/tzero.m: Likewise. | |
10373 | |
10374 * control/DEMOcontrol.m: Handle moddemo case too. | |
10375 | |
10376 * image/loadimage.m: Use double quotes instead of single quotes | |
10377 for string constants. Use sprintf instead of square brackets to | |
10378 construct string. | |
10379 | |
3399 | 10380 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 10381 * control/fir2sys.m: Likewise. |
3399 | 10382 |
3390 | 10383 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10384 | |
10385 * mkdoc: Only delete spaces before @ characters at the beginning | |
10386 of a line. | |
10387 | |
3383 | 10388 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10389 | |
3388 | 10390 * control/bddemo.m: Make it more likely to work with any value of |
10391 whitespace_in_literal_matrix. | |
3386 | 10392 * control/analdemo.m: Ditto. |
10393 * control/dgkfdemo.m: Ditto. | |
10394 * control/frdemo.m: Ditto. | |
10395 * control/sysrepdemo.m: Ditto. | |
10396 * control/moddemo.m: Ditto. | |
3388 | 10397 * control/zp2ss.m: Ditto. |
3387 | 10398 * control/zp2tf.m: Ditto. |
3388 | 10399 * control/syssub.m: Ditto. |
10400 * finance/npv.m: Ditto. | |
10401 * statistics/base/studentize.m: Ditto. | |
10402 * statistics/base/values.m: Ditto. | |
10403 * statistics/distributions/exponential_cdf.m: Ditto. | |
10404 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10405 |
3384 | 10406 * control/dezero.m: Use toascii to convert string to ASCII value |
10407 instead of multiplying it by 1. | |
10408 | |
3383 | 10409 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10410 * control/zpout.m: Ditto. | |
10411 * control/tfout.m: Ditto. | |
10412 * control/tf2sys.m: Ditto. | |
10413 * control/syssub.m: Ditto. | |
10414 * control/syssetsignals.m: Ditto. | |
10415 * control/sysout.m: Ditto. | |
10416 * control/sysmult.m: Ditto. | |
10417 * control/sysgroup.m: Ditto. | |
10418 * control/sysdup.m: Ditto. | |
10419 * control/sysdisc.m: Ditto. | |
10420 * control/syscont.m: Ditto. | |
10421 * control/sysconnect.m: Ditto. | |
10422 * control/sysappend.m: Ditto. | |
10423 * control/sysadd.m: Ditto. | |
10424 * control/ss2sys.m: Ditto. | |
10425 * control/nyquist.m: Ditto. | |
10426 * control/lqg.m: Ditto. | |
10427 * control/fir2sys.m: Ditto. | |
10428 * control/dmr2d.m: Ditto. | |
10429 * control/dezero.m: Ditto. | |
10430 * control/d2c.m: Ditto. | |
10431 * control/c2d.m: Ditto. | |
10432 * control/bddemo.m: Ditto. | |
10433 * control/pzmap.m: Ditto. | |
10434 | |
5095 | 10435 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10436 |
10437 * signal/spectral_adf.m: Fix typo. | |
10438 | |
3372 | 10439 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10440 | |
10441 * linear-algebra/cond.m: Texinfoize doc string. | |
10442 * linear-algebra/kron.m: Ditto. | |
10443 * linear-algebra/norm.m: Ditto. | |
10444 * linear-algebra/null.m: Ditto. | |
10445 * linear-algebra/orth.m: Ditto. | |
10446 * linear-algebra/rank.m: Ditto. | |
10447 * linear-algebra/trace.m: Ditto. | |
10448 * linear-algebra/qzhess.m: Ditto. | |
10449 * miscellaneous/menu.m: Ditto. | |
3373 | 10450 * general/perror.m: Ditto. |
10451 * general/strerror.m: Ditto. | |
10452 * general/columns.m: Ditto. | |
10453 * general/rows.m: Ditto. | |
10454 * image/colormap.m: Ditto. | |
10455 * image/gray.m: Ditto. | |
10456 * image/gray2ind.m: Ditto. | |
10457 * image/image.m: Ditto. | |
10458 * image/imagesc.m: Ditto. | |
10459 * image/imshow.m: Ditto. | |
10460 * image/ind2gray.m: Ditto. | |
10461 * image/ind2rgb.m: Ditto. | |
10462 * image/loadimage.m: Ditto. | |
10463 * image/rgb2ntsc.m: Ditto. | |
10464 * image/ntsc2rgb.m: Ditto. | |
10465 * image/ocean.m: Ditto. | |
10466 * image/rgb2ind.m: Ditto. | |
10467 * image/saveimage.m: Ditto. | |
3372 | 10468 * io/printf.m: Ditto. |
10469 * io/puts.m: Ditto. | |
10470 | |
3369 | 10471 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10472 | |
10473 * special-matrix/hankel.m: Texinfoize doc string. | |
10474 * special-matrix/hilb.m: Ditto. | |
10475 * special-matrix/invhilb.m: Ditto. | |
10476 * special-matrix/sylvester_matrix.m: Ditto. | |
10477 * special-matrix/toeplitz.m: Ditto. | |
10478 * special-matrix/vander.m: Ditto. | |
10479 * linear-algebra/vec.m: Ditto. | |
10480 * linear-algebra/vech.m: Ditto. | |
10481 * general/common_size.m: Ditto. | |
10482 * general/diff.m: Ditto. | |
10483 * general/fliplr.m: Ditto. | |
10484 * general/flipud.m: Ditto. | |
10485 * general/rot90.m: Ditto. | |
10486 * general/reshape.m: Ditto. | |
10487 * general/shift.m: Ditto. | |
10488 * general/tril.m: Ditto. | |
10489 * general/triu.m: Ditto. | |
10490 * general/logspace.m: Ditto. | |
3371 | 10491 * general/nargchk.m: Ditto. |
3369 | 10492 |
3367 | 10493 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10494 | |
10495 * statistics/base/mean: Texinfoize doc string. | |
10496 * statistics/base/median: Ditto. | |
10497 * statistics/base/std: Ditto. | |
10498 * statistics/base/cov: Ditto. | |
10499 * statistics/base/corrcoef: Ditto. | |
10500 * statistics/base/kurtosis: Ditto. | |
10501 * statistics/base/mahalanobis: Ditto. | |
10502 * statistics/base/skewness: Ditto. | |
3368 | 10503 * statistics/base/gls.m: Ditto. |
10504 * statistics/base/ols.m: Ditto. | |
3367 | 10505 * signal/detrend.m: Ditto. |
10506 * signal/freqz.m: Ditto. | |
10507 * signal/sinc.m: Ditto. | |
10508 * signal/fftconv.m: Ditto. | |
10509 * signal/fftfilt.m: Ditto. | |
3368 | 10510 * set/create_set.m: Ditto. |
10511 * set/union.m: Ditto. | |
10512 * set/intersection.m: Ditto. | |
10513 * set/complement.m: Ditto. | |
10514 * poly/compan.m: Ditto. | |
10515 * poly/conv: Ditto. | |
10516 * poly/deconv: Ditto. | |
10517 * poly/poly: Ditto. | |
10518 * poly/polyderiv: Ditto. | |
10519 * poly/polyfit: Ditto. | |
10520 * poly/polyinteg: Ditto. | |
10521 * poly/polyreduce: Ditto. | |
10522 * poly/polyval: Ditto. | |
10523 * poly/polyvalm: Ditto. | |
10524 * poly/residue: Ditto. | |
10525 * poly/roots: Ditto. | |
10526 * plot/top_title.m: Ditto | |
10527 * plot/subwindow.m: Ditto | |
10528 * plot/subplot.m: Ditto | |
10529 * plot/plot_border.m: Ditto | |
10530 * plot/oneplot.m: Ditto | |
10531 * plot/multiplot.m: Ditto | |
10532 * plot/mplot.m: Ditto | |
10533 * plot/xlabel.m: Ditto | |
10534 * plot/figure.m: Ditto | |
10535 * plot/meshdom.m: Ditto | |
10536 * plot/mesh.m: Ditto | |
10537 * plot/stairs.m: Ditto | |
10538 * plot/polar.m: Ditto | |
10539 * plot/loglog.m: Ditto | |
10540 * plot/hist.m: Ditto | |
10541 * plot/contour.m: Ditto | |
10542 * plot/bar.m: Ditto | |
10543 * plot/axis.m: Ditto | |
10544 * plot/plot.m: Ditto. | |
3367 | 10545 |
3361 | 10546 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10547 | |
3365 | 10548 * control/pinv.m: Delete. |
10549 | |
3364 | 10550 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10551 | |
3361 | 10552 * strings/blanks.m: Texinfoize doc string. |
10553 * strings/strcat.m: Ditto. | |
10554 * strings/str2mat.m: Ditto. | |
10555 * strings/deblank.m: Ditto. | |
10556 * strings/findstr.m: Ditto. | |
10557 * strings/index.m: Ditto. | |
10558 * strings/rindex.m: Ditto. | |
10559 * strings/split.m: Ditto. | |
10560 * strings/strcmp.m: Ditto. | |
10561 * strings/strrep.m: Ditto. | |
10562 * strings/substr.m: Ditto. | |
10563 * general/int2str.m: Ditto. | |
10564 * general/num2str.m: Ditto. | |
10565 * strings/dec2bin.m: Ditto. | |
10566 * strings/bin2dec: Ditto. | |
10567 * strings/dec2bin: Ditto. | |
10568 * strings/dec2hex: Ditto. | |
10569 * strings/hex2dec: Ditto. | |
10570 * strings/str2num: Ditto. | |
10571 | |
3347 | 10572 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10573 | |
10574 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10575 | |
5095 | 10576 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10577 |
10578 * control/DEMOcontrol.m: Texinfoize doc string. | |
10579 * control/abcddim.m: Ditto. | |
10580 * control/abcddims.m: Ditto. | |
10581 * control/analdemo.m: Ditto. | |
10582 * control/are.m: Ditto. | |
10583 * control/axis2dlim.m: Ditto. | |
10584 * control/bddemo.m: Ditto. | |
10585 * control/bode.m: Ditto. | |
10586 * control/bode_bounds.m: Ditto. | |
10587 * control/bodquist.m: Ditto. | |
10588 * control/buildssic.m: Ditto. | |
10589 * control/c2d.m: Ditto. | |
10590 * control/ctrb.m: Ditto. | |
10591 * control/d2c.m: Ditto. | |
10592 * control/damp.m: Ditto. | |
10593 * control/dare.m: Ditto. | |
10594 * control/dcgain.m: Ditto. | |
10595 * control/dgkfdemo.m: Ditto. | |
10596 * control/dgram.m: Ditto. | |
10597 * control/dlqe.m: Ditto. | |
10598 * control/dlqr.m: Ditto. | |
10599 * control/dlyap.m: Ditto. | |
10600 * control/dmr2d.m: Ditto. | |
10601 * control/fir2sys.m: Ditto. | |
10602 * control/frdemo.m: Ditto. | |
10603 * control/freqchkw.m: Ditto. | |
10604 * control/freqresp.m: Ditto. | |
10605 * control/gram.m: Ditto. | |
10606 * control/h2norm.m: Ditto. | |
10607 * control/h2syn.m: Ditto. | |
10608 * control/hinf_ctr.m: Ditto. | |
10609 * control/hinfdemo.m: Ditto. | |
10610 * control/hinfnorm.m: Ditto. | |
10611 * control/hinfsyn.m: Ditto. | |
10612 * control/hinfsyn_chk.m: Ditto. | |
10613 * control/impulse.m: Ditto. | |
10614 * control/is_abcd.m: Ditto. | |
10615 * control/is_controllable.m: Ditto. | |
10616 * control/is_detectable.m: Ditto. | |
10617 * control/is_dgkf.m: Ditto. | |
10618 * control/is_digital.m: Ditto. | |
10619 * control/is_observable.m: Ditto. | |
10620 * control/is_sample.m: Ditto. | |
10621 * control/is_signal_list.m: Ditto. | |
10622 * control/is_siso.m: Ditto. | |
10623 * control/is_stabilizable.m: Ditto. | |
10624 * control/is_stable.m: Ditto. | |
10625 * control/jet707.m: Ditto. | |
10626 * control/lqe.m: Ditto. | |
10627 * control/lqg.m: Ditto. | |
10628 * control/lqr.m: Ditto. | |
10629 * control/lsim.m: Ditto. | |
10630 * control/ltifr.m: Ditto. | |
10631 * control/lyap.m: Ditto. | |
10632 * control/moddemo.m: Ditto. | |
10633 * control/nyquist.m: Ditto. | |
10634 * control/obsv.m: Ditto. | |
10635 * control/ord2.m: Ditto. | |
10636 * control/outlist.m: Ditto. | |
10637 * control/pinv.m: Ditto. | |
10638 * control/place.m: Ditto. | |
10639 * control/polyout.m: Ditto. | |
10640 * control/prompt.m: Ditto. | |
10641 * control/pzmap.m: Ditto. | |
10642 * control/qzval.m: Ditto. | |
10643 * control/rldemo.m: Ditto. | |
10644 * control/rlocus.m: Ditto. | |
10645 * control/sortcom.m: Ditto. | |
10646 * control/ss2sys.m: Ditto. | |
10647 * control/ss2tf.m: Ditto. | |
10648 * control/ss2zp.m: Ditto. | |
10649 * control/starp.m: Ditto. | |
10650 * control/step.m: Ditto. | |
10651 * control/stepimp.m: Ditto. | |
10652 * control/susball.m: Ditto. | |
10653 * control/sys2fir.m: Ditto. | |
10654 * control/sys2ss.m: Ditto. | |
10655 * control/sys2tf.m: Ditto. | |
10656 * control/sys2zp.m: Ditto. | |
10657 * control/sysadd.m: Ditto. | |
10658 * control/sysappend.m: Ditto. | |
10659 * control/syschnames.m: Ditto. | |
10660 * control/syschnamesl.m: Ditto. | |
10661 * control/syschtsam.m: Ditto. | |
10662 * control/sysconnect.m: Ditto. | |
10663 * control/syscont.m: Ditto. | |
10664 * control/syscont_disc.m: Ditto. | |
10665 * control/sysdefioname.m: Ditto. | |
10666 * control/sysdefstname.m: Ditto. | |
10667 * control/sysdimensions.m: Ditto. | |
10668 * control/sysdisc.m: Ditto. | |
10669 * control/sysdup.m: Ditto. | |
10670 * control/sysgetsignals.m: Ditto. | |
10671 * control/sysgettype.m: Ditto. | |
10672 * control/sysgroup.m: Ditto. | |
10673 * control/sysgroupn.m: Ditto. | |
10674 * control/sysmult.m: Ditto. | |
10675 * control/sysout.m: Ditto. | |
10676 * control/sysprune.m: Ditto. | |
10677 * control/sysreorder.m: Ditto. | |
10678 * control/sysrepdemo.m: Ditto. | |
10679 * control/sysscale.m: Ditto. | |
10680 * control/syssetsignals.m: Ditto. | |
10681 * control/syssub.m: Ditto. | |
10682 * control/sysupdate.m: Ditto. | |
10683 * control/tf2ss.m: Ditto. | |
10684 * control/tf2sys.m: Ditto. | |
10685 * control/tf2sysl.m: Ditto. | |
10686 * control/tf2zp.m: Ditto. | |
10687 * control/tfout.m: Ditto. | |
10688 * control/tzero.m: Ditto. | |
10689 * control/tzero2.m: Ditto. | |
10690 * control/ugain.m: Ditto. | |
10691 * control/wgt1o.m: Ditto. | |
10692 * control/zgfmul.m: Ditto. | |
10693 * control/zgfslv.m: Ditto. | |
10694 * control/zginit.m: Ditto. | |
10695 * control/zgpbal.m: Ditto. | |
10696 * control/zgreduce.m: Ditto. | |
10697 * control/zgrownorm.m: Ditto. | |
10698 * control/zgscal.m: Ditto. | |
10699 * control/zgsgiv.m: Ditto. | |
10700 * control/zgshsr.m: Ditto. | |
10701 * control/zp2ss.m: Ditto. | |
10702 * control/zp2ssg2.m: Ditto. | |
10703 * control/zp2sys.m: Ditto. | |
10704 * control/zp2tf.m: Ditto. | |
10705 * control/zpout.m: Ditto. | |
10706 | |
5095 | 10707 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10708 |
5378 | 10709 * audio/lin2mu.m: Texinfoize doc string. |
10710 * audio/loadaudio.m: Ditto. | |
10711 * audio/mu2lin.m: Ditto. | |
10712 * audio/playaudio.m: Ditto. | |
10713 * audio/record.m: Ditto. | |
10714 * audio/saveaudio.m: Ditto. | |
3332 | 10715 |
5095 | 10716 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10717 |
10718 * elfun/acot.m: Texinfoize doc string. | |
10719 * elfun/acsc.m: Ditto. | |
10720 * elfun/acsch.m: Ditto. | |
10721 * elfun/asec.m: Ditto. | |
10722 * elfun/asech.m: Ditto. | |
10723 * elfun/cot.m: Ditto. | |
10724 * elfun/coth.m: Ditto. | |
10725 * elfun/csc.m: Ditto. | |
10726 * elfun/csch.m: Ditto. | |
10727 * elfun/gcd.m: Ditto. | |
10728 * elfun/lcm.m: Ditto. | |
10729 * elfun/sec.m: Ditto. | |
10730 * elfun/sech.m: Ditto. | |
10731 * general/nextpow2.m: Ditto. | |
10732 * general/rem.m: Ditto. | |
10733 * linear-algebra/commutation_matrix.m: Ditto. | |
10734 * linear-algebra/cross.m: Ditto. | |
10735 * linear-algebra/duplication_matrix.m: Ditto. | |
10736 * miscellaneous/bincoeff.m: Ditto. | |
10737 * miscellaneous/xor.m: Ditto. | |
10738 * specfun/bessel.m: Ditto. | |
10739 * specfun/beta.m: Ditto. | |
10740 * specfun/betai.m: Ditto. | |
10741 * specfun/erfinv.m: Ditto. | |
10742 * specfun/gammai.m: Ditto. | |
10743 * specfun/log2.m: Ditto. | |
10744 * specfun/pow2.m: Ditto. | |
10745 | |
5095 | 10746 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10747 |
10748 * general/is_scalar.m: Texinfoize help text. | |
10749 * general/is_square.m: Ditto. | |
10750 * general/is_symmetric.m: Ditto. | |
10751 | |
3320 | 10752 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10753 | |
10754 * strings/split.m: If the string to be split is empty, just return | |
10755 an empty string. | |
10756 | |
3319 | 10757 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10758 | |
10759 * Makefile.in (ALL_M_FILES): New macro. | |
10760 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
10761 | |
3306 | 10762 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10763 | |
10764 * control/bode.m: Don't return anything if nargout == 0. | |
10765 | |
10766 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
10767 | |
10768 * control/bode.m: Don't do axis scaling for magnitude plots. | |
10769 | |
3305 | 10770 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10771 | |
10772 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
10773 gethelp.cc to the list. | |
10774 | |
3296 | 10775 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10776 | |
3301 | 10777 * time/asctime.m: Texinfoize help text. |
10778 * time/clock.m: Ditto. | |
10779 * time/date.m: Ditto. | |
10780 * miscellaneous/cputime.m: Ditto. | |
10781 * miscellaneous/etime.m: Ditto. | |
10782 * miscellaneous/is_leap_year.m: Ditto. | |
10783 * miscellaneous/popen2.m: Ditto. | |
10784 * miscellaneous/version.m: Ditto. | |
10785 * miscellaneous/tic.m: Ditto. | |
10786 * miscellaneous/toc.m: Just refer to tic.m. | |
10787 | |
3297 | 10788 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
10789 `cd dir; $(MAKE); cd ..'. | |
10790 ($(SUBDIRS)): Likewise. | |
10791 | |
10792 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
10793 | |
10794 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10795 of `cd dir; $(MAKE)'. | |
10796 | |
3296 | 10797 * gethelp.cc, mkdoc: New files. |
10798 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
10799 sources. | |
10800 | |
3291 | 10801 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10802 | |
10803 * linear-algebra/kron.m: Fix typo in previous change | |
10804 | |
3282 | 10805 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10806 | |
10807 * control/bode.m: Allow optional 5th arg to specify plot style. | |
10808 | |
5095 | 10809 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 10810 |
10811 * linear-algebra/krylov.m: Correctly handle case of V having full | |
10812 rank when V has more columns than rows. | |
10813 | |
10814 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10815 | |
10816 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10817 | |
10818 * statistics/tests/manova.m: Avoid problems if | |
10819 whitespace_in_literal_matrix is set to "traditional". | |
10820 * statistics/tests/t_test_regression.m: Likewise. | |
10821 * statistics/tests/u_test.m: Likewise. | |
10822 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10823 * statistics/tests/anova.m: Likewise. | |
10824 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10825 * statistics/base/statistics.m: Likewise. | |
10826 * image/saveimage.m: Likewise. | |
10827 * signal/arch_fit.m: Likewise. | |
10828 * signal/autoreg_matrix.m: Likewise. | |
10829 * signal/triangle_lw.m: Likewise. | |
10830 * strings/dec2hex.m: Likewise. | |
10831 | |
3268 | 10832 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10833 | |
10834 * image/saveimage.m: Initialize scale. | |
10835 | |
10836 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10837 | |
10838 * general/reshape.m: Allow reshape (a, size (b)). | |
10839 | |
3266 | 10840 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10841 | |
10842 * specfun/erfinv.m: Improve stopping criterion. | |
10843 Add iteration count as second return value. | |
10844 | |
3265 | 10845 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10846 | |
10847 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10848 | |
3263 | 10849 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10850 | |
10851 * miscellaneous/pack.m: New function. | |
10852 | |
10853 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10854 | |
10855 * plot/figure.m: Always return figure number. With no args, | |
10856 figure now creates a new figure window and returns its number. | |
10857 Accept figure (property, value) syntax, but do nothing. | |
10858 | |
5095 | 10859 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 10860 |
10861 * general/shift.m: Avoid printing temporary value for backward shift. | |
10862 | |
3260 | 10863 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10864 | |
10865 * plot/bar.m: Compute bar widths correctly when x-values are not | |
10866 evenly spaced. | |
10867 | |
3250 | 10868 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10869 | |
10870 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
10871 contain only zeros. | |
10872 | |
5095 | 10873 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 10874 |
10875 * linear-algebra/kron.m: Create result matrix and insert blocks | |
10876 instead of appending them. | |
10877 | |
10878 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10879 | |
10880 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10881 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10882 Update from A. S. Hodel. | |
10883 | |
3246 | 10884 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10885 | |
10886 * polynomial/polyfit.m: Correct previous change. | |
10887 | |
3243 | 10888 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10889 | |
10890 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10891 | |
5095 | 10892 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10893 |
10894 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10895 version of krylov and krylovb. | |
10896 | |
10897 * control/outlist.m, control/sysout.m: Fix typos. | |
10898 | |
10899 * control/sysdimensions.m: Add option for total number of states. | |
10900 | |
10901 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10902 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10903 arguments. | |
10904 | |
10905 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10906 | |
10907 * strings/index.m: Fail with meaningful error message if either | |
10908 arg is a string array. | |
10909 | |
3238 | 10910 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10911 | |
10912 * linear-algebra/norm.m: Do the right thing for 1- and | |
10913 infinity-norms of complex matrices. From Sven Khatri | |
10914 <khatri@saturn.vocalpoint.com>. | |
10915 | |
5095 | 10916 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10917 |
10918 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10919 | |
10920 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10921 | |
10922 * strings/split.m: Avoid problems when splitting strings that have | |
10923 \ in them. | |
10924 | |
5095 | 10925 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10926 |
10927 * image/colormap.m: Do better arg checking, handle string args | |
10928 that name the colormap function to call (e.g., colormap ("ocean")). | |
10929 | |
5095 | 10930 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10931 |
10932 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10933 * linear-algebra/dot.m: Likewise. | |
10934 * linear-algebra/cross.m: Likewise. | |
10935 * general/rot90.m: Likewise. | |
10936 | |
5095 | 10937 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10938 |
10939 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10940 that the leading column is not all zeros. | |
10941 | |
10942 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10943 | |
10944 * general/shift.m: Fix potential problems with | |
10945 whitespace_in_literal_matrix. | |
10946 * signal/arch_rnd.m: Ditto. | |
10947 * signal/autocov.m: Ditto. | |
10948 * signal/diffpara.m: Ditto. | |
10949 * signal/hurst.m: Ditto. | |
10950 * signal/periodogram.m: Ditto. | |
10951 * signal/spectral_adf.m: Ditto. | |
10952 * signal/spectral_xdf.m: Ditto. | |
10953 * signal/spencer.m: Ditto. | |
10954 * signal/synthesis.m: Ditto. | |
10955 * statistics/distributions/wiener_rnd.m: Ditto. | |
10956 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10957 * statistics/models/logistic_regression.m: Ditto. | |
10958 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10959 * statistics/tests/run_test.m: Ditto. | |
10960 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10961 | |
5095 | 10962 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10963 |
10964 * plot/__plr2__.m: Fix typo. | |
10965 | |
3233 | 10966 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10967 | |
10968 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10969 | |
5095 | 10970 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10971 |
10972 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10973 function. | |
10974 | |
5095 | 10975 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10976 |
10977 * control/ss2sys.m: Fix typo. | |
10978 | |
10979 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10980 | |
10981 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10982 | |
10983 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10984 signal names as lists of strings instead of string arrays. | |
10985 | |
3225 | 10986 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10987 | |
3233 | 10988 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10989 <a.s.hodel@eng.auburn.edu>. |
10990 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10991 * quaternion/Makefile.in: New file. |
10992 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10993 |
10994 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10995 | |
10996 * image/saveimage.m: Make it work again for black and white colormaps. | |
10997 | |
10998 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10999 since there can be fewer rows than columns. Round values to | |
11000 nearest position in colormap instead of truncating. Correct usage | |
11001 message. | |
11002 | |
5095 | 11003 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 11004 |
11005 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
11006 zero rows of [A,v] as householder pivots; this avoids spurious | |
11007 non-zero entries in returned orthogonal matrix U, but destroys the | |
11008 Householder matrix structure of H. | |
11009 | |
11010 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11011 | |
11012 * general/logical.m: Just copy input to output if argument is | |
11013 already a logical object. | |
11014 | |
3215 | 11015 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11016 | |
11017 * New files from OCST, in control subdiretory: | |
11018 | |
11019 DEMOcontrol.m is_siso.m syschnames.m | |
11020 abcddim.m is_stabilizable.m syschnamesl.m | |
11021 abcddims.m is_stable.m syschtsam.m | |
11022 analdemo.m jet707.m sysconnect.m | |
11023 are.m lqe.m syscont.m | |
11024 axis2dlim.m lqg.m syscont_disc.m | |
11025 bddemo.m lqr.m sysdefioname.m | |
11026 bode.m lsim.m sysdefstname.m | |
11027 bode_bounds.m ltifr.m sysdimensions.m | |
11028 bodquist.m lyap.m sysdisc.m | |
11029 buildssic.m mb.m sysdup.m | |
11030 c2d.m minfo.m sysgetsignals.m | |
6302 | 11031 com2str.m moddemo.m sysgettsam.m |
3215 | 11032 controldemo.m nichols.m sysgettype.m |
11033 ctrb.m nyquist.m sysgroup.m | |
11034 d2c.m obsv.m sysgroupn.m | |
11035 damp.m ord2.m sysmult.m | |
11036 dare.m outlist.m sysout.m | |
11037 dcgain.m packedform.m sysprune.m | |
11038 demomarsyas.m packsys.m sysreorder.m | |
11039 dezero.m; parallel.m sysrepdemo.m | |
11040 dgkfdemo.m place.m sysscale.m | |
11041 dgram.m polyout.m syssub.m | |
11042 dhinfdemo.m prompt.m sysupdate.m | |
11043 dlqe.m pzmap.m tf2ss.m | |
11044 dlqg.m qzval.m tf2sys.m | |
11045 dlqr.m rldemo.m tf2sysl.m | |
11046 dlyap.m rlocus.m tf2zp.m | |
11047 dmr2d.m rotg.m tfout.m | |
11048 fir2sys.m run_cmd.m; tzero.m | |
11049 frdemo.m series.m tzero2.m | |
11050 freqchkw.m sortcom.m ugain.m | |
11051 freqresp.m ss2sys.m unpacksys.m | |
11052 gram.m ss2tf.m wgt1o.m | |
11053 h2norm.m ss2zp.m zgfmul.m | |
11054 h2syn.m starp.m zgfslv.m | |
11055 hinf_ctr.m step.m zginit.m | |
11056 hinfdemo.m stepimp.m zgpbal.m | |
11057 hinfnorm.m strappend.m; zgreduce.m | |
11058 hinfsyn.m susball.m zgrownorm.m | |
11059 hinfsyn_chk.m swap.m zgscal.m | |
11060 impulse.m swapcols.m zgsgiv.m | |
11061 is_abcd.m swaprows.m zgshsr.m | |
11062 is_controllable.m sys2fir.m zp2ss.m | |
11063 is_detectable.m sys2ss.m zp2ssg2.m | |
11064 is_dgkf.m sys2tf.m zp2sys.m | |
11065 is_digital.m sys2zp.m zp2tf.m | |
11066 is_observable.m sysadd.m zpout.m | |
11067 is_sample.m sysappend.m | |
11068 | |
11069 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11070 | |
11071 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
11072 | |
11073 * strings/deblank.m: Make it work for string arrays too. | |
11074 | |
3211 | 11075 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11076 | |
11077 * linear-algebra/housh.m: New file from the OCST. | |
11078 * linear-algebra/krygetq.m: Ditto. | |
11079 * linear-algebra/krylov.m: Ditto. | |
11080 * linear-algebra/krylovb.m: Ditto. | |
11081 * linear-algebra/qrhouse.m: Ditto. | |
11082 * general/is_duplicate_entry.m: Ditto. | |
11083 | |
11084 * general/is_symmetric.m: Call is_square instead of doing that | |
11085 check in line. | |
11086 | |
3196 | 11087 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11088 | |
3202 | 11089 * general/is_square.m: |
11090 | |
11091 * general/isempty.m, general/is_matrix.m: Delete. | |
11092 | |
11093 * general/is_symmetric: Delete special case for strings. Whether | |
11094 the conversion is valid should depend on implicit_str_to_num_ok. | |
11095 | |
11096 * general/is_square.m: If arg is not a matrix, don't check size, | |
11097 just return 0. | |
11098 * general/is_symmetric: Likewise. | |
11099 * general/is_vector.m: Likewise. | |
11100 * general/is_scalar.m: Likewise. | |
11101 | |
3196 | 11102 * general/length.m: Delete. |
11103 | |
3191 | 11104 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11105 | |
11106 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
11107 statistics/distributions/Makefile, statistics/models/Makefile, | |
11108 and statistics/tests/Makefile to the list of files to create. | |
11109 | |
11110 * finance/Makefile.in, statistics/base/Makefile.in, | |
11111 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
11112 statistics/tests/Makefile.in: New files. | |
11113 * statistics/Makefile.in: Delete file lists. Now only handle | |
11114 subdirectories. | |
11115 * Makefile.in (SUBDIRS): Add finance. | |
11116 | |
11117 * Move the following files from statistics to statistics/base: | |
11118 | |
11119 corrcoef.m | |
11120 kurtosis.m | |
11121 mahalanobis.m | |
11122 median.m | |
11123 ols.m | |
11124 skewness.m | |
11125 std.m | |
11126 | |
11127 New files, from Kurt Hornik's octave-ci package: | |
11128 | |
11129 * finance (new directory): | |
11130 | |
11131 fv.m | |
11132 fvl.m | |
11133 irr.m | |
11134 nper.m | |
11135 npv.m | |
11136 pmt.m | |
11137 pv.m | |
11138 pvl.m | |
11139 rate.m | |
11140 vol.m | |
11141 | |
11142 * linear-algebra/dmult.m | |
11143 | |
11144 * signal: | |
11145 | |
11146 arch_fit.m | |
11147 arch_rnd.m | |
11148 arch_test.m | |
11149 arma_rnd.m | |
11150 autocor.m | |
11151 autocov.m | |
11152 autoreg_matrix.m | |
11153 bartlett.m | |
11154 blackman.m | |
11155 diffpara.m | |
11156 durbinlevinson.m | |
11157 fractdiff.m | |
11158 hamming.m | |
11159 hanning.m | |
11160 hurst.m | |
11161 periodogram.m | |
11162 rectangle_lw.m | |
11163 rectangle_sw.m | |
11164 sinetone.m | |
11165 sinewave.m | |
11166 spectral_adf.m | |
11167 spectral_xdf.m | |
11168 spencer.m | |
11169 stft.m | |
11170 synthesis.m | |
11171 triangle_lw.m | |
11172 triangle_sw.m | |
11173 yulewalker.m | |
11174 | |
11175 * statistics/base (new directory): | |
11176 | |
11177 center.m | |
11178 cloglog.m | |
11179 cor.m | |
11180 cov.m | |
11181 cut.m | |
11182 iqr.m | |
11183 kendall.m | |
11184 logit.m | |
11185 mean.m | |
11186 meansq.m | |
11187 moment.m | |
11188 ppplot.m | |
11189 probit.m | |
11190 qqplot.m | |
11191 range.m | |
11192 ranks.m | |
11193 run_count.m | |
11194 spearman.m | |
11195 statistics.m | |
11196 studentize.m | |
11197 table.m | |
11198 values.m | |
11199 var.m | |
11200 | |
11201 (Replaces cov.m and mean.m with new versions.) | |
11202 | |
11203 * statistics/distributions (new directory): | |
11204 | |
11205 beta_cdf.m | |
11206 beta_inv.m | |
11207 beta_pdf.m | |
11208 beta_rnd.m | |
11209 binomial_cdf.m | |
11210 binomial_inv.m | |
11211 binomial_pdf.m | |
11212 binomial_rnd.m | |
11213 cauchy_cdf.m | |
11214 cauchy_inv.m | |
11215 cauchy_pdf.m | |
11216 cauchy_rnd.m | |
11217 chisquare_cdf.m | |
11218 chisquare_inv.m | |
11219 chisquare_pdf.m | |
11220 chisquare_rnd.m | |
11221 discrete_cdf.m | |
11222 discrete_inv.m | |
11223 discrete_pdf.m | |
11224 discrete_rnd.m | |
11225 empirical_cdf.m | |
11226 empirical_inv.m | |
11227 empirical_pdf.m | |
11228 empirical_rnd.m | |
11229 exponential_cdf.m | |
11230 exponential_inv.m | |
11231 exponential_pdf.m | |
11232 exponential_rnd.m | |
11233 f_cdf.m | |
11234 f_inv.m | |
11235 f_pdf.m | |
11236 f_rnd.m | |
11237 gamma_cdf.m | |
11238 gamma_inv.m | |
11239 gamma_pdf.m | |
11240 gamma_rnd.m | |
11241 geometric_cdf.m | |
11242 geometric_inv.m | |
11243 geometric_pdf.m | |
11244 geometric_rnd.m | |
11245 hypergeometric_cdf.m | |
11246 hypergeometric_inv.m | |
11247 hypergeometric_pdf.m | |
11248 hypergeometric_rnd.m | |
11249 kolmogorov_smirnov_cdf.m | |
11250 laplace_cdf.m | |
11251 laplace_inv.m | |
11252 laplace_pdf.m | |
11253 laplace_rnd.m | |
11254 logistic_cdf.m | |
11255 logistic_inv.m | |
11256 logistic_pdf.m | |
11257 logistic_rnd.m | |
11258 lognormal_cdf.m | |
11259 lognormal_inv.m | |
11260 lognormal_pdf.m | |
11261 lognormal_rnd.m | |
11262 normal_cdf.m | |
11263 normal_inv.m | |
11264 normal_pdf.m | |
11265 normal_rnd.m | |
11266 pascal_cdf.m | |
11267 pascal_inv.m | |
11268 pascal_pdf.m | |
11269 pascal_rnd.m | |
11270 poisson_cdf.m | |
11271 poisson_inv.m | |
11272 poisson_pdf.m | |
11273 poisson_rnd.m | |
11274 stdnormal_cdf.m | |
11275 stdnormal_inv.m | |
11276 stdnormal_pdf.m | |
11277 stdnormal_rnd.m | |
11278 t_cdf.m | |
11279 t_inv.m | |
11280 t_pdf.m | |
11281 t_rnd.m | |
11282 uniform_cdf.m | |
11283 uniform_inv.m | |
11284 uniform_pdf.m | |
11285 uniform_rnd.m | |
11286 weibull_cdf.m | |
11287 weibull_inv.m | |
11288 weibull_pdf.m | |
11289 weibull_rnd.m | |
11290 wiener_rnd.m | |
11291 | |
11292 * statistics/models (new directory): | |
11293 | |
11294 logistic_regression.m | |
11295 logistic_regression_derivatives.m | |
11296 logistic_regression_likelihood.m | |
11297 | |
11298 * statistics/tests (new directory): | |
11299 | |
11300 anova.m | |
11301 bartlett_test.m | |
11302 chisquare_test_homogeneity.m | |
11303 chisquare_test_independence.m | |
11304 cor_test.m | |
11305 f_test_regression.m | |
11306 hotelling_test.m | |
11307 hotelling_test_2.m | |
11308 kolmogorov_smirnov_test.m | |
11309 kolmogorov_smirnov_test_2.m | |
11310 kruskal_wallis_test.m | |
11311 manova.m | |
11312 mcnemar_test.m | |
11313 prop_test_2.m | |
11314 run_test.m | |
11315 sign_test.m | |
11316 t_test.m | |
11317 t_test_2.m | |
11318 t_test_regression.m | |
11319 u_test.m | |
11320 var_test.m | |
11321 welch_test.m | |
11322 wilcoxon_test.m | |
11323 z_test.m | |
11324 z_test_2.m | |
11325 | |
11326 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11327 | |
11328 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
11329 compatibility and to avoid Y2K problems. | |
11330 | |
3190 | 11331 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11332 | |
11333 * polynomial/polyfit.m: Just use the \ operator to handle the | |
11334 least-squares solution. | |
11335 | |
3180 | 11336 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11337 | |
11338 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
11339 | |
11340 * strings/strrep.m: Don't convert args to numeric values. | |
11341 Prevent warnings for empty string args. | |
11342 From Georg Thimm <thimm@idiap.ch>. | |
11343 | |
11344 * strings/strcat.m: Prevent warnings for empty string args. | |
11345 | |
11346 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11347 | |
11348 * miscellaneous/menu.m: Remove special case for empty string | |
11349 returned from input(). Add second arg to eval() to catch errors. | |
11350 | |
3178 | 11351 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11352 | |
11353 * plot/__plt__.m: Don't call usleep. | |
11354 | |
3175 | 11355 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11356 | |
11357 * linear-algebra/dot.m: New function. | |
11358 | |
11359 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
11360 compatibility. | |
11361 | |
11362 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11363 | |
11364 * plot/hist.m: Also allow just one output argument. | |
11365 | |
11366 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11367 | |
11368 * strings/deblank.m: Make it work if the string is only blanks. | |
11369 | |
11370 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11371 | |
11372 * plot/__plt2mv__.m: Delete calls to keyboard. | |
11373 | |
11374 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11375 | |
11376 * plot/oneplot.m: Fix typo. | |
11377 | |
3174 | 11378 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11379 | |
11380 * miscellaneous/flops.m: Allow a single argument too. | |
11381 | |
11382 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11383 | |
11384 * strings/str2mat.m: Also handle case when there are no empty | |
11385 strings correctly. | |
11386 | |
11387 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11388 | |
11389 * strings/isletter.m: New function, for Matlab compatibility. | |
11390 | |
3168 | 11391 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11392 | |
11393 * strings/str2mat.m: Handle string matrices too. | |
11394 | |
3167 | 11395 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11396 | |
11397 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
11398 linear encoding. | |
11399 | |
11400 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11401 audio/record.m: Open files in binary mode. | |
11402 | |
3164 | 11403 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11404 | |
11405 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11406 Move functionality of dump_1_pref here, but use built-in function | |
11407 type to extract value, and put it inside try/catch block. | |
11408 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11409 | |
3162 | 11410 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11411 | |
11412 * plot/__pltopt1.m__: New file. | |
11413 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11414 __pltopt1__ multiple times and returning a string array with rows | |
11415 corresponding to the rows of opt. | |
11416 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11417 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11418 array. | |
11419 | |
11420 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11421 | |
11422 * plot/mplot.m: Fix misspellings of global variables. | |
11423 Don't call clearplot. | |
11424 | |
11425 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11426 | |
11427 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11428 "cle;rep" when going in ot multiplot mode. | |
11429 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11430 switching out of multiplot mode. | |
11431 | |
3156 | 11432 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11433 |
3156 | 11434 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11435 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11436 |
3141 | 11437 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11438 | |
11439 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11440 | |
11441 * miscellaneous/bug_report.m: Don't try to get smart with | |
11442 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11443 | |
11444 * Makefile.in (install): Create separate ls-R files for | |
11445 $(datadir) and $(libexecdir). | |
11446 (uninstall): Remove both ls-R files. | |
11447 | |
3136 | 11448 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11449 | |
11450 * signal/fftshift.m: New file. | |
11451 | |
11452 * plot/contour.m: Fix for non-square case. | |
11453 | |
11454 * general/randperm.m: New file. | |
11455 | |
11456 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11457 | |
11458 * specfun/betai.m: Restore file for compatibility with previous | |
11459 versions. Call betainc with reordered args. | |
11460 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11461 | |
3131 | 11462 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11463 | |
11464 * plot/contour.m: Handle discrete contour levels. | |
11465 | |
11466 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11467 | |
11468 * control/lyap.m: For compatibility with Matlab, solve | |
11469 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11470 | |
3124 | 11471 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11472 | |
11473 * specfun/bessel.m: New file. | |
11474 | |
11475 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11476 specfun/gammainc.m: Delete. | |
11477 | |
3106 | 11478 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11479 | |
11480 * image/colormap.m: Initialize __current_color_map__ in global | |
11481 statement. | |
11482 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11483 statement. | |
11484 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11485 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11486 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11487 | |
3103 | 11488 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11489 | |
11490 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11491 * time/toc.m: Likewise. | |
11492 | |
11493 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11494 | |
11495 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11496 anything special for automatic_replot when in multiplot mode -- | |
11497 recent 3.6beta releases handle this correctly. | |
11498 | |
11499 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11500 setting the terminal type. | |
11501 | |
11502 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11503 plot/subwindow.m: Use leading and trailing underscores for | |
11504 `private' globals. | |
11505 | |
11506 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11507 | |
3101 | 11508 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11509 | |
11510 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11511 | |
3091 | 11512 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11513 | |
3092 | 11514 * specfun/gammai.m: Avoid problems with whitespace when |
11515 constructing matrices. | |
11516 | |
3091 | 11517 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11518 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11519 original y vector. | |
11520 | |
3085 | 11521 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11522 | |
11523 * linear-algebra/cross.m: Use direct formula instead of calling | |
11524 det three times in a loop. If both args are column (row) vectors, | |
11525 return a column (row) vector. If they don't match, pay attention | |
11526 to the value of prefer_column_vectors. | |
11527 | |
5095 | 11528 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11529 |
11530 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11531 nonsymmetric matrices. | |
11532 | |
11533 * general/tril.m: Fix usage message. | |
11534 | |
11535 * polynomial/polyvalm.m: Fix error messages. | |
11536 * polynomial/polyderiv.m: Likewise. | |
11537 * polynomial/polyval.m: Likewise. | |
11538 | |
3081 | 11539 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11540 | |
11541 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11542 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11543 | |
3063 | 11544 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11545 | |
11546 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11547 | |
5095 | 11548 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11549 |
11550 * plot/__pltopt__.m: Handle key/legend names. | |
11551 Correctly set colors, line styles, and point styles. | |
11552 | |
3061 | 11553 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11554 | |
11555 * polynomial/polyfit.m: Return fit y values as second output. | |
11556 Don't use QR factorization to solve least squares problem. | |
11557 | |
11558 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11559 | |
11560 * control/dlqr.m: Use ao, not a, to compute k. | |
11561 | |
3024 | 11562 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11563 | |
11564 * miscellaneous/path.m: New file. | |
11565 | |
2993 | 11566 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11567 | |
11568 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11569 name. | |
11570 | |
2968 | 11571 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11572 | |
11573 * specfun/erfinv.m: Add missing semicolon. | |
11574 | |
2870 | 11575 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11576 | |
11577 * miscellaneous/xor.m: Make type of return value logical. | |
11578 | |
2853 | 11579 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11580 | |
11581 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11582 warn_comma_in_global_decl. | |
11583 | |
2831 | 11584 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11585 | |
11586 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11587 octave-bug script. | |
11588 | |
2823 | 11589 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11590 | |
2824 | 11591 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11592 prefer_zero_one_indexing. | |
11593 | |
2823 | 11594 * general/logical.m: New file. |
11595 | |
2816 | 11596 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11597 | |
11598 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11599 and is_vector(). | |
11600 | |
5095 | 11601 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11602 |
11603 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11604 Use tolerance of 2 * eps. | |
11605 | |
2811 | 11606 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11607 | |
11608 * Makefile.in (install-strip): New target. | |
11609 * audio/Makefile.in: Ditto. | |
11610 * control/Makefile.in: Ditto. | |
11611 * elfun/Makefile.in: Ditto. | |
11612 * general/Makefile.in: Ditto. | |
11613 * image/Makefile.in: Ditto. | |
11614 * io/Makefile.in: Ditto. | |
11615 * linear-algebra/Makefile.in: Ditto. | |
11616 * miscellaneous/Makefile.in: Ditto. | |
11617 * plot/Makefile.in: Ditto. | |
11618 * polynomial/Makefile.in: Ditto. | |
11619 * set/Makefile.in: Ditto. | |
11620 * signal/Makefile.in: Ditto. | |
11621 * specfun/Makefile.in: Ditto. | |
11622 * special-matrix/Makefile.in: Ditto. | |
11623 * startup/Makefile.in: Ditto. | |
11624 * statistics/Makefile.in: Ditto. | |
11625 * strings/Makefile.in: Ditto. | |
11626 | |
2809 | 11627 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11628 | |
11629 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11630 | |
2798 | 11631 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11632 | |
11633 * statistics/corrcoef.m: Make it actually work. | |
11634 | |
2795 | 11635 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11636 | |
2798 | 11637 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11638 |
2779 | 11639 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11640 |
11641 * Version 2.0.5 released. | |
11642 | |
2745 | 11643 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11644 | |
2749 | 11645 * Makefile.in (maintainer-clean): Also remove configure. |
11646 | |
2746 | 11647 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11648 | |
2745 | 11649 * general/is_matrix.m: Return zero for empty matrices. |
11650 | |
11651 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11652 | |
11653 * linear-algebra/vech.m: Size result just once. | |
11654 | |
2726 | 11655 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11656 | |
11657 * general/is_square.m: Handle empty matrices correctly. | |
11658 * general/is_symmetric.m: Handle empty matrices and strings. | |
11659 | |
2716 | 11660 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11661 | |
11662 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11663 * polynomial/deconv.m: Likewise. | |
11664 * polynomial/polyderiv.m: Likewise. | |
11665 * polynomial/polyinteg.m: Likewise. | |
11666 * polynomial/polyreduce.m: Likewise. | |
11667 * polynomial/polyval.m: Likewise. | |
11668 * polynomial/polyvalm.m: Likewise. | |
11669 * general/postpad.m: Likewise. | |
11670 * general/prepad.m: Likewise. | |
11671 | |
11672 * polynomial/compan.m: Check input with is_vector(), not | |
11673 is_matrix(). Handle scalar case. | |
11674 | |
2711 | 11675 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11676 | |
2715 | 11677 * plot/contour.m: Order data so that it is consistent with |
11678 meshgrid and mesh. | |
11679 | |
2711 | 11680 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11681 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11682 | |
2709 | 11683 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11684 |
11685 * Version 2.0.4 released. | |
11686 | |
2706 | 11687 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11688 | |
2702 | 11689 * miscellaneous/paren.m: New file. |
11690 | |
2693 | 11691 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11692 |
11693 * Version 2.0.3 released. | |
11694 | |
2676 | 11695 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11696 | |
11697 * image/saveimage.m: Only clip image data that is actually out of | |
11698 range. | |
11699 | |
2667 | 11700 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11701 | |
11702 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11703 also be considered to be matrices. | |
11704 | |
11705 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11706 | |
11707 * general/isempty.m: Use size(), not rows() and columns(). | |
11708 | |
11709 * plot/contour.m: Convert set to gset. | |
11710 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11711 | |
2663 | 11712 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11713 | |
11714 * specfun/erfinv.m: Fix typo in last change. | |
11715 | |
2650 | 11716 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11717 | |
11718 * image/loadimage.m: Make it possible to load files with image | |
11719 data named X or img. | |
11720 | |
11721 * image/default.img: Change name of image from X to img to match | |
11722 what saveimage does now. | |
11723 | |
11724 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11725 does now. | |
11726 | |
2632 | 11727 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11728 | |
2634 | 11729 * Version 2.0.2 released. |
11730 | |
2632 | 11731 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11732 weird missing-lines bug without creating extra plots unecessarily. | |
11733 | |
2624 | 11734 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11735 | |
11736 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11737 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11738 io/Makefile.in, linear-algebra/Makefile.in, | |
11739 miscellaneous/Makefile.in, plot/Makefile.in, | |
11740 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11741 specfun/Makefile.in, special-matrix/Makefile.in, | |
11742 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11743 time/Makefile.in (bin-dist): New target. | |
11744 | |
2621 | 11745 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11746 | |
11747 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11748 | |
11749 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11750 | |
11751 * miscellaneous/xor.m: Make it work. | |
11752 | |
2613 | 11753 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11754 | |
11755 * plot/sombrero.m: Doc fix. | |
11756 | |
2602 | 11757 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11758 | |
11759 * Version 2.0.1 released. | |
11760 | |
2601 | 11761 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11762 | |
11763 * elfun/lcm.m: Replace missing if statement. | |
11764 | |
11765 * elfun/gcd.m: Report error if no input args. | |
11766 * elfun/lcm.m: Likewise. | |
11767 | |
2597 | 11768 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11769 | |
11770 * Makefile.in (install): Use ls -LR to create ls-R database. | |
11771 Also list contents of $libexecdir/octave in ls-R database. | |
11772 | |
2583 | 11773 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11774 | |
11775 * Version 2.0 released. | |
11776 | |
2575 | 11777 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11778 | |
11779 * Version 1.94. | |
11780 | |
2558 | 11781 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11782 | |
11783 * strings/str2num.m: New file. | |
11784 | |
2554 | 11785 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11786 | |
11787 * Version 1.93. | |
11788 | |
2540 | 11789 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11790 | |
11791 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
11792 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
11793 linear-algebra/vech.m: New files from Kurt Hornik. | |
11794 | |
11795 * general/nextpow2.m, general/shift.m, general/diff.m, | |
11796 general/common_size.m: New files from Kurt Hornik. | |
11797 | |
11798 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
11799 New files from Kurt Hornik. | |
11800 | |
11801 * signal/detrend.m: New file from Kurt Hornik. | |
11802 | |
11803 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
11804 specfun/pow2.m, specfun/log2.m: | |
11805 New files and updates from Kurt Hornik. | |
11806 | |
2523 | 11807 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11808 | |
11809 * plot/__plt__.m: Add explicit replot after last command is | |
11810 issued, to force all lines to be displayed. Hmm. | |
11811 | |
2512 | 11812 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11813 | |
2520 | 11814 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11815 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11816 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11817 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11818 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11819 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11820 Uset gset, not set. | |
11821 | |
2512 | 11822 * Version 1.92. |
11823 | |
2482 | 11824 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11825 | |
2486 | 11826 * image/saveimage.m: When writing PostScript, name Octave as the |
11827 almighty Creator. Use single call to fprintf instead of looping. | |
11828 | |
11829 * image/Makefile.in: Delete references to octtopnm. | |
11830 | |
11831 * general/logspace.m: Doc fix. | |
11832 | |
2482 | 11833 * Version 1.91. |
11834 | |
2458 | 11835 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11836 | |
11837 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11838 | |
11839 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11840 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11841 deleted. | |
11842 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11843 of a system() command to delete the tmp file. | |
11844 | |
2452 | 11845 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11846 | |
11847 * Version 1.90. | |
11848 | |
11849 * Makefile.in (DISTFILES): Add ChangeLog. | |
11850 | |
2360 | 11851 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11852 | |
11853 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
11854 Don't check for string value of automatic_replot. | |
11855 | |
11856 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
11857 Temporarily set do_fortran_indexing to 1, not "true". | |
11858 | |
11859 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
11860 not "false". | |
11861 | |
11862 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
11863 "false". | |
11864 | |
2355 | 11865 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
11866 | |
11867 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
11868 | |
2330 | 11869 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11870 | |
11871 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
11872 system command. | |
11873 | |
11874 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11875 | |
11876 * __plr1__.m: Renamed from polar_int_1.m. | |
11877 * __plr2__.m: Renamed from polar_int_2.m. | |
11878 * __plr__.m: Renamed from polar_int.m. | |
11879 * __plt1__.m: Renamed from plot_int_1.m. | |
11880 * __plt2__.m: Renamed from plot_int_2.m. | |
11881 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11882 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11883 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11884 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11885 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11886 * __plt__.m: Renamed from plot_int.m. | |
11887 * __pltopt__.m: Renamed from plot_opt.m. | |
11888 Change all callers. | |
11889 | |
11890 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11891 | |
11892 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11893 comments like those found in Emacs lisp files. | |
11894 | |
11895 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11896 | |
11897 * All .m files: Change comment style. | |
11898 | |
11899 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11900 | |
11901 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11902 subplot.m, subwindow.m, top_title.m: | |
11903 Print error message if gnuplot_has_multiplot is not true. | |
11904 | |
11905 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11906 | |
11907 * plot/figure.m: New function. | |
11908 | |
11909 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11910 | |
11911 * strings/strrep.m: New function. | |
11912 | |
11913 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11914 | |
11915 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11916 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11917 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11918 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11919 New functions from Kurt Hornik, heavily modified by jwe. | |
11920 | |
11921 * general/reshape.m: Allow strings to be reshaped too. | |
11922 | |
11923 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11924 Always return a scalar. | |
11925 | |
11926 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11927 | |
11928 * polynomial/polyfit.m: Make orientation of result compatible with | |
11929 Matlab. | |
11930 | |
11931 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11932 | |
11933 * polynomial/polyfit.m: Add missing close paren. | |
11934 | |
11935 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11936 | |
11937 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11938 | |
11939 * io/scanf.m: Delete. | |
11940 | |
11941 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11942 | |
11943 * statistics/median.m: Fix typo in usage message. | |
11944 | |
11945 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11946 | |
11947 * miscellaneous/popen2.m: New file. | |
11948 | |
11949 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11950 | |
11951 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11952 | |
11953 * io: New directory. | |
11954 * Makefile.in (SUBDIRS): Add it to the list. | |
11955 | |
11956 * miscellaneous/flops.m: New file. | |
11957 | |
11958 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11959 | |
11960 * miscellaneous/cputime.m: Return three arguments instead of a | |
11961 vector, for compatibility with previous versions and with Matlab | |
11962 (which only returns one scalar value). | |
11963 | |
11964 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11965 | |
11966 * general/triu.m: Compute lower bound on loop index correctly. | |
11967 * general/tril.m: Likewise, for upper bound. | |
11968 | |
11969 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11970 | |
11971 * image/saveimage.m: For color images, make sure indices into | |
11972 temporary colormap and result matrix have proper orientation. | |
11973 Set grey flag correctly. | |
11974 | |
11975 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11976 | |
11977 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11978 jrv@vanzandt.mv.com). | |
11979 | |
11980 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11981 | |
11982 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11983 * mesh.m: Transpose Z if only one arg. | |
11984 Handle case of all three args being matrices (from Jim Van Zandt | |
11985 jrv@vanzandt.mv.com). | |
11986 * meshdom.m: Undo previous change. | |
11987 | |
11988 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11989 | |
11990 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11991 | |
11992 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11993 | |
11994 * audio: New directory of files from Kurt Hornik and Andreas | |
11995 Weingessel. | |
11996 * audio/Makefile.in: New file. | |
11997 * Makefile.in (SUBDIRS): Add audio to the list. | |
11998 | |
11999 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12000 | |
12001 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
12002 | |
12003 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12004 | |
12005 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
12006 columns (z), not the other way around. | |
12007 * plot/meshdom.m: Don't reverse order of elements in y. | |
12008 | |
12009 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12010 | |
12011 * plot/axis.m: Return current axis if nargin == 0. | |
12012 | |
12013 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12014 | |
12015 * polynomial/roots.m: Updates from Kurt Hornik. | |
12016 | |
12017 * polynomial/polyder.m: New file. | |
12018 | |
12019 * polynomial/polyderiv.m: Give return value and arg different names. | |
12020 | |
12021 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12022 | |
12023 * specfun/betainc.m: New file. | |
12024 * specfun/gammainc.m: New file. | |
12025 | |
12026 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12027 | |
12028 * general/strerror.m: New file. | |
12029 * general/perror.m: Implement using strerror(). | |
12030 | |
12031 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12032 | |
12033 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
12034 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
12035 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
12036 | |
12037 * image/saveimage.m: Round img values first. | |
12038 | |
12039 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12040 | |
12041 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
12042 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
12043 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
12044 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
12045 special-matrix/hankel.m special-matrix/toeplitz.m | |
12046 tuwien/strfun/split.m: Add missing semicolons. | |
12047 | |
12048 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
12049 | |
12050 * image/Makefile.in: Don't build or install octtoppm. | |
12051 | |
12052 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 12053 routines so that people who don't have the pbm stuff installed |
2330 | 12054 can still use this function. |
12055 | |
12056 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12057 | |
12058 * image/saveimage.m: Better error checking, clean up a bit. | |
12059 | |
12060 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12061 | |
12062 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
12063 avoid conflict with new built-in text-style function more. | |
12064 | |
12065 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
12066 | |
12067 * startup/Makefile.in (install): Also install octaverc in | |
12068 $localfcnfiledir/startup/octavrc. | |
12069 | |
12070 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12071 | |
12072 * mkinstalldirs: New file. | |
12073 * Makefile.in (DISTFILES): Add it to the list. | |
12074 | |
12075 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
12076 | |
12077 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12078 | |
12079 * special-matrix/hankel.m: Compatibility fix. Complain if | |
12080 r(1) != c(nr), not if r(1) != c(1). | |
12081 | |
12082 * signal/filter.m: Doc fix. | |
12083 | |
12084 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12085 | |
12086 * miscellaneous/cputime.m: Use new resource structure names (no | |
12087 ru_ or tv_ prefixes). | |
12088 | |
12089 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12090 | |
12091 * time/ctime.m: Fix doc string and usage message. | |
12092 | |
12093 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12094 | |
12095 * time/clock.m: Use new time structure names (no tm_ prefix). | |
12096 | |
12097 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12098 | |
12099 * control/c2d.m: Make function work for any value of | |
12100 whitespace_in_literal_matrix. | |
12101 * control/dare.m: Likewise. | |
12102 * control/tzero.m: Likewise. | |
12103 * elfun/gcd.m: Likewise. | |
12104 * elfun/lcm.m: Likewise. | |
12105 * general/postpad.m: Likewise. | |
12106 * general/prepad.m: Likewise. | |
12107 * linear-algebra/kron.m: Likewise. | |
12108 * miscellaneous/etime.m: Likewise. | |
12109 * polynomial/conv.m: Likewise. | |
12110 * polynomial/deconv.m: Likewise. | |
12111 * polynomial/poly.m: Likewise. | |
12112 * polynomial/roots.m: Likewise. | |
12113 * signal/filter.m: Likewise. | |
12114 * signal/freqz.m: Likewise. | |
12115 * signal/fftfilt.m: Likewise. | |
12116 | |
12117 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12118 | |
12119 * miscellaneous/is_leap_year.m: Make work for vector args. | |
12120 | |
12121 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12122 | |
12123 * plot/polar_int_2.m: Add missing semicolons. | |
12124 Set theta = theta', not rho'. | |
12125 | |
12126 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12127 | |
12128 * polynomial/roots.m: Make it work for any value of | |
12129 whitespace_in_literal_matrix. | |
12130 | |
12131 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12132 | |
12133 * configure.in: New file. | |
12134 | |
12135 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12136 | |
12137 * control/lyap.m: Add missing semicolon. | |
12138 | |
12139 * miscellaneous/cputime.m: New function file. | |
12140 | |
12141 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12142 | |
12143 * time: New directory. | |
12144 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
12145 New function files. | |
12146 * time/Makefile.in: New file. | |
12147 * Makefile.in (SUBDIRS): Add time. | |
12148 | |
12149 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12150 | |
12151 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
12152 | |
12153 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12154 | |
12155 * plot/plot_int_1.m: Transpose data with .', not '. | |
12156 | |
12157 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12158 | |
12159 * Makefile.in (install uninstall clean mostlyclean distclean | |
12160 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
12161 | |
12162 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12163 | |
12164 * Makefile.in (install): Create ls-R database file. | |
12165 (uninstall): Delete it. | |
12166 | |
12167 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12168 | |
5378 | 12169 * image/saveimage.m: Fix typo. |
2330 | 12170 |
12171 See ChangeLog.1 in the top level directory for earlier changes. |