Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 8435:69e27978114a
bincoeff.m: make reference to nchoosek
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Fri, 26 Dec 2008 23:00:53 +0100 |
parents | 3292bd1bbaa4 |
children | 342f72c1df1a |
rev | line source |
---|---|
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
1 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
|
2 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
3 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
4 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
5 * 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
|
6 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
7 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
8 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
9 * 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
|
10 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
11 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
12 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
13 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
14 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
15 |
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
|
16 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
|
17 |
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
|
18 * 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
|
19 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
|
20 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
21 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
22 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
23 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
24 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
25 |
8416 | 26 2008-11-21 Radek Salac <salac.r@gmail.com> |
27 | |
28 * sparse/bicgstab.m: New function. | |
29 * sparse/Makefile.in (SOURCES): Add it here. | |
30 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
31 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
|
32 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
33 * 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
|
34 (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
|
35 * 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
|
36 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
37 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
38 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
39 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
40 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
41 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
42 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
43 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
|
44 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
45 * 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
|
46 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
|
47 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
48 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
49 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
50 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
51 |
8393 | 52 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
53 | |
8394 | 54 * linear-algebra/expm.m: New source. |
8393 | 55 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
56 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
57 |
8394 | 58 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
59 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
60 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
61 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
62 * 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
|
63 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
64 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
|
65 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
66 * 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
|
67 * 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
|
68 * 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
|
69 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
70 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
|
71 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
72 * 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
|
73 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
|
74 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
|
75 * 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
|
76 * 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
|
77 * 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
|
78 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
79 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
80 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
81 * 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
|
82 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
83 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
|
84 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
85 * 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
|
86 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
87 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
|
88 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
89 * 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
|
90 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
91 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
|
92 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
93 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
|
94 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
95 |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
96 2008-11-24 Ben Abbott <bpabbott@mac.com> |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
97 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
98 * 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
|
99 |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
100 2008-11-24 Ben Abbott <bpabbott@mac.com> |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
101 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
102 * 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
|
103 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
104 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
|
105 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
106 * 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
|
107 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
108 |
8324 | 109 2008-11-14 David Bateman <dbateman@free.fr> |
110 | |
111 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
112 of the axis object. | |
113 | |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
114 2008-11-14 Ben Abbott <bpabbott@mac.com> |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
115 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
116 * 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
|
117 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
118 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
|
119 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
120 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
121 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
122 |
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
|
123 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
|
124 |
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
|
125 * 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
|
126 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
|
127 * 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
|
128 |
8316 | 129 2008-11-10 John W. Eaton <jwe@octave.org> |
130 | |
131 * polynomial/spline.m: Delete debugging statements. From | |
132 Sebastian Sch�ps <sebastian@schoeps.org>. | |
133 | |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
134 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
|
135 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
136 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
137 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
138 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
|
139 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
140 * 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
|
141 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
142 |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
143 2008-11-03 Ben Abbott <bpabbott@mac.com> |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
144 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
145 * 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
|
146 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
147 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
148 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
149 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
150 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
151 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
152 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
153 |
8305 | 154 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
155 | |
156 * optimization/fzero.m: Replace tabs by spaces. | |
157 | |
158 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
159 | |
160 * optimization/fzero.m: Simplify exception handling. | |
161 | |
162 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
163 | |
164 * optimization/fzero.m: New function file. | |
165 * optimization/Makefile.in: Add it. | |
166 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
167 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
168 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
169 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
170 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
171 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
172 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
173 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
174 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
175 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
176 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
177 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
178 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
179 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
180 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
181 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
182 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
183 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
184 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
185 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
|
186 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
187 * 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
|
188 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
189 * 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
|
190 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
|
191 * 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
|
192 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
193 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
|
194 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
195 * 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
|
196 * 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
|
197 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
|
198 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
199 * 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
|
200 * 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
|
201 * 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
|
202 * 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
|
203 * 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
|
204 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
205 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
206 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
|
207 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
208 * 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
|
209 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
|
210 * 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
|
211 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
|
212 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
|
213 * 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
|
214 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
215 * 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
|
216 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
|
217 * 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
|
218 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
|
219 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
220 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
221 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
|
222 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
223 * 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
|
224 |
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
|
225 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
|
226 |
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
|
227 * 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
|
228 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
|
229 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
230 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
|
231 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
232 * 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
|
233 |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
234 2008-10-22 Ben Abbott <bpabbott@mac.com> |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
235 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
236 * 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
|
237 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
238 * 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
|
239 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
240 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
|
241 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
242 * 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
|
243 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
244 |
8257 | 245 2008-10-22 David Bateman <dbateman@free.fr> |
246 | |
8260 | 247 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
248 "caller" workspace. | |
249 | |
8258 | 250 * plot/__errplot__.m: Add errorbar series objects. |
251 * plot/errbar.m: Add some demos. | |
252 | |
8257 | 253 * plot/__add_line_series__.m: Remove |
254 * plot/Makefile.in (SOURCES): Remove it here too. | |
255 * plot/__add_datasource__.m: Allow for more than one character in | |
256 source name. | |
257 * plot/refreshdata.m: Ditto. | |
258 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
259 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
260 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
261 * plot/__scatter__.m: Add scatter series objects and data sources. | |
262 * plot/legend.m: Update type in loop and remove debugging messages. | |
263 | |
8251 | 264 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
265 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
266 * 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
|
267 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
268 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
269 |
8249 | 270 2008-10-21 John W. Eaton <jwe@octave.org> |
271 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
272 * 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
|
273 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
274 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
275 |
8249 | 276 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
277 struct. Use get instead of examining struct fields directly. | |
278 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
279 object struct. Use get instead of examining struct elements | |
280 directly. Use allhild instead of looking at children field of | |
281 figure object struct. | |
282 | |
8251 | 283 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 284 |
285 * plot/orient.m: Fix syntax error. | |
286 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
287 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
288 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
289 * 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
|
290 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
291 * 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
|
292 * 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
|
293 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
294 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
|
295 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
296 * 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
|
297 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
|
298 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
299 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
300 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
|
301 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
302 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
303 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
304 * 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
|
305 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
306 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
307 * 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
|
308 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
309 * 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
|
310 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
311 * 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
|
312 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
313 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
|
314 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
315 * 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
|
316 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
|
317 |
8236 | 318 2008-10-17 David Bateman <dbateman@free.fr> |
319 | |
320 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
321 from potential axis handles. | |
322 * plot/colorbar.m: Remove debug output. | |
323 * plot/comet.m: Close plot before demo | |
324 * plot/contourc.m: No output if nargout == 0. | |
325 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
326 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
|
327 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
328 * 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
|
329 |
8229 | 330 2008-10-16 John W. Eaton <jwe@octave.org> |
331 | |
332 * testfun/rundemos.m: New function. | |
333 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
334 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
|
335 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
336 * 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
|
337 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
338 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
|
339 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
340 * 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
|
341 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
|
342 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
343 * 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
|
344 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
|
345 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
|
346 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
347 * 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
|
348 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
|
349 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
350 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
351 * 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
|
352 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
|
353 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
354 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
|
355 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
356 * 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
|
357 (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
|
358 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
359 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
|
360 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
361 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
362 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
363 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
364 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
|
365 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
366 * 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
|
367 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
|
368 (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
|
369 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
370 * 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
|
371 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
372 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
373 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
374 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
|
375 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
376 * 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
|
377 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
378 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
379 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
|
380 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
381 * 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
|
382 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
383 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
|
384 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
385 * 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
|
386 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
387 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
388 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
389 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
390 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
391 |
8208 | 392 2008-10-10 David Bateman <dbateman@free.fr> |
393 | |
394 * image/__img__.m: Manually set the limits of th eimage | |
395 * plot/__go_draw_axes__.m: Base window position in the axis | |
396 position property and not the outerposition property. Remove | |
397 colorbar code based on the gnuplot colorbox. Allow images to be a | |
398 vector to support image based colorbars. Also check labelmode for | |
399 manual tics. | |
400 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
401 colorbar code. | |
402 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
403 it to the principal axis. | |
404 * plot/legend.m: Support an axis handle as the first | |
405 argument. Support hggroups. | |
406 * plot/pareto.m: Don't support an axis handle as the first | |
407 argument as the plotyy command in fact needs two axis handles. | |
408 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
409 synchronize the two axes. | |
410 * plot/subplot.m: Also skip axes that are tagged as being a | |
411 colorbar. Don't break in search of overlapping axes to delete. Set | |
412 both the position and the outerposition. | |
413 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
414 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
|
415 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
416 * 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
|
417 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
418 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
|
419 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
420 * 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
|
421 * 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
|
422 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
423 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
|
424 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
425 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
426 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
427 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
428 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
429 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
430 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
431 * 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
|
432 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
433 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
|
434 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
435 * 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
|
436 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
437 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
|
438 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
439 * 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
|
440 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
|
441 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
|
442 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
|
443 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
|
444 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
|
445 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
|
446 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
|
447 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
|
448 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
|
449 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
450 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
|
451 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
452 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
453 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
454 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
455 * 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
|
456 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
457 * 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
|
458 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
459 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
|
460 |
8182 | 461 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
462 | |
463 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
|
464 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
465 * 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
|
466 |
8182 | 467 2008-10-02 Ben Abbott <bpabbott@mac.com> |
468 | |
469 * 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
|
470 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
471 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
472 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
473 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
474 |
8182 | 475 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
|
476 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
477 * 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
|
478 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
479 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
480 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
481 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
|
482 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
483 * 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
|
484 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
485 * 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
|
486 |
8182 | 487 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
|
488 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
489 * 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
|
490 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
491 * 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
|
492 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
493 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
|
494 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
495 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
496 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
497 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
498 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
499 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
500 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
|
501 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
502 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
503 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
|
504 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
505 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
506 |
8148 | 507 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
508 | |
509 * image/imread.m, image/imwrite.m: Doc fix. | |
510 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
511 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
|
512 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
513 * 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
|
514 |
8149 | 515 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
|
516 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
517 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
518 * 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
|
519 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
520 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
|
521 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
522 * 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
|
523 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
524 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
525 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
526 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
527 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
528 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
529 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
530 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
531 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
532 |
8182 | 533 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 534 |
535 * plot/comet.m: New file. | |
536 * plot/Makefile.in (SOURCES): Add it here. | |
537 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
538 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
|
539 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
540 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
541 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
542 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
543 * 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
|
544 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
|
545 |
8182 | 546 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
|
547 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
548 * 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
|
549 |
8116 | 550 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
551 | |
8117 | 552 * image/imshow.m: Fix for display_range. |
553 | |
8116 | 554 * general/interpn.m: Fixe for extrapval and documentation of |
555 extrapval. | |
556 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
557 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
|
558 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
559 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
560 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
561 * 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
|
562 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
563 * 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
|
564 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
565 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
566 * 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
|
567 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
|
568 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
569 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
570 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
571 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
572 |
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
|
573 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
|
574 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
575 * 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
|
576 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
|
577 |
8088 | 578 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
579 | |
580 * plot/plot.m: Doc fix. | |
581 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
582 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
|
583 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
584 * 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
|
585 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
586 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
587 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
|
588 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
589 * 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
|
590 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
591 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
592 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
593 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
594 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
595 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
596 * 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
|
597 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
598 |
8076 | 599 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
600 | |
601 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
602 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
603 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
604 | |
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
|
605 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
|
606 |
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
|
607 * 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
|
608 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
|
609 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
|
610 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
|
611 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
|
612 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
|
613 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
|
614 '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
|
615 * 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
|
616 |
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
|
617 * 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
|
618 * 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
|
619 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
620 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
621 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
622 * 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
|
623 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
624 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
625 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
626 * 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
|
627 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
|
628 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
629 * 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
|
630 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
|
631 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
|
632 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
633 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
634 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
635 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
636 |
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
|
637 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
|
638 |
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
|
639 * 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
|
640 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
|
641 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
642 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
|
643 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
644 * 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
|
645 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
646 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
647 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
|
648 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
649 * 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
|
650 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
|
651 * 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
|
652 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
|
653 * 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
|
654 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
655 * 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
|
656 * 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
|
657 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
|
658 * 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
|
659 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
|
660 * 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
|
661 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
|
662 * 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
|
663 * 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
|
664 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
|
665 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
666 |
8054 | 667 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
668 | |
669 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
670 Handle parameter-value options. Untabify. | |
671 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
672 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
|
673 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
674 * 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
|
675 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
676 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
677 * 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
|
678 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
|
679 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
680 * 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
|
681 * 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
|
682 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
683 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
684 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
|
685 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
686 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
687 |
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
|
688 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
|
689 |
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
|
690 * 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
|
691 (__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
|
692 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
|
693 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
694 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
695 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
696 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
697 |
8046 | 698 2008-08-21 David Bateman <dbateman@free.fr> |
699 | |
700 * plot/ezplot.m : New function. | |
701 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
702 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
703 | |
8182 | 704 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
|
705 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
706 * 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
|
707 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
708 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
709 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
|
710 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
711 * 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
|
712 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
|
713 |
8040 | 714 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
|
715 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
716 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
717 |
8035 | 718 2008-08-19 David Bateman <dbateman@free.fr> |
719 | |
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
|
720 * 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
|
721 * 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
|
722 |
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
|
723 * statistics/base/ranks.m: Doc fix. |
8035 | 724 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
725 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
|
726 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
727 * 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
|
728 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
729 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
|
730 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
731 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
732 |
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
|
733 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
|
734 |
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
|
735 * 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
|
736 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
|
737 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
738 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
|
739 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
740 * 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
|
741 |
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
|
742 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
|
743 |
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
|
744 * 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
|
745 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
|
746 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
747 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
|
748 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
749 * 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
|
750 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
751 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
752 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
753 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
754 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
755 * 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
|
756 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
757 * 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
|
758 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
759 |
8182 | 760 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
|
761 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
762 * plot/hold.m: Clarify help text. |
7986 | 763 |
764 * specfun/reallog.m: Fix help string. | |
765 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
766 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 767 |
768 * strings/regexptranslate.m: Add real documentation. | |
769 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
770 * 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
|
771 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
772 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
773 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
774 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
775 |
7974 | 776 2008-07-28 John W. Eaton <jwe@octave.org> |
777 | |
778 * image/imwrite.m: New function. | |
779 * image/Makefile.in (SOURCES): Add it to the list. | |
780 | |
7969 | 781 2008-07-24 Ben Abbott <bpabbott@mac.com> |
782 | |
783 * time/datestr.m: New xtest. | |
784 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
785 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
|
786 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
787 * 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
|
788 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
789 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
790 |
7940 | 791 2008-07-17 John W. Eaton <jwe@octave.org> |
792 | |
793 * general/fliplr.m: Fix usage test. | |
794 * testfun/test.m: Fix usage tests. | |
795 | |
8040 | 796 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 797 |
798 * statistics/base/cov.m: Fix test that should no longer work. | |
799 | |
7935 | 800 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
801 | |
802 * plot/gcbo.m, plot/gcbf.m: New functions. | |
803 * plot/Makefile.in (SOURCES): Add them to the list. | |
804 | |
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
|
805 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
|
806 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
807 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
808 * 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
|
809 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
810 * 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
|
811 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
812 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
813 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
814 |
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
|
815 * 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
|
816 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
817 * 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
|
818 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
819 * 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
|
820 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
821 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
|
822 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
823 * 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
|
824 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
825 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
|
826 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
827 * 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
|
828 |
8040 | 829 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
|
830 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
831 * 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
|
832 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
833 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
834 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
835 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
836 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
|
837 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
838 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
|
839 |
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
|
840 * 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
|
841 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
842 * 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
|
843 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
|
844 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
845 |
8040 | 846 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
|
847 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
848 * 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
|
849 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
850 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
851 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
852 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
853 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
854 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
855 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
856 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
|
857 |
7817 | 858 * miscellaneous/debug.m: New file.. |
859 * Makefile.in (SOURCES): Add it to the list. | |
860 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
861 * 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
|
862 []. 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
|
863 |
8040 | 864 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 865 |
866 * strings/strcat.m: Add tests. | |
867 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
868 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
|
869 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
870 * 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
|
871 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
872 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
873 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
874 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
875 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
876 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
877 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
878 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
879 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
880 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
881 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
882 |
7783 | 883 2008-05-20 Bill Denney <bill@denney.ws> |
884 | |
885 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
886 New tests. | |
887 | |
7777 | 888 2008-05-19 John W. Eaton <jwe@octave.org> |
889 | |
890 * general/isa.m: Fix tests. | |
891 | |
7773 | 892 2008-05-13 Bill Denney <bill@denney.ws> |
893 | |
894 * general/isa.m: Use persistent cell arrays to hold class names | |
895 instead of multiple strcmp calls. | |
896 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
897 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
898 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
899 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
900 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
|
901 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
902 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
903 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
|
904 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
|
905 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
906 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
907 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
908 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
909 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
910 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
911 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
|
912 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
913 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
914 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
915 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
916 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
|
917 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
918 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
919 * 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
|
920 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
921 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
922 * 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
|
923 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
924 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
925 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
926 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
927 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
928 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
|
929 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
930 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
931 |
7765 | 932 2008-05-06 David Bateman <dbateman@free.fr> |
933 | |
934 * miscellaneous/symvar.m: New function. | |
935 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
936 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
937 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
|
938 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
939 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
940 * 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
|
941 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
942 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
943 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
944 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
945 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
|
946 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
|
947 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
948 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
949 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
950 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
951 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
952 * 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
|
953 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
954 |
7747 | 955 2008-04-30 John W. Eaton <jwe@octave.org> |
956 | |
957 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
958 elfun/asech.m, specfun/pow2.m: Fix tests. | |
959 | |
8040 | 960 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 961 |
962 * specfun/log2.m: Delete. | |
963 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
964 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
965 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
|
966 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
967 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
|
968 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
969 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
970 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
971 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
972 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
973 |
7736 | 974 2008-04-25 John W. Eaton <jwe@octave.org> |
975 | |
976 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
977 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 978 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
979 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
|
980 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
981 * 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
|
982 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
|
983 * 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
|
984 |
8149 | 985 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
|
986 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
987 * 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
|
988 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
989 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
|
990 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
991 * 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
|
992 |
7713 | 993 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
|
994 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
995 * 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
|
996 |
7710 | 997 2008-04-14 David Bateman <dbateman@free.fr> |
998 | |
999 * plot/rose.m: Add missing comment mark that causes issues with | |
1000 octave-forge function referencing. | |
1001 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1002 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1003 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
|
1004 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1005 * 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
|
1006 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
|
1007 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
|
1008 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
|
1009 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
|
1010 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
|
1011 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
|
1012 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
|
1013 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
|
1014 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
|
1015 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
|
1016 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
|
1017 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
|
1018 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
|
1019 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
|
1020 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
|
1021 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
|
1022 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
|
1023 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
|
1024 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
|
1025 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
|
1026 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
|
1027 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
|
1028 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
|
1029 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
|
1030 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
|
1031 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
|
1032 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
|
1033 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
|
1034 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
|
1035 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
|
1036 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
|
1037 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
|
1038 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
|
1039 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
|
1040 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
|
1041 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
|
1042 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
|
1043 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
|
1044 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
|
1045 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
|
1046 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
|
1047 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
|
1048 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
|
1049 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
|
1050 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
|
1051 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
|
1052 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
|
1053 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1054 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
|
1055 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1056 * 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
|
1057 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1058 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
|
1059 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1060 * 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
|
1061 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1062 * 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
|
1063 * 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
|
1064 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1065 * 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
|
1066 * 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
|
1067 * 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
|
1068 * 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
|
1069 * 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
|
1070 * 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
|
1071 * 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
|
1072 * 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
|
1073 * 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
|
1074 * 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
|
1075 * 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
|
1076 * 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
|
1077 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1078 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1079 * 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
|
1080 * 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
|
1081 * 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
|
1082 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1083 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
|
1084 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1085 * 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
|
1086 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
|
1087 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1088 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
|
1089 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1090 * 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
|
1091 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
|
1092 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
|
1093 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
|
1094 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
|
1095 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
|
1096 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
|
1097 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
|
1098 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
|
1099 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
|
1100 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
|
1101 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
|
1102 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
|
1103 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
|
1104 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
|
1105 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
|
1106 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1107 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
|
1108 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
|
1109 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
|
1110 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
|
1111 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
|
1112 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
|
1113 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1114 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
|
1115 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
|
1116 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
|
1117 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
|
1118 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
|
1119 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
|
1120 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1121 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
|
1122 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
|
1123 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
|
1124 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
|
1125 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
|
1126 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
|
1127 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
|
1128 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
|
1129 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
|
1130 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1131 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
|
1132 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1133 * 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
|
1134 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
|
1135 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
|
1136 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
|
1137 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
|
1138 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
|
1139 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
|
1140 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
|
1141 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
|
1142 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
|
1143 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
|
1144 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
|
1145 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
|
1146 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
|
1147 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
|
1148 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
|
1149 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1150 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
|
1151 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
|
1152 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
|
1153 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
|
1154 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
|
1155 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1156 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
|
1157 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
|
1158 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1159 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
|
1160 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
|
1161 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
|
1162 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
|
1163 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
|
1164 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1165 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
|
1166 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1167 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
|
1168 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
|
1169 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
|
1170 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
|
1171 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
|
1172 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
|
1173 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
|
1174 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
|
1175 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
|
1176 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1177 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
|
1178 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
|
1179 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
|
1180 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1181 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1182 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1183 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1184 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1185 * 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
|
1186 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1187 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1188 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1189 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1190 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1191 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1192 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1193 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1194 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1195 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1196 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1197 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1198 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1199 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1200 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1201 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
|
1202 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1203 * 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
|
1204 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1205 * 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
|
1206 |
7682 | 1207 2008-04-02 Bill Denney <bill@denney.ws> |
1208 | |
1209 * optimization/lsqnonneg.m: New function. | |
1210 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1211 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1212 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1213 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1214 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1215 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1216 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1217 * 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
|
1218 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
|
1219 * 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
|
1220 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1221 |
7678 | 1222 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1223 | |
1224 * general/sortrows.m: Handle negative column arguments. | |
1225 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1226 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1227 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1228 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1229 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1230 |
7673 | 1231 2008-03-31 David Bateman <dbateman@free.fr> |
1232 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1233 * 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
|
1234 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
|
1235 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1236 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1237 * 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
|
1238 * 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
|
1239 * 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
|
1240 * 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
|
1241 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1242 * 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
|
1243 |
7673 | 1244 * plot/ginput.m: New function. |
1245 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1246 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1247 * plot/Makefile.in (SOURCES): Add them to the list. | |
1248 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1249 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
|
1250 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1251 * 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
|
1252 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1253 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1254 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1255 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1256 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1257 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1258 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1259 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1260 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1261 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
|
1262 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1263 * 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
|
1264 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1265 |
7669 | 1266 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1267 | |
1268 * general/del2.m: Missing semicolon. | |
1269 | |
7668 | 1270 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1271 | |
1272 * miscellaneous/info.m: New function. | |
1273 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1274 | |
8149 | 1275 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
|
1276 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1277 * 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
|
1278 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1279 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1280 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
|
1281 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1282 * 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
|
1283 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
|
1284 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1285 * 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
|
1286 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
|
1287 |
7655 | 1288 2008-03-27 Bill Denney <bill@denney.ws> |
1289 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1290 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1291 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1292 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1293 * 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
|
1294 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1295 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1296 * 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
|
1297 |
7657 | 1298 * general/genvarname.m: New function. |
1299 * general/Makefile.in (SOURCES): Add it to the list. | |
1300 | |
7656 | 1301 * time/addtodate.m: New function. |
7657 | 1302 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 1303 |
7655 | 1304 * geometry/rectint.m: Vectorize and add more tests. |
1305 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1306 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
|
1307 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
1308 * 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
|
1309 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1310 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1311 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1312 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
1313 |
7650 | 1314 2008-03-26 John W. Eaton <jwe@octave.org> |
1315 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1316 * 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
|
1317 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1318 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
1319 * 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
|
1320 |
7650 | 1321 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
1322 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
1323 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
1324 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
1325 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
1326 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
1327 Texinfo fixes. | |
1328 | |
8040 | 1329 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
|
1330 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
1331 * 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
|
1332 |
8149 | 1333 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
|
1334 |
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
|
1335 * 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
|
1336 |
8182 | 1337 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
|
1338 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1339 * 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
|
1340 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
|
1341 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1342 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1343 * 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
|
1344 |
8149 | 1345 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 1346 |
1347 * polynomial/convn.m: New function. | |
1348 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
1349 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1350 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1351 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
1352 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1353 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 1354 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1355 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
|
1356 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
1357 * 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
|
1358 |
7627 | 1359 2008-03-24 David Bateman <dbateman@free.fr> |
1360 | |
1361 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1362 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 1363 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1364 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1365 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
1366 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1367 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1368 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
1369 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
1370 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
|
1371 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1372 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1373 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1374 * 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
|
1375 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1376 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
|
1377 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
1378 * 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
|
1379 |
7617 | 1380 * miscellaneous/cast.m: Also allow cast to "char". |
1381 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
1382 * 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
|
1383 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
1384 * 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
|
1385 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1386 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1387 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1388 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
1389 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
1390 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1391 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1392 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1393 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1394 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
1395 |
7610 | 1396 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
1397 | |
1398 * signal/sinetone.m: Ensure integral number of samples. | |
1399 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1400 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
|
1401 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
1402 * 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
|
1403 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1404 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
|
1405 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1406 * 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
|
1407 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1408 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
|
1409 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1410 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1411 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1412 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1413 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
1414 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1415 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1416 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
1417 * 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
|
1418 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1419 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1420 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1421 * 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
|
1422 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1423 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
1424 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1425 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
|
1426 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
1427 * 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
|
1428 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1429 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
|
1430 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1431 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
1432 |
7592 | 1433 2008-03-14 Kai Habel <kai.habel@gmx.de> |
1434 | |
1435 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
1436 style to default to avoid wrong mesh color in some cases. | |
1437 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1438 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1439 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1440 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
1441 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
|
1442 |
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
|
1443 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
|
1444 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
1445 * 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
|
1446 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
|
1447 |
7592 | 1448 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
1449 | |
7582 | 1450 2008-03-11 Kai Habel <kai.habel@gmx.de> |
1451 | |
1452 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
1453 Allow plotting of uniform colored mesh plots with and | |
1454 w/o hidden line removal. | |
1455 | |
1456 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
|
1457 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1458 * 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
|
1459 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
1460 * 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
|
1461 |
7569 | 1462 2008-03-07 John W. Eaton <jwe@octave.org> |
1463 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
1464 * 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
|
1465 |
7569 | 1466 * plot/__go_draw_axes__.m: Handle tickdir property. |
1467 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1468 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1469 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
1470 * 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
|
1471 Allow matrix arguments when number of bins > 30. |
7568 | 1472 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
|
1473 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1474 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
1475 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
1476 * 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
|
1477 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1478 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
1479 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1480 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
|
1481 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1482 * 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
|
1483 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1484 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
|
1485 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1486 * 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
|
1487 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1488 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1489 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
|
1490 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
1491 * 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
|
1492 |
7551 | 1493 2008-03-04 Bill Denney <bill@denney.ws> |
1494 | |
7557 | 1495 * plot/allchild.m, plot/findall.m: New functions. |
1496 * plot/Makefile.in (SOURCES): Add them to the list. | |
1497 | |
7551 | 1498 * geometry/rectint.m: New function. |
7557 | 1499 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 1500 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1501 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
|
1502 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
1503 * 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
|
1504 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
|
1505 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
1506 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 1507 |
1508 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
1509 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
1510 * 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
|
1511 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1512 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
|
1513 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
1514 * 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
|
1515 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1516 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
|
1517 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1518 * 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
|
1519 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
|
1520 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1521 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
|
1522 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
1523 * 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
|
1524 "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
|
1525 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1526 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
|
1527 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1528 * 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
|
1529 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
|
1530 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
|
1531 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
|
1532 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
|
1533 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
|
1534 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
|
1535 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
|
1536 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
|
1537 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
|
1538 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
|
1539 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
|
1540 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
|
1541 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1542 * 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
|
1543 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1544 * 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
|
1545 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1546 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
|
1547 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1548 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
1549 |
7525 | 1550 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
1551 | |
1552 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
1553 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1554 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
|
1555 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1556 * 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
|
1557 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
1558 |
7518 | 1559 2008-02-22 Ben Abbott <bpabbott@mac.com> |
1560 | |
1561 * specfun/legendre.m: Doc fix. | |
1562 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1563 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
|
1564 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1565 * 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
|
1566 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
1567 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1568 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
|
1569 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1570 * 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
|
1571 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
1572 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
1573 * 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
|
1574 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1575 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
|
1576 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1577 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1578 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
1579 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1580 * 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
|
1581 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1582 * 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
|
1583 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
1584 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1585 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
|
1586 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1587 * 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
|
1588 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
1589 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1590 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
|
1591 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1592 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
1593 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1594 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
|
1595 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
1596 * 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
|
1597 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
|
1598 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
|
1599 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
|
1600 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1601 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
|
1602 |
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
|
1603 * 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
|
1604 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
|
1605 |
7501 | 1606 * polynomial/polyfit.m: Use QR decomposition. Handle |
1607 normalization option. | |
1608 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
1609 generate 50% prediction intervals. | |
1610 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1611 * 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
|
1612 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
1613 |
7498 | 1614 2008-02-19 John W. Eaton <jwe@octave.org> |
1615 | |
1616 * pkg/pkg.m: Style fixes. | |
1617 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1618 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 1619 |
1620 * pkg/pkg.m: Handle 'describe' command. | |
1621 (parse_pkg_idx, print_package_description): New subfunctions. | |
1622 | |
7493 | 1623 2008-02-19 Bill Denney <bill@denney.ws> |
1624 | |
1625 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
1626 elements wide. | |
1627 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1628 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
|
1629 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
1630 * 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
|
1631 |
7485 | 1632 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
1633 | |
1634 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
1635 * general/runlength.m: New function from Paul Kienzle. | |
1636 | |
7484 | 1637 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
1638 | |
1639 * linear-algebra/cond.m: New optional second argument to | |
1640 specify 1-norm, inf-norm, or frobenius-norm. | |
1641 | |
7475 | 1642 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
1643 | |
1644 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
1645 body. Allow the linespec to specify the arrow color. | |
1646 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1647 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
|
1648 |
7474 | 1649 * miscellaneous/cast.m: Also treat the logical type. |
1650 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1651 * 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
|
1652 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
1653 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1654 * 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
|
1655 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1656 * 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
|
1657 * 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
|
1658 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1659 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
|
1660 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
1661 * 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
|
1662 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
1663 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1664 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1665 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1666 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
1667 * 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
|
1668 |
7436 | 1669 2008-02-01 Dave Goel <deego3@gmail.com> |
1670 | |
1671 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
1672 | |
7434 | 1673 2008-02-01 Bill Denney <bill@denney.ws> |
1674 | |
1675 * time/weekday.m: Allow vector inputs and speed up. | |
1676 * time/eomday.m: Return column vector for column vector inputs. | |
1677 | |
7429 | 1678 2008-01-30 John W. Eaton <jwe@octave.org> |
1679 | |
7434 | 1680 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
1681 revision". | |
1682 | |
7431 | 1683 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
1684 __plt2vs__.m in the list. | |
1685 | |
7430 | 1686 * miscellaneous/tempdir.m: Append filesep to name for |
1687 compatibility. Warn if not a directory or directory does not | |
1688 exist. | |
1689 | |
7429 | 1690 * strings/deblank.m: Improve compatibility. |
1691 | |
7428 | 1692 2008-01-29 John W. Eaton <jwe@octave.org> |
1693 | |
1694 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
1695 | |
1696 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 1697 |
1698 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
1699 Return the label handle, not the current axis handle. | |
1700 | |
7421 | 1701 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
1702 | |
1703 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
1704 abscissa. | |
1705 | |
1706 2008-01-25 David Bateman <dbateman@free.fr> | |
1707 | |
7423 | 1708 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 1709 * plot/__scatter__.m: Remove NaN values from data. |
1710 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
1711 | |
7418 | 1712 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
1713 | |
1714 * linear-algebra/trace.m: Test cases for non 2-d args. | |
1715 | |
1716 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
1717 | |
1718 * geometry/griddata3.m: Call griddata, not gridata. | |
1719 | |
7415 | 1720 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
1721 | |
1722 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
1723 | |
7411 | 1724 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
1725 | |
1726 * linear-algebra/cond.m, linear-algebra/trace.m: | |
1727 Move tests here from test/test_linalg.m. | |
1728 | |
1729 * general/diff.m, general/fliplr.m, general/flipud.m, | |
1730 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
1731 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
1732 special-matrix/hankel.m, special-matrix/hilb.m, | |
1733 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
1734 special-matrix/toeplitz.m, special-matrix/vander.m: | |
1735 Move tests here from test/test_matrix.m. | |
1736 | |
1737 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
1738 Move tests here from test/test_number.m. | |
1739 | |
1740 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
1741 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
1742 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
1743 polynomial/polyvalm.m, polynomial/roots.m: | |
1744 Move tests here from test/test_poly.m. | |
1745 | |
1746 * signal/unwrap.m: | |
1747 Move tests here from test/test_signal.m. | |
1748 | |
1749 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
1750 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
1751 statistics/base/mean.m, statistics/base/median.m, | |
1752 statistics/base/skewness.m, statistics/base/std.m: | |
1753 Move tests here from test/test_stats.m. | |
1754 | |
1755 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
1756 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
1757 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
1758 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
1759 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
1760 strings/substr.m: | |
1761 Move tests here from test/test_string.m. | |
1762 | |
1763 * miscellaneous/computer.m, miscellaneous/ls.m, | |
1764 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
1765 time/date.m, time/etime.m, time/is_leap_year.m: | |
1766 Move tests here from test/test_system.m. | |
1767 | |
7410 | 1768 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
1769 | |
1770 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
1771 Simplify initial checks on argument values. | |
1772 | |
7408 | 1773 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
1774 | |
1775 * plot/gnuplot_drawnow.m: New function corresponding to the | |
1776 implementation of the gnuplot-based graphics backend (derived from | |
1777 drawnow.m). | |
1778 * plot/drawnow.m: Deleted (converted to C++). | |
1779 | |
7401 | 1780 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
1781 | |
1782 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
1783 New tests. | |
1784 | |
7399 | 1785 2008-01-18 John W. Eaton <jwe@octave.org> |
1786 | |
1787 * optimization/sqp.m: End each function with endfunction. | |
1788 | |
7398 | 1789 2008-01-18 Ben Abbott <bpabbott@mac.com> |
1790 | |
1791 * polynomial/residue.m: For each group of pole multiplicity, set | |
1792 the poles of the group to the value of the group's average. | |
1793 | |
7396 | 1794 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
1795 | |
1796 * plot/print.m: Handle PDF output. | |
1797 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
1798 | |
7392 | 1799 2008-01-17 John W. Eaton <jwe@octave.org> |
1800 | |
7393 | 1801 * path/savepath.m: Print newline before initial comment line. |
1802 Double up single quote characters. | |
1803 * path/__extractpath__.m: Return just the path as a string. | |
1804 Undo single quote character doubling. | |
1805 | |
1806 * path/pathdef.m: Avoid eval. Simplify. | |
1807 | |
7392 | 1808 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
1809 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
1810 avoid possible file descriptor leak. | |
1811 | |
1812 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
1813 | |
1814 * path/savepath.m: Warn if modified file is not explicitly specified. | |
1815 * startup/main-rcfile: Call atexit ("__finish__"). | |
1816 | |
7388 | 1817 2008-01-16 John W. Eaton <jwe@octave.org> |
1818 | |
7390 | 1819 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
1820 Use it to disable enhanced mode for individual labels and titles. | |
1821 | |
7392 | 1822 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 1823 (install install-strip, uninstall): Handle function files. |
1824 | |
1825 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
1826 | |
7392 | 1827 * startup/__finish__.m: New file. |
1828 * path/__extractpath__.m, path/matlabroot.m, | |
1829 path/pathdef.m: New files. | |
7388 | 1830 * path/Makefile.in (SOURCES): Add them to the list. |
1831 | |
7385 | 1832 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
1833 | |
7387 | 1834 * special-matrix/vander.m: Vectorize. New test. |
1835 | |
7385 | 1836 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
1837 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
1838 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
1839 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
1840 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
1841 Move tests here from test/test_arith.m. | |
1842 | |
7382 | 1843 2008-01-15 John W. Eaton <jwe@octave.org> |
1844 | |
1845 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
1846 | |
7379 | 1847 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
1848 | |
1849 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
1850 Call __get__ instead of get. | |
1851 | |
1852 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
1853 | |
1854 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
1855 Frobenius norm if matrix is all zeros. Use transpose instead of | |
1856 hermitian operator. | |
1857 | |
7376 | 1858 2008-01-14 Bill Denney <bill@denney.ws> |
1859 | |
1860 * plot/axis.m: Correctly handle "tight" and "image" options. | |
1861 | |
8149 | 1862 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 1863 |
1864 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
1865 image/rgb2ntsc.m: Also accept images as input. | |
1866 | |
1867 * image/gray2ind.m: Handle image type other than double. | |
1868 Improve error checking and documentation. | |
1869 | |
7371 | 1870 2008-01-14 John W. Eaton <jwe@octave.org> |
1871 | |
7372 | 1872 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
1873 instead of calling tolower on first arg. Default font name is | |
1874 Helvetica, not helvetica. Don't downcase user-specified font name. | |
1875 (__maybe_munge_text__): Fix typo. | |
1876 | |
7371 | 1877 * optimization/sqp.m: Fix function definitions in test code. |
1878 | |
7361 | 1879 2008-01-12 John W. Eaton <jwe@octave.org> |
1880 | |
1881 * plot/gnuplot_binary.in: New file. | |
1882 * plot/gnuplot_binary.m: Delete. | |
1883 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
1884 (SOURCES_IN, GEN_M): New macros. | |
1885 (DISTFILES): Include $(SOURCES_IN) in the list. | |
1886 (FCN_FILES): Include $(GEN_M) in the list. | |
1887 (all): Depend on $(GEN_M). | |
1888 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 1889 (distclean): Also remove $(GEN_M). |
7361 | 1890 |
1891 2008-01-11 John W. Eaton <jwe@octave.org> | |
1892 | |
1893 * optimization/sqp.m: New test from example in doc string. | |
1894 | |
7360 | 1895 2008-01-10 Ben Abbott <bpabbott@mac.com> |
1896 | |
1897 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
1898 to more than one multiplicity group. | |
1899 | |
7358 | 1900 2008-01-10 John W. Eaton <jwe@octave.org> |
1901 | |
1902 * plot/gnuplot_binary.m: New file. | |
1903 * plot/Makefile.in (SOURCES): Add it to the list. | |
1904 | |
7355 | 1905 2008-01-09 John W. Eaton <jwe@octave.org> |
1906 | |
1907 * plot/drawnow.m: Fail if filename includes a directory part that | |
1908 does not exist. | |
1909 | |
7352 | 1910 2008-01-07 John W. Eaton <jwe@octave.org> |
1911 | |
1912 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
1913 Error if glob call fails to match any files. | |
1914 | |
7346 | 1915 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
1916 | |
1917 * strings/strtrim.m: Doc fix. | |
1918 | |
7345 | 1919 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
1920 | |
1921 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
1922 | |
8149 | 1923 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 1924 |
1925 * set/create_set.m, set/union.m: Accept "rows" argument. | |
1926 | |
7341 | 1927 2008-01-02 John W. Eaton <jwe@octave.org> |
1928 | |
1929 * plot/print.m: Correctly handle pbm terminal. | |
1930 | |
7340 | 1931 2007-12-28 John W. Eaton <jwe@octave.org> |
1932 | |
1933 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
1934 extensions. | |
1935 | |
7337 | 1936 2007-12-28 David Bateman <dbateman@free.fr> |
1937 | |
1938 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
1939 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
1940 * Makefile.in (SOURCES): Add to the sources. | |
1941 | |
1942 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
1943 | |
1944 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
1945 Remove unnecessary call of size function. | |
1946 | |
7334 | 1947 2007-12-21 John W. Eaton <jwe@octave.org> |
1948 | |
1949 Version 3.0.0 released. | |
1950 | |
8149 | 1951 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 1952 |
1953 * image/imshow.m: Accept empty value for display_range. | |
1954 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1955 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 1956 |
1957 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
1958 | |
8149 | 1959 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 1960 |
1961 * image/imshow.m: Store uint8 images as doubles. Handle default | |
1962 display ranges correctly. | |
1963 | |
7327 | 1964 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
1965 Peter A. Gustafson <petegus@umich.edu> | |
1966 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
1967 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 1968 |
7325 | 1969 2007-12-19 John W. Eaton <jwe@octave.org> |
1970 | |
1971 * miscellaneous/edit.m: New function. | |
1972 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1973 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1974 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 1975 |
1976 * plot/__bar__.m: Handle "basevalue" option. | |
1977 * plot/__bars__.m: New arg, base_value. | |
1978 | |
7321 | 1979 2007-12-17 David Bateman <dbateman@free.fr> |
1980 | |
1981 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
1982 * plot/Makefiles (SOURCES): Add them to the sources | |
1983 * plot/polar.m: Set the x and y limits to the maximum polar | |
1984 radius. Set the axes to be square. | |
1985 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
1986 and print axis at zero if this is used. | |
1987 | |
1988 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
1989 contours can overlay pcolor plots. Priveldge no hidden line | |
1990 removal when there are multiple objects in the plot. | |
1991 | |
7320 | 1992 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
1993 | |
1994 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
1995 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
1996 | |
7319 | 1997 2007-12-17 Ben Abbott <bpabbott@mac.com> |
1998 | |
1999 * miscellaneous/run.m: Replace script with f when looking for | |
2000 file to run. | |
2001 | |
7316 | 2002 2007-12-14 David Bateman <dbateman@free.fr> |
2003 | |
7317 | 2004 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2005 * plot/contour.m: Doc fix. | |
2006 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2007 Include linetype in withclause. | |
2008 | |
7316 | 2009 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2010 Use it to determine dimensions. Consolidate all 3-d settings. | |
2011 | |
7315 | 2012 2007-12-13 John W. Eaton <jwe@octave.org> |
2013 | |
2014 * image/imshow.m: Turn axis visibility off. | |
2015 Don't scale true color images. | |
2016 * image/image.m: Set axis layer property to "top". | |
2017 | |
7307 | 2018 2007-12-12 John W. Eaton <jwe@octave.org> |
2019 | |
7313 | 2020 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2021 | |
2022 * plot/pie.m: Avoid calling "exist". | |
2023 | |
7309 | 2024 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2025 Condense argument processing logic. Allow 6 arguments. |
2026 Use issquare. Avoid calling "exist". | |
7309 | 2027 |
7307 | 2028 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2029 | |
7305 | 2030 2007-12-12 David Bateman <dbateman@free.fr> |
2031 | |
2032 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2033 * plot/Makefile.in (SOURCES): Add to the sources. | |
2034 | |
7290 | 2035 2007-12-11 John W. Eaton <jwe@octave.org> |
2036 | |
7298 | 2037 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2038 * plot/surface.m: Not here. | |
2039 | |
7297 | 2040 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2041 subsequent "unset grid" if there is no grid. | |
2042 | |
7296 | 2043 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2044 | |
7293 | 2045 * plot/surface.m: Don't set facecolor property in call to |
2046 __go_surface__. | |
2047 | |
7290 | 2048 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2049 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2050 | |
7292 | 2051 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2052 | |
7295 | 2053 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2054 color string is not taken as z value. | |
2055 | |
7292 | 2056 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2057 zgrid to "on" and box to "off" for used axes. | |
2058 | |
2059 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2060 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2061 | |
7286 | 2062 2007-12-11 David Bateman <dbateman@free.fr> |
2063 | |
7288 | 2064 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2065 | |
7287 | 2066 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2067 * statistics/base/mode.m: Ditto. | |
2068 | |
7286 | 2069 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2070 object handles are all now non integer. | |
2071 | |
7278 | 2072 2007-12-10 John W. Eaton <jwe@octave.org> |
2073 | |
7282 | 2074 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2075 | |
7281 | 2076 * general/issymmetric.m: Use ' instead of .' for compatibility |
2077 with previous versions of Octave. | |
2078 * general/ishermitian.m: Delete. | |
7285 | 2079 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2080 |
7280 | 2081 * plot/fplot.m: In N is not specified, increase initial number of |
2082 points from 3 and 5 to 5 and 8. | |
2083 | |
7279 | 2084 * signal/detrend.m: Move tests here from test/test_signal.m. |
2085 Loosen tolerance on first test from 10*eps to 20*eps. | |
2086 | |
7278 | 2087 * finance/rate.m: Don't request info from fsolve. |
2088 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2089 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2090 |
2091 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2092 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2093 | |
7276 | 2094 2007-12-10 David Bateman <dbateman@free.fr> |
2095 | |
2096 * image/image.m: Rewritten to allow trailing properties to be | |
2097 passed to underlying image object. | |
2098 * image/__img__.m: Pass additional arguments to __go_image__. | |
2099 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2100 | |
7274 | 2101 2007-12-10 John W. Eaton <jwe@octave.org> |
2102 | |
2103 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2104 front" to gnuplot. | |
2105 | |
7271 | 2106 2007-12-10 David Bateman <dbateman@free.fr> |
2107 | |
7274 | 2108 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2109 border front" from images. |
7274 | 2110 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2111 * plot/pcolor.m: Set axis "box" property. | |
2112 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2113 Mark as commands. | |
7271 | 2114 |
7269 | 2115 2007-12-07 David Bateman <dbateman@free.fr> |
2116 | |
2117 * plot/surf.m: Don't set facecolor property. | |
2118 | |
7265 | 2119 2007-12-06 John W. Eaton <jwe@octave.org> |
2120 | |
7269 | 2121 * plot/print.m: Pass mono to drawnow. |
2122 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2123 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2124 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2125 disable color specifications. | |
2126 | |
7265 | 2127 * general/issymmetric.m: Move tests here from test/test_number.m |
2128 | |
2129 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2130 | |
2131 * general/issymmetric.m: To keep its argument sparse and the | |
2132 function quick, use the infinity norm rather than the 2-norm. | |
2133 Also measure the symmetric part rather than the Hermitian part. | |
2134 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2135 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2136 | |
7248 | 2137 2007-12-04 John W. Eaton <jwe@octave.org> |
2138 | |
7257 | 2139 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2140 text and label commands if font is "*". | |
2141 | |
7248 | 2142 * linear-algebra/krylov.m: Doc fixes. |
2143 From Marco Caliari <caliari@sci.univr.it>. | |
2144 | |
7250 | 2145 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2146 | |
2147 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2148 Add "## PKG_ADD: mark_as_command axis" line. | |
2149 | |
7245 | 2150 2007-12-03 John W. Eaton <jwe@octave.org> |
2151 | |
2152 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2153 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2154 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2155 Generate demos from examples. | |
2156 | |
7240 | 2157 2007-12-03 David Bateman <dbateman@free.fr> |
2158 | |
7243 | 2159 * testfun/test.m: Disable "testif" test block to avoid spurious |
2160 skipped test for "make check". Avoid printing variables for | |
2161 skipped tests. | |
2162 | |
7242 | 2163 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2164 | |
7240 | 2165 * plot/plotyy.m: Use activepositionproperty property of axes |
2166 object. Set second axis color to "none". | |
2167 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2168 property of the axis objects. | |
2169 | |
7239 | 2170 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2171 | |
2172 * linear-algebra/condest.m: Loosen tolerance in test. | |
2173 | |
7236 | 2174 2007-12-02 John W. Eaton <jwe@octave.org> |
2175 | |
2176 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2177 get_data_limits. | |
2178 | |
7222 | 2179 2007-11-30 John W. Eaton <jwe@octave.org> |
2180 | |
2181 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2182 (get_data_limits, get_axis_limits): Delete. | |
2183 | |
7228 | 2184 2007-11-30 David Bateman <dbateman@free.fr> |
2185 | |
7235 | 2186 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2187 | |
7228 | 2188 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2189 tick labels rather than one by one on the labels themselves. | |
2190 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2191 95% crossing fixed. | |
2192 | |
7217 | 2193 2007-11-29 David Bateman <dbateman@free.fr> |
2194 | |
7220 | 2195 * plot/pareto.m: New file. |
2196 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2197 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2198 marks to avoid gnuplot error about formating. More colorspec to | |
2199 after the tics. | |
2200 * plot/plotyy.m: More generic check for appropriate axis color. | |
2201 | |
7217 | 2202 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2203 2- and 3-D. | |
2204 * plot/stem3.m: New function. | |
2205 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2206 * plot/stem.m: Adapt to use __stem__. | |
2207 | |
7216 | 2208 2007-11-29 John W. Eaton <jwe@octave.org> |
2209 | |
2210 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2211 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2212 requested. | |
2213 | |
2214 * plot/patch.m: Omit isnan check on handle returned from | |
2215 __plt_get_axis_arg__. | |
2216 | |
2217 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2218 but has no axes. | |
2219 | |
7215 | 2220 2007-11-28 David Bateman <dbateman@free.fr> |
2221 | |
2222 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2223 ancestor. If leading argument is logical set variable nogca to see | |
2224 if gca() should be called if there is no active handle found. | |
2225 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2226 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2227 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2228 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2229 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2230 __plt__get_axis_arg__ to find axis handle. | |
2231 * polar.m: Typo. | |
2232 | |
7213 | 2233 2007-11-28 John W. Eaton <jwe@octave.org> |
2234 | |
2235 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2236 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2237 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2238 |
2239 * plot/drawnow.m: Fix typo. | |
2240 | |
7206 | 2241 2007-11-27 David Bateman <dbateman@free.fr> |
2242 | |
7207 | 2243 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2244 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2245 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2246 | |
2247 * plot/meshz.m: New function. | |
2248 * plot/Makefile.in (SOURCES): Add it to the list. | |
2249 * plot/surface.m: Allow surface to accept an axis handle as the | |
2250 first argument. | |
2251 * plot/meshc.m: Extract z from the the surface object rather than | |
2252 varargin so that we can rely on code in surface to treat leading | |
2253 axis handles. | |
2254 | |
7206 | 2255 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2256 y2tics" in the case of a plotyy plot. | |
2257 * plot/plotyy.m: ensure the position property is set correct for | |
2258 the second axis, by setting it after the plot itself. In the case | |
2259 of a plot that returns multiple handles, base the color selection | |
2260 on the first. | |
2261 | |
7204 | 2262 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2263 | |
2264 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2265 z-value of vertex 'c3'. | |
2266 | |
7203 | 2267 2007-11-27 John W. Eaton <jwe@octave.org> |
2268 | |
2269 * image/image.m: Allow nargin == 0 case to work again. | |
2270 | |
7202 | 2271 2007-11-27 David Bateman <dbateman@free.fr> |
2272 | |
2273 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2274 colorbar, to ensure that the colorbar is on the canvas for png and | |
2275 postscipt outputs. | |
2276 | |
7189 | 2277 2007-11-26 David Bateman <dbateman@free.fr> |
2278 | |
7197 | 2279 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2280 return values. | |
2281 | |
7194 | 2282 * plot/plotyy.m: New function |
2283 * plot/Makefile.in (SOURCES): Add it here. | |
2284 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2285 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2286 {x|y}label to respect the axis position. | |
2287 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2288 handle as the first argument. | |
2289 | |
7192 | 2290 * pkg/pkg.m (pkg:install): When loading the installed packages |
2291 index into installed_pkgs_lst and not descriptions.. | |
2292 | |
7189 | 2293 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2294 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2295 * plot/quiver.m: Modify to use __quiver__.m. | |
2296 | |
2297 * plot/hist.m: Avoid saturation when the x values are in an | |
2298 inetger type. | |
2299 | |
2300 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
2301 | |
2302 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
2303 functions. | |
2304 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
2305 | |
2306 2007-11-26 David Bateman <dbateman@free.fr> | |
2307 | |
2308 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
2309 extent. | |
2310 | |
2311 * plot/colorbar.m: New function. | |
2312 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2313 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
2314 precalculate the clim, set pm3d except for mesh. | |
2315 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
2316 save the real values so that colorbar corresponds to the contour | |
2317 levels. | |
2318 | |
2319 * plot/stem.m: Set marker color the same as the line color. Draw | |
2320 a single discontinous line object for the stems. | |
2321 | |
2322 * plot/sphere.m: New function ported from JHandles. | |
2323 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2324 | |
2325 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
2326 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
2327 to get enhanced mode to work correctly for the X11 terminal. | |
2328 | |
2329 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
2330 the reverse. Allow an axes handle to be passed and/or returned. | |
2331 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
2332 | |
2333 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
2334 sort surface patches by their depth and not the order they are | |
2335 rendered in. | |
2336 | |
2337 * plot/__patch__.m: Set clim correctly. | |
2338 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
2339 the marker color is determined by the cmap. | |
2340 * plot/scatter.m: New function to 2D scatter plots. | |
2341 * plot/scatter3.m: New function to 3D scatter plots. | |
2342 * plot/__scatter__.m: Support function for scatter plots | |
2343 * Makefile.in (SOURCES): Ad dnew functions here. | |
2344 | |
2345 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
2346 Return whether the terminal supports enhanced text or not. | |
2347 (drawnow:enhanced_term): New sub-function to determine if terminal | |
2348 supports enhanced mode. | |
2349 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
2350 __go_draw_axes__. | |
2351 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
2352 needed to support the enhanced mode. | |
2353 * plot/print.m: Remove "enhanced" option as this is now treated in | |
2354 drawnow.m. | |
2355 | |
2356 | |
2357 * plot/caxis.m: New function to control the color axis limits. | |
2358 * plot/Makefile.in (SOURCES): Include it. | |
2359 * plot/axis.m: Allow the first argument to be an axes handle. | |
2360 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
2361 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
2362 caxis limits. | |
2363 | |
2364 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
2365 * image/Makefile.in (SOURCES): Include it. | |
2366 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
2367 of the bars for the colormap. | |
2368 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
2369 passed. | |
2370 * plot/__contour.m: Avoid possible divide by zero error. | |
2371 * plot/contour.m: Missing semicolon. | |
2372 * plot/surface.m: Don't attempt to set additional arguments if | |
2373 there are none. | |
2374 * plot/Makefile.in (SOURCES): Include __bars__.m | |
2375 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2376 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 2377 |
2378 * plot/__bar__.m: put bar creation code into separate function | |
2379 to allow easy hook up from other graphic backends | |
2380 | |
2381 * plot/__bars__.m: new function containing bar creation code | |
2382 | |
7186 | 2383 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
2384 | |
2385 * general/accumarray.m: Correct dimension check. | |
2386 | |
7183 | 2387 2007-11-26 John W. Eaton <jwe@octave.org> |
2388 | |
2389 * polynomial/residue.m: Prepad along second dimension. | |
2390 From Doug Stewart <dastew@sympatico.ca>. | |
2391 | |
7181 | 2392 2007-11-26 Kai Habel <kai.habel@gmx.de> |
2393 | |
7183 | 2394 * plot/cylinder.m, plot/slice.m: New functions. |
2395 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 2396 |
7177 | 2397 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
2398 | |
2399 * plot/patch.m: Handle arg may also be hggroup object. | |
2400 Use ancestor to find parent axes object. | |
2401 | |
7175 | 2402 2007-11-14 David Bateman <dbateman@free.fr> |
2403 | |
2404 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
2405 flag to patch that it is not closed. Allow z to take string | |
2406 arguments and use it to flag that the contours are placed at the | |
2407 z level of the contour itself. | |
2408 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
2409 objects as well. Let hidden removal take precedence in case of a | |
2410 conflict. | |
2411 * plot/surface.m: Allow surface to treat handles being passed or | |
2412 returned. Any additional arguments arr used to set the surface | |
2413 handle. | |
2414 * plot/contour3.m: New function | |
2415 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2416 | |
7173 | 2417 2007-11-14 John W. Eaton <jwe@octave.org> |
2418 | |
2419 * specfun/bessel.m: Update doc string from | |
2420 src/DLD-FUNCTIONS/besselj.cc. | |
2421 | |
7170 | 2422 2007-11-12 David Bateman <dbateman@free.fr> |
2423 | |
2424 * plot/contour.m: Allow handles to be passed and returned. Split | |
2425 the countour function itself into __contour__.m to be shared with | |
2426 surfc and meshc. | |
2427 * plot/__contour__.m: New file | |
2428 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2429 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
2430 the face or edge if the facecolor or edge color are marked as | |
2431 "none". Allow the edgecolor to be determined by the cdata in the | |
2432 same manner as the facecolor. Fail if facecolor is not "none" and | |
2433 a 3-D plot is desired, rather than ignoring zdata. Make the | |
2434 storage of 3D/4D data consistent between line, surface and patch | |
2435 objects. | |
2436 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
2437 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 2438 |
2439 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
2440 Handle fontweight and fontangle properties. | |
2441 | |
7163 | 2442 2007-11-12 Kai Habel <kai.habel@gmx.de> |
2443 | |
2444 * plot/spinmap.m, plot/ribbon.m: New functions. | |
2445 * plot/Makefile.in (SOURCES): Add them to the list. | |
2446 | |
2447 2007-11-12 John W. Eaton <jwe@octave.org> | |
2448 | |
2449 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
2450 Use it to avoid duplicated code. | |
2451 | |
7161 | 2452 2007-11-12 David Bateman <dbateman@free.fr> |
2453 | |
7162 | 2454 * plot/title.m: Fix return value for nargout > 0. |
2455 | |
2456 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
2457 specified for the title, xlabel, ylabel and text objects. | |
2458 | |
7161 | 2459 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
2460 4.0 and surface plots. | |
2461 | |
7160 | 2462 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
2463 | |
2464 * plot/__patch__.m: Fix computation of faces when patch is defined | |
2465 with X/Y/Z data. | |
2466 | |
7146 | 2467 2007-11-09 John W. Eaton <jwe@octave.org> |
2468 | |
7152 | 2469 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 2470 Correct logic in setting palette data. |
7152 | 2471 |
7151 | 2472 * audio/wavread.m, control/base/__bodquist__.m, |
2473 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
2474 control/system/c2d.m, control/system/is_detectable.m, | |
2475 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
2476 control/system/tfout.m, general/isdefinite.m, | |
2477 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
2478 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
2479 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
2480 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
2481 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
2482 testfun/test.m: Use specific end keywords. | |
2483 | |
7146 | 2484 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
2485 | |
2486 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
2487 | |
2488 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
2489 Don't change view if hold is on. | |
2490 | |
7142 | 2491 2007-11-09 David Bateman <dbateman@free.fr> |
2492 | |
7149 | 2493 * plot/hidden.m: New function. |
2494 * plot/Makefile.in (SOURCES): Add it here. | |
2495 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
2496 line removal. | |
2497 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
2498 removal and if it is "none" don't do hidden line removal. | |
2499 | |
7148 | 2500 * plot/legend.m: Also allow labels for surface and patch types. |
2501 * plot/__bar__.m: Split into separate patch pbjects to allow | |
2502 setting of the legend. | |
2503 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
2504 objects as well. | |
2505 | |
7146 | 2506 * plot/area.m, plot/__area__.m: New functions |
2507 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
2508 | |
7142 | 2509 * plot/patch.m: Correctly handle case of axis handle as first arg. |
2510 | |
7144 | 2511 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
2512 | |
2513 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
2514 | |
7131 | 2515 2007-11-08 John W. Eaton <jwe@octave.org> |
2516 | |
7133 | 2517 * control/base/dcgain.m, control/base/dre.m, |
2518 control/base/impulse.m, control/base/step.m, | |
2519 control/system/dmr2d.m, control/system/ord2.m, | |
2520 control/system/sys2ss.m, control/system/sysdimensions.m, | |
2521 control/system/sysgetsignals.m, control/system/sysout.m, | |
2522 control/system/tfout.m, control/system/ugain.m, | |
2523 control/system/zpout.m, control/util/strappend.m: | |
2524 Don't fail with usage message if nargout is too large. | |
2525 | |
7131 | 2526 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
2527 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
2528 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 2529 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
2530 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
2531 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
2532 control/obsolete/rotg.m, control/obsolete/series.m, | |
2533 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
2534 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 2535 control/system/__syschnamesl__.m, |
2536 control/system/__syscont_disc__.m, | |
2537 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
2538 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
2539 control/system/abcddim.m, control/system/buildssic.m, | |
2540 control/system/c2d.m, control/system/cellidx.m, | |
2541 control/system/d2c.m, control/system/dmr2d.m, | |
2542 control/system/fir2sys.m, control/system/is_abcd.m, | |
2543 control/system/is_controllable.m, control/system/is_detectable.m, | |
2544 control/system/is_digital.m, control/system/is_observable.m, | |
2545 control/system/is_stabilizable.m, control/system/is_stable.m, | |
2546 control/system/jet707.m, control/system/listidx.m, | |
2547 control/system/parallel.m, control/system/ss.m, | |
2548 control/system/ss2sys.m, control/system/ss2zp.m, | |
2549 control/system/starp.m, control/system/sys2ss.m, | |
2550 control/system/sys2tf.m, control/system/sys2zp.m, | |
2551 control/system/sysadd.m, control/system/sysappend.m, | |
2552 control/system/sysconnect.m, control/system/syscont.m, | |
2553 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 2554 control/system/sysdup.m, control/system/sysgetsignals.m, |
2555 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 2556 control/system/sysmult.m, control/system/sysout.m, |
2557 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 2558 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 2559 control/system/syssub.m, control/system/sysupdate.m, |
2560 control/system/tf.m, control/system/tf2ss.m, | |
2561 control/system/tf2sys.m, control/system/tfout.m, | |
2562 control/system/zp.m, control/system/zp2ss.m, | |
2563 control/system/zp2sys.m, control/system/zp2tf.m, | |
2564 control/system/zpout.m, control/util/__outlist__.m, | |
2565 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
2566 control/util/prompt.m, control/util/sortcom.m, | |
2567 control/util/zgfmul.m, control/util/zgfslv.m, | |
2568 control/util/zginit.m, control/util/zgreduce.m, | |
2569 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 2570 |
7130 | 2571 2007-11-08 David Bateman <dbateman@free.fr> |
2572 | |
2573 * plot/quiver.m: Fix arrowheads. | |
2574 | |
7128 | 2575 2007-11-07 Ben Abbott <bpabbott@mac.com> |
2576 | |
2577 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 2578 Handle "rows" argument. New tests. |
7128 | 2579 (cell_ismember): New function. |
2580 | |
7127 | 2581 2007-11-07 John W. Eaton <jwe@octave.org> |
2582 | |
2583 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
2584 control/base/__stepimp__.m, control/base/are.m, | |
2585 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
2586 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
2587 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
2588 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
2589 control/base/ltifr.m, control/base/nichols.m, | |
2590 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
2591 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
2592 Style fixes. | |
2593 | |
7125 | 2594 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
2595 | |
2596 * control/base/bode_bounds.m, control/base/dgram.m, | |
2597 control/base/dlyap.m, control/base/freqchkw.m, | |
2598 control/base/gram.m, control/base/place.m, | |
2599 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
2600 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
2601 control/system/is_signal_list.m, control/system/ss2tf.m, | |
2602 control/system/sys2fir.m, control/system/sysgettsam.m, | |
2603 control/system/sysgettype.m, control/system/sysreorder.m, | |
2604 control/system/tf2sys.m, control/system/zp2tf.m, | |
2605 control/util/axis2dlim.m, control/util/swap.m, | |
2606 control/util/zgfmul.m, control/util/zgfslv.m, | |
2607 control/util/zginit.m, control/util/zgreduce.m, | |
2608 control/util/zgrownorm.m, control/util/zgscal.m, | |
2609 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
2610 geometry/inpolygon.m, linear-algebra/housh.m, | |
2611 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
2612 miscellaneous/run.m, quaternion/qconj.m, | |
2613 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
2614 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
2615 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
2616 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
2617 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
2618 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
2619 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
2620 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
2621 statistics/distributions/empirical_cdf.m, | |
2622 statistics/distributions/empirical_inv.m, | |
2623 statistics/distributions/empirical_pdf.m, | |
2624 statistics/models/logistic_regression_derivatives.m, | |
2625 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
2626 | |
7118 | 2627 2007-11-07 David Bateman <dbateman@free.fr> |
2628 | |
7120 | 2629 * general/gradient.m: Correctly convert deltax and deltay scalar |
2630 values are scalars to vectors. | |
2631 | |
7119 | 2632 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
2633 the meshc.m function. | |
2634 * plot/meshc.m: Also use the surface function. | |
2635 | |
7120 | 2636 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 2637 * plot/Makefile.in (SOURCES): Add them to the list. |
2638 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
2639 | |
7117 | 2640 2007-11-07 Michael Zeising <michael@michaels-website.de> |
2641 | |
2642 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
2643 | |
7115 | 2644 2007-11-07 John W. Eaton <jwe@octave.org> |
2645 | |
2646 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
2647 the data limits are infinite. | |
2648 (get_data_limits): Don't do anything if xdat or tx are empty. | |
2649 (get_axis_limits): Don't do anything if min_val or max_val are | |
2650 infinite. | |
2651 | |
7112 | 2652 2007-11-06 David Bateman <dbateman@free.fr> |
2653 | |
2654 * plot/hist.m: Pass any additional arguments to bar for | |
2655 treatment. Create a default x value that is always a vector. | |
2656 | |
7111 | 2657 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
2658 | |
2659 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
2660 when calling ./configure and add quotes to preserve spaces. | |
7109 | 2661 |
2662 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
2663 | |
2664 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
2665 New files. | |
2666 * plot/mesh.m: Call surface to do the real work. | |
2667 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
2668 properties. | |
2669 | |
2670 * image/colormap.m: Also return current colormap if nargout and | |
2671 nargin are both 0. | |
2672 | |
7106 | 2673 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
2674 | |
2675 * startup/inputrc: Delete key bindings starting with \340 code. | |
2676 | |
7112 | 2677 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 2678 |
2679 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
2680 to avoid issues of over- and underflow. From Rolf Fabian | |
2681 <Rolf.Fabian@gmx.de>. | |
2682 | |
7097 | 2683 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
2684 | |
2685 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
2686 help texts. | |
2687 | |
7096 | 2688 2007-11-02 Kai Habel <kai.habel@gmx.de> |
2689 | |
2690 * plot/bar.m, plot/barh.m: Doc fix. | |
2691 | |
7094 | 2692 2007-10-31 John W. Eaton <jwe@octave.org> |
2693 | |
2694 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
2695 | |
7086 | 2696 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
2697 | |
2698 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
2699 objects and legend objects are implemented with a separate axes | |
2700 object. | |
2701 | |
7078 | 2702 2007-10-30 David Bateman <dbateman@free.fr> |
2703 | |
7081 | 2704 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
2705 | |
7078 | 2706 * plot/__go_draw_axes__.m (do_linestyle_command): |
2707 Use point type 0 for ".". | |
2708 | |
7073 | 2709 2007-10-26 John W. Eaton <jwe@octave.org> |
2710 | |
7074 | 2711 * image/imshow.m: Improve compatibility. |
2712 * image/image.m: Return handle if nargou > 0. | |
2713 | |
7073 | 2714 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
2715 | |
7069 | 2716 2007-10-25 John W. Eaton <jwe@octave.org> |
2717 | |
2718 * miscellaneous/compare_versions.m: Style fixes. | |
2719 | |
7060 | 2720 2007-10-24 John W. Eaton <jwe@octave.org> |
2721 | |
7061 | 2722 * image/saveimage.m: Use functional form of save instead of eval. |
2723 Use -text instead of -ascii. | |
2724 | |
7060 | 2725 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
2726 | |
7054 | 2727 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
2728 | |
2729 * plot/legend.m: Also extract location string from varargin (lost | |
2730 when 2007-10-08 patch was applied). | |
2731 | |
7049 | 2732 2007-10-23 David Bateman <dbateman@free.fr> |
2733 | |
2734 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
2735 miscellaneous/what.m: New functions | |
2736 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
2737 functions. | |
2738 | |
7045 | 2739 2007-10-22 David Bateman <dbateman@free.fr> |
2740 | |
2741 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
2742 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
2743 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
2744 | |
7042 | 2745 2007-10-19 Kai Habel <kai.habel@gmx.de> |
2746 | |
2747 * plot/contourf.m: New function. | |
2748 * plot/Makefile.in (SOURCES): Add it to the list. | |
2749 | |
7040 | 2750 2007-10-19 John W. Eaton <jwe@octave.org> |
2751 | |
2752 * plot/subplot.m: Doc fix. | |
2753 | |
7039 | 2754 2007-10-19 David Bateman <dbateman@free.fr> |
2755 | |
7041 | 2756 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 2757 |
7037 | 2758 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
2759 | |
2760 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
2761 output. | |
2762 | |
7031 | 2763 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
2764 | |
2765 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
2766 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
2767 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
2768 control/system/syssetsignals.m, control/base/lqg.m, | |
2769 strings/str2double.m, control/system/sysscale.m, | |
2770 control/hinf/hinfdemo.m, general/cplxpair.m: | |
2771 Make help text fit on pages when using smallbook. | |
2772 | |
7028 | 2773 2007-10-15 David Bateman <dbateman@free.fr> |
2774 | |
7032 | 2775 * plot/print.m: Call drawnow before printing to ensure the plot is |
2776 on the screen. | |
2777 | |
7028 | 2778 * testfun/test.m: In error/warning blocks test for an error before |
2779 a warning to avoid unexpected failures. | |
2780 | |
7027 | 2781 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
2782 | |
2783 * testfun/assert.m: Correct documentation of absolution versus | |
2784 relative error tolerance and add tests. | |
2785 | |
7024 | 2786 2007-10-14 David Bateman <dbateman@free.fr> |
2787 | |
2788 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
2789 src directory. | |
2790 * plot/Makefile.in (SOURCES): Add fill.m. | |
2791 | |
7020 | 2792 2007-10-13 David Bateman <dbateman@free.fr> |
2793 | |
2794 * plot/__patch__.m: Allow multiple patches to be defined and | |
2795 return a single patch object. Allow Faces/Vertices form of | |
2796 patch. Flag failure so the patch can call print_usage. | |
2797 * plot/patch.m: Update help string for Faces/Vertices | |
2798 call. Respect the fail flag returned by __patch__. Add demo code | |
2799 that tests the functionality of patch. | |
2800 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
2801 patch object. | |
2802 * plot/fill.m: New function. | |
2803 | |
7016 | 2804 2007-10-12 John W. Eaton <jwe@octave.org> |
2805 | |
2806 * Change copyright notices in all files that are part of Octave to | |
2807 GPLv3 or any later version. | |
2808 | |
7012 | 2809 2007-10-11 John W. Eaton <jwe@octave.org> |
2810 | |
2811 * plot/__go_draw_axes__.m (get_axis_limits): | |
2812 Return lim = [] if logscale and no positive values. | |
2813 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
2814 Set initial min and min positive values to Inf, max values to -Inf. | |
2815 (get_data_limits): Correctly handle xminp when no positive values | |
2816 are found. | |
2817 | |
7011 | 2818 2007-10-11 Ben Abbott <bpabbott@mac.com> |
2819 | |
2820 * polynomial/residue.m: New optional input for pole multiplicity. | |
2821 Doc fix. Fix tests. | |
2822 | |
7010 | 2823 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
2824 | |
2825 * toplev.cc (Foctave_config_info): Add field "mac". | |
2826 | |
2827 * miscellaneous/ismac.m: New function. | |
2828 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2829 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
2830 | |
7009 | 2831 2007-10-11 Arno Onken <asnelt@asnelt.org> |
2832 | |
2833 * statistics/distributions/hygernd.m: Allow size to be specified | |
2834 as a scalar. Handle three argument case. Allow T, M, and N to be | |
2835 scalars or matrices of a common size. | |
2836 | |
7007 | 2837 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
2838 | |
2839 * control/csrefcard.lt, control/system/is_detectable.m, | |
2840 control/system/sysgroup.m, geometry/voronoin.m, | |
2841 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
2842 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
2843 statistics/distributions/binornd.m, | |
2844 statistics/distributions/cauchy_rnd.m, | |
2845 statistics/distributions/chi2rnd.m, | |
2846 statistics/distributions/discrete_rnd.m, | |
2847 statistics/distributions/exprnd.m, | |
2848 statistics/distributions/frnd.m, | |
2849 statistics/distributions/gamrnd.m, | |
2850 statistics/distributions/geornd.m, | |
2851 statistics/distributions/laplace_rnd.m, | |
2852 statistics/distributions/logistic_rnd.m, | |
2853 statistics/distributions/lognrnd.m, | |
2854 statistics/distributions/nbinrnd.m, | |
2855 statistics/distributions/normrnd.m, | |
2856 statistics/distributions/poissrnd.m, | |
2857 statistics/distributions/stdnormal_rnd.m, | |
2858 statistics/distributions/trnd.m, | |
2859 statistics/distributions/unifrnd.m, | |
2860 statistics/distributions/wblrnd.m: Spelling fixes. | |
2861 | |
7005 | 2862 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
2863 | |
2864 * time/tic.m: New optional output value. | |
2865 | |
2866 * general/int2str.m: Doc fix. | |
2867 | |
7002 | 2868 2007-10-10 Arno Onken <asnelt@asnelt.org> |
2869 | |
2870 * statistics/distributions/hygecdf.m, | |
2871 statistics/distributions/hygeinv.m, | |
2872 statistics/distributions/hygepdf.m, | |
2873 statistics/distributions/hygernd.m: | |
2874 Swap order of T and M args for compatibility. | |
2875 | |
7001 | 2876 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
2877 | |
2878 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
2879 control/system/buildssic.m, control/system/c2d.m, | |
2880 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
2881 control/system/ss2sys.m, control/system/ss2tf.m, | |
2882 control/system/syscont.m, control/system/sysdimensions.m, | |
2883 control/system/sysdisc.m, control/system/sysmult.m, | |
2884 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
2885 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
2886 general/interp1.m, general/interp2.m, general/interp3.m, | |
2887 general/interpft.m, general/interpn.m, general/polyarea.m, | |
2888 general/rat.m, general/structfun.m, general/trapz.m, | |
2889 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
2890 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
2891 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
2892 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
2893 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
2894 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
2895 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
2896 statistics/base/meansq.m, statistics/base/var.m, | |
2897 statistics/tests/chisquare_test_independence.m, | |
2898 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
2899 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
2900 testfun/test.m: Spelling fixes. | |
2901 | |
6998 | 2902 2007-10-10 Ben Abbott <bpabbott@mac.com> |
2903 | |
2904 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
2905 | |
6997 | 2906 2007-10-10 John W. Eaton <jwe@octave.org> |
2907 | |
2908 * general/num2str.m: Always allow for sign for automatically | |
2909 computed format widths. | |
2910 | |
6988 | 2911 2007-10-09 David Bateman <dbateman@free.fr> |
2912 | |
2913 * plot/patch.m: Accept a handle as the first argument. | |
2914 | |
6987 | 2915 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
2916 | |
7010 | 2917 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 2918 |
6985 | 2919 2007-10-09 John W. Eaton <jwe@octave.org> |
2920 | |
2921 * audio/wavwrite.m: Accept arguments in compatible order. | |
2922 | |
6979 | 2923 2007-10-08 David Bateman <dbateman@free.fr> |
2924 | |
2925 * general/interp2.m: Relax test for values outside the grid to | |
2926 allow monotonically decreasing abscissa as well. | |
2927 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2928 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 2929 |
2930 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
2931 as output parameter. | |
2932 | |
6977 | 2933 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
2934 | |
2935 * plot/__go_draw_axes__.m, plot/legend.m: | |
2936 Handle compatible position specifiers as strings. | |
2937 | |
6975 | 2938 2007-10-08 John Swensen <jpswensen@comcast.net> |
2939 | |
2940 * general/num2str.m: Eliminate extra whitespace in output. | |
2941 * strings/strtrim.m: New function. | |
2942 * strings/Makefile.in (SOURCES): Add it to the list. | |
2943 | |
6968 | 2944 2007-10-06 John W. Eaton <jwe@octave.org> |
2945 | |
2946 * polynomial/residue.m: New test from test/test_poly.m. | |
2947 | |
6967 | 2948 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
2949 | |
2950 * image/saveimage.m: Handle saving color images without a colormap. | |
2951 * image/__img_via_file__.m: Add missing semicolon. | |
2952 | |
2953 2007-10-06 Bill Denney <wsloand@gmail.com> | |
2954 | |
7010 | 2955 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 2956 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
2957 | |
6965 | 2958 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
2959 | |
2960 * plot/print.m: Handle svg output type. Accept new -S option to | |
2961 specify size for PNG and SVG output types. | |
2962 | |
2963 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 2964 |
2965 * polynomial/mpoles.m: New function. | |
2966 * polynomial/residue.m: Modified to behave in reciprocal | |
2967 manner. No longer compute 4th output, "e". No longer accept | |
2968 tolerance input. Explicitly set tolerance parameter to 0.001. | |
2969 Respect maximum relative difference in poles when determining | |
2970 their multiplicity. Use mpoles to determine the multiplicity of | |
2971 poles. | |
2972 | |
6963 | 2973 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
2974 | |
2975 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
2976 for surface plots. | |
2977 | |
6962 | 2978 2007-10-05 John W. Eaton <jwe@octave.org> |
2979 | |
2980 * plot/__next_line_color__.m: Get color_rotation from axes | |
2981 colororder property. | |
2982 | |
6953 | 2983 2007-10-03 John W. Eaton <jwe@octave.org> |
2984 | |
6955 | 2985 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
2986 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
2987 | |
6953 | 2988 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
2989 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
2990 special for __vnorm__. | |
2991 | |
6951 | 2992 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
2993 | |
6952 | 2994 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 2995 |
6950 | 2996 2007-10-03 David Bateman <dbateman@free.fr> |
2997 | |
2998 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
2999 if a file is architecture dependent based on a list of file | |
3000 extensions. | |
3001 (configure_make): Simplify the search for architecture dependent | |
3002 files based on this function. | |
3003 (load_pakages_and_dependencies): Also look for bin directory in | |
3004 the architecture dependent directory. | |
3005 | |
6947 | 3006 2007-10-03 John W. Eaton <jwe@octave.org> |
3007 | |
3008 * miscellaneous/dir.m: Create empty struct with field names. | |
3009 Include datenum in struct. | |
3010 | |
6943 | 3011 2007-10-02 David Bateman <dbateman@free.fr> |
3012 | |
3013 * miscellaneous/ls.m: If nargout return string array of files | |
3014 returned by ls. | |
3015 | |
6942 | 3016 2007-10-01 John W. Eaton <jwe@octave.org> |
3017 | |
3018 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3019 range values. | |
3020 | |
6937 | 3021 2007-10-01 David Bateman <dbateman@free.fr> |
3022 | |
7010 | 3023 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3024 speed with small vectors. |
6937 | 3025 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3026 rather than OCTAVE_HOME(). | |
3027 | |
6935 | 3028 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3029 | |
3030 * plot/findobj.m: New function. | |
3031 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3032 | |
6925 | 3033 2007-09-26 David Bateman <dbateman@free.fr> |
3034 | |
3035 * pkg/pkg.m: Add second argument to setting for prefix for | |
3036 architecture dependent files. Use throughout. | |
3037 (pkg:issuperuser): New function, use through to check for | |
3038 root user. | |
3039 (pkg:getarchprefix): function to give the archiecture dependent | |
3040 prefix for a package. | |
3041 (pkg:getarchdir): New function giving location of architetcure | |
3042 dependent directory. Use through out. | |
3043 (pkg:install): Treat architecture dependent directory separately | |
3044 as in might not be a sub-directory of the package directory. | |
3045 (pkg:uninstall): ditto. | |
3046 (pkg:create_pkgadddel): Check for global or local install for | |
3047 architecture dependent directory. | |
3048 (pkg:finish_installation): ditto. | |
3049 (pkg:write_INDEX): ditto. | |
3050 (pkg:load_packages_and_dependencies): ditto. | |
3051 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3052 files to a new location if user is root. | |
3053 (pkg:rm_rf): Check if file or directory exists before removing. | |
3054 (pkg:dirempty): Check if directory exists before checking. | |
3055 | |
3056 * plot/___patch__.m: Allow face colors to be passed as strings | |
3057 | |
3058 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3059 needed for calls to "hold" without an argument. | |
3060 | |
6920 | 3061 2007-09-21 John W. Eaton <jwe@octave.org> |
3062 | |
6921 | 3063 * optimization/sqp.m: Fix typo. |
3064 | |
6920 | 3065 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3066 | |
6919 | 3067 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3068 | |
3069 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3070 | |
6918 | 3071 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3072 | |
3073 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3074 unidpdf.m and unidinv.m | |
3075 | |
6914 | 3076 2007-09-18 John W. Eaton <jwe@octave.org> |
3077 | |
3078 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3079 (do_tics_1): Set numeric axes formats to "%.15g". | |
3080 | |
6912 | 3081 2007-09-18 David Bateman <dbateman@free.fr> |
3082 | |
3083 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3084 of %g when writing data. | |
3085 | |
6908 | 3086 2007-09-17 John W. Eaton <jwe@octave.org> |
3087 | |
3088 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3089 | |
6903 | 3090 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3091 | |
3092 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3093 noninteger N with N-K < 1. | |
3094 | |
6901 | 3095 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3096 | |
3097 * strings/index.m: Correct for strings differing after the third | |
3098 position (bug reported by Maude Martin). | |
3099 | |
6895 | 3100 2007-09-13 John W. Eaton <jwe@octave.org> |
3101 | |
3102 * plot/__default_colormap__.m: Delete. | |
3103 * plot/Makefile (SOURCES): Remove from the list. | |
3104 | |
6898 | 3105 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3106 | |
3107 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3108 | |
6885 | 3109 2007-09-10 David Bateman <dbateman@free.fr> |
3110 | |
3111 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3112 limit the selection of colors in the same way as for lines. | |
3113 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3114 column. | |
3115 * plot/__bar__.m: Adapt to use "patch". | |
3116 | |
6870 | 3117 2007-09-06 John W. Eaton <jwe@octave.org> |
3118 | |
3119 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3120 (init_plot_stream): Split from open_plot_stream. | |
3121 * plot/print.m: Accept -debug=FILE argument. | |
3122 | |
6868 | 3123 2007-09-06 David Bateman <dbateman@free.fr> |
3124 | |
7010 | 3125 * general/celldisp.m: New function. |
3126 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3127 * miscellaneous/swapbytes.m: New function. | |
3128 * miscellaneous/gzip.m: New function. | |
3129 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3130 |
6863 | 3131 2007-09-05 David Bateman <dbateman@free.fr> |
3132 | |
7010 | 3133 * general/structfun.m: New function. |
3134 * general/Makefile.in (SOURCES): Add it to sources. | |
3135 * miscellaneous/run.m: New function. | |
3136 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3137 * statistics/base/mode.m: New function. | |
3138 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3139 |
6862 | 3140 2007-09-05 John W. Eaton <jwe@octave.org> |
3141 | |
3142 * miscellaneous/orderfields.m: Use numel instead of length. | |
3143 | |
3144 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3145 | |
3146 * miscellaneous/orderfields.m: Handle empty structs. | |
3147 | |
6861 | 3148 2007-09-05 John W. Eaton <jwe@octave.org> |
3149 | |
3150 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3151 DATA_IDX. | |
3152 | |
3153 2007-09-04 David Bateman <dbateman@free.fr> | |
3154 | |
3155 * general/isdir.m: Return a logical value. | |
3156 | |
6859 | 3157 2007-09-04 David Bateman <dbateman@free.fr> |
3158 | |
3159 * statistics/distributions/chi2pdf.m, | |
3160 statistics/distributions/chi2cdf.m, | |
3161 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3162 distribution functions to account for inverse of scale factor in | |
3163 gamma functions. | |
3164 | |
6857 | 3165 2007-09-01 John W. Eaton <jwe@octave.org> |
3166 | |
3167 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3168 | |
6853 | 3169 2007-09-01 David Bateman <dbateman@free.fr> |
3170 | |
3171 * polynomial/polyint.m: New function like polyinteg but with | |
3172 explicit integration constant. | |
3173 * polynomial/polyinteg.m: Remove. | |
3174 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3175 polyinteg.m. | |
3176 * deprecated/polyinteg.m: Move version here. | |
3177 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3178 | |
6852 | 3179 * geometry/voronoi.m: Add large box around data to get a good |
3180 approximation of the rays to infinity. | |
3181 | |
6851 | 3182 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3183 | |
3184 * plot/axes.m: Allow parent to be specified when creating axes | |
3185 objects. Support non-figure parents. | |
3186 | |
3187 2007-08-31 John W. Eaton <jwe@octave.org> | |
3188 | |
3189 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3190 | |
6850 | 3191 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3192 | |
7010 | 3193 * polynomial/polygcd.m: Better layout of example. |
3194 * polynomial/compan.m: Remove unnecessary check. | |
3195 * polynomial/roots.m: Added example to help text. | |
3196 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3197 * polynomial/poly.m: Added example to help text. | |
6850 | 3198 |
6848 | 3199 2007-08-30 John W. Eaton <jwe@octave.org> |
3200 | |
3201 * optimization/qp.m: Increase maxit to 200. | |
3202 | |
6847 | 3203 2007-08-30 David Bateman <dbateman@free.fr> |
3204 | |
3205 * geometry/inpolygon.m: New file. | |
3206 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3207 | |
6843 | 3208 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3209 | |
3210 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3211 | |
6829 | 3212 2007-08-24 David Bateman <dbateman@free.fr> |
3213 | |
3214 * plot/__go_draw_axes__.m: Treat text color property. | |
3215 | |
6828 | 3216 2007-08-24 John W. Eaton <jwe@octave.org> |
3217 | |
3218 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3219 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3220 | |
3221 * miscellaneous/movefile.m: Separate second and third args and | |
3222 use p1 and p2, not f1 and f2 when constructing arguments for | |
3223 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3224 | |
6825 | 3225 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3226 | |
3227 * set/intersect.m: Make it work with cell arrays of strings. | |
3228 | |
6823 | 3229 2007-08-24 David Bateman <dbateman@free.fr> |
3230 | |
7010 | 3231 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3232 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3233 functions ported from octave-forge. | |
7010 | 3234 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3235 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3236 geometry/triplot.m, geometry/tsearchn.m: | |
3237 New functions. | |
7010 | 3238 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3239 * geometry/Makefile.in (SOURCES): Add functions above. | |
3240 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3241 |
6820 | 3242 2007-08-23 John W. Eaton <jwe@octave.org> |
3243 | |
3244 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3245 variable name. | |
3246 | |
3247 2007-08-23 David Bateman <dbateman@free.fr> | |
3248 | |
3249 * plot/plot.m: Allow first arg to be axes handle. | |
3250 | |
6818 | 3251 2007-08-22 David Bateman <dbateman@free.fr> |
3252 | |
3253 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3254 outputs are returned only if requested. | |
3255 | |
3256 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3257 | |
3258 * control/base/nichols.m: Fix typo. | |
3259 | |
6813 | 3260 2007-08-13 John W. Eaton <jwe@octave.org> |
3261 | |
3262 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3263 | |
6809 | 3264 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3265 | |
3266 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3267 use axes position in each appropriate gnuplot set statement. | |
3268 | |
6808 | 3269 2007-08-10 John W. Eaton <jwe@octave.org> |
3270 | |
3271 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3272 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3273 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3274 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3275 | |
6807 | 3276 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3277 | |
3278 * plot/patch.m, plot/__patch__.m: New files. | |
3279 * plot/Makefile.in (SOURCES): Add them to the list. | |
3280 | |
3281 2007-08-07 John W. Eaton <jwe@octave.org> | |
3282 | |
3283 * path/savepath.m: Use single quotes for argument to PATH command | |
3284 that is inserted in file. | |
3285 | |
6805 | 3286 2007-07-27 John W. Eaton <jwe@octave.org> |
3287 | |
3288 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3289 not set in the environment. | |
3290 | |
6796 | 3291 2007-07-25 David Bateman <dbateman@free.fr> |
3292 | |
3293 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3294 control/base/Makefile.in, control/hinf/Makefile.in, | |
3295 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3296 control/util/Makefile.in, deprecated/Makefile.in, | |
3297 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3298 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3299 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
3300 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3301 polynomial/Makefile.in, quaternion/Makefile.in, | |
3302 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
3303 specfun/Makefile.in, special-matrix/Makefile.in, | |
3304 startup/Makefile.in, statistics/Makefile.in, | |
3305 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3306 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3307 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3308 Adjust DISTFILES to allow out of tree "make dist" to work. | |
3309 | |
6795 | 3310 2007-07-25 John W. Eaton <jwe@octave.org> |
3311 | |
3312 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
3313 | |
6793 | 3314 2007-07-24 David Bateman <dbateman@free.fr> |
3315 | |
3316 * image/flag.m: New colormap function. | |
3317 * images/Makefile.in: Include it in SOURCES. | |
3318 | |
3319 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3320 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3321 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3322 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
3323 * image/gray.m, image/ocean.m: Use the same means of finding the | |
3324 number of colormap elements as the other colormap functions. | |
3325 | |
6790 | 3326 2007-07-24 Kai Habel <kai.habel@gmx.de> |
3327 | |
3328 * plot/__go_draw_axes__.m: Handle patch. | |
3329 | |
6788 | 3330 2007-07-23 David Bateman <dbateman@free.fr> |
3331 | |
3332 * general/rat.m: New function for ration approximation imported | |
3333 from octave-forge. | |
3334 * general/del2.m: New function for discrete laplacian operator. | |
3335 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
3336 | |
3337 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
3338 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
3339 image/rainbow.m image/spring.m image/summer.m image/white.m | |
3340 image/winter.m, image/brighten.m: Port image functions from | |
3341 octave-forge. | |
3342 * image/Makefile.in: Add ported functions to SOURCES. | |
3343 * image/gray.m, image/ocean.m: Don't set the colormap for | |
3344 compatibility with matlab. | |
3345 | |
3346 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
3347 octave-forge | |
3348 * plot/Makefile.in: Add ported functions to SOURCES. | |
3349 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
3350 using gnuplot 4.2 or greater. | |
3351 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3352 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 3353 |
3354 * general/cart2sph.m: Fix unbalanced paranthesis. | |
3355 | |
6781 | 3356 2007-07-19 David Bateman <dbateman@free.fr> |
3357 | |
3358 * plot/fplot.m: More compatible version. | |
3359 | |
6780 | 3360 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
3361 | |
3362 * plot/clf.m: Check for valid handle before deleting. | |
3363 | |
3364 * plot/figure.m: Pass "figure" property/value pairs directly to | |
3365 __go_figure__ instead of using regular "set" call. | |
3366 | |
6779 | 3367 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
3368 | |
3369 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
3370 type for gnuplot. | |
3371 | |
6778 | 3372 2007-07-18 John W. Eaton <jwe@octave.org> |
3373 | |
3374 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
3375 gnuplot for each set of axes. | |
3376 | |
6777 | 3377 2007-07-18 David Bateman <dbateman@free.fr> |
3378 | |
6778 | 3379 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
3380 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
3381 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
3382 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
3383 Use standard scale factor rather than one on the scale factor for | |
3384 compatibility. | |
3385 | |
3386 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
3387 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
3388 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
3389 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
3390 Preserve backward compatibility. | |
6777 | 3391 |
6776 | 3392 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
3393 | |
3394 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
3395 to avoid issues with regexp special characters in the path strings. | |
3396 | |
6770 | 3397 2007-07-06 David Bateman <dbateman@free.fr> |
3398 | |
6778 | 3399 * general/accumarray.m: New function to create an array by |
3400 accumulating the elements. | |
6770 | 3401 |
6768 | 3402 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
3403 | |
3404 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
3405 (fdjac): Set nx outside of if block. | |
3406 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
3407 | |
6765 | 3408 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
3409 | |
3410 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
3411 | |
3412 * plot/axis.m: Also set "visible" property when setting axes to | |
3413 on/off. | |
3414 | |
6762 | 3415 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
3416 | |
3417 * image/colormap.m: Only return colormap if nargout > 0. | |
3418 Mark as command. | |
3419 | |
6758 | 3420 2007-06-25 John W. Eaton <jwe@octave.org> |
3421 | |
3422 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
3423 strcmp for selected property comparisons. | |
3424 | |
6756 | 3425 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
3426 | |
6778 | 3427 * image/imshow.m: Fix check for colormap arguments. |
6756 | 3428 |
6754 | 3429 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
3430 | |
3431 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
3432 | |
6756 | 3433 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 3434 |
6778 | 3435 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 3436 argument, and note that the data should be sorted for the |
3437 definition of the median to be correct. | |
3438 | |
6778 | 3439 * statistics/base/std.m: Add missing square to definition of |
6754 | 3440 standard deviation. |
3441 | |
6778 | 3442 * statistics/base/cov.m: Add definition of covariance to the help text. |
3443 | |
3444 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 3445 statistics/base/std.m: |
3446 Note that \bar{x} is the mean value of x in the help text. | |
3447 | |
6778 | 3448 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 3449 coefficient to the help text. |
3450 | |
6778 | 3451 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
3452 | |
3453 * statistics/base/var.m: Put N in @math in help text. | |
3454 | |
3455 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 3456 statistics/tests/kolmogorov_smirnov_test.m: |
3457 Write about possible values of 'dist' in help text. | |
3458 | |
6778 | 3459 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 3460 Add definition of correlation to the help text. |
3461 | |
6778 | 3462 * statistics/base/logit.m, statistics/base/kendall.m, |
3463 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 3464 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
3465 TeXification of help text. | |
3466 | |
3467 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
3468 | |
3469 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
3470 Add missing @var's to help text. | |
3471 | |
3472 * statistics/models/logistic_regression.m: Fix typos in help text. | |
3473 | |
3474 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
3475 of help text. | |
3476 | |
3477 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
3478 help text. | |
3479 | |
3480 * statistics/distributions/unidpdf.m, | |
3481 statistics/distributions/discrete_pdf.m: | |
3482 Replace 'pDF' with 'PDF' in help text. | |
3483 | |
6753 | 3484 2007-06-25 John W. Eaton <jwe@octave.org> |
3485 | |
3486 * strings/substr.m: Use offset consistently in code and doc string. | |
3487 From Rafael Laboissiere <rafael@debian.org>. | |
3488 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3489 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 3490 |
6778 | 3491 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 3492 |
6751 | 3493 2007-06-25 John W. Eaton <jwe@octave.org> |
3494 | |
3495 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
3496 Recycle tic labels if necessary. From Juhani Saastamoinen | |
3497 <juhani@cs.joensuu.fi>. | |
3498 | |
6748 | 3499 2007-06-20 John W. Eaton <jwe@octave.org> |
3500 | |
6749 | 3501 * strings/index.m: Allow strings to be empty. |
3502 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
3503 | |
6748 | 3504 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
3505 | |
6747 | 3506 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
3507 | |
3508 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
3509 separate matrices. | |
3510 | |
6746 | 3511 2007-06-19 David Bateman <dbateman@free.fr> |
3512 | |
3513 * plot/axis.m: Prefer to use legend rather than the older Octave | |
3514 only ";;" legend syntax. | |
3515 * polynomial/mkpp.m: ditto. | |
3516 * polynomial/pchip.m: ditto. | |
3517 * signal/freqz_plot.m: ditto. | |
3518 * sparse/gplot.m: ditto. | |
3519 * sparse/treeplot.m: ditto. | |
3520 | |
6745 | 3521 2007-06-19 John W. Eaton <jwe@octave.org> |
3522 | |
3523 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
3524 (__go_draw_axes__): Call do_tics to handle tic marks. | |
3525 | |
6742 | 3526 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3527 | |
6778 | 3528 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 3529 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
3530 to check for NA. | |
3531 | |
6741 | 3532 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
3533 | |
6778 | 3534 * optimization/glpk.m: TeXified the help text. |
3535 * optimization/qp.m: TeXified the help text. | |
3536 * optimization/sqp.m: TeXified the help text. | |
6741 | 3537 |
6740 | 3538 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
3539 | |
6778 | 3540 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 3541 |
6738 | 3542 2007-06-15 John W. Eaton <jwe@octave.org> |
3543 | |
3544 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
3545 have_newer_gnuplot is true. | |
3546 | |
6736 | 3547 2007-06-15 Pete Gustafson <petegus@umich.edu> |
3548 | |
6778 | 3549 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
3550 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 3551 to 90, all others 0. |
3552 | |
6778 | 3553 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
3554 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 3555 get_data_limits. |
6778 | 3556 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 3557 called by __errplot__. |
3558 | |
6730 | 3559 2007-06-15 John W. Eaton <jwe@octave.org> |
3560 | |
3561 * testfun/test.m: Also return number of expected failures. | |
3562 | |
6724 | 3563 2007-06-14 John W. Eaton <jwe@octave.org> |
3564 | |
6730 | 3565 * set/ismember.m: Mark two tests known to fail with xtest. |
3566 | |
6724 | 3567 * plot/__go_draw_axes__.m: Handle text rotation property. |
3568 | |
6728 | 3569 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
3570 | |
3571 * testfun/test.m: Add xtest support for tests known to fail. | |
3572 | |
6727 | 3573 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
3574 | |
3575 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
3576 epslatexstandalone terminals. | |
3577 | |
6721 | 3578 2007-06-14 David Bateman <dbateman@free.fr> |
3579 | |
3580 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
3581 as permutation of results was incorrect. | |
3582 * general/interp1.m: Add demo on second derivative | |
3583 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 3584 call. Add 3D demo. Fix typos |
3585 * general/interp3.m: Fix typos. Correct permutation for use of | |
3586 interpn. | |
6721 | 3587 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
3588 | |
6717 | 3589 2007-06-13 John W. Eaton <jwe@octave.org> |
3590 | |
3591 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 3592 |
6706 | 3593 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
3594 | |
3595 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
3596 | |
6704 | 3597 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
3598 | |
3599 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
3600 Set have_linestyle to true if two character linestyle is found. | |
3601 | |
6702 | 3602 2007-06-12 David Bateman <dbateman@free.fr> |
3603 | |
6717 | 3604 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
3605 and interpn.m. | |
3606 | |
3607 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
3608 structure before using it. | |
3609 | |
3610 2007-06-12 David Bateman <dbateman@free.fr> | |
3611 | |
6704 | 3612 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 3613 * general/__splinen__.m: New support function for N-dimensional |
3614 spline interpolation. | |
3615 * general/bicubic.m: Allow definition of extrapolation | |
3616 value. Adapt tests to use new graphics interface | |
3617 * general/interp2.m: Call __splinen__ for 2-D spline | |
3618 interpolation. Make the lookup table code only be called for | |
3619 linear and nearest methods. | |
3620 * general/interpn.m: New function for N-dimensional, linear, nearest | |
3621 and spline interpolation. | |
3622 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
3623 and spline interpolation. | |
6704 | 3624 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 3625 |
6701 | 3626 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
3627 | |
3628 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
3629 | |
6699 | 3630 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
3631 | |
3632 * plot/fplot.m: If function is inline, vectorize it. | |
3633 | |
6698 | 3634 2007-06-10 David Bateman <dbateman@free.fr> |
3635 | |
3636 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
3637 directory if need to, so that it fits on a line. | |
3638 | |
6695 | 3639 2007-06-07 David Bateman <dbateman@free.fr> |
3640 | |
3641 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
3642 saved file so that dependent packages are loaded first, and if | |
3643 nargout==0 don't return any arguments. | |
3644 (pkg:install): Only load packages that are marked autoload after | |
3645 install. Various fixes. Save in order. | |
3646 (pkg:uninstall): Save in order | |
3647 (pkg:load_packages): Use load_package_and_dependencies to load | |
3648 packages. | |
3649 (pkg:save_order): New function to sort package list with dependent | |
3650 packages first. | |
3651 (pkg:load_packages_and_dependencies): New function to load both a | |
3652 list of packages and their dependencies. | |
3653 (pkg:load_package_dirs): New function that returns a vector of the | |
3654 indexes into the installed package list indicating the packages to | |
3655 load and the order to load them in to respect the dependencies. | |
3656 | |
6688 | 3657 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
3658 | |
3659 * plot/axes.m: Eliminate redundant else clause. | |
3660 | |
6686 | 3661 2007-06-03 David Bateman <dbateman@free.fr> |
3662 | |
3663 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 3664 * pkg/pkg.m: Protect against multiple actions being define. |
3665 | |
6683 | 3666 2007-06-01 David Bateman <dbateman@free.fr> |
3667 | |
3668 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
3669 incorporate into main pkg function. | |
3670 (pkg:install): Check for existence of files to install before | |
3671 globbing and warn the user if they don't exist. | |
3672 | |
6675 | 3673 2007-05-31 David Bateman <dbateman@free.fr> |
3674 | |
6679 | 3675 * miscellaneous/copyfile.m: Split copying of multiple files to a |
3676 directory over several copy command to limit the line length. | |
3677 * miscellaneous/movefile.m: Ditto. | |
3678 | |
6675 | 3679 * pkg.m: Add build option to allow binary Octave packages to be |
3680 built from source packages. Probe absolute path of prefix, global | |
3681 and local lists. Use strcat, rather that [] for strings. | |
3682 (pkg:build): New function to binary binary package. | |
3683 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
3684 (pkg:repackage): Package binary Octave package from installation. | |
3685 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
3686 from m-files into main installation directory. | |
3687 (pkg:shell): Suppress verbose messages from shell and only display | |
3688 them with the verbose flag. | |
3689 (pkg:installed_packages): Also include the loaded flag in the | |
3690 local and global packages. | |
3691 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
3692 flagged as loaded. | |
3693 | |
3694 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
3695 | |
3696 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
3697 with and without architecture dependent directories. | |
3698 (pkg:installed_packages): Probe the global_list file even if it is | |
3699 the same as the local_list. | |
3700 | |
6669 | 3701 2007-05-29 John W. Eaton <jwe@octave.org> |
3702 | |
3703 * sparse/spy.m: Set axis to "ij" mode. | |
3704 | |
6664 | 3705 2007-05-24 John W. Eaton <jwe@octave.org> |
3706 | |
3707 * set/ismember.m: Quote first arg of "fail" tests. | |
3708 | |
6663 | 3709 2007-05-24 David Bateman <dbateman@free.fr> |
3710 | |
6778 | 3711 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 3712 |
6655 | 3713 2007-05-22 David Bateman <dbateman@free.fr> |
3714 | |
3715 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
3716 error(lasterr()(8:end)). | |
3717 (pkg:install): Warning for empty packages being removed. Suppress | |
3718 spurious output. Warning rather than error for uninstalling a | |
3719 package that is not installed to avoid RPM issue. | |
3720 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
3721 inst or architecture dependent directory if it exists. | |
3722 | |
6653 | 3723 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
3724 | |
3725 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
3726 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
3727 signal/freqz.m: Fix typos. | |
3728 | |
6645 | 3729 2007-05-21 David Bateman <dbateman@free.fr> |
3730 | |
3731 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
3732 force installation location. | |
3733 (rebuild): New subfunction to rebuild package database from | |
3734 installed packages. Also allows changing of autoload status | |
3735 (install): Warn use if attempting to install from non existent | |
3736 file. | |
3737 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
3738 "USER", "root"))' for root test. | |
3739 | |
3740 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
3741 | |
3742 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
3743 and replace "\" characters with "/". | |
3744 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
3745 characters with "/" throughout. | |
3746 (shell): New subfunction that wraps system and is careful with the | |
3747 shell on windows platforms. | |
3748 (configure_make): Explictly pass complier etc to configure | |
3749 process. | |
3750 (issuperuser): Force default to global install for Windows machines. | |
3751 | |
6636 | 3752 2007-05-19 Kristan Onu |
3753 | |
3754 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
3755 | |
6634 | 3756 2007-05-18 David Bateman <dbateman@free.fr> |
3757 | |
3758 * pkg/pkg.m (install): More verbosity. | |
3759 (configure_make): Ditto. | |
3760 (create_pkgadddel): Install in architecture dependent directory if | |
3761 it exists to address issues with autoload/mfilename. | |
3762 (write_INDEX): Check in archiecture dependent directories as well. | |
3763 | |
6633 | 3764 2007-05-17 David Bateman <dbateman@free.fr> |
3765 | |
3766 * plot/hbar.m: Remove. | |
3767 * plot/barh.m: and move it here. | |
3768 | |
6631 | 3769 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
3770 | |
3771 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
3772 | |
6629 | 3773 2007-05-16 John W. Eaton <jwe@octave.org> |
3774 | |
3775 * general/logspace.m: Return second arg if fewer than two values | |
3776 are requested. | |
3777 | |
6619 | 3778 2007-05-14 John W. Eaton <jwe@octave.org> |
3779 | |
3780 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
3781 on a new line. | |
3782 | |
6617 | 3783 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
3784 | |
3785 * statistics/distributions/norminv.m, | |
3786 statistics/distributions/norminv.m, | |
3787 statistics/distributions/normpdf.m, | |
3788 statistics/distributions/normrnd.m: | |
3789 Use standard deviation, not variance. | |
3790 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
3791 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
3792 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
3793 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
3794 backward compatibility. | |
3795 | |
6616 | 3796 2007-05-14 David Bateman <dbateman@free.fr> |
3797 | |
3798 * pkg/pkg.m: Mark loaded packages with "*". | |
3799 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3800 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 3801 |
3802 * miscellaneous/single.m: Doc fix. | |
3803 Convert to double instead of returning argument unchanged. | |
3804 | |
3805 * miscellaneous/doc.m: Doc fix. | |
3806 | |
3807 * miscellaneous/ver.m: Doc fix. | |
3808 Don't display information about Octave Forge. | |
3809 | |
6614 | 3810 2007-05-12 David Bateman <dbateman@free.fr> |
3811 | |
3812 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
3813 install to be printed. An error in the on_uninstall script causes | |
3814 a failure to uninstall. Place oct- and mex-files in an | |
3815 architecture dependent directory. | |
3816 | |
6611 | 3817 2007-05-09 John W. Eaton <jwe@octave.org> |
3818 | |
3819 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
3820 | |
6609 | 3821 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3822 | |
3823 * statistics/distributions/normcdf.m: Use standard deviation | |
3824 instead of variance for compatibility. | |
3825 | |
3826 2007-05-08 John W. Eaton <jwe@octave.org> | |
3827 | |
3828 | |
3829 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
3830 | |
3831 * set/ismember.m: Always return logical values. | |
3832 | |
3833 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 3834 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 3835 |
3836 * general/__isequal__.m: Allow numeric values of different classes | |
3837 to compare equal. | |
3838 | |
6606 | 3839 2007-05-07 David Bateman <dbateman@free.fr> |
3840 | |
6607 | 3841 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
3842 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 3843 |
6605 | 3844 2007-05-02 John W. Eaton <jwe@octave.org> |
3845 | |
3846 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
3847 | |
6604 | 3848 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3849 | |
3850 * contour.m: Rewrite help string. | |
3851 | |
6599 | 3852 2007-04-28 John W. Eaton <jwe@octave.org> |
3853 | |
3854 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
3855 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
3856 Special case nargout == 0. | |
3857 | |
6597 | 3858 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
3859 | |
3860 * general/sub2ind.m: Handle empty input, add tests. | |
3861 | |
6590 | 3862 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3863 | |
3864 * plot/contourc.m: Doc fix. | |
3865 | |
6586 | 3866 2007-04-26 David Bateman <dbateman@free.fr> |
3867 | |
3868 * plot/hist.m: Partially remove previous patch. | |
3869 | |
6582 | 3870 2007-04-26 David Bateman <dbateman@free.fr> |
3871 | |
3872 * plot/hist.m: Support returning of handle | |
3873 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
3874 cells. | |
3875 | |
6575 | 3876 2007-04-25 John W. Eaton <jwe@octave.org> |
3877 | |
6579 | 3878 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
3879 "title \"\"", not "". | |
3880 | |
6575 | 3881 * plot/legend.m: Initialize WARNED to false. |
3882 | |
6567 | 3883 2007-04-24 John W. Eaton <jwe@octave.org> |
3884 | |
3885 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3886 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 3887 |
3888 2007-04-23 John W. Eaton <jwe@octave.org> | |
3889 | |
3890 * plot/box.m: Delete extra endfunction keyword. | |
3891 | |
6560 | 3892 2007-04-23 David Bateman <dbateman@free.fr> |
3893 | |
3894 * plot/plot3.m: Call newplot. | |
3895 | |
6553 | 3896 2007-04-20 John W. Eaton <jwe@octave.org> |
3897 | |
3898 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
3899 | |
6546 | 3900 2007-04-19 John W. Eaton <jwe@octave.org> |
3901 | |
3902 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
3903 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
3904 | |
6544 | 3905 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3906 | |
3907 * control/util/axis2dlim.m: Delete extraneous line. | |
3908 | |
6542 | 3909 2007-04-18 John W. Eaton <jwe@octave.org> |
3910 | |
3911 * specfun/factorial.m: Increase tolerance in large value test. | |
3912 | |
6540 | 3913 2007-04-18 David Bateman <dbateman@free.fr> |
3914 | |
3915 * __bar__.m: New support function for bar/hbar to support graphic | |
3916 handles, and additional arguments. | |
3917 * bar.m: Convert to use __bar__. | |
3918 * hbar.m: New function | |
3919 * hist.m: Explicitly set the width of the bar plot. | |
3920 | |
6533 | 3921 2007-04-17 John W. Eaton <jwe@octave.org> |
3922 | |
6534 | 3923 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
3924 | |
6533 | 3925 * set/ismember.m: New tests. |
3926 From David Grohmann <grohmann@arlut.utexas.edu> | |
3927 | |
6532 | 3928 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
3929 | |
3930 * specfun/factorial.m: Use gamma function instead of cumprod. | |
3931 Add tests. | |
3932 | |
6527 | 3933 2007-04-16 John W. Eaton <jwe@octave.org> |
3934 | |
6528 | 3935 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
3936 looks_like_copyright in src/help.cc. | |
3937 From S�ren Hauberg <soren@hauberg.org>. | |
3938 | |
6527 | 3939 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
3940 | |
6526 | 3941 2007-04-13 John W. Eaton <jwe@octave.org> |
3942 | |
6527 | 3943 * optimization/sqp.m: Initialize info to 0. |
3944 | |
6526 | 3945 * optimization/qp.m: Undo previous change. |
3946 | |
6524 | 3947 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
3948 | |
3949 * spdiags.m: Fixed the four-argument case to work for columns of | |
3950 length one. | |
3951 | |
6523 | 3952 2007-04-12 John W. Eaton <jwe@octave.org> |
3953 | |
3954 * optimization/qp.m: Avoid Octave indexing bug. | |
3955 | |
6521 | 3956 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
3957 | |
6522 | 3958 * miscellaneous/menu.m, control/base/bddemo.m, |
3959 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
3960 control/system/sysrepdemo.m: | |
3961 Adapt to page_screen_output as a function. | |
6521 | 3962 |
6518 | 3963 2007-04-11 John W. Eaton <jwe@octave.org> |
3964 | |
3965 * miscellaneous/not.m: Delete. | |
3966 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
3967 | |
3968 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3969 | |
3970 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
3971 that are close but not exactly equal. | |
3972 | |
6515 | 3973 2007-04-11 David Bateman <dbateman@free.fr> |
3974 | |
3975 * general/bitcmp.m: Make it work again. | |
3976 | |
6512 | 3977 2007-04-10 John W. Eaton <jwe@octave.org> |
3978 | |
3979 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
3980 that are close but not exactly equal. | |
3981 | |
6511 | 3982 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
3983 | |
3984 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
3985 in response to a change in x limits for now. | |
3986 | |
6510 | 3987 2007-04-09 John W. Eaton <jwe@octave.org> |
3988 | |
3989 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
3990 (__go_draw_axes__): Use it to write data to plot stream. | |
3991 | |
6509 | 3992 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
3993 | |
3994 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
3995 zeros. Set markerfacecolor property in call to plot. | |
3996 | |
6508 | 3997 2007-04-06 John W. Eaton <jwe@octave.org> |
3998 | |
3999 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4000 | |
4001 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4002 | |
4003 * plot/stem.m: Use plot instead of a series of calls to line. | |
4004 | |
6494 | 4005 2007-04-05 John W. Eaton <jwe@octave.org> |
4006 | |
6499 | 4007 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4008 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4009 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4010 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4011 | |
6496 | 4012 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4013 Use strcmpi instead of strcmp+tolower. |
6496 | 4014 Style fixes. |
4015 | |
6494 | 4016 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4017 Plotting fixes. Style fixes. | |
4018 | |
4019 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4020 Style fixes. | |
4021 | |
4022 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4023 Style fixes. | |
4024 | |
4025 * testfun/demo.m, testfun/example.m: Style fixes. | |
4026 Use "strcat (...)" instead of "[...]". | |
4027 Use format specifiers in calls to warning. | |
4028 | |
4029 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4030 Use "strcat (...)" instead of "[...]". | |
4031 Use "x(end)" instead of "x(length (x))". | |
4032 Check NA before NaN. | |
4033 Style fixes. | |
4034 | |
6473 | 4035 2007-03-29 John W. Eaton <jwe@octave.org> |
4036 | |
6474 | 4037 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4038 |
6467 | 4039 2007-03-27 John W. Eaton <jwe@octave.org> |
4040 | |
4041 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4042 control/base/Makefile.in, control/hinf/Makefile.in, | |
4043 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4044 control/util/Makefile.in, deprecated/Makefile.in, | |
4045 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4046 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4047 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4048 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4049 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4050 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4051 special-matrix/Makefile.in, startup/Makefile.in, | |
4052 statistics/Makefile.in, statistics/base/Makefile.in, | |
4053 statistics/distributions/Makefile.in, | |
4054 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4055 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4056 Use ln instead of $(LN_S) in dist target. | |
4057 | |
6465 | 4058 2007-03-27 David Bateman <dbateman@free.fr> |
4059 | |
4060 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4061 gnuplot 4.0. | |
4062 | |
6464 | 4063 2007-03-26 John W. Eaton <jwe@octave.org> |
4064 | |
4065 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4066 | |
6461 | 4067 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4068 | |
4069 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4070 plot stream and using binary data. | |
4071 | |
6459 | 4072 2007-03-26 John W. Eaton <jwe@octave.org> |
4073 | |
4074 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4075 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4076 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4077 | |
4078 2007-03-26 David Bateman <dbateman@free.fr> | |
4079 | |
6461 | 4080 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4081 | |
6459 | 4082 * plot/plot3.m: Handle line properties. |
4083 * plot/plot.m: Update docstring. | |
4084 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4085 * plot/__plt__.m: Also gather properties. | |
4086 | |
6455 | 4087 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4088 | |
4089 * testfun/assert.m: Delete special check for empty objects. | |
4090 Add test. | |
4091 | |
6453 | 4092 2007-03-26 John W. Eaton <jwe@octave.org> |
4093 | |
6454 | 4094 * plot/drawnow.m: Exit early if call is recursive. |
4095 | |
6453 | 4096 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4097 Check for Inf too. | |
4098 (__go_draw_axes__): Use get_data_limits. | |
4099 | |
6450 | 4100 2007-03-24 John W. Eaton <jwe@octave.org> |
4101 | |
6451 | 4102 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4103 send terminal setting command with title option to plot stream. | |
4104 | |
6450 | 4105 * plot/legend.m: Correctly increment index into list of children.. |
4106 | |
6434 | 4107 2007-03-23 John W. Eaton <jwe@octave.org> |
4108 | |
6448 | 4109 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4110 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4111 control/base/nyquist.m, control/base/nichols.m, | |
4112 control/base/frdemo.m, signal/freqz_plot.m, | |
4113 control/base/__stepimp__.m, control/base/bode.m, | |
4114 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4115 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4116 Update plotting code. |
4117 | |
4118 * control/base/bode.m: Unwrap phase angle. | |
4119 | |
4120 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4121 | |
4122 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4123 | |
4124 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4125 commands. | |
6446 | 4126 |
6442 | 4127 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4128 Handle numeric color specs. |
6442 | 4129 * plot/plot.m: Remove "-@" and "@" from docstring. |
4130 | |
6441 | 4131 * plot/orient.m: Fix tests to avoid creating a plot window. |
4132 | |
6440 | 4133 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4134 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4135 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4136 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4137 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4138 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4139 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4140 | |
6438 | 4141 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4142 plot, not just multiplots. | |
4143 | |
6436 | 4144 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4145 | |
6434 | 4146 * plot/contour.m: Don't call drawnow. |
4147 | |
6431 | 4148 2007-03-22 John W. Eaton <jwe@octave.org> |
4149 | |
6432 | 4150 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4151 property of each figure. | |
4152 | |
6431 | 4153 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4154 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4155 | |
4156 2007-03-21 John W. Eaton <jwe@octave.org> | |
4157 | |
4158 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4159 less than eps to 0. | |
4160 | |
6429 | 4161 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4162 |
4163 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4164 * testfun/speed.m: Documentation and example fix. |
4165 | |
6424 | 4166 2007-03-21 John W. Eaton <jwe@octave.org> |
4167 | |
4168 * plot/subplot.m: If we find an existing subplot region, set | |
4169 it to be the "currentaxes" property for the current figure. | |
6425 | 4170 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4171 |
6422 | 4172 2007-03-20 David Bateman <dbateman@free.fr> |
4173 | |
4174 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4175 | |
4176 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4177 | |
4178 * general/arrayfun.m: New function. | |
4179 | |
6418 | 4180 2007-03-20 John W. Eaton <jwe@octave.org> |
4181 | |
6419 | 4182 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4183 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4184 | |
4185 * plot/clf.m: Don't call drawnow. | |
4186 | |
6431 | 4187 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4188 |
6420 | 4189 * image/__img__.m: Maybe set yaxis to reverse for images. |
4190 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4191 images. | |
4192 | |
6418 | 4193 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4194 instead of global. Only register __go_close_all__ with atexit if |
4195 the plot stream is successfully opened. | |
6418 | 4196 |
6413 | 4197 2007-03-15 John W. Eaton <jwe@octave.org> |
4198 | |
6418 | 4199 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4200 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4201 | |
4202 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4203 | |
4204 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4205 Use numeric line types. |
6413 | 4206 |
4207 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4208 lines and larger markers. Remove key titles from line type |
4209 properties. | |
6413 | 4210 |
6405 | 4211 2007-03-14 John W. Eaton <jwe@octave.org> |
4212 | |
6412 | 4213 * plot/__axis_label__.m: Accept additional property-value pairs |
4214 and pass them to __go_text__. Simply return the handle obtained | |
4215 from __go_text__ instead of calling get on the current axis. | |
4216 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4217 Allow for extra property value pairs to be passed along. | |
4218 * plot/title.m: Implement with __axis_label__ since it does all | |
4219 that title needs to do. | |
4220 | |
6410 | 4221 * plot/clf.m: Set currentaxes property for current figure to []. |
4222 | |
6405 | 4223 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4224 | |
4225 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4226 and __plt2__, not just the last. | |
4227 | |
4228 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4229 (SOURCES_IN, GEN_M): Delete. | |
4230 (FCN_FILES): Don't include $(GEN_M). | |
4231 (all): Don't depend on $(GEN_M). | |
4232 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4233 | |
4234 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4235 | |
4236 * plot/newplot.m: Call __go_axes_init__ instead of | |
4237 __uiobject_axes_init__. | |
4238 | |
4239 * plot/mesh.m: Use __go_surface__ instead of | |
4240 __uiobject_surface_ctor__. Don't access object fields directly. | |
4241 | |
4242 * plot/line.m: Use __line__ to do actual work. | |
4243 * plot/__line__.m: New function. | |
4244 | |
4245 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4246 Use get and set instead of accessing object fields directly. | |
4247 | |
4248 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4249 handle. | |
4250 | |
4251 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4252 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4253 __uiobject_draw_figure__. | |
4254 | |
4255 * plot/clf.m: Use get instead of accessing object fields | |
4256 directly. Simply delete children. Don't set currentaxes. | |
4257 | |
4258 * plot/close.m (close_all_figures): New subfunction. | |
4259 Use it instead of getting list of figures to close from | |
4260 __uiobject_figures__. | |
4261 | |
4262 * plot/closereq.m: Simply delete the current figure. Don't set | |
4263 currentfigure. | |
4264 | |
4265 * plot/__errplot__.m: Call __line__ instead of | |
4266 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4267 directly. Don't call __uiobject_adopt__. | |
4268 | |
4269 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4270 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4271 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4272 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4273 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4274 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4275 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4276 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4277 plot/__uiobject_init_root_figure__.in, | |
4278 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4279 plot/__uiobject_root_figure_ctor__.m, | |
4280 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4281 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4282 plot/set.in: Delete. | |
6408 | 4283 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4284 |
4285 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4286 Pass "hidden" as second arg to close. | |
4287 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4288 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4289 * plot/Makefile.in (SOURCES_M): Rename in list. |
4290 | |
6405 | 4291 * image/__img__.m: Use __go_image__ to create image graphics |
4292 handle. | |
4293 | |
4294 * miscellaneous/delete.m: Call __go_delete__, not | |
4295 __uiobject_delete__. Check that arg is a graphics handle before | |
4296 calling __go_delete__. | |
4297 | |
6403 | 4298 2007-03-13 John W. Eaton <jwe@octave.org> |
4299 | |
4300 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
4301 arg instead of switch statement. | |
6528 | 4302 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 4303 |
4304 2007-03-12 John W. Eaton <jwe@octave.org> | |
4305 | |
4306 * miscellaneous/cast.m: New function. | |
4307 | |
4308 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
4309 | |
6398 | 4310 2007-03-08 John W. Eaton <jwe@octave.org> |
4311 | |
4312 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
4313 tilde expansion on target filename before passing it to the shell. | |
4314 | |
4315 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
4316 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
4317 | |
6396 | 4318 2007-03-08 David Bateman <dbateman@free.fr> |
4319 | |
4320 * statistics/base/unidrnd.m: Move to statistics/distributions | |
4321 replacing slower version based on dicrete_rnd. | |
4322 | |
6392 | 4323 2007-03-07 John W. Eaton <jwe@octave.org> |
4324 | |
6395 | 4325 * control/base/rlocus.m: Update for current plotting functions. |
4326 | |
4327 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4328 | |
4329 * control/base/rlocus.m: Improve display. | |
4330 | |
4331 2007-03-07 John W. Eaton <jwe@octave.org> | |
4332 | |
4333 * plot/legend.m: Only handle positions -1:4. | |
4334 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
4335 found in option string | |
4336 * plot/__uiobject_draw_axes__.m: Handle key position. | |
4337 | |
6394 | 4338 * plot/newplot.m: Always reset next line color. |
4339 | |
6392 | 4340 * testfun/assert.m: Check that number of dimensions match before |
4341 checking dimensions. | |
4342 | |
6391 | 4343 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
4344 | |
4345 * specfun/perms.m, specfun/factorial.m: Check args. | |
4346 | |
6387 | 4347 2007-03-07 John W. Eaton <jwe@octave.org> |
4348 | |
6390 | 4349 * plot/mesh.m: Call newplot before doing anything. |
4350 | |
4351 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
4352 just "e". Only flush plot stream once. | |
4353 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4354 | |
6387 | 4355 * strings/blanks.m: Omit first index in assignment. |
4356 | |
6386 | 4357 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
4358 | |
4359 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
4360 | |
6385 | 4361 2007-03-06 David Bateman <dbateman@free.fr> |
4362 John W. Eaton <jwe@octave.org> | |
4363 | |
4364 * set/setdiff.m: Ignore "rows" for cell array args. | |
4365 Handle cellstr args. | |
4366 | |
6382 | 4367 2007-03-05 John W. Eaton <jwe@octave.org> |
4368 | |
4369 * optimization/sqp.m: Defer first call to obj_hess until after | |
4370 calling obj_fun. | |
4371 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4372 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 4373 |
4374 * specfun/nchoosek.m: Fix nargin check. | |
4375 | |
6376 | 4376 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
4377 | |
4378 * image/__img__.m: Don't set xlim and ylim properties. | |
4379 | |
6374 | 4380 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
4381 | |
4382 * general/interp1.m: Fix *style cases for decreasing x. | |
4383 | |
6372 | 4384 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
4385 | |
4386 * polynomial/roots.m: Check nargin before accessing arg. | |
4387 | |
6369 | 4388 2007-02-28 John W. Eaton <jwe@octave.org> |
4389 | |
4390 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
4391 increment data_idx unless using gnuplot for display. | |
4392 | |
6368 | 4393 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
4394 | |
4395 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
4396 plots with images. | |
4397 * image/image.m, image/imagesc.m, image/imshow.m: | |
4398 Deprecate zoom argument. | |
4399 | |
6366 | 4400 2007-02-28 John W. Eaton <jwe@octave.org> |
4401 | |
4402 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
4403 temporary file names. Keep image and colormap file ids separate. | |
4404 | |
4405 * general/interp1.m: Correctly compute min and max values when | |
4406 values are decreasing and not evenly spaced. | |
4407 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
4408 | |
6365 | 4409 2007-02-27 John W. Eaton <jwe@octave.org> |
4410 | |
4411 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
4412 returning an empty cell array. | |
4413 | |
6546 | 4414 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 4415 |
4416 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
4417 | |
6546 | 4418 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 4419 |
4420 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4421 control/base/Makefile.in, control/hinf/Makefile.in, | |
4422 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4423 control/util/Makefile.in, deprecated/Makefile.in, | |
4424 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4425 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4426 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4427 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4428 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4429 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4430 special-matrix/Makefile.in, startup/Makefile.in, | |
4431 statistics/Makefile.in, statistics/base/Makefile.in, | |
4432 statistics/distributions/Makefile.in, | |
4433 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4434 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4435 Use $(LN_S) instead of ln or ln -s. | |
4436 | |
6356 | 4437 2007-02-24 David Bateman <dbateman@free.fr> |
4438 | |
4439 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
4440 '\n' in FILES file. | |
6357 | 4441 (configure_make): Also install any mex files. |
6356 | 4442 |
6353 | 4443 2007-02-24 David Bateman <dbateman@free.fr> |
4444 | |
4445 * statistics/distributions (SOURCES): Add nbincdf.m, | |
4446 nbininv.m, nbinpdf.m and nbinrnd.m. | |
4447 | |
6351 | 4448 2007-02-23 John W. Eaton <jwe@octave.org> |
4449 | |
4450 * statistics/distributions/Makefile.in (SOURCES): Remove | |
4451 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
4452 | |
4453 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
4454 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
4455 | |
6349 | 4456 2007-02-23 David Bateman <dbateman@free.fr> |
4457 | |
4458 * statistics/distributions/discrete_rnd.m, | |
4459 statistics/distributions/geornd.m, | |
4460 statistics/distributions/lognnd.m, | |
4461 statistics/distributions/nbinrnd.m, | |
4462 statistics/distributions/wblrnd.m: Accelerate distributions. | |
4463 | |
4464 * statistics/distributions/unidcdf.m, | |
4465 statistics/distributions/unidinv.m, | |
4466 statistics/distributions/unidpdf.m, | |
4467 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 4468 discrete_cdf, etc. |
6349 | 4469 |
4470 * statistics/distributions/pascal_cdf.m, | |
4471 statistics/distributions/pascal_inv.m, | |
4472 statistics/distributions/pascal_pdf.m, | |
4473 statistics/distributions/pascal_rnd.m: Remove. | |
4474 * statistics/distributions/nbincdf.m, | |
4475 statistics/distributions/nbininv.m, | |
4476 statistics/distributions/nbinpdf.m, | |
4477 statistics/distributions/nbinrnd.m: Replace with matlab | |
4478 compatible functions. | |
4479 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
4480 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
4481 nbincdf, etc functions to implement these. | |
4482 | |
6344 | 4483 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4484 | |
4485 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
4486 command and data. | |
4487 | |
4488 2007-02-22 John W. Eaton <jwe@octave.org> | |
4489 | |
4490 * miscellaneous/doc.m: If index search fails, try again without | |
4491 the index search option. | |
4492 | |
6339 | 4493 2007-02-22 David Bateman <dbateman@free.fr> |
4494 | |
6341 | 4495 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
4496 | |
6340 | 4497 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
4498 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
4499 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
4500 statistics/distributions/betarnd.m: Convert to use randg, rande | |
4501 and randp to accelerate. | |
4502 | |
6339 | 4503 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
4504 | |
6338 | 4505 2007-02-22 John W. Eaton <jwe@octave.org> |
4506 | |
4507 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
4508 cache data and display after xlim and ylim have been determined. | |
4509 | |
6337 | 4510 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
4511 | |
4512 * plot/__uiobject_draw_axes__.m: | |
4513 Allow multiple images to be displayed with gnuplot. | |
4514 | |
6333 | 4515 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
4516 | |
4517 * optimization/glpk.m: Document the fact that extra.mem does not work | |
4518 for versions of GLPK 4.15 and later. | |
4519 | |
6328 | 4520 2007-02-19 John W. Eaton <jwe@octave.org> |
4521 | |
4522 * plot/__uiobject_alloc__.in: If next available element in | |
4523 __uiobject_list__ is 0, grow list before doing anything else. | |
4524 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
4525 first call when size of __uiobject_list__ is 0. | |
4526 | |
6323 | 4527 2007-02-16 John W. Eaton <jwe@octave.org> |
4528 | |
4529 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
4530 | |
6321 | 4531 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
4532 | |
4533 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
4534 | |
6316 | 4535 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
4536 | |
4537 * specfun/nchoosek.m: Check nargin. | |
4538 | |
6314 | 4539 2007-02-15 John W. Eaton <jwe@octave.org> |
4540 | |
6315 | 4541 * path/addpath.m, path/rmpath.m: Delete |
4542 * path/Makefile.in (SOURCES): Remove them from the list. | |
4543 | |
6314 | 4544 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
4545 Delete title, xlabel, ylabel, and zlabel properties before | |
4546 reassigning. | |
4547 * plot/__uiobject_axes_init__.in: New arg, mode. | |
4548 Don't init outerposition if "mode" is "replace". | |
4549 * plot/newplot.m: Check both figure and axes nextplot properties. | |
4550 If axes nextplot property is replace, pass "replace" as mode arg | |
4551 to __uiobject_axes_init__. | |
4552 | |
6308 | 4553 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
4554 | |
6310 | 4555 * image/imshow.m: Don't restore old colormap. |
4556 | |
6309 | 4557 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
4558 * image/__img__.m: New file containing common parts of image.m and | |
4559 imshow.m. | |
6312 | 4560 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 4561 * image/image.m, image/imshow.m: Call __img__. |
4562 * plot/__uiobject_draw_axes__.m: | |
4563 Handle rgb imaged data stored in 3-d arrays. | |
4564 | |
6308 | 4565 * plot/figure.m: Doc fix. |
4566 | |
6304 | 4567 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
4568 | |
4569 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
4570 for reading and writing data. New tests. Improve rounding. | |
4571 | |
6302 | 4572 2007-02-13 John W. Eaton <jwe@octave.org> |
4573 | |
6303 | 4574 * plot/stem.m: New file, adapted from OctPlot. |
4575 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4576 | |
6302 | 4577 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
4578 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4579 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4580 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
4581 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
4582 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4583 plot/semilogyerr.m: Return handles to line objects. | |
4584 | |
6301 | 4585 2007-02-11 John W. Eaton <jwe@octave.org> |
4586 | |
4587 * plot/__uiobject_close_all.m: New file. | |
4588 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4589 | |
6298 | 4590 2007-02-10 John W. Eaton <jwe@octave.org> |
4591 | |
4592 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
4593 * plot/__uiobject_globals__.m: Don't call mlock. | |
4594 | |
4595 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
4596 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
4597 before calling pclose. | |
4598 | |
6291 | 4599 2007-02-09 John W. Eaton <jwe@octave.org> |
4600 | |
6295 | 4601 * plot/subplot.m: Delete spurious call to axes. |
4602 | |
6293 | 4603 * plot/figure.m: Call drawnow for current figure before creating |
4604 or switching to a new figure. | |
4605 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
4606 nargin == 0 case. | |
4607 | |
6291 | 4608 * testfun/assert.m: Try to avoid problems when comparisons involve |
4609 strange values like Inf+NaNi. | |
4610 | |
6283 | 4611 2007-02-08 John W. Eaton <jwe@octave.org> |
4612 | |
6286 | 4613 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
4614 and check gnuplot_use_title_option instead of just assuming -title | |
4615 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
4616 | |
6285 | 4617 * Makefile.in (DISTFILES): Add move-if-change to the list. |
4618 | |
6284 | 4619 * audio/Makefile.in, control/base/Makefile.in, |
4620 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4621 control/system/Makefile.in, control/util/Makefile.in, | |
4622 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4623 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4624 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4625 optimization/Makefile.in, plot/Makefile.in, | |
4626 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4627 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4628 special-matrix/Makefile.in, startup/Makefile.in, | |
4629 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4630 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4631 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
4632 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
4633 | |
6283 | 4634 * plot/figure.m: Don't call drawnow. Correctly init figure when |
4635 only given property list. | |
4636 | |
6278 | 4637 2007-02-07 John W. Eaton <jwe@octave.org> |
4638 | |
6280 | 4639 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
4640 properties. | |
4641 | |
6278 | 4642 * plot/sombrero.m: Call box ("off") after mesh. |
4643 | |
4644 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
4645 line default" commands with older versions of gnuplot. | |
4646 | |
4647 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
4648 | |
6273 | 4649 2007-02-06 John W. Eaton <jwe@octave.org> |
4650 | |
4651 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
4652 * sparse/gplot.m: Use line style - instead of 1. | |
4653 | |
6272 | 4654 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
4655 | |
4656 * plot/print.m: Avoid error message from cellidx. | |
4657 | |
4658 2007-02-05 John W. Eaton <jwe@octave.org> | |
4659 | |
4660 * plot/legend.m: Fix check for data. | |
4661 | |
6270 | 4662 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
4663 | |
4664 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
4665 Always set lt and pt. | |
4666 | |
6269 | 4667 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
4668 | |
4669 * plot/contourc.m: Correctly compute X and Y. | |
4670 | |
6268 | 4671 2007-02-05 John W. Eaton <jwe@octave.org> |
4672 | |
4673 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
4674 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
4675 | |
6264 | 4676 2007-02-01 John W. Eaton <jwe@octave.org> |
4677 | |
6266 | 4678 * plot/__uiobject_draw_axes__.m: |
4679 Don't try to set axis limits unless we have data. | |
4680 | |
6264 | 4681 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
4682 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4683 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4684 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
4685 instead of of key and fmt strings. | |
4686 | |
4687 * plot/__pltopt1__.m: Greatly simplify. | |
4688 | |
4689 * plot/__next_line_color__.m: New file. | |
4690 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4691 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
4692 | |
4693 * plot/__default_plot_options__.m: New file. | |
4694 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4695 | |
4696 * plot/__plt3__.m: Delete. | |
4697 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
4698 | |
6259 | 4699 2007-01-31 John W. Eaton <jwe@octave.org> |
4700 | |
6263 | 4701 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
4702 linestyle, linewidth, marker, and markersize properties. | |
4703 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
4704 colors and widths, and line styles. | |
4705 | |
4706 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 4707 |
6261 | 4708 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
4709 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4710 | |
4711 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
4712 __gnuplot_save_data__. | |
4713 | |
6259 | 4714 * image/image.m: Accept 2 args, but ignore the second for now. |
4715 | |
6258 | 4716 2007-01-30 David Bateman <dbateman@free.fr> |
4717 | |
4718 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
4719 to flag a package as to be autoloaded. Add install flags -noauto, | |
4720 -auto to force autoload behavior. | |
4721 (installed_packages): Make list of installed packages unique. | |
4722 | |
6259 | 4723 2007-01-30 John W. Eaton <jwe@octave.org> |
4724 | |
4725 * Merge of changes from graphics-branch: | |
4726 | |
4727 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 4728 |
4729 * plot/subplot.m: Set nextplot property of current figure to "add". | |
4730 | |
4731 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
4732 property if it exists. | |
4733 | |
6259 | 4734 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 4735 |
4736 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
4737 min values outside of loop over child objects. | |
4738 | |
4739 * plot/contour.m, plot/contourc.m: New files. | |
4740 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
4741 | |
4742 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
4743 find a gnuplot version newer than 4.0. | |
4744 * image/__img_gnuplot__.m: Delete. | |
4745 * image/image.m: Create image graphics object. | |
4746 Call newplot to setup and drawnow to finish. | |
4747 Eliminate ZOOM arg. | |
4748 | |
4749 * plot/__uiobject_draw_axes__.m: Handle image data. | |
4750 | |
4751 * plot/legend.m: Eliminate useless variable "warned". | |
4752 | |
4753 * plot/__uiobject_image_ctor__.m: New file. | |
4754 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4755 | |
4756 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
4757 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
4758 | |
4759 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
4760 | |
4761 * plot/__default_colormap__.m: New file. | |
4762 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4763 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
4764 property. | |
4765 * image/colormap.m: Use colormap property of current figure | |
4766 to store colormap instead of using persistent variable. | |
4767 Call __default_colormap__ to get default map value. | |
4768 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
4769 | |
4770 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
4771 Handle some tick mark options. | |
4772 | |
4773 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
4774 set corresponding *mode to "manual". If we set dataaspectratio, | |
4775 set dataaspectratiomode to "manual". | |
4776 | |
4777 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
4778 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
4779 | |
4780 * plot/axis.m: New file. | |
4781 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
4782 | |
4783 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
4784 set corresponding *limmode to "manual". | |
4785 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
4786 Use it to compute autosclaled limits. | |
4787 Arg is now handle, not object. Change all callers. | |
4788 Compute data limits. | |
4789 | |
6259 | 4790 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 4791 |
4792 * plot/drawnow: Fix visibility check for zero args. | |
4793 | |
4794 * plot/text.m: New file. | |
4795 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4796 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
4797 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
4798 horizontalalignment properties. | |
4799 | |
4800 * plot/figure.m: Set options for f we just constructed or were | |
4801 given as an argument, not gcf. Only return handle if nargout > 0. | |
4802 | |
4803 * plot/drawnow.m: Handle visible field for figure here. | |
4804 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
4805 | |
4806 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
4807 title and axis labels. | |
4808 | |
4809 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
4810 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
4811 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
4812 * plot/view.m: New file. | |
4813 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
4814 | |
4815 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
4816 Call __request_drawnow__. | |
4817 | |
4818 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
4819 | |
4820 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4821 Call set to set properties. Return handle instead of structure. | |
4822 Change all callers. | |
4823 | |
4824 * plot/__uiobject_axes_setr__.m: New file. | |
4825 * plot/set.in: Check for __setter__ field. | |
4826 | |
4827 * plot/__uiobject_axes_init__.in: | |
4828 Rename from plot/__uiobject_axes_init__.m. | |
4829 Include __uiobject_globals__. | |
4830 Accept handle as arg instead of structure | |
4831 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
4832 from the list. | |
4833 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
4834 | |
6259 | 4835 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 4836 |
4837 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
4838 | |
4839 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
4840 initializing each global variable. | |
4841 | |
6259 | 4842 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 4843 |
4844 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
4845 __uiobject_figure_handles_free_list__): New global variables. | |
4846 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
4847 Place unused handles on the free list. | |
4848 | |
4849 * plot/__uiobject_get_figure_handle__.in: Delete. | |
4850 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
4851 | |
4852 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
4853 handles here. Return figure handle. | |
4854 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
4855 | |
6259 | 4856 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 4857 |
4858 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
4859 data for gnuplot. | |
4860 | |
4861 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
4862 files. | |
4863 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
4864 (DISTFILES): Include include-globals.awk in the list. | |
4865 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
4866 ($(GEN_M) : %.m : %.in): New rule. | |
4867 | |
4868 * include-globals.awk: New file. | |
4869 | |
4870 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
4871 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
4872 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
4873 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
4874 plot/__uiobject_init_root_figure__.in, | |
4875 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
4876 Rename from corresponding .m files. | |
4877 | |
4878 * move-if-change: New file. | |
4879 | |
4880 * plot/__uiobject_delete__.m: New file. | |
4881 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
4882 plot/__uiobject_delete_child__.m: Delete. | |
4883 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
4884 not a character string. | |
4885 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
4886 Fix assignment to tmp key value in loop. | |
4887 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
4888 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
4889 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
4890 Inline code to delete children. | |
4891 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
4892 __uiobject_list__. | |
4893 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
4894 and free child. | |
4895 | |
6259 | 4896 2006-12-08 John W. Eaton <jwe@octave.org> |
4897 | |
4898 * plot/gcf.m: Check if the root figure object's currentfigure | |
4899 handle is empty, not 0. | |
4900 * plot/__uiobject_root_figure_ctor__.m: | |
4901 Set currentfigure to [], not 0. | |
4902 | |
4903 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
4904 | |
4905 2006-12-07 John W. Eaton <jwe@octave.org> | |
4906 | |
4907 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
4908 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
4909 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
4910 plot/__uiobject_delete_children__.m, | |
4911 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
4912 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
4913 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
4914 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
4915 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
4916 plot/__uiobject_init_figure__.m, | |
4917 plot/__uiobject_init_root_figure__.m, | |
4918 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
4919 plot/__uiobject_remove_child__.m, | |
4920 plot/__uiobject_root_figure_ctor__.m, | |
4921 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
4922 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
4923 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
4924 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
4925 plot/set.m: New files. | |
4926 | |
4927 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
4928 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
4929 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
4930 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
4931 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
4932 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
4933 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
4934 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
4935 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
4936 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
4937 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
4938 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
4939 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
4940 plot/semilogyerr.m, plot/replot.m: | |
4941 Adapt to new graphics data structure. | |
4942 | |
4943 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
4944 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
4945 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
4946 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
4947 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
4948 plot/plot_border.m, plot/subwindow.m: Delete. | |
4949 | |
4950 2007-01-24 David Bateman <dbateman@free.fr> | |
4951 | |
4952 * pkg/pkg.m: Install ChangeLog file if it exists. | |
4953 Delete bare newline in string passed to write_INDEX. | |
4954 | |
4955 * sparse/sprandsym.m: Make work for even values of N. | |
4956 | |
4957 2007-01-24 John W. Eaton <jwe@octave.org> | |
4958 | |
4959 * miscellaneous/news.m: New file. | |
4960 | |
4961 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
4962 | |
4963 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
4964 | |
4965 * strings/strncmp.m: Delete (we now have a built-in version). | |
4966 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4967 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 4968 |
4969 * testfun/test.m: Check for all files in path, use first found. | |
4970 | |
4971 2007-01-22 David Bateman <dbateman@free.fr> | |
4972 | |
4973 * polynomial/spline.m: Make DG a column instead of a row vector. | |
4974 | |
4975 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
4976 | |
4977 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
4978 file name. | |
4979 | |
4980 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
4981 nargout is 1. Handle colormaps that have too few colors. | |
4982 | |
4983 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
4984 (configure_make): Use fullfile instead of concatenating with "/". | |
4985 | |
6258 | 4986 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
4987 | |
4988 * set/ismember.m: Handle N-d arrays. | |
4989 | |
4990 2007-01-10 David Bateman <dbateman@free.fr> | |
4991 | |
4992 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
4993 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4994 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
4995 New files. | |
4996 | |
4997 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
4998 | |
6778 | 4999 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5000 |
5001 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5002 | |
5003 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5004 instead of concatenating with "/". Use mlock to ensure that | |
5005 persistent variables are not clobbered if user types clear all. | |
5006 | |
5007 2007-01-08 John W. Eaton <jwe@octave.org> | |
5008 | |
5009 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5010 Improve handling of file names containing globbing characters. | |
5011 From S�ren Hauberg <hauberg@gmail.com>. | |
5012 | |
5013 2007-01-05 John W. Eaton <jwe@octave.org> | |
5014 | |
5015 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5016 New files. | |
5017 | |
5018 2006-12-30 John W. Eaton <jwe@octave.org> | |
5019 | |
5020 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5021 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5022 | |
5023 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5024 | |
5025 * image/imshow.m: Strip NaNs from image. | |
5026 | |
5027 2006-12-08 David Bateman <dbateman@free.fr> | |
5028 | |
5029 * sparse/normest.m: New file. | |
5030 | |
6286 | 5031 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5032 |
6210 | 5033 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5034 Work on Windows systems without cp or mv. | |
5035 | |
6209 | 5036 * startup/inputrc: Include sequences for Windows. |
5037 | |
6203 | 5038 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5039 | |
5040 * pkg/pkg.m (unload_packages): New function. | |
5041 (pkg): Handle unload action. | |
5042 | |
5043 * __errplot__.m: Add missing semicolon. | |
5044 | |
6193 | 5045 2006-11-30 John W. Eaton <jwe@octave.org> |
5046 | |
5047 * miscellaneous/mexext.m: New file. | |
5048 | |
6189 | 5049 2006-11-29 David Bateman <dbateman@free.fr> |
5050 | |
5051 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5052 location of package lists to be probed and set. | |
5053 | |
6179 | 5054 2006-11-17 John W. Eaton <jwe@octave.org> |
5055 | |
6181 | 5056 * plot/__render_plot1__.m: Reverse y axis for images. |
5057 | |
6179 | 5058 * plot/__render_plot__.m: New args, terminal and output. |
5059 * plot/print.m: Don't set output and term here. Instead, call | |
5060 __render_plot__ with terminal and output. | |
5061 | |
6178 | 5062 2006-11-16 John W. Eaton <jwe@octave.org> |
5063 | |
5064 * plot/__render_plot1__.m: New file. | |
5065 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5066 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5067 gnuplot. Let __render_plot__ do that. | |
5068 | |
6177 | 5069 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5070 | |
5071 * plot/plot.m: Fix doc string. | |
5072 | |
6173 | 5073 2006-11-16 John W. Eaton <jwe@octave.org> |
5074 | |
5075 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5076 before sending anything to the plotter. | |
5077 | |
6172 | 5078 2006-11-15 John W. Eaton <jwe@octave.org> |
5079 | |
5080 * image/__img_gnuplot__.m: Store more info in global plot | |
5081 structures and use __render_plot__ to build plot command to | |
5082 display image. | |
5083 | |
5084 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5085 | |
5086 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5087 __plot_command_sep__): Delete. | |
5088 (__plot_data_type__, __plot_data_parametric__, | |
5089 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5090 __plot_usingstr__, __plot_withstr__): New variables. | |
5091 * plot/__init_plot_vars__.m: Initialize them. | |
5092 | |
5093 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5094 Don't handle sep or cmd. | |
5095 | |
5096 * plot/__render_plot__.m: New function. | |
5097 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5098 Store more info in global plot structures and use __render_plot__ | |
5099 to build plot command. | |
5100 * plot/replot.m: Simply call __render_plot__. | |
5101 | |
5102 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5103 Set __plot_data_parametric__ here. | |
5104 | |
6164 | 5105 2006-11-14 John W. Eaton <jwe@octave.org> |
5106 | |
6166 | 5107 * plot/bottom_title.m, plot/top_title.m: Delete. |
5108 | |
6164 | 5109 * image/image_viewer.m: Set default values here. |
5110 * image/image.m: Not here. | |
5111 | |
5112 * image/image_viewer.m: Always return old values. Check arguments. | |
5113 * image/__img_gnuplot__.m: Rename from __img__m. | |
5114 | |
5115 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5116 | |
5117 * image/image_viewer.m: New function. | |
5118 * image/__img_via_file__.m: New function. | |
5119 * image/image.m: Use image_viewer to determine which program to | |
5120 use for image viewing. | |
6754 | 5121 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5122 |
6163 | 5123 2006-11-14 John W. Eaton <jwe@octave.org> |
5124 | |
5125 * plot/__do_legend__.m, plot/__errplot__.m, | |
5126 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5127 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5128 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5129 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5130 Use __plot_globals__ for multiplot variables. Keep track of | |
5131 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5132 | |
6157 | 5133 2006-11-13 John W. Eaton <jwe@octave.org> |
5134 | |
6158 | 5135 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5136 | |
6157 | 5137 * miscellaneous/substruct.m: New function. |
5138 | |
5139 * testfun/assert.m: Force orientation to match when comparing | |
5140 struct elements. | |
5141 | |
5142 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5143 when comparing structs. | |
5144 | |
5145 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5146 | |
6754 | 5147 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5148 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5149 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5150 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5151 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5152 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5153 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5154 |
6156 | 5155 2006-11-13 John W. Eaton <jwe@octave.org> |
5156 | |
5157 * plot/mesh.m: Use size_equal to compare dimensions. | |
5158 | |
6154 | 5159 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5160 | |
5161 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5162 | |
6152 | 5163 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5164 | |
5165 * miscellaneous/copyfile.m: Fix docs to match function. | |
5166 | |
6145 | 5167 2006-11-08 John W. Eaton <jwe@octave.org> |
5168 | |
6146 | 5169 * plot/legend.m: New function, adapted from Octave Forge. |
5170 | |
5171 * plot/__do_legend__.m: New function. | |
5172 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5173 plot/replot.m: Call it before plotting. | |
5174 | |
5175 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5176 noparametric" to gnuplot.. | |
5177 | |
5178 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5179 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5180 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5181 and return key title separate from line format. Accept format and | |
5182 key as cellstr. Always return data as cell array. Return format | |
5183 and key title as cellstr. | |
5184 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5185 Handle line format and key titles separately. | |
5186 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5187 | |
5188 * plot/__plot_globals__.m (__plot_line_offset__, | |
5189 __plot_key_labels__, __plot_key_properties__): New global | |
5190 variables. Initialize them. | |
5191 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5192 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5193 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5194 (__plot_line_offset__, __plot_key_labels__, | |
5195 __plot_key_properties__): Store information about plot key titles. | |
5196 | |
5197 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5198 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5199 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5200 respectively. | |
5201 | |
5202 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5203 | |
6145 | 5204 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5205 whle concatenating args. | |
5206 | |
6144 | 5207 2006-11-07 John W. Eaton <jwe@octave.org> |
5208 | |
5209 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5210 | |
6142 | 5211 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5212 | |
6143 | 5213 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5214 option to regexp. | |
5215 | |
6142 | 5216 * image/__img__.m: Send "set size ratio -1" before plotting. |
5217 | |
6138 | 5218 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5219 | |
6139 | 5220 * strings/index.m: New arg, direction. Simplify and speed up. |
5221 * strings/rindex.m: Implement using index (..., "last"); | |
5222 | |
6754 | 5223 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5224 |
6130 | 5225 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5226 | |
5227 * general/__isequal__.m: Test size and class more consistently. | |
5228 | |
6116 | 5229 2006-10-27 John W. Eaton <jwe@octave.org> |
5230 | |
6117 | 5231 * miscellaneous/ls_command.m: Use /D instead of /w. |
5232 From Michael Goffioul <michael.goffioul@swing.be>. | |
5233 | |
6116 | 5234 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5235 * miscellaneous/dir.m: Mark as a command. | |
5236 | |
6112 | 5237 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5238 | |
5239 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5240 | |
6088 | 5241 2006-10-25 John W. Eaton <jwe@octave.org> |
5242 | |
5243 * image/image.m: Set x = y = [] when nargin == 0; | |
5244 | |
5245 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5246 | |
5247 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5248 * image/__img__.m: New file, originally from | |
5249 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5250 | |
6087 | 5251 2006-10-25 John W. Eaton <jwe@octave.org> |
5252 | |
5253 * plot/__gnuplot_version__.m: New function, originally from | |
5254 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5255 Quentin Spencer <qspencer@ieee.org>. | |
5256 | |
6085 | 5257 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5258 | |
5259 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5260 | |
6081 | 5261 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5262 | |
5263 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5264 miscellaneous/gunzip.m: New files. | |
5265 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5266 Call unpack to do the real work. | |
5267 | |
6075 | 5268 2006-10-24 John W. Eaton <jwe@octave.org> |
5269 | |
6078 | 5270 * plot/plot3.m: If we have a format string, then also pass using |
5271 string to __plt3__. | |
5272 | |
6077 | 5273 * plot/sombrero.m: Don't return anything if nargout == 0. |
5274 | |
6075 | 5275 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5276 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5277 |
6069 | 5278 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5279 | |
5280 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5281 Quote filenames in shell commands. | |
5282 | |
6055 | 5283 2006-10-17 David Bateman <dbateman@free.fr> |
5284 | |
5285 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5286 the package directory is missing. | |
5287 | |
6052 | 5288 2006-10-13 John W. Eaton <jwe@octave.org> |
5289 | |
5290 * plot/box.m: New function. | |
5291 | |
6050 | 5292 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5293 | |
5294 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5295 | |
6049 | 5296 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
5297 | |
5298 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
5299 | |
6047 | 5300 2006-10-10 John W. Eaton <jwe@octave.org> |
5301 | |
5302 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
5303 | |
6046 | 5304 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
5305 | |
5306 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
5307 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
5308 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
5309 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5310 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
5311 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
5312 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
5313 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
5314 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
5315 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
5316 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
5317 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5318 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
5319 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
5320 control/system/buildssic.m, control/system/c2d.m, | |
5321 control/system/cellidx.m, control/system/d2c.m, | |
5322 control/system/dmr2d.m, control/system/fir2sys.m, | |
5323 control/system/is_abcd.m, control/system/is_controllable.m, | |
5324 control/system/is_detectable.m, control/system/is_digital.m, | |
5325 control/system/is_observable.m, control/system/is_siso.m, | |
5326 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5327 control/system/jet707.m, control/system/listidx.m, | |
5328 control/system/ord2.m, control/system/parallel.m, | |
5329 control/system/ss.m, control/system/ss2zp.m, | |
5330 control/system/starp.m, control/system/sys2ss.m, | |
5331 control/system/sys2tf.m, control/system/sys2zp.m, | |
5332 control/system/sysadd.m, control/system/sysappend.m, | |
5333 control/system/syschtsam.m, control/system/sysconnect.m, | |
5334 control/system/syscont.m, control/system/sysdimensions.m, | |
5335 control/system/sysdisc.m, control/system/sysdup.m, | |
5336 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
5337 control/system/sysgroup.m, control/system/sysidx.m, | |
5338 control/system/sysmin.m, control/system/sysmult.m, | |
5339 control/system/sysout.m, control/system/sysprune.m, | |
5340 control/system/sysscale.m, control/system/syssetsignals.m, | |
5341 control/system/syssub.m, control/system/sysupdate.m, | |
5342 control/system/tf.m, control/system/tfout.m, | |
5343 control/system/ugain.m, control/system/zp.m, | |
5344 control/system/zpout.m, control/util/__outlist__.m, | |
5345 control/util/__zgpbal__.m, control/util/prompt.m, | |
5346 control/util/sortcom.m, control/util/strappend.m, | |
5347 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
5348 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
5349 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
5350 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
5351 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
5352 finance/pvl.m, finance/rate.m, finance/vol.m, | |
5353 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
5354 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
5355 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
5356 general/cumtrapz.m, general/deal.m, general/diff.m, | |
5357 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
5358 general/ind2sub.m, general/int2str.m, | |
5359 general/is_duplicate_entry.m, general/isdefinite.m, | |
5360 general/isequal.m, general/isequalwithequalnans.m, | |
5361 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
5362 general/isvector.m, general/logical.m, general/logspace.m, | |
5363 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
5364 general/perror.m, general/postpad.m, general/prepad.m, | |
5365 general/randperm.m, general/rem.m, general/repmat.m, | |
5366 general/rot90.m, general/rotdim.m, general/shift.m, | |
5367 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
5368 general/sub2ind.m, general/trapz.m, general/tril.m, | |
5369 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
5370 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
5371 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
5372 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
5373 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
5374 linear-algebra/cross.m, linear-algebra/dmult.m, | |
5375 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
5376 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
5377 linear-algebra/logm.m, linear-algebra/norm.m, | |
5378 linear-algebra/null.m, linear-algebra/orth.m, | |
5379 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
5380 linear-algebra/trace.m, linear-algebra/vec.m, | |
5381 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
5382 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
5383 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
5384 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
5385 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
5386 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
5387 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
5388 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
5389 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
5390 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
5391 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
5392 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
5393 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
5394 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
5395 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
5396 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
5397 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
5398 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
5399 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
5400 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
5401 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
5402 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
5403 polynomial/polyder.m, polynomial/polyderiv.m, | |
5404 polynomial/polyfit.m, polynomial/polygcd.m, | |
5405 polynomial/polyinteg.m, polynomial/polyout.m, | |
5406 polynomial/polyreduce.m, polynomial/polyval.m, | |
5407 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
5408 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
5409 set/complement.m, set/create_set.m, set/intersect.m, | |
5410 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
5411 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
5412 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
5413 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
5414 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
5415 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
5416 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
5417 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
5418 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
5419 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
5420 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
5421 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
5422 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
5423 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
5424 special-matrix/hankel.m, special-matrix/hilb.m, | |
5425 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
5426 special-matrix/toeplitz.m, special-matrix/vander.m, | |
5427 statistics/base/center.m, statistics/base/cloglog.m, | |
5428 statistics/base/cor.m, statistics/base/corrcoef.m, | |
5429 statistics/base/cov.m, statistics/base/cut.m, | |
5430 statistics/base/gls.m, statistics/base/iqr.m, | |
5431 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
5432 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
5433 statistics/base/mean.m, statistics/base/meansq.m, | |
5434 statistics/base/median.m, statistics/base/moment.m, | |
5435 statistics/base/ols.m, statistics/base/ppplot.m, | |
5436 statistics/base/probit.m, statistics/base/qqplot.m, | |
5437 statistics/base/range.m, statistics/base/ranks.m, | |
5438 statistics/base/run_count.m, statistics/base/skewness.m, | |
5439 statistics/base/spearman.m, statistics/base/statistics.m, | |
5440 statistics/base/std.m, statistics/base/studentize.m, | |
5441 statistics/base/table.m, statistics/base/values.m, | |
5442 statistics/base/var.m, statistics/distributions/betacdf.m, | |
5443 statistics/distributions/betainv.m, | |
5444 statistics/distributions/betapdf.m, | |
5445 statistics/distributions/betarnd.m, | |
5446 statistics/distributions/binocdf.m, | |
5447 statistics/distributions/binoinv.m, | |
5448 statistics/distributions/binopdf.m, | |
5449 statistics/distributions/binornd.m, | |
5450 statistics/distributions/cauchy_cdf.m, | |
5451 statistics/distributions/cauchy_inv.m, | |
5452 statistics/distributions/cauchy_pdf.m, | |
5453 statistics/distributions/cauchy_rnd.m, | |
5454 statistics/distributions/chi2cdf.m, | |
5455 statistics/distributions/chi2inv.m, | |
5456 statistics/distributions/chi2pdf.m, | |
5457 statistics/distributions/chi2rnd.m, | |
5458 statistics/distributions/discrete_cdf.m, | |
5459 statistics/distributions/discrete_inv.m, | |
5460 statistics/distributions/discrete_pdf.m, | |
5461 statistics/distributions/discrete_rnd.m, | |
5462 statistics/distributions/empirical_rnd.m, | |
5463 statistics/distributions/expcdf.m, | |
5464 statistics/distributions/expinv.m, | |
5465 statistics/distributions/exppdf.m, | |
5466 statistics/distributions/exprnd.m, | |
5467 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
5468 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
5469 statistics/distributions/gamcdf.m, | |
5470 statistics/distributions/gaminv.m, | |
5471 statistics/distributions/gampdf.m, | |
5472 statistics/distributions/gamrnd.m, | |
5473 statistics/distributions/geocdf.m, | |
5474 statistics/distributions/geoinv.m, | |
5475 statistics/distributions/geopdf.m, | |
5476 statistics/distributions/geornd.m, | |
5477 statistics/distributions/hygecdf.m, | |
5478 statistics/distributions/hygeinv.m, | |
5479 statistics/distributions/hygepdf.m, | |
5480 statistics/distributions/hygernd.m, | |
5481 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5482 statistics/distributions/laplace_cdf.m, | |
5483 statistics/distributions/laplace_inv.m, | |
5484 statistics/distributions/laplace_pdf.m, | |
5485 statistics/distributions/laplace_rnd.m, | |
5486 statistics/distributions/logistic_cdf.m, | |
5487 statistics/distributions/logistic_inv.m, | |
5488 statistics/distributions/logistic_pdf.m, | |
5489 statistics/distributions/logistic_rnd.m, | |
5490 statistics/distributions/logncdf.m, | |
5491 statistics/distributions/logninv.m, | |
5492 statistics/distributions/lognpdf.m, | |
5493 statistics/distributions/lognrnd.m, | |
5494 statistics/distributions/normcdf.m, | |
5495 statistics/distributions/norminv.m, | |
5496 statistics/distributions/normpdf.m, | |
5497 statistics/distributions/normrnd.m, | |
5498 statistics/distributions/pascal_cdf.m, | |
5499 statistics/distributions/pascal_inv.m, | |
5500 statistics/distributions/pascal_pdf.m, | |
5501 statistics/distributions/pascal_rnd.m, | |
5502 statistics/distributions/poisscdf.m, | |
5503 statistics/distributions/poissinv.m, | |
5504 statistics/distributions/poisspdf.m, | |
5505 statistics/distributions/poissrnd.m, | |
5506 statistics/distributions/stdnormal_cdf.m, | |
5507 statistics/distributions/stdnormal_inv.m, | |
5508 statistics/distributions/stdnormal_pdf.m, | |
5509 statistics/distributions/stdnormal_rnd.m, | |
5510 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
5511 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
5512 statistics/distributions/unifcdf.m, | |
5513 statistics/distributions/unifinv.m, | |
5514 statistics/distributions/unifpdf.m, | |
5515 statistics/distributions/unifrnd.m, | |
5516 statistics/distributions/wblcdf.m, | |
5517 statistics/distributions/wblinv.m, | |
5518 statistics/distributions/wblpdf.m, | |
5519 statistics/distributions/wblrnd.m, | |
5520 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
5521 statistics/tests/bartlett_test.m, | |
5522 statistics/tests/chisquare_test_homogeneity.m, | |
5523 statistics/tests/chisquare_test_independence.m, | |
5524 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
5525 statistics/tests/hotelling_test.m, | |
5526 statistics/tests/hotelling_test_2.m, | |
5527 statistics/tests/kolmogorov_smirnov_test.m, | |
5528 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5529 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
5530 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
5531 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
5532 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5533 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5534 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5535 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5536 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5537 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
5538 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
5539 strings/index.m, strings/isletter.m, strings/lower.m, | |
5540 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5541 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5542 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
5543 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
5544 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
5545 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
5546 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
5547 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
5548 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
5549 time/etime.m, time/is_leap_year.m: | |
5550 Use print_usage instead of usage. | |
5551 | |
6044 | 5552 2006-10-09 David Bateman <dbateman@free.fr> |
5553 | |
5554 * time/datevec.m: Add additional compatible default parsing strings. | |
5555 | |
6395 | 5556 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 5557 |
6042 | 5558 * pkg/pkg.m: Remove trailing "\n" from error messages. |
5559 Remove compare_versions subfunction. | |
5560 | |
5561 * miscellaneous/compare_versions.m: New function to compare | |
5562 version numbers as strings with any boolean operators. | |
5563 | |
6041 | 5564 * miscellaneous/untar.m: Check more rigorously to see if the tar |
5565 file exists. | |
5566 | |
6036 | 5567 2006-10-04 John W. Eaton <jwe@octave.org> |
5568 | |
5569 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
5570 | |
6032 | 5571 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
5572 | |
6037 | 5573 * pkg/pkg.m: Update docs. Handle prefix option. |
5574 Handle dependencies for load option. | |
6032 | 5575 |
6029 | 5576 2006-10-04 John W. Eaton <jwe@octave.org> |
5577 | |
6030 | 5578 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
5579 | |
5580 * plot/clg.m: Delete. | |
5581 * plot/__init_plot_vars__.m: New function. | |
5582 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 5583 |
6025 | 5584 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
5585 | |
5586 * pkg/pkg.m: Avoid calling addpath with no args. | |
5587 | |
6024 | 5588 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
5589 | |
5590 * audio/loadaudio.m, control/base/nyquist.m, | |
5591 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
5592 linear-algebra/krylov.m, statistics/base/center.m, | |
5593 statistics/base/median.m, statistics/base/std.m, | |
5594 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
5595 find first or last element matching a condition. | |
5596 | |
6023 | 5597 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
5598 | |
5599 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
5600 general/__isequal__.m: Minimize looping using cellfun. | |
5601 | |
6020 | 5602 2006-10-02 David Bateman <dbateman@free.fr> |
5603 | |
5604 * pkg/pkg.m (copy_files): always create installation directory. | |
5605 | |
6016 | 5606 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
5607 | |
5608 * miscellaneous/doc.m: Swap file and directory args to info. | |
5609 | |
5610 2006-10-01 Arno Onken <whyly@gmx.net> | |
5611 | |
5612 * statistics/distributions/exprnd.m: Fix typo. | |
5613 | |
6014 | 5614 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
5615 | |
5616 * polynomial/ppval.m: Use .' instead of '. | |
5617 * polynomial/spline.m: Likewise. New tests. | |
5618 | |
6004 | 5619 2006-09-26 David Bateman <dbateman@free.fr> |
5620 | |
5621 * __plt3__.m: Using global variables __plot_data__, | |
5622 __plot_data_offset__ and __plot_command__ to store plots and | |
5623 correctly handle multiplots, and hold state. Only accept a single | |
5624 data parameter plus, using, format and with strings. Remove | |
5625 setting of gnuplot parameters. | |
5626 * __make_using_clause__.m: New function extracted from __plt__.m. | |
5627 * __setup_plot__.m: Convert to a function and pass the plotting | |
5628 command to use. | |
5629 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
5630 * contour.m: Use unwind protect on the parametric state of plot | |
5631 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
5632 * mesh.m: ditto. | |
5633 * plot3.m: Error checking, setting of parametric state and | |
5634 formation of matrix to plot moved from old __plt3__. | |
5635 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5636 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 5637 |
5997 | 5638 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 5639 |
5640 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
5641 | |
5642 * signal/filter2.m: Correct texinfo doc. | |
5643 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5644 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 5645 |
5646 * miscellaneous/parseparams.m: Correct texinfo doc. | |
5647 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5648 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 5649 |
5650 * pkg/pkg.m (prepare_installation): Don't create package | |
5651 installation directory here. | |
5652 (copy_files): Create it here instead, to avoid issues with | |
5653 upgrades. Also install the COPYING file in packinfo. | |
5654 | |
5989 | 5655 2006-09-13 John W. Eaton <jwe@octave.org> |
5656 | |
5657 * general/blkdiag.m: Adjust to new cellfun rules. | |
5658 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5659 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 5660 |
5661 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
5662 error message for archive name not matching package name. | |
5663 (installed_packages): Size header of printed results to | |
5664 arguments. Sort the list of installed packages before printing | |
5665 them. | |
5666 | |
5986 | 5667 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
5668 | |
5669 * signal/freqz.m: Update tests. | |
5670 | |
5671 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
5672 | |
5673 * signal/freqz.m: Corretly postpad arrays. | |
5674 Don't call fliplr on a column vector. | |
5675 | |
5984 | 5676 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5677 | |
5678 * general/shiftdim.m: Use permute instead of reshape. | |
5679 | |
5981 | 5680 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
5681 | |
5682 * miscellaneous/parseparams.m: New function. | |
5683 | |
5980 | 5684 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
5685 | |
5686 * miscellaneous/doc.m: Swap order of --file and --directory | |
5687 options for info program invocation. | |
5688 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5689 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 5690 |
5987 | 5691 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 5692 previous change. |
5693 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5694 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 5695 |
5696 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
5697 absence of trailing "/" in OCTAVE_HOME. | |
5698 | |
5973 | 5699 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
5700 | |
5701 * time/datenum.m: Allow arg to be character string. | |
5702 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5703 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 5704 |
5705 * pkg/pkg.m (install): Verify that package name correponds to the | |
5706 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
5707 they are empty. If package directory is empty, remove it to fail | |
5708 gracefully for system specific packages. | |
5709 (extract_pkgadd, create_pkgadd): delete. | |
5710 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
5711 (copy_files): Install both bin/ and doc/ directories, adding the | |
5712 bin/ to the EXEC_PATH when the package is loaded. | |
5713 | |
5962 | 5714 2006-08-24 John W. Eaton <jwe@octave.org> |
5715 | |
5716 * image/saveimage.m: Use logical indexing instead of | |
5717 indices computed by calling find on the logical index. | |
5718 | |
5961 | 5719 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5720 | |
5967 | 5721 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 5722 Use logical indexing instead of indices computed by calling find |
5723 on the logical index. | |
5724 | |
5725 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 5726 |
5959 | 5727 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
5728 | |
5729 * control/system/tf2zp.m: Simplify gain calculation. | |
5730 | |
5958 | 5731 2006-08-23 John W. Eaton <jwe@octave.org> |
5732 | |
5733 * plot/__plt__.m: Insert using clauses for all plots. | |
5734 | |
5957 | 5735 2006-08-23 A S Hodel <hodelas@auburn.edu> |
5736 | |
5737 * control/system/sysscale.m: Call tf and zp with correct number of | |
5738 args. | |
5739 | |
5955 | 5740 2006-08-22 David Bateman <dbateman@free.fr> |
5741 | |
5742 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
5743 Search inst/*.m and src/*.m files in the package for | |
5744 PKG_ADD directives and append user supplied PKG_ADD. | |
5745 (pkg): Call create_pkgadd after copying files. | |
5746 | |
5947 | 5747 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5748 | |
5749 * pkg/pkg.m: Handle multiple packages in a single file. | |
5750 Insert directory separator between OCTAVE_HOME and rest of package | |
5751 installation directory. | |
5752 | |
5753 2006-08-21 John W. Eaton <jwe@octave.org> | |
5754 | |
5755 * general/num2str.m: Early return if arg is empty. | |
5756 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5757 | |
5946 | 5758 2006-08-21 David Bateman <dbateman@free.fr> |
5759 | |
5760 * strings/mat2str.m: Compute NC before using. | |
5761 | |
5937 | 5762 2006-08-17 John W. Eaton <jwe@octave.org> |
5763 | |
5764 * audio/wavread.m: Fix calculation of sample count. | |
5765 | |
5934 | 5766 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5767 | |
5768 * image/imshow.m: New Matlab-compatible version. | |
5769 | |
5930 | 5770 2006-08-15 John W. Eaton <jwe@octave.org> |
5771 | |
5772 * deprecated/is_global.m: Delete. | |
5773 | |
5928 | 5774 2006-08-14 John W. Eaton <jwe@octave.org> |
5775 | |
5776 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
5777 | |
5926 | 5778 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5779 | |
5780 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
5781 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
5782 | |
5928 | 5783 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5784 | |
6778 | 5785 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 5786 Use addpath and rmpath instead of manipulating LOADPATH. |
5787 Handle changes to system function. | |
5788 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
5789 recursive directory removal. | |
5922 | 5790 |
5924 | 5791 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
5792 | |
6778 | 5793 * colormap.m: Change global variable to persistent. |
5923 | 5794 |
5922 | 5795 * rgb2ind.m: Handle single 3-d array as rgb image. |
5796 | |
5920 | 5797 2006-08-14 John W. Eaton <jwe@octave.org> |
5798 | |
5799 * strings/str2double.m: Fix missing semicolon. | |
5800 | |
5910 | 5801 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
5802 | |
5803 * plot/plot3.m: Accept one complex or one real and one complex | |
5804 argument and plot real and imaginary components for y and z. | |
5805 | |
5908 | 5806 2006-07-27 John W. Eaton <jwe@octave.org> |
5807 | |
5808 * testfun/test.m: Call fflush after each block of calls to | |
5809 fprintf, fputs, or fdisp. | |
5810 | |
5904 | 5811 2006-07-26 John W. Eaton <jwe@octave.org> |
5812 | |
5813 * miscellaneous/mex.m: New function. | |
5814 | |
5901 | 5815 2006-07-22 John W. Eaton <jwe@octave.org> |
5816 | |
5817 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
5818 | |
5881 | 5819 2006-07-07 John W. Eaton <jwe@octave.org> |
5820 | |
5821 * miscellaneous/orderfields.m: New file. | |
5822 | |
5873 | 5823 2006-06-30 John W. Eaton <jwe@octave.org> |
5824 | |
5825 * time/datevec.m: Make another attempt to account for precision of | |
5826 datenum format. | |
5827 | |
5868 | 5828 2006-06-29 John W. Eaton <jwe@octave.org> |
5829 | |
5830 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
5831 Use feval instead of "type -q" to get values now that all the | |
5832 symbols are functions. | |
5833 | |
5860 | 5834 2006-06-16 John W. Eaton <jwe@octave.org> |
5835 | |
5836 * time/datevec.m: Avoid computing log of non-positive values. | |
5837 | |
5859 | 5838 2006-06-14 John W. Eaton <jwe@octave.org> |
5839 | |
5840 * time/datevec.m: Attempt to account for precision of datenum format. | |
5841 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5842 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 5843 |
5844 * audio/wavread.m: Fix file range error and add read support for | |
5845 24-bit WAV files. | |
5846 | |
5837 | 5847 2006-06-01 David Bateman <dbateman@free.fr> |
5848 | |
5849 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
5850 general/interp1.m, general/gradient.m, general/interp2.m, | |
5851 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
5852 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
5853 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
5854 | |
5835 | 5855 2006-05-31 Bill Denney <bill@givebillmoney.com> |
5856 | |
5857 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
5858 * miscellaneous/texas_lotto.m: Fix warning message. | |
5859 | |
5830 | 5860 2006-05-26 John W. Eaton <jwe@octave.org> |
5861 | |
5862 * miscellaneous/doc.m: Also handle nargin == 0. | |
5863 | |
5829 | 5864 2006-05-23 John W. Eaton <jwe@octave.org> |
5865 | |
5866 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
5867 really needed. | |
5868 | |
5827 | 5869 2006-05-22 John W. Eaton <jwe@octave.org> |
5870 | |
6754 | 5871 * general/lookup.m: New file from Octave Forge. |
5827 | 5872 |
5873 2006-05-22 David Bateman <dbateman@free.fr> | |
5874 | |
6754 | 5875 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
5876 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
5877 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
5878 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
5879 special-matrix/magic.m, special-matrix/hadamard.m, | |
5880 strings/strtok.m: New files from Octave Forge. | |
5827 | 5881 |
5824 | 5882 2006-05-19 David Bateman <dbateman@free.fr> |
5883 | |
5884 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 5885 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 5886 |
5821 | 5887 2006-05-17 John W. Eaton <jwe@octave.org> |
5888 | |
5889 * set/intersection.m: Delete | |
5890 * deprecated/intersection.m: New file. | |
5891 | |
5820 | 5892 2006-05-17 David Bateman <dbateman@free.fr> |
5893 | |
5894 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
5895 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
5896 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
5897 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
5898 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
5899 Forge. | |
5900 | |
5809 | 5901 2006-05-11 John W. Eaton <jwe@octave.org> |
5902 | |
5815 | 5903 * path/path.m: Delete (now a built-in function). |
5904 | |
5811 | 5905 * pkg/Makefile.in: New file. |
5906 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 5907 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 5908 |
5808 | 5909 2006-05-10 John W. Eaton <jwe@octave.org> |
5910 | |
5911 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
5912 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
5913 | |
8149 | 5914 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 5915 |
5916 * tar.m, untar.m, unzip.m: New files. | |
5917 | |
5801 | 5918 2006-05-10 John W. Eaton <jwe@octave.org> |
5919 | |
5804 | 5920 * path/addpath.m, path/rmpath.m: Improve compatibility. |
5921 * path/setpath.m: Delete. | |
5922 | |
5801 | 5923 * pkg/pkg.m: New file. |
5924 | |
5798 | 5925 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
5926 | |
5927 * plot/plot.m: Doc string fix. | |
5928 | |
5929 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
5930 | |
5931 * testfun/speeed.m: Use new interface to unique and assert. | |
5932 Improve documentation. Approximate time complexity from log-log | |
5933 plot. Return time complexity and raw times if requested. The | |
5934 mean ratio is no longer returned. Provide complete control over | |
5935 which n are computed. | |
5936 | |
5937 2006-05-09 John W. Eaton <jwe@octave.org> | |
5938 | |
5939 * path/path.m: Move here from miscellaneous. | |
5940 Adapt to new LOADPATH definition. | |
5941 | |
5789 | 5942 2006-05-03 David Bateman <dbateman@free.fr> |
5943 | |
5944 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
5945 explicit uses of a path seperation character with pathsep(). | |
5946 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5947 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 5948 |
6778 | 5949 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 5950 |
5781 | 5951 2006-04-29 John W. Eaton <jwe@octave.org> |
5952 | |
5953 * startup/main-rcfile: Disable some warnings. | |
5954 | |
5762 | 5955 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
5956 | |
5957 * strings/strcmpi.m: Return false instead of error if args are not | |
5958 char or cellstr. | |
5959 | |
5750 | 5960 2006-04-10 John W. Eaton <jwe@octave.org> |
5961 | |
5962 * miscellaneous/dir.m: Ensure that returned structure array is | |
5963 Nx1, not 1xN. | |
5964 | |
5746 | 5965 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
5966 | |
5967 * plot/hist.m: Ignore NaN in inputs. | |
5968 | |
5745 | 5969 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
5970 | |
5971 * miscellaneous/mkoctfile.m: Doc string fix. | |
5972 | |
5741 | 5973 2006-04-05 John W. Eaton <jwe@octave.org> |
5974 | |
5975 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
5976 are both empty. | |
5977 * plot/__plt__.m: Ignore empty data and format strings returned | |
5978 from __plt1__ or __plt2__. | |
5979 | |
5737 | 5980 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
5981 | |
6778 | 5982 * set/unique.m: Properly handle single column input when |
5737 | 5983 "rows" is specified. |
5984 | |
5732 | 5985 2006-04-04 John W. Eaton <jwe@octave.org> |
5986 | |
5736 | 5987 * path/setpath.m: New file. |
5988 * path/savepath.m: Use setpath to set path instead of assigning | |
5989 directly to LOADPATH. | |
5990 | |
5732 | 5991 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
5992 New files, adapted from Octave Forge by Keith Goodman | |
5993 <kwgoodman@gmail.com>. | |
5994 * path: New directory. | |
5995 * Makefile.in (SUBDIRS): Add it to the list. | |
5996 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
5997 | |
5731 | 5998 2006-04-02 David Bateman <dbateman@free.fr> |
5999 | |
6000 * general/tril.m, general.triu.m: | |
6001 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6002 to allow user types to work correctly. | |
6003 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6004 | |
5727 | 6005 2006-04-03 David Bateman <dbateman@free.fr> |
6006 | |
6007 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6008 Accept keyword "minor" for minor grid. | |
6009 | |
5721 | 6010 2006-03-28 John W. Eaton <jwe@octave.org> |
6011 | |
6012 * general/isscalar.m: Only require that all dimensions are 1 for | |
6013 compatiblity. | |
6014 | |
6015 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6016 | |
6017 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6018 compatibility. | |
6019 | |
5720 | 6020 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6021 | |
6022 * plot/__errplot__.m: Doc string fix. | |
6023 | |
6024 * miscellaneous/doc.m: Mark as command. | |
6025 | |
6026 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6027 general/isequalwithequalnans.m, general/blkdiag.m, | |
6028 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6029 | |
5717 | 6030 2006-03-27 Don Bindner <dbindner@truman.edu> |
6031 | |
6032 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6033 return 3d matrices. | |
6034 | |
6035 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6036 | |
6037 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6038 | |
5708 | 6039 2006-03-22 John W. Eaton <jwe@octave.org> |
6040 | |
6041 * plot/print.m: Don't replot after popping terminal setting. | |
6042 | |
5696 | 6043 2006-03-20 John W. Eaton <jwe@octave.org> |
6044 | |
6045 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6046 mkoctfile. Use fullfile to construct file name. | |
6047 | |
5695 | 6048 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6049 | |
6050 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6051 shell script from Octave prompt. | |
6052 | |
5690 | 6053 2006-03-17 John W. Eaton <jwe@octave.org> |
6054 | |
5693 | 6055 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6056 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6057 | |
6058 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6059 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6060 Call new wbl functions to do the real work. | |
6061 Swap args and provide default values as necessary to preserve | |
6062 compatibility with old version of Octave. | |
6063 | |
6064 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6065 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6066 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6067 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6068 Swap scale and shape args for compatibility. | |
6069 | |
5692 | 6070 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6071 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6072 Preserve compatibility with old versions of Octave given new | |
6073 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6074 |
5692 | 6075 * statistics/distributions/logncdf.m, |
6076 statistics/distributions/logninv.m, | |
6077 statistics/distributions/lognpdf.m, | |
6078 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6079 From Ben Barrowes <barrowes@alum.mit.edu> | |
6080 | |
5691 | 6081 * deprecated/hypergeometric_rnd.m: Update interface to match |
6082 current 2.1.x version. | |
6083 | |
6084 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6085 | |
5690 | 6086 * miscellaneous/dir.m: Use readdir instead of glob. |
6087 Special case for "." to avoid globbing. Use list_in_columns. | |
6088 Eliminate unused variables len and finfo. | |
6089 | |
5689 | 6090 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6091 | |
6092 * miscellaneous/dir.m: Improve compatibility. | |
6093 | |
5687 | 6094 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6095 | |
6096 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6097 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6098 | |
5686 | 6099 2006-03-16 John W. Eaton <jwe@octave.org> |
6100 | |
6101 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6102 of looking at sum of max dimensions. | |
6103 | |
5681 | 6104 2006-03-16 David Bateman <dbateman@free.fr> |
6105 | |
6106 * testfun/test.m: Clear last warning before warning test to avoid | |
6107 issues with previously set warnings. | |
6108 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6109 sparse matrices. Force matrix type from spqr solution to be | |
6110 singular to force QR solvers to be used for assert. | |
6111 | |
5678 | 6112 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6113 | |
6114 * strings/strfind.m: New file. | |
6115 | |
5677 | 6116 2006-03-16 John W. Eaton <jwe@octave.org> |
6117 | |
6118 * general/rows.m, general/columns.m: Delete. | |
6119 | |
5674 | 6120 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6121 | |
6122 * strings/strcmpi.m: Simplify. | |
6123 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6124 * strings/strtrunc.m: New file. |
5674 | 6125 |
5676 | 6126 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6127 | |
5672 | 6128 2006-03-15 John W. Eaton <jwe@octave.org> |
6129 | |
6130 * miscellaneous/doc.m: New file. | |
8149 | 6131 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6132 |
5671 | 6133 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6134 | |
6135 * miscellaneous/mkoctfile.m: New file. | |
6136 | |
5670 | 6137 2006-03-15 John W. Eaton <jwe@octave.org> |
6138 | |
6139 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6140 | |
5666 | 6141 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6142 | |
6143 * strings/bin2dec.m: Doc fix. | |
6144 | |
5661 | 6145 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6146 | |
6147 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6148 * time/datenum.m: New function to compute day number from time. | |
6149 | |
5659 | 6150 2006-03-09 John W. Eaton <jwe@octave.org> |
6151 | |
6152 * miscellaneous/unix.m, plot/print.m: | |
6153 Swap order of outputs from system. | |
6154 | |
5642 | 6155 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6156 | |
6157 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6158 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6159 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6160 control/base/__stepimp__.m, control/base/are.m, | |
6161 control/base/controldemo.m, control/base/damp.m, | |
6162 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6163 control/base/step.m, control/system/abcddim.m, | |
6164 control/system/is_abcd.m, control/system/is_controllable.m, | |
6165 control/system/is_detectable.m, control/system/is_observable.m, | |
6166 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6167 control/system/jet707.m, control/system/sys2fir.m, | |
6168 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6169 control/system/tfout.m, control/system/ugain.m, | |
6170 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6171 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6172 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6173 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6174 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6175 general/circshift.m, general/columns.m, general/flipdim.m, | |
6176 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6177 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6178 general/isequalwithequalnans.m, general/isscalar.m, | |
6179 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6180 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6181 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6182 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6183 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6184 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6185 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6186 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6187 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6188 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6189 miscellaneous/license.m, miscellaneous/menu.m, | |
6190 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6191 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6192 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6193 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6194 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6195 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6196 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6197 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6198 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6199 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6200 polynomial/polyinteg.m, polynomial/polyout.m, | |
6201 polynomial/polyreduce.m, polynomial/polyval.m, | |
6202 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6203 set/create_set.m, set/intersection.m, set/ismember.m, | |
6204 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6205 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6206 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6207 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6208 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6209 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6210 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6211 special-matrix/vander.m, statistics/base/median.m, | |
6212 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6213 statistics/distributions/gaminv.m, | |
6214 statistics/distributions/gampdf.m, | |
6215 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6216 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6217 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6218 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6219 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6220 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6221 | |
5633 | 6222 2006-02-27 John W. Eaton <jwe@octave.org> |
6223 | |
6224 * time/tic.m: Move here from miscellaneous/tic.m. | |
6225 * time/toc.m: Move here from miscellaneous/toc.m. | |
6226 | |
6227 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6228 | |
6229 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6230 does not assign output of toc to a variable. | |
6231 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6232 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6233 |
6234 * axis.m: Catch limits that are the same and return an error. | |
6235 | |
5625 | 6236 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6237 | |
6238 * plot/print.m: Accept emf device option to support Enhanced | |
6239 Metafile format. | |
6240 | |
6241 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6242 | |
6243 * control/base/lqe.m: Doc fix. | |
6244 | |
5623 | 6245 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6246 | |
6247 * statistics/distributions/gamcdf.m: Doc fix. | |
6248 * statistics/distributions/gaminv.m: Doc fix. | |
6249 * statistics/distributions/gampdf.m: Doc fix. | |
6250 * statistics/distributions/gamrnd.m: Doc fix. | |
6251 | |
5610 | 6252 2006-02-09 David Bateman <dbateman@free.fr> |
6253 | |
6778 | 6254 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6255 for arbitrary user type. | |
6256 * general/tril.m: ditto. | |
6257 * sparse/sprand.m: Doc fix. | |
6258 * sparse/sprandn.m: Ditto. | |
6259 * sparse/sprandsym.m: New function. | |
6260 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6261 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6262 Update for syntax error for latest texinfo.tex file. | |
5610 | 6263 |
5605 | 6264 2006-02-02 John W. Eaton <jwe@octave.org> |
6265 | |
6266 * plot/grid.m: Append ";\n" to "set grid" command. | |
6267 | |
6268 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6269 | |
6270 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6271 | |
5597 | 6272 2006-01-13 John W. Eaton <jwe@octave.org> |
6273 | |
6274 * audio/Makefile.in, control/base/Makefile.in, | |
6275 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6276 control/system/Makefile.in, control/util/Makefile.in, | |
6277 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6278 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6279 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6280 optimization/Makefile.in, plot/Makefile.in, | |
6281 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6282 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6283 special-matrix/Makefile.in, startup/Makefile.in, | |
6284 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6285 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6286 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6287 (all): Depend on PKG_ADD. | |
6288 (PKG_ADD): New target. | |
6289 | |
6290 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6291 | |
6292 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6293 | |
5596 | 6294 2006-01-13 John W. Eaton <jwe@octave.org> |
6295 | |
6296 * time/etime.m: Move here from miscellaneous/etime.m. | |
6297 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
6298 | |
5595 | 6299 2006-01-13 Bill Denney <bill@givebillmoney.com> |
6300 | |
6778 | 6301 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 6302 * miscellaneous/fullfile.m: Likewise. |
6303 | |
5592 | 6304 2006-01-12 David Bateman <dbateman@free.fr> |
6305 | |
6306 * general/blkdiag.m: Compatible behavior for empty matrices | |
6307 * statistics/base/unidrnd.m: Documentation buglet. | |
6308 | |
5583 | 6309 2005-12-14 David Bateman <dbateman@free.fr> |
6310 | |
5589 | 6311 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
6312 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
6313 | |
6314 * Makefile.in (SUBDIRS): Include testfun. | |
6315 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
6316 | |
5583 | 6317 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
6318 | |
6319 * general/__isequal__.m: Remove reference to getfield. | |
6320 | |
6321 * plot/hist.m: Update test code for row/column discrepencies. | |
6322 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
6323 Update the test code for this. | |
6324 * sparse/spstats.m: Fix small bug in the dimension of output. | |
6325 | |
5579 | 6326 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6327 | |
6328 * cell/cell2mat.m: New file, from octave-forge. | |
6329 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6330 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 6331 |
6332 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
6333 New graph theory functions. | |
6334 | |
5574 | 6335 2005-12-13 John W. Eaton <jwe@octave.org> |
6336 | |
6337 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
6338 | |
6339 * control/system/ss.m: Doc fix. | |
6340 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6341 | |
5572 | 6342 2005-12-12 Michael Zeising <michael@michaels-website.de> |
6343 | |
6344 * audio/wavread.m, audio/wavwrite.m: | |
6345 Correct scaling for 8-bit linear pcm samples. | |
6346 Improve scaling for all other linear pcm resolutions. | |
6347 | |
5568 | 6348 2005-12-07 John W. Eaton <jwe@octave.org> |
6349 | |
6350 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
6351 | |
6352 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
6353 * strings/strjust.m: Likewise. | |
6354 | |
6355 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
6356 * signal/arma_rnd.m: Likewise. | |
6357 * strings/strcat.m: Likewise. | |
6358 * control/base/__freqresp__.m: Likewise. | |
6359 * control/base/place.m: Likewise. | |
6360 * control/base/pzmap.m: Likewise. | |
6361 * control/base/pzmap.m: Likewise. | |
6362 * control/system/sysappend.m: Likewise. | |
6363 * control/system/syscont.m: Likewise. | |
6364 * control/system/sysdisc.m: Likewise. | |
6365 * control/system/sysgroup.m: Likewise. | |
6366 * control/system/tfout.m: Likewise. | |
6367 * control/system/zpout.m: Likewise. | |
6368 * control/util/__outlist__.m: Likewise. | |
6369 | |
5567 | 6370 2005-12-06 John W. Eaton <jwe@octave.org> |
6371 | |
6372 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
6373 Avoid for loop in interleave/deinterleave steps. | |
6374 | |
5565 | 6375 2005-12-06 Michael Zeising <michael@michaels-website.de> |
6376 | |
6377 * audio/wavread.m, audio/wavwrite.m: New files. | |
6378 | |
5563 | 6379 2005-12-06 John W. Eaton <jwe@octave.org> |
6380 | |
6381 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
6382 | |
5560 | 6383 2005-12-05 John W. Eaton <jwe@octave.org> |
6384 | |
5561 | 6385 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 6386 |
5558 | 6387 2005-12-02 John W. Eaton <jwe@octave.org> |
6388 | |
6389 * miscellaneous/fileattrib.m: New function. | |
6390 | |
5556 | 6391 2005-12-01 John W. Eaton <jwe@octave.org> |
6392 | |
6393 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
6394 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
6395 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
6396 | |
5555 | 6397 2005-11-30 John W. Eaton <jwe@octave.org> |
6398 | |
6399 * linear-algebra/krylov.m: Format doc string. | |
6400 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6401 | |
5551 | 6402 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
6403 | |
6404 * general/blkdiag.m: Import from octave-forge. | |
6405 Ignore empty matrices in the input. Add tests. | |
5549 | 6406 |
6407 * general/isequal.m, general/isequalwithequalnans.m: | |
6408 New wrapper scripts for general/__isequal__.m. | |
6409 * general/__isequal__.m: Rename from general/isequal.m. | |
6410 New arg, nans_compare_equal. | |
6411 | |
5548 | 6412 2005-11-29 John W. Eaton <jwe@octave.org> |
6413 | |
6414 * miscellaneous/ver.m: Use new uname built-in function instead of | |
6415 calling system. Only append octave_forge_string if | |
6416 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
6417 Call license instead of hard-coding license info here. | |
6418 | |
6419 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 6420 __octave_licenses__. Use puts instead of disp. |
5548 | 6421 Use getuid and getpwuid instead of calling unix ("id -un"). |
6422 If nargout = 1, return license info instead of printing usage message. | |
6423 | |
5546 | 6424 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6425 | |
6426 * miscellaneous/ver.m: New file. | |
6427 * miscellaneous/license.m: New file. | |
6428 | |
5545 | 6429 2005-11-22 John W. Eaton <jwe@octave.org> |
6430 | |
6431 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
6432 gnuplot set command. | |
6433 | |
5539 | 6434 2005-11-15 John W. Eaton <jwe@octave.org> |
6435 | |
6436 * general/shiftdim.m: Doc fix. | |
6437 | |
5532 | 6438 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
6439 | |
6440 * set/unique.m: Doc string fix. | |
6441 | |
5527 | 6442 2005-11-01 John W. Eaton <jwe@octave.org> |
6443 | |
6444 * Makefile.in (distclean, maintainer-clean): | |
6445 Also remove autom4te.cache directory. | |
6446 From Quentin Spencer <qspencer@ieee.org>. | |
6447 | |
5518 | 6448 2005-10-28 John W. Eaton <jwe@octave.org> |
6449 | |
6450 * general/shiftdim.m: Compatibility fix for row vectors. | |
6451 Correct check for non-scalar non-integer shift. For positive | |
6452 N, shift is remainder of N and number of dims. Always return NS. | |
6453 Simplify. | |
6454 | |
5500 | 6455 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
6456 | |
6457 * general/randperm.m: Improve compatibility by allowing input | |
6458 value of zero. | |
6459 | |
5493 | 6460 2005-10-13 John W. Eaton <jwe@octave.org> |
6461 | |
6462 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
6463 If in multiplot mode, clear plot before issuing new plot command. | |
6464 | |
6465 * plot/__setup_plot__.m: New function. | |
6466 * plot/__plt__.m, plot__errplot__.m: Use it. | |
6467 Handle multiplot data and offsets here. | |
6468 | |
6469 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
6470 Move initialization to __setup_plot__.m. | |
6471 | |
6472 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
6473 Don't reset gnuplot_command_replot. | |
6474 | |
6475 * plot/replot.m: Handle multiplot data and offsets here. | |
6476 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
6477 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
6478 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
6479 | |
5489 | 6480 2005-10-12 John W. Eaton <jwe@octave.org> |
6481 | |
6482 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
6483 | |
5482 | 6484 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
6485 | |
6486 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
6487 weibrnd.m: Removed calls and references to deprecated _pdf and | |
6488 _inv functions. | |
6489 * chi2pdf.m: Fixed typos in the documentation. | |
6490 | |
5475 | 6491 2005-09-28 John W. Eaton <jwe@octave.org> |
6492 | |
5476 | 6493 * miscellaneous/single.m: New function. |
6494 | |
5475 | 6495 * statistics/base/unidrnd.m: New function. |
6496 | |
5474 | 6497 2005-09-27 John W. Eaton <jwe@octave.org> |
6498 | |
6499 * miscellaneous/dir.m: Filename never includes directory part. | |
6500 | |
5464 | 6501 2005-09-22 John W. Eaton <jwe@octave.org> |
6502 | |
6503 * polynomial/residue.m: Use logical indexing instead of find.. | |
6504 | |
6505 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
6506 | |
6507 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
6508 and zero poles. | |
6509 | |
5462 | 6510 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
6511 | |
6512 * strings/deblank.m: Handle cell arrays. | |
6513 * strings/split.m: New argument, N, to limit number of splits. | |
6514 | |
6515 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
6516 | |
6517 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
6518 | |
5460 | 6519 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
6520 | |
6521 * control/base/rlocus.m: Doc fix. | |
6522 | |
5459 | 6523 2005-09-20 John W. Eaton <jwe@octave.org> |
6524 | |
6525 * general/isvector.m: Improve compatibility. | |
6526 | |
6527 * general/postpad.m: Allow first argument to be a scalar. | |
6528 Allow padding to extend dimensionality. | |
6529 * general/prepad.m: Likewise. | |
6530 | |
5448 | 6531 2005-09-14 Daniel <durbano@shbano.com> |
6532 | |
6533 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 6534 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
6535 /control/base/dgram.m: Doc string fixes. | |
5448 | 6536 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
6537 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6538 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 6539 |
6540 * saveimage.m: Do not ignore most significant bit when writing | |
6541 black and white images to file. | |
6542 | |
5443 | 6543 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
6544 | |
6545 * audio/playaudio.m, control/base/__bodquist__.m, | |
6546 control/base/lqg.m, control/obsolete/dezero.m, | |
6547 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
6548 control/system/c2d.m, control/system/cellidx.m, | |
6549 control/system/d2c.m, control/system/dmr2d.m, | |
6550 control/system/is_signal_list.m, control/system/listidx.m, | |
6551 control/system/ss.m, control/system/sysappend.m, | |
6552 control/system/sysconnect.m, control/system/sysdup.m, | |
6553 control/system/sysgetsignals.m, control/system/sysidx.m, | |
6554 control/system/sysprune.m, control/system/syssetsignals.m, | |
6555 control/system/tfout.m, control/system/zpout.m, | |
6556 control/util/prompt.m, control/util/sortcom.m, | |
6557 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
6558 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
6559 general/num2str.m, general/repmat.m, general/sortrows.m, | |
6560 general/strerror.m, image/colormap.m, image/imshow.m, | |
6561 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
6562 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
6563 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
6564 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
6565 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
6566 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
6567 plot/print.m, plot/title.m, plot/top_title.m, | |
6568 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
6569 statistics/base/mean.m, statistics/base/moment.m, | |
6570 statistics/tests/cor_test.m, | |
6571 statistics/tests/kolmogorov_smirnov_test.m, | |
6572 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6573 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
6574 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6575 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6576 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6577 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6578 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6579 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
6580 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6581 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6582 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
6583 Avoid deprecated functions. Use ischar instead of isstr. Use | |
6584 isvector instead of is_vector. Use isstruct instead of | |
6585 is_struct. Use char instead of setstr. | |
6586 | |
5435 | 6587 2005-08-31 Daniel <durbano@shbano.com> |
6588 | |
6589 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
6590 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
6591 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
6592 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6593 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 6594 |
6595 * image/saveimage.m: Open output file in binary mode. | |
6596 | |
6597 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
6598 | |
5427 | 6599 2005-08-16 John W. Eaton <jwe@octave.org> |
6600 | |
6601 * miscellaneous/computer.m: Handle optional maxsize and endian | |
6602 outputs. | |
6603 | |
5426 | 6604 2005-08-15 John W. Eaton <jwe@octave.org> |
6605 | |
6606 * strings/strcat.m: Allow single argument. | |
6607 | |
5416 | 6608 2005-07-18 John W. Eaton <jwe@octave.org> |
6609 | |
6610 * strings/strcmp.m: Delete. | |
6611 | |
5413 | 6612 2005-07-13 John W. Eaton <jwe@octave.org> |
6613 | |
6614 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
6615 versions of Octave. | |
6616 | |
6617 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
6618 | |
6619 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
6620 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
6621 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
6622 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
6623 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
6624 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
6625 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
6626 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
6627 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
6628 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
6629 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
6630 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
6631 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
6632 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
6633 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
6634 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
6635 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
6636 * statistics/distributions/finv.m: Rename from f_inv.m. | |
6637 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
6638 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
6639 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
6640 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
6641 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
6642 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
6643 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
6644 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
6645 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
6646 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
6647 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
6648 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
6649 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
6650 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
6651 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
6652 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
6653 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
6654 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
6655 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
6656 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
6657 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
6658 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
6659 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
6660 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
6661 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
6662 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
6663 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
6664 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
6665 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
6666 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 6667 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 6668 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
6669 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
6670 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
6671 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
6672 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
6673 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
6674 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
6675 | |
6676 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
6677 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
6678 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
6679 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
6680 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
6681 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
6682 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
6683 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
6684 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
6685 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
6686 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
6687 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
6688 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
6689 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
6690 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
6691 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
6692 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
6693 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
6694 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
6695 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
6696 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
6697 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
6698 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
6699 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
6700 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
6701 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
6702 deprecated/wiener_rnd.m: New files. | |
6703 | |
5408 | 6704 2005-07-08 John W. Eaton <jwe@octave.org> |
6705 | |
6706 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
6707 * deprecated/weibull_rnd.m: New file. | |
6708 | |
5407 | 6709 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
6710 | |
6711 * strings/dec2base.m: Allow matrix arguments. | |
6712 | |
5406 | 6713 2005-07-08 John W. Eaton <jwe@octave.org> |
6714 | |
6715 * plot/__errplot__.m: Use __plot_globals__. | |
6716 * plot/__plt__.m: Likewise. | |
6717 * plot/figure.m: Likewise. | |
6718 | |
6719 * plot/hold.m: New file. | |
6720 * plot/ishold.m: New file. | |
6721 * plot/__plot_globals__.m: New file. | |
6722 | |
5400 | 6723 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
6724 | |
6725 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
6726 | |
6727 2005-07-05 John W. Eaton <jwe@octave.org> | |
6728 | |
6729 * strings/findstr.m: Return [] for no matches. | |
6730 | |
5399 | 6731 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
6732 | |
6733 * miscellaneous/tic.m: Fix doc string. | |
6734 | |
5395 | 6735 2005-06-15 John W. Eaton <jwe@octave.org> |
6736 | |
6737 * polynomial/polyfit.m: Force return value to be a row vector. | |
6738 | |
5393 | 6739 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
6740 | |
6741 * general/isequal.m: Correct nargin check. | |
6742 | |
5388 | 6743 2005-06-14 John W. Eaton <jwe@octave.org> |
6744 | |
6745 * general/isvector.m: Handle N-d arrays. | |
6746 From Bill Denney <denney@seas.upenn.edu>. | |
6747 | |
5381 | 6748 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
6749 | |
6750 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 6751 |
5377 | 6752 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
6753 | |
6754 * signal/freqz.m: Use correct calculations when given a vector of | |
6755 frequencies. Improve accuracy of returned frequency vector. | |
6756 Improve speed for medium length filters (at a slight cost for slow | |
6757 filters). Add test cases. | |
6758 | |
5373 | 6759 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
6760 | |
6761 * plot/loglog.m: Fix set commands. | |
6762 | |
5381 | 6763 2005-05-25 John W. Eaton <jwe@octave.org> |
6764 | |
6765 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
6766 | |
5371 | 6767 2005-05-24 John W. Eaton <jwe@octave.org> |
6768 | |
5373 | 6769 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
6770 | |
5372 | 6771 * strings/strncmp.m: New file, from Tom Holroyd |
6772 <tomh@kurage.nimh.nih.gov>. | |
6773 | |
5371 | 6774 * strings/strcmp.m: Return logical values in all cases. |
6775 | |
5366 | 6776 2005-05-23 John W. Eaton <jwe@octave.org> |
6777 | |
6778 * plot/orient.m: New file. Adapt to Octave coding style. | |
6779 Texinfoize doc string. | |
6780 | |
6781 * plot/print.m: New file. Adapt to Octave coding style. Include | |
6782 PKG_ADD command. Use set terminal consistently throughout. Use | |
6783 set terminal push/pop and unconditionally set output to screen | |
6784 when done to avoid requiring gget. Use a cell array for dev_list | |
6785 and cellidx to search for items in the list. Delete local | |
6786 variable endl. Don't set and restore automatic_replot. Use {} | |
6787 instead of nth to index varargin. Delete local variable | |
6788 va_arg_cnt. | |
6789 | |
5355 | 6790 2005-05-18 John W. Eaton <jwe@octave.org> |
6791 | |
6792 * general/num2str.m: Return early if X is a character string. | |
6793 | |
5347 | 6794 2005-05-11 John W. Eaton <jwe@octave.org> |
6795 | |
5348 | 6796 * strings/findstr.m: Allow non-string arguments for compatiblity. |
6797 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
6798 | |
5347 | 6799 * plot/polar.m: Don't call __pltopt__ here. |
6800 | |
5333 | 6801 2005-05-02 John W. Eaton <jwe@octave.org> |
6802 | |
6803 * mkdoc: Print header message. | |
6804 | |
5319 | 6805 2005-04-28 John W. Eaton <jwe@octave.org> |
6806 | |
6807 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
6808 startup/octaverc. | |
6809 | |
5318 | 6810 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
6811 | |
6812 * image/imshow.m: Handle various image depths and 3d RGB images. | |
6813 (__im_numeric_limits__): New internal function. | |
6814 | |
5317 | 6815 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
6816 | |
6817 * statistics/tests/anova.m: Compute total_mean as mean of all | |
6818 data, not mean of group_mean. | |
6819 | |
6820 2005-04-28 John W. Eaton <jwe@octave.org> | |
6821 | |
6822 * startup/local-rcfile: New file. | |
6823 * startup/main-rcfile: Rename from startup/octaverc. | |
6824 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
6825 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
6826 Install local-rcfile in $(localfcnfiledir)/startup. | |
6827 | |
6828 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
6829 | |
6830 * startup/inputrc: New file. | |
6831 * startup/octaverc: Configure readline using inputrc from | |
6832 startupfiledir. | |
6833 * startup/Makefile.in (install, install-strip): Install octaverc | |
6834 in $(fcnfiledir)/startup. | |
6835 | |
5310 | 6836 2005-04-27 John W. Eaton <jwe@octave.org> |
6837 | |
6838 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
6839 | |
5289 | 6840 2005-04-21 John W. Eaton <jwe@octave.org> |
6841 | |
6842 * optimization/glpk.m: Handle SENSE argument. | |
6843 | |
6844 * optimization/qp.m, optimization/sqp.m: New files. | |
6845 | |
5276 | 6846 2005-04-08 John W. Eaton <jwe@octave.org> |
6847 | |
6848 * Makefile.in (clean, distclean, maintainer-clean): | |
6849 Avoid duplication in rules. | |
6850 | |
5252 | 6851 2005-03-28 John W. Eaton <jwe@octave.org> |
6852 | |
6853 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
6854 setting {no,}parametric. | |
6855 * plot/figure.m: Likewise, for setting terminal type. | |
6856 | |
6857 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
6858 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
6859 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
6860 plot/title.m, plot/top_title.m: Avoid eval. | |
6861 | |
5251 | 6862 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6863 | |
5253 | 6864 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
6865 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
6866 Use __gnuplot_replot__ instead of replot. | |
6867 | |
5252 | 6868 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
6869 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
6870 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
6871 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
6872 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
6873 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
6874 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 6875 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 6876 |
5251 | 6877 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
6878 | |
5244 | 6879 2005-03-24 John W. Eaton <jwe@octave.org> |
6880 | |
6881 * optimization/glpkmex.m: Texinfoize Doc string. | |
6882 * optimization/glpk.m: Likewise. | |
6883 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
6884 (row vectors are orginary character strings). | |
6885 * optimization/glpkparam.m: Delete. | |
6886 | |
5243 | 6887 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
6888 | |
6889 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
6890 of dimensions of X. | |
6891 | |
5237 | 6892 2005-03-23 John W. Eaton <jwe@octave.org> |
6893 | |
5239 | 6894 * general/tril.m, general/triu.m: Return value of same class as |
6895 argument. | |
6896 | |
5237 | 6897 * optimization/glpk.m: Simplify interface. By default, solve |
6898 standard LP min C'*x s.t. A*x = b, x >= 0. | |
6899 * optimization/glpkmex.m: New file. | |
6900 | |
5232 | 6901 2005-03-22 John W. Eaton <jwe@octave.org> |
6902 | |
5237 | 6903 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
6904 list. | |
6905 | |
5233 | 6906 * optimization/glpk.m: Adapt to Octave coding style. |
6907 No need for varargout or varargin. | |
6908 Print usage message if nargin > 11. | |
6909 Allow any value of nargout. | |
6910 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
6911 Avoid looping when checking character classes. | |
6912 | |
5232 | 6913 * optimization: New directory. |
6914 * Makefile.in (SUBDIRS): Add it to the list. | |
6915 * optimization/Makefile.in: New file. | |
6916 * optimization/glpk.m, optimization/glpkparams.m, | |
6917 optimization/glpktest1, optimization/glpktest2: New files. | |
6918 | |
8149 | 6919 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 6920 |
6921 * strings/split.m: Quick return for empty second arg. | |
6922 Improve warning for multi-line strings. | |
6923 Speed up by avoiding sprintf in loop and eval. | |
6924 | |
5217 | 6925 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
6926 | |
6927 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
6928 * polynomial/polyder.m: Ditto. | |
6778 | 6929 * polynomial/polygcd.m: New function. |
5217 | 6930 |
5214 | 6931 2005-03-16 John W. Eaton <jwe@octave.org> |
6932 | |
5215 | 6933 * control/base/__stepimp__.m, control/base/bode.m, |
6934 control/base/frdemo.m, control/base/nichols.m, | |
6935 control/base/nyquist.m, control/base/pzmap.m, | |
6936 control/base/rldemo.m, control/base/rlocus.m, | |
6937 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
6938 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
6939 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
6940 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
6941 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
6942 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
6943 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
6944 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
6945 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
6946 plot/xlabel.m, quaternion/demoquat.m, | |
6947 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
6948 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
6949 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
6950 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
6951 gsplot from @seealso docs. | |
5214 | 6952 |
6953 * plot/replot.m: New file. | |
6954 | |
5205 | 6955 2005-03-15 David Bateman <dbateman@free.fr> |
6956 | |
6957 * set/unique.m, set/ismember.m: Handle cell arrays. | |
6958 | |
5196 | 6959 2005-03-09 John W. Eaton <jwe@octave.org> |
6960 | |
6961 * statistics/Makefile.in (bin-dist): Delete target. | |
6962 (BINDISTSUBDIRS): Delete variable. | |
6754 | 6963 * control/Makefile.in: Likewise. |
5196 | 6964 |
5378 | 6965 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 6966 (BINDISTFILES): Delete variable. |
5378 | 6967 * control/base/Makefile.in: Likewise. |
6968 * control/hinf/Makefile.in: Likewise. | |
6969 * control/obsolete/Makefile.in: Likewise. | |
6970 * control/system/Makefile.in: Likewise. | |
6971 * control/util/Makefile.in: Likewise. | |
6972 * deprecated/Makefile.in: Likewise. | |
6973 * elfun/Makefile.in: Likewise. | |
6974 * finance/Makefile.in: Likewise. | |
6975 * general/Makefile.in: Likewise. | |
6976 * image/Makefile.in: Likewise. | |
6977 * sparse/Makefile.in: Likewise. | |
6978 * io/Makefile.in: Likewise. | |
6979 * plot/Makefile.in: Likewise. | |
6980 * Makefile.in: Likewise. | |
6981 * miscellaneous/Makefile.in: Likewise. | |
6982 * linear-algebra/Makefile.in: Likewise. | |
6983 * polynomial/Makefile.in: Likewise. | |
6984 * quaternion/Makefile.in: Likewise. | |
6985 * set/Makefile.in: Likewise. | |
6986 * signal/Makefile.in: Likewise. | |
6987 * specfun/Makefile.in: Likewise. | |
6988 * special-matrix/Makefile.in: Likewise. | |
6989 * startup/Makefile.in: Likewise. | |
6990 * statistics/base/Makefile.in: Likewise. | |
6991 * statistics/distributions/Makefile.in: Likewise. | |
6992 * statistics/models/Makefile.in: Likewise. | |
6993 * statistics/tests/Makefile.in: Likewise. | |
6994 * strings/Makefile.in: Likewise. | |
6995 * time/Makefile.in: Likewise. | |
5196 | 6996 |
5195 | 6997 2005-03-08 John W. Eaton <jwe@octave.org> |
6998 | |
6999 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7000 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7001 | |
5192 | 7002 2005-03-04 John W. Eaton <jwe@octave.org> |
7003 | |
7004 * plot/clg.m: New file. | |
7005 | |
5193 | 7006 2005-03-03 John W. Eaton <jwe@octave.org> |
7007 | |
7008 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7009 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7010 strings/strcmpi.m: | |
7011 New files from Octave-forge. Adapt to Octave coding standards. | |
7012 | |
5181 | 7013 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7014 | |
7015 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7016 computation range. | |
7017 | |
5164 | 7018 2005-02-25 John W. Eaton <jwe@octave.org> |
7019 | |
7020 Sparse merge. | |
7021 | |
7022 2005-01-23 David Bateman <dbateman@free.fr> | |
7023 | |
7024 * sparse/randperm.m: Delete duplicate randperm.m. | |
7025 | |
7026 2005-01-10 John W. Eaton <jwe@octave.org> | |
7027 | |
7028 * sparse/Makefile.in: New file. | |
7029 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7030 | |
7031 2005-01-07 David Bateman <dbateman@free.fr> | |
7032 | |
7033 * set/unique.m: import file from octave-forge. | |
7034 | |
7035 2005-01-05 David Bateman <dbateman@free.fr> | |
7036 | |
7037 * Makefile.in: include sparse directory in SUBDIRS. | |
7038 | |
7039 2004-12-30 John W. Eaton <jwe@octave.org> | |
7040 | |
7041 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7042 src/DLD-FUNCTIONS/sparse.cc). | |
7043 | |
7044 2004-12-28 John W. Eaton <jwe@octave.org> | |
7045 | |
7046 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7047 Andy Adler <adler@site.uottawa.ca>. | |
7048 | |
7049 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7050 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7051 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7052 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7053 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7054 | |
7055 * sparse: New directory. | |
7056 | |
5158 | 7057 2005-02-22 John W. Eaton <jwe@octave.org> |
7058 | |
7059 * polynomial/residue.m: Force prepad to always create row vectors. | |
7060 | |
7061 * polynomial/poly.m: Quick return if m is 0. | |
7062 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7063 | |
5154 | 7064 2005-02-21 David Bateman <dbateman@free.fr> |
7065 | |
7066 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7067 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7068 Fix for row vectors with at least one element of lambda not in | |
7069 (0, Inf). | |
7070 | |
5152 | 7071 2005-02-21 John W. Eaton <jwe@octave.org> |
7072 | |
5153 | 7073 * statistics/base/qqplot.m: Use feval instead of eval. |
7074 | |
5152 | 7075 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7076 plot/__axis_label__.m: Issue replot command. | |
7077 | |
5135 | 7078 2005-02-09 John W. Eaton <jwe@octave.org> |
7079 | |
7080 * polynomial/polyderiv.m: Force P to be a row vector. | |
7081 | |
5133 | 7082 2005-02-08 John W. Eaton <jwe@octave.org> |
7083 | |
7084 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7085 provided and len <= computed max_len. | |
7086 | |
5125 | 7087 2005-01-27 David Bateman <dbateman@free.fr> |
7088 | |
7089 * strings/dec2base.m: Be even more careful about handling all digits. | |
7090 | |
7091 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7092 | |
7093 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7094 | |
5123 | 7095 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7096 | |
7097 * statistics/base/median.m: Make it work for the scalar case too. | |
7098 | |
6308 | 7099 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7100 |
7101 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7102 Simplify logic for decoding args. |
5117 | 7103 |
5115 | 7104 2005-01-24 John W. Eaton <jwe@octave.org> |
7105 | |
5116 | 7106 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7107 | |
7108 * plot/__plt__.m: No need to save and reset hold state now. | |
7109 (first_plot): Delete unused variable. | |
7110 | |
5115 | 7111 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7112 | |
7113 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7114 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7115 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7116 plot/__plt2vv__.m: | |
7117 Return data and gnuplot commands instead of evaluating them. | |
7118 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7119 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7120 | |
5108 | 7121 2005-01-18 John W. Eaton <jwe@octave.org> |
7122 | |
7123 * linear-algebra/cross.m: Allocate idx1 before use. | |
7124 | |
5096 | 7125 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7126 | |
7127 * statistics/base/range.m: Fix varargin usage. | |
7128 | |
5091 | 7129 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7130 | |
7131 * strings/deblank.m: Remove all trailing whitespace (check with | |
7132 isspace), not just SPC. | |
7133 | |
5090 | 7134 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7135 | |
7136 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7137 | |
5073 | 7138 2004-11-09 John W. Eaton <jwe@octave.org> |
7139 | |
7140 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7141 From Julius Smith <jos@ccrma.stanford.edu>. | |
7142 | |
5072 | 7143 2004-11-08 John W. Eaton <jwe@octave.org> |
7144 | |
7145 * plot/__plt2vm__.m: Delete debugging statement. | |
7146 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7147 | |
5065 | 7148 2004-11-04 John W. Eaton <jwe@octave.org> |
7149 | |
7150 * plot/hist.m: Always return row vectors for vector args. | |
7151 | |
5031 | 7152 2004-09-23 John W. Eaton <jwe@octave.org> |
7153 | |
7154 * strings/strcmp.m: If args are not strings or cell arrays of | |
7155 strings, return zero instead of reporting an error. | |
7156 | |
5021 | 7157 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7158 | |
7159 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7160 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7161 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7162 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7163 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7164 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7165 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7166 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7167 control/system/is_detectable.m, control/system/is_sample.m, | |
7168 control/system/is_siso.m, control/system/is_stable.m, | |
7169 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7170 control/system/sys2tf.m, control/system/sys2zp.m, | |
7171 control/system/sysappend.m, control/system/sysconnect.m, | |
7172 control/system/sysdisc.m, control/system/sysdup.m, | |
7173 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7174 control/system/syssetsignals.m, control/system/syssub.m, | |
7175 control/system/tf2sys.m, control/system/ugain.m, | |
7176 control/system/zp2ss.m, control/system/zp2sys.m, | |
7177 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7178 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7179 | |
7180 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7181 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7182 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7183 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7184 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7185 control/system/sysappend.m, control/system/sysconnect.m, | |
7186 control/system/sysdup.m, control/system/sysgroup.m, | |
7187 control/system/sysprune.m, control/system/sysreorder.m, | |
7188 control/system/sysscale.m, control/system/syssub.m, | |
7189 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7190 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7191 polynomial/polyout.m, specfun/log2.m: | |
7192 Add output arguments in doc strings. | |
7193 | |
7194 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7195 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7196 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7197 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7198 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7199 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7200 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7201 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7202 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7203 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7204 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7205 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7206 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7207 control/system/c2d.m, control/system/is_abcd.m, | |
7208 control/system/is_controllable.m, control/system/is_detectable.m, | |
7209 control/system/is_observable.m, control/system/is_stable.m, | |
7210 control/system/jet707.m, control/system/ord2.m, | |
7211 control/system/starp.m, control/system/sys2fir.m, | |
7212 control/system/sys2ss.m, control/system/sys2tf.m, | |
7213 control/system/sys2zp.m, control/system/syscont.m, | |
7214 control/system/sysdisc.m, control/system/sysdup.m, | |
7215 control/system/sysgettype.m, control/system/sysgroup.m, | |
7216 control/system/sysmult.m, control/system/sysprune.m, | |
7217 control/system/sysreorder.m, control/system/sysscale.m, | |
7218 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7219 control/system/tf2ss.m, control/system/tf2sys.m, | |
7220 control/system/zp2ss.m, control/system/zp2sys.m, | |
7221 control/util/axis2dlim.m, control/util/prompt.m, | |
7222 control/util/zgfmul.m, control/util/zginit.m, | |
7223 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7224 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7225 in doc strings. | |
7226 | |
7227 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7228 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7229 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7230 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7231 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7232 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7233 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7234 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7235 control/system/c2d.m, control/system/fir2sys.m, | |
7236 control/system/is_stabilizable.m, control/system/jet707.m, | |
7237 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7238 control/util/zgshsr.m, polynomial/polyout.m: | |
7239 New @tex section(s) in doc strings for better formating of printed | |
7240 output. | |
7241 | |
7242 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7243 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7244 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7245 Use proper double quote marks for TeX. | |
7246 | |
7247 * control/base/DEMOcontrol.m: Add missing ; | |
7248 | |
7249 * control/base/nichols.m, control/base/rlocus.m, | |
7250 control/obsolete/minfo.m, control/system/is_digital.m, | |
7251 control/system/ss2zp.m, control/system/sysmin.m, | |
7252 control/system/tf2zp.m, control/util/sortcom.m: | |
7253 Convert documentation to use or more completely use Texinfo. | |
7254 | |
7255 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7256 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7257 control/system/parallel.m, control/system/ss2tf.m, | |
7258 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7259 art splitting over a page boundary. | |
7260 | |
7261 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7262 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7263 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7264 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7265 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7266 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7267 the TeX documentation. | |
7268 | |
7269 * control/system/is_stabilizable.m: | |
7270 Add Copyright so that help is displayed correctly. | |
7271 | |
7272 * special-matrix/vander.m: Octave indexes start at 1. | |
7273 | |
5011 | 7274 2004-09-21 David Bateman <dbateman@free.fr> |
7275 | |
7276 * general/rotdim.m: New function for rotation of an N-d array in an | |
7277 arbitrary plane. | |
7278 | |
7279 * general/flipdim.m: New function to flip an N-d array about an | |
7280 arbitrary axis. | |
7281 | |
5003 | 7282 2004-09-15 David Bateman <dbateman@free.fr> |
7283 | |
7284 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7285 | |
4992 | 7286 2004-09-15 John W. Eaton <jwe@octave.org> |
7287 | |
7288 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7289 Use iscellstr to check for cells rather than iscell. |
7290 Improve diagnostics for invalid args. | |
4992 | 7291 |
4983 | 7292 2004-09-10 David Bateman <dbateman@free.fr> |
7293 | |
7294 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7295 and p with n > 1, and fix for matrix n and p with n == 1. | |
7296 | |
7297 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
7298 due to row vs. column vector operations. | |
7299 | |
4964 | 7300 2004-09-03 David Bateman <dbateman@free.fr> |
7301 | |
7302 * general/repmat.m: Fix to allow logical classes. | |
7303 | |
4950 | 7304 2004-08-31 John W. Eaton <jwe@octave.org> |
7305 | |
7306 * general/isa.m: New function, from Octave-forge. | |
7307 | |
7308 2004-08-31 David Bateman <dbateman@free.fr> | |
7309 | |
7310 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
7311 limitation on the use of int64 and uint64 types, and the use | |
7312 of the eval. | |
7313 | |
7314 * general/bitset.m: Remove superfluous cast to return type, as bug | |
7315 in .^ with integer types is fixed. | |
7316 | |
7317 * general/repmat.m: Adapt to allow integer types. | |
4945 | 7318 |
7319 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
7320 | |
7321 * plot/axis.m: Don't reset axes when querying them. | |
7322 | |
4942 | 7323 2004-08-27 David Bateman <dbateman@free.fr> |
7324 | |
7325 * statistics/base/ranks.m: Handle non-consecutive ties. | |
7326 Eliminate loop. | |
7327 | |
4918 | 7328 2004-07-27 David Bateman <dbateman@free.fr> |
7329 | |
7330 * general/num2str.m: Also insert spaces in output when precision | |
7331 argument is supplied. | |
7332 | |
4915 | 7333 2004-07-23 David Bateman <dbateman@free.fr> |
7334 | |
7335 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
7336 | |
4911 | 7337 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
7338 | |
7339 * general/sub2ind.m: Make reshaping index list unnecessary. | |
7340 | |
7341 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
7342 | |
7343 * miscellaneous/unix.m: Fix doc string. | |
7344 | |
7345 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
7346 | |
7347 * plot/figure.m: Clarification of documentation. | |
7348 | |
7349 * image/imshow.m: Warn for complex images. | |
7350 Only estimate colourmap for images in [0, 65536]. | |
7351 | |
7352 2004-07-22 David Bateman <dbateman@free.fr> | |
7353 | |
7354 * general/num2str.m: Fix the case of an all zero input. | |
7355 | |
4906 | 7356 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
7357 | |
7358 * general/ind2sub.m: Doc fix. | |
7359 | |
4900 | 7360 2004-06-08 John W. Eaton <jwe@octave.org> |
7361 | |
7362 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
7363 convert function handle to string for eval. | |
7364 | |
4898 | 7365 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
7366 | |
7367 * plot/errorbar.m: Remove debugging output. | |
7368 | |
7369 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
7370 | |
7371 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
7372 | |
4897 | 7373 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
7374 | |
4898 | 7375 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
7376 | |
7377 * polynomial/polyout.m: Use parenthesis if necessary around | |
7378 complex polynomial coefficient. | |
7379 | |
4897 | 7380 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
7381 the bug which causes __errplot__ to ignore the last argument. | |
7382 | |
4894 | 7383 2004-06-03 David Bateman <dbateman@free.fr> |
7384 | |
7385 * general/shiftdim.m: New function based on JWE code snippet. | |
7386 | |
7387 * general/circdim.m: New function. | |
7388 | |
4890 | 7389 2004-05-06 David Bateman <dbateman@free.fr> |
7390 | |
7391 * general/issquare.m: Fail if ndim(x) > 2. | |
7392 | |
7393 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
7394 | |
7395 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
7396 N-d array arguments. Add optional dim argument to define | |
7397 dimension along which to operate. | |
7398 | |
7399 * linear-algebra/dmult.m: Allow N-d arrays. | |
7400 | |
7401 * linear-algebra/vec.m: Use v(:) and not reshape. | |
7402 | |
4885 | 7403 2004-04-29 David Bateman <dbateman@free.fr> |
7404 | |
7405 * statistics/base/ranks.m, statistics/base/run_count.m, | |
7406 statistics/base/studentize.m, statistics/base/kurtosis.m | |
7407 statistics/base/statistics.m, statistics/base/skewness.m | |
7408 statistics/base/iqr.m: | |
7409 Make N-d array aware. Allow optional argument to define the | |
7410 dimension along which to operate. Update the documentation. | |
7411 | |
7412 * statistics/base/ranks.m: Change algorithm to use sort, | |
7413 and adjust for the ties after. | |
7414 | |
7415 * statistics/base/run_counts.m: Change algorithm to use | |
7416 the a combination of diff and find, rather than a for-loop. | |
7417 | |
4881 | 7418 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
7419 | |
7420 * plot/hist.m: Correctly determine cutoffs. New tests. | |
7421 | |
4878 | 7422 2004-04-23 David Bateman <dbateman@free.fr> |
7423 | |
7424 * general/int2str.m: Treat only real part of argument, and treat | |
7425 NDArrays by stacking the slices through the matrix vertically. | |
7426 | |
7427 * general/num2str.m: Improve format of integer matrices, and the | |
7428 conversion of complex matrices added. Treat NDArrays by stacking | |
7429 the slices through the matrix vertically. | |
7430 | |
7431 * deprecated/com2str.m: Moved here from general subdirectory. | |
7432 | |
4877 | 7433 2004-04-22 John W. Eaton <jwe@octave.org> |
7434 | |
7435 * quaternion/qtransvmat.m: Use continuation characters to make | |
7436 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
7437 | |
4869 | 7438 2004-04-21 David Bateman <dbateman@free.fr> |
7439 | |
5378 | 7440 * elfun/lcm.m: Make N-d aware. |
4870 | 7441 |
4869 | 7442 * general/diff.m: Make the code N-d array aware. Allow an |
7443 optional argument to define the dimension along which to perform | |
7444 the differences and allow the order of the differences to be larger | |
7445 than the dimension itself. | |
7446 | |
7447 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
7448 use of these functions to 1- and 2-d arrays. | |
7449 | |
4863 | 7450 2004-04-16 John W. Eaton <jwe@octave.org> |
7451 | |
7452 * elfun/gcd.m: Delete. | |
7453 | |
4862 | 7454 2004-04-15 David Bateman <dbateman@free.fr> |
7455 | |
7456 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
7457 | |
7458 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
7459 array aware and and optional argument for the dimension along | |
7460 which to operate. | |
7461 | |
5378 | 7462 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 7463 argument for the dimension to be consistent with other N-d array |
7464 functions. | |
7465 | |
4860 | 7466 2004-04-08 David Bateman <dbateman@free.fr> |
7467 | |
7468 * statistics/distributions/discrete_cdf.m, | |
7469 statistics/distributions/discrete_inv.m, | |
7470 statistics/distributions/discrete_pdf.m, | |
7471 statistics/distributions/discrete_rnd.m, | |
7472 statistics/distributions/exponential_cdf.m, | |
7473 statistics/distributions/exponential_inv.m, | |
7474 statistics/distributions/exponential_pdf.m, | |
7475 statistics/distributions/exponential_rnd.m, | |
7476 statistics/distributions/f_cdf.m, | |
7477 statistics/distributions/f_inv.m, | |
7478 statistics/distributions/f_pdf.m, | |
7479 statistics/distributions/f_rnd.m, | |
7480 statistics/distributions/geometric_cdf.m, | |
7481 statistics/distributions/geometric_inv.m, | |
7482 statistics/distributions/geometric_pdf.m, | |
7483 statistics/distributions/geometric_rnd.m, | |
7484 statistics/distributions/hypergeometric_rnd.m, | |
7485 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
7486 statistics/distributions/laplace_cdf.m, | |
7487 statistics/distributions/laplace_inv.m, | |
7488 statistics/distributions/laplace_pdf.m, | |
7489 statistics/distributions/laplace_rnd.m, | |
7490 statistics/distributions/logistic_inv.m, | |
7491 statistics/distributions/logistic_rnd.m, | |
7492 statistics/distributions/lognormal_cdf.m, | |
7493 statistics/distributions/lognormal_inv.m, | |
7494 statistics/distributions/lognormal_pdf.m, | |
7495 statistics/distributions/lognormal_rnd.m, | |
7496 statistics/distributions/pascal_cdf.m, | |
7497 statistics/distributions/pascal_inv.m, | |
7498 statistics/distributions/pascal_pdf.m, | |
7499 statistics/distributions/pascal_rnd.m, | |
7500 statistics/distributions/poisson_cdf.m, | |
7501 statistics/distributions/poisson_inv.m, | |
7502 statistics/distributions/poisson_pdf.m, | |
7503 statistics/distributions/poisson_rnd.m, | |
7504 statistics/distributions/t_cdf.m, | |
7505 statistics/distributions/t_inv.m, | |
7506 statistics/distributions/t_pdf.m, | |
7507 statistics/distributions/t_rnd.m, | |
7508 statistics/distributions/weibull_cdf.m, | |
7509 statistics/distributions/weibull_inv.m, | |
7510 statistics/distributions/weibull_pdf.m, | |
7511 statistics/distributions/weibull_rnd.m: | |
7512 Allow N-d arrays. | |
7513 | |
7514 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
7515 that results in NaN in places where it should not have had. | |
7516 | |
7517 * statistics/distributions/discrete_rnd.m: New argument formats to | |
7518 allow creating arbitrary matrices, compatiable with the other | |
5583 | 7519 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 7520 |
7521 * statistics/distributions/empirical_rnd.m: New argument formats | |
7522 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 7523 *_rnd.m functions. Maintain compatibility with previous |
4860 | 7524 format. Allow N-d arrays. |
7525 | |
7526 * statistics/distributions/hypergeometric_cdf.m, | |
7527 statistics/distributions/hypergeometric_inv.m, | |
7528 statistics/distributions/hypergeometric_pdf.m, | |
7529 statistics/distributions/wiener_rnd.m: | |
7530 Error for non-scalar arguments. | |
7531 | |
7532 * statistics/distributions/pascal_rnd.m: | |
7533 Correct for n = 1 bug, where all elements were equal. | |
7534 | |
4849 | 7535 2004-04-06 David Bateman <dbateman@free.fr> |
7536 | |
4854 | 7537 * general/common_size.m, miscellaneous/bincoeff.m, |
7538 statistics/distributions/beta_cdf.m, | |
7539 statistics/distributions/beta_inv.m, | |
7540 statistics/distributions/beta_pdf.m, | |
7541 statistics/distributions/beta_rnd.m, | |
7542 statistics/distributions/binomial_cdf.m, | |
7543 statistics/distributions/binomial_inv.m, | |
7544 statistics/distributions/binomial_pdf.m, | |
7545 statistics/distributions/binomial_rnd.m, | |
7546 statistics/distributions/cauchy_cdf.m, | |
7547 statistics/distributions/cauchy_inv.m, | |
7548 statistics/distributions/cauchy_pdf.m, | |
7549 statistics/distributions/cauchy_rnd.m, | |
7550 statistics/distributions/chisquare_cdf.m, | |
7551 statistics/distributions/chisquare_inv.m, | |
7552 statistics/distributions/chisquare_pdf.m, | |
7553 statistics/distributions/chisquare_rnd.m, | |
7554 statistics/distributions/gamma_cdf.m, | |
7555 statistics/distributions/gamma_inv.m, | |
7556 statistics/distributions/gamma_pdf.m, | |
7557 statistics/distributions/gamma_rnd.m, | |
7558 statistics/distributions/normal_cdf.m, | |
7559 statistics/distributions/normal_inv.m, | |
7560 statistics/distributions/normal_pdf.m, | |
7561 statistics/distributions/normal_rnd.m, | |
7562 statistics/distributions/stdnormal_cdf.m, | |
7563 statistics/distributions/stdnormal_pdf.m, | |
7564 statistics/distributions/stdnormal_rnd.m, | |
7565 statistics/distributions/uniform_cdf.m, | |
7566 statistics/distributions/uniform_inv.m, | |
7567 statistics/distributions/uniform_pdf.m, | |
7568 statistics/distributions/uniform_rnd.m: | |
7569 Allow the inputs to be N-d arrays. | |
7570 | |
4852 | 7571 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
7572 * statistics/base/median.m: Likewise. | |
4849 | 7573 |
4844 | 7574 2004-04-02 David Bateman <dbateman@free.fr> |
7575 | |
7576 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 7577 * statistics/base/center.m, statistics/base/meansq.m, |
7578 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 7579 Update for N-d arrays. |
4844 | 7580 * signal/fftshift.m: Fix dimensioning error. |
7581 | |
7582 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 7583 N-d arrays. |
4844 | 7584 |
4852 | 7585 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
7586 | |
7587 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 7588 |
4852 | 7589 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 7590 |
7591 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
7592 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
7593 control/system/sysprune.m: Doc update for usage of cell arrays. | |
7594 | |
7595 * control/system/sysidx.m: Use cellidx and not listidx. | |
7596 | |
4841 | 7597 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
7598 | |
7599 * plot/__pltopt1__.m: Always add title clause to plot command with | |
7600 default of "" (so it is off unless explicitly set by the user). | |
7601 | |
4836 | 7602 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
7603 | |
7604 * image/imshow.m: Accept "truesize" argument. | |
7605 Ignore current colormap. New tests and demos. | |
7606 | |
4834 | 7607 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
7608 | |
7609 * signal/sinewave.m: Allow N to default to M. | |
7610 | |
4826 | 7611 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7612 | |
7613 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
7614 | |
4818 | 7615 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7616 | |
7617 * general/deal.m: New function. | |
4819 | 7618 Add tests from Paul Kienzle. |
4818 | 7619 |
4811 | 7620 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
7621 | |
7622 * plot/hist.m: Compute histogram correctly for n>=30. | |
7623 | |
5095 | 7624 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 7625 |
7626 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
7627 | |
4806 | 7628 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7629 | |
7630 * miscellaneous/horzcat.m: Delete. | |
7631 * miscellaneous/vertcat.m: Delete. | |
7632 | |
4790 | 7633 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7634 | |
7635 * plot/figure.m: Also look for GNUTERM in the environment and use | |
7636 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
7637 | |
4789 | 7638 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7639 | |
7640 * control/base/__stepimp__.m: Only call clearplot if we will be | |
7641 doing multiple plots in the same gnuplot frame. | |
7642 | |
4780 | 7643 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7644 | |
7645 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
7646 control/system/cellidx.m, control/system/ss.m, | |
7647 control/system/tf.m, control/system/zp.m: New functions. | |
7648 | |
4778 | 7649 2004-02-16 Glenn Golden <gdg@zplane.com> |
7650 | |
7651 * statistics/distributions/discrete_inv.m: | |
7652 Reduce memory requirements. | |
7653 | |
4772 | 7654 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7655 | |
7656 * plot/__errcomm__.m: Fix thinko in previous change. | |
7657 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
7658 | |
4771 | 7659 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
7660 | |
7661 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
7662 control/base/analdemo.m, control/base/bddemo.m, | |
7663 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
7664 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
7665 control/base/rldemo.m, control/base/rlocus.m, | |
7666 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
7667 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
7668 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
7669 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
7670 control/obsolete/packsys.m, control/obsolete/series.m, | |
7671 control/system/__sysdefioname__.m, | |
7672 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
7673 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
7674 control/system/c2d.m, control/system/d2c.m, | |
7675 control/system/dmr2d.m, control/system/fir2sys.m, | |
7676 control/system/is_signal_list.m, control/system/is_siso.m, | |
7677 control/system/jet707.m, control/system/listidx.m, | |
7678 control/system/moddemo.m, control/system/ord2.m, | |
7679 control/system/packedform.m, control/system/parallel.m, | |
7680 control/system/ss2sys.m, control/system/sys2tf.m, | |
7681 control/system/sys2zp.m, control/system/sysadd.m, | |
7682 control/system/sysappend.m, control/system/sysconnect.m, | |
7683 control/system/syscont.m, control/system/sysdimensions.m, | |
7684 control/system/sysdisc.m, control/system/sysdup.m, | |
7685 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
7686 control/system/sysgroup.m, control/system/sysmin.m, | |
7687 control/system/sysmult.m, control/system/sysprune.m, | |
7688 control/system/sysrepdemo.m, control/system/sysscale.m, | |
7689 control/system/syssetsignals.m, control/system/syssub.m, | |
7690 control/system/sysupdate.m, control/system/tf2sys.m, | |
7691 control/system/ugain.m, control/system/zp2ss.m, | |
7692 control/system/zp2sys.m, control/util/__outlist__.m, | |
7693 control/util/__zgpbal__.m, control/util/strappend.m: | |
7694 Use cell arrays instead of lists. | |
7695 | |
4723 | 7696 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
7697 | |
7698 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
7699 so that bar (1, 1) will work. | |
7700 | |
4710 | 7701 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7702 | |
4717 | 7703 * plot/__errcomm__.m: Cope with nargin now being a function. |
7704 * plot/__errplot__.m: Likewise. | |
7705 * plot/__plt__.m: Likewise. | |
7706 * plot/plot_border.m: Likewise. | |
7707 | |
4710 | 7708 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
7709 not $(DOCSTRINGS). | |
7710 | |
4706 | 7711 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
7712 | |
7713 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
7714 rank ([], tol). | |
7715 | |
4691 | 7716 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7717 | |
4692 | 7718 * elfun/acot.m: Return atan (1./z). |
7719 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
7720 | |
4691 | 7721 * miscellaneous/dir.m: New file. |
7722 | |
7723 * general/num2str.m: Use "%d" as format if values are ints with | |
7724 magnitude less than 1e10. | |
7725 | |
7726 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7727 | |
7728 * general/num2str.m: If single arg is string, return it. | |
7729 | |
7730 * miscellaneous/not.m: New file. | |
7731 | |
7732 * miscellaneous/unix.m: New file. | |
7733 | |
7734 * miscellaneous/isunix.m: New file. | |
7735 * miscellaneous/ispc.m: New file. | |
7736 | |
7737 * miscellaneous/computer.m: New file. | |
7738 | |
7739 * miscellaneous/delete.m: New file. | |
7740 | |
4689 | 7741 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7742 | |
7743 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
7744 | |
7745 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7746 | |
7747 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
7748 Always return substituted version of LOADPATH if nargout != 0. | |
7749 | |
4685 | 7750 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
7751 | |
7752 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
7753 before continuing. | |
7754 | |
7755 * miscellaneous/fileparts.m: Allow name to start with ".". | |
7756 | |
4677 | 7757 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
7758 | |
7759 * general/ind2sub.m: New file. | |
7760 * general/sub2ind.m: New file. | |
7761 | |
4675 | 7762 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7763 | |
7764 * control/system/zp2ss.m: Don't save and restore | |
7765 warn_empty_list_elements. | |
7766 | |
7767 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
7768 | |
6778 | 7769 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 7770 |
4673 | 7771 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
7772 | |
7773 * statistics/base/mean.m: Remove special case for row vectors. | |
7774 | |
4637 | 7775 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
7776 | |
7777 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
7778 | |
4631 | 7779 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
7780 | |
7781 * statistics/base/iqr.m: Handle matrices. | |
7782 | |
4630 | 7783 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7784 | |
7785 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
7786 | |
4629 | 7787 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7788 | |
7789 * miscellaneous/path.m: Fix thinko in previous change. | |
7790 | |
4609 | 7791 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
7792 | |
4629 | 7793 * control/base/dare.m: Check positive (semi)definiteness and |
7794 dimensions of r (and q). | |
7795 * control/base/dlqr.m: Check stabilizability of (A,B), | |
7796 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
7797 near unit circle. | |
4611 | 7798 |
7799 * control/system/is_detectable.m: Use Hautus Lemma. | |
7800 Correct the behavior for discrete-time systems. | |
7801 * control/system/is_stabilizable.m: Likewise. | |
7802 | |
4609 | 7803 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
7804 | |
7805 * linear-algebra/krylovb.m: Fix typo in usage message. | |
7806 | |
4610 | 7807 * general/isdefinite.m: New function. |
7808 | |
4567 | 7809 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7810 | |
7811 * general/reshape: Delete. | |
7812 | |
4559 | 7813 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7814 | |
7815 * general/numel.m: Delete. | |
7816 | |
4535 | 7817 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7818 | |
4536 | 7819 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
7820 | |
7821 * deprecated/isstr.m: New file. | |
4535 | 7822 |
4529 | 7823 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7824 | |
7825 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
7826 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
7827 | |
4525 | 7828 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
7829 | |
7830 * statistics/base/mean.m: Fix missing semicolon problem. | |
7831 | |
4503 | 7832 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
7833 | |
7834 * plot/subplot.m: New global variable, __multiplot_scale__. | |
7835 | |
4492 | 7836 2003-08-29 David Castelow <DCastelow@Airspan.com> |
7837 | |
7838 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
7839 Allow optional length argument. | |
7840 | |
4491 | 7841 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
7842 | |
7843 * polynomial/polyfit.m: Avoid calling flipud. | |
7844 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
7845 Return structure as second output value for improved Matlab | |
7846 compatibility. | |
7847 | |
4476 | 7848 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7849 | |
4478 | 7850 * linear-algebra/cond.m: Behave as though old built-in variable |
7851 propagate_empty_matrices is always 1. Also handle empty matrices | |
7852 with one non-zero dimension. | |
7853 | |
4476 | 7854 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
7855 warn_single_quote_string to the list. | |
4478 | 7856 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
7857 from the list. | |
4476 | 7858 |
5095 | 7859 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 7860 |
7861 * signal/autocov.m: Transpose result of conj because diag returns | |
7862 a column vector, not a row vector. | |
7863 | |
7864 * audio/playaudio.m, audio/record.m, image/image.m, | |
7865 miscellaneous/bug_report.m: Protect spaces in filenames | |
7866 with quotes. | |
7867 | |
4466 | 7868 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7869 | |
4468 | 7870 * io/printf.m, io/puts.m: Delete. |
7871 | |
4466 | 7872 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
7873 default_return_value from the list. | |
7874 Add warn_undefined_return_values to the list. | |
7875 | |
7876 | |
4464 | 7877 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7878 | |
7879 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
7880 and initialize_global_variables from the list. | |
7881 | |
4460 | 7882 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7883 | |
4463 | 7884 * image/colormap.m: Don't save and restore default_eval_print_flag. |
7885 | |
7886 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
7887 | |
7888 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
7889 * control/system/sys2fir.m: Likewise. | |
7890 | |
7891 * control/system/is_siso.m: Use && instead of & where appropriate. | |
7892 * control/system/__tf2sysl__.m: Likewise. | |
7893 | |
7894 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
7895 | |
7896 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
7897 and [] concatenation. | |
7898 * control/system/sys2fir.m: Likewise. | |
7899 | |
7900 * control/base/dgram.m, control/base/freqchkw.m, | |
7901 control/base/gram.m, control/system/__abcddims__.m, | |
7902 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
7903 control/system/is_sample.m, control/system/is_signal_list.m, | |
7904 control/system/is_siso.m, control/system/sys2fir.m, | |
7905 control/system/syschtsam.m, control/system/sysgettsam.m, | |
7906 control/system/sysgettype.m, control/system/tf2zp.m, | |
7907 control/system/ugain.m, control/util/prompt.m, | |
7908 control/util/run_cmd.m, control/util/zgrownorm.m, | |
7909 control/util/zgshsr.m: | |
7910 Improve conformance to Octave coding style. | |
7911 | |
4461 | 7912 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
7913 the list. | |
7914 Delete resize_on_range_error from the list. | |
7915 | |
4460 | 7916 * control/base/pzmap.m, control/base/place.m, |
7917 control/base/__freqresp__.m, control/system/sysappend.m, | |
7918 control/system/syscont.m, control/system/sysdisc.m, | |
7919 control/system/sysgroup.m, control/system/tfout.m, | |
7920 control/system/zp2ss.m, control/system/zpout.m, | |
7921 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
7922 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
7923 empty_list_elements_ok. | |
7924 | |
7925 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
7926 Delete empty_list_elements_ok from the list. | |
7927 | |
4457 | 7928 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7929 | |
7930 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
7931 list. | |
7932 Delete treat_neg_dim_as_zero from the list. | |
7933 | |
7934 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
7935 | |
4451 | 7936 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
7937 | |
4455 | 7938 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
7939 was not used in the code in any case). | |
7940 | |
7941 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
7942 do_fortran_indexing. | |
7943 | |
4452 | 7944 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
7945 implict_str_to_num_ok. Use unwind_protect block to do it. | |
7946 | |
4451 | 7947 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
7948 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 7949 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 7950 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
7951 warn_fortran_indexing in the list. | |
7952 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
7953 implicit_str_to_num_ok, do_fortran_indexing, and | |
7954 prefer_column_vectors from list. | |
4451 | 7955 |
4440 | 7956 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
7957 | |
7958 * Makefile.in (distclean, maintainer-clean): Also remove | |
7959 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
7960 directory. | |
7961 | |
5095 | 7962 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 7963 |
7964 * plot/hist.m: Don't forget to define n if x is a vector. | |
7965 | |
5095 | 7966 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 7967 |
7968 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
7969 return "." with extension. | |
7970 | |
4422 | 7971 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7972 | |
7973 * control/base/__stepimp__.m, control/base/nichols.m, | |
7974 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
7975 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
7976 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
7977 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
7978 Eliminate gnuplot_has_multiplot (assume it is always true). | |
7979 | |
4413 | 7980 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7981 | |
7982 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
7983 | |
5095 | 7984 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 7985 |
7986 * plot/hist.m: Improve performance by using different algorithms | |
7987 depending on number of bins. | |
7988 | |
4404 | 7989 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7990 | |
7991 * control/system/sysadd.m: If systems are not "tf", convert before | |
7992 adding. | |
7993 | |
5095 | 7994 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 7995 |
7996 * image/imagesc.m: Accept data limits parameter for colormap. | |
7997 | |
5095 | 7998 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 7999 |
8000 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8001 the impulse by t_step. | |
8002 | |
4373 | 8003 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8004 | |
8005 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8006 column vectors. | |
8007 | |
5095 | 8008 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8009 |
8010 * linear-algebra/null.m: Handle empty matrix arg. | |
8011 | |
4369 | 8012 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8013 | |
8014 * general/shift.m: Force empty_list_elements_ok to 1. | |
8015 | |
4358 | 8016 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8017 | |
8018 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8019 New files. | |
8020 | |
4348 | 8021 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8022 | |
8023 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8024 function handle to pass to feval. | |
8025 * statistics/base/qqplot.m: Likewise. | |
8026 * statistics/base/ppplot.m: Likewise. | |
8027 * signal/spectral_xdf.m: Likewise. | |
8028 * signal/spectral_adf.m: Likewise. | |
8029 | |
4340 | 8030 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8031 | |
8032 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8033 | |
4334 | 8034 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8035 | |
8036 * linear-algebra/logm.m: New file. | |
8037 | |
5095 | 8038 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8039 |
8040 * mkpkgadd: Scan C++ files as well | |
8041 | |
5095 | 8042 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8043 |
8044 * strings/findstr.m: Return empty set for zero-length target. | |
8045 | |
5095 | 8046 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8047 |
8048 * set/union.m: Preserve the orientation of inputs. | |
8049 | |
4305 | 8050 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8051 | |
8052 * general/int2str.m: Eliminate leading spaces. | |
8053 | |
4303 | 8054 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8055 | |
8056 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8057 | |
5095 | 8058 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8059 |
8060 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8061 $(BUILD_LDFLAGS) to compiler. | |
8062 | |
4295 | 8063 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8064 | |
8065 * general/num2str.m: Don't specify field width for scalars. | |
8066 | |
4292 | 8067 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8068 | |
8069 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8070 | |
4265 | 8071 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8072 | |
4279 | 8073 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8074 | |
4266 | 8075 * miscellaneous/tempname.m: New file. |
8076 | |
8077 * miscellaneous/tempdir.m: New file. | |
8078 | |
4265 | 8079 * miscellaneous/fullfile.m: New file. |
8080 | |
4259 | 8081 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8082 | |
4264 | 8083 * miscellaneous/fileparts.m: New file. |
8084 | |
8085 * io/beep.m: New file. | |
8086 | |
4260 | 8087 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8088 format only. | |
4259 | 8089 |
4257 | 8090 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8091 | |
8092 * strings/strcmp.m: Handle cell arrays of strings. | |
8093 | |
4229 | 8094 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8095 | |
8096 * general/int2str.m: Handle matrices. | |
8097 * general/num2str.m: Likewise. | |
8098 Also handle optional precision, and format args. | |
8099 | |
4225 | 8100 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8101 | |
8102 * audio/Makefile.in, control/base/Makefile.in, | |
8103 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8104 control/system/Makefile.in, elfun/Makefile.in, | |
8105 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8106 io/Makefile.in, linear-algebra/Makefile.in, | |
8107 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8108 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8109 specfun/Makefile.in, special-matrix/Makefile.in, | |
8110 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8111 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8112 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8113 deprecated/Makefile.in: Use new do-script-install and | |
8114 do-script-uninstall macros. | |
8115 | |
8116 * mkpkgadd: New script. | |
8117 | |
8118 * plot/close.m: New file. | |
8119 | |
4184 | 8120 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8121 | |
8122 * image/image.m: Use -raw option for xv. | |
8123 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8124 | |
4172 | 8125 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8126 | |
4174 | 8127 * control/base/lsim.m: Use approximate test for step size change. |
8128 | |
4172 | 8129 * signal/bartlett.m: Avoid row/column mismatch error. |
8130 | |
5095 | 8131 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8132 |
8133 * statistics/base/var.m: Use better formula for improved accuracy. | |
8134 | |
5095 | 8135 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8136 |
8137 * control/base/lsim.m: Correct doc string. | |
8138 | |
5095 | 8139 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8140 |
8141 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8142 | |
4148 | 8143 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8144 | |
8145 * plot/contour.m: Handle x and y as matrices too. | |
8146 | |
5095 | 8147 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8148 |
8149 * plot/contour.m: Fix error and usage messages. | |
8150 | |
4146 | 8151 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8152 | |
8153 * plot/contour.m: Correct orientation of plot. | |
8154 | |
4139 | 8155 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8156 | |
8157 * control/base/analdemo.m: Fix typo. | |
8158 | |
5095 | 8159 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8160 |
8161 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8162 | |
4098 | 8163 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8164 | |
8165 * mkdoc: Exit immediately on errors. | |
8166 Exit with error if gethelp does not exist. | |
8167 | |
8168 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8169 | |
4093 | 8170 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8171 | |
8172 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8173 | |
5095 | 8174 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8175 |
8176 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8177 * statistics/distributions/normal_pdf.m: Likewise. | |
8178 * statistics/distributions/normal_inv.m: Likewise. | |
8179 | |
5095 | 8180 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8181 |
8182 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8183 | |
5095 | 8184 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8185 |
8186 * statistics/base/var.m: Handle complex values. | |
8187 | |
4031 | 8188 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8189 | |
8190 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8191 list. | |
8192 * deprecated/Makefile.in: New file. | |
8193 | |
5095 | 8194 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8195 |
8196 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8197 * statistics/distributions/binomial_cdf.m: Likewise. | |
8198 * statistics/distributions/f_cdf.m: Likewise. | |
8199 * statistics/distributions/t_cdf.m: Likewise. | |
8200 | |
8201 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8202 * specfun/beta.m: Likewise. | |
8203 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8204 * statistics/distributions/gamma_pdf.m: Likewise. | |
8205 * statistics/distributions/poisson_pdf.m: Likewise. | |
8206 | |
8207 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8208 * statistics/distributions/poisson_cdf.m: Likewise. | |
8209 | |
4026 | 8210 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8211 | |
4028 | 8212 * deprecated/is_bool.m: New file. |
8213 * deprecated/is_complex.m: New file. | |
8214 * deprecated/is_global.m: New file. | |
8215 * deprecated/is_list.m: New file. | |
8216 * deprecated/is_matrix.m: New file. | |
8217 * deprecated/is_scalar.m: New file. | |
8218 * deprecated/is_square.m: New file. | |
8219 * deprecated/is_stream.m: New file. | |
8220 * deprecated/is_struct.m: New file. | |
8221 * deprecated/is_symmetric.m: New file. | |
8222 * deprecated/is_vector.m: New file. | |
4030 | 8223 * Change all callers of these functions to use the new names. |
4028 | 8224 |
4029 | 8225 * deprecated: New directory. |
8226 * Makefile.in (SUBDIRS): Add it to the list. | |
8227 | |
4026 | 8228 * general/isscalar.m: Rename from is_scalar.m. |
8229 * general/issquare.m: Rename from is_square.m. | |
8230 * general/issymmetric.m: Rename from is_symmetric.m. | |
8231 * general/isvector.m: Rename from is_vector.m. | |
8232 | |
4022 | 8233 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8234 | |
8235 * statistics/base/mean.m: Allow empty matrices. | |
8236 Handle DIM arg. | |
8237 | |
5095 | 8238 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8239 |
8240 * plot/__errcomm__.m: If format is not specified, default to error | |
8241 bar format. | |
8242 | |
4011 | 8243 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8244 | |
8245 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8246 __F_SETFL__ and __O_NONBLOCK__. | |
8247 | |
8248 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8249 * miscellaneous/bug_report.m: Likewise. | |
8250 | |
4007 | 8251 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8252 | |
4008 | 8253 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8254 * general/rem.m: Likewise. | |
8255 | |
8256 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8257 * plot/semilogxerr.m: Likewise. | |
4007 | 8258 * plot/semilogyerr.m: Likewise. |
8259 | |
5095 | 8260 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8261 |
8262 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8263 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8264 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8265 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8266 | |
8267 * plot/errorbar.m: Use __errcomm__.m. | |
8268 * plot/__errplot__.m: Minor cleanups. | |
8269 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8270 * plot/__pltopt1__.m: Likewise. | |
8271 | |
3980 | 8272 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8273 | |
3981 | 8274 * general/rem.m: Delete redundant call to usage. |
8275 | |
3980 | 8276 * general/mod.m: Additional error checks, Texinfoize doc string. |
8277 | |
5095 | 8278 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8279 |
8280 * general/mod.m: New function. | |
8281 | |
3979 | 8282 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8283 | |
8284 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8285 * control/system/sysadd.m: Likewise. | |
8286 * control/system/sysgroup.m: Likewise. | |
8287 * control/system/syssub.m: Likewise. | |
8288 * elfun/gcd.m: Likewise. | |
8289 * elfun/lcm.m: Likewise. | |
8290 * general/common_size.m: Likewise. | |
8291 * io/printf.m: Likewise. | |
8292 * miscellaneous/menu.m: Likewise. | |
8293 * miscellaneous/path.m: Likewise. | |
8294 * plot/__errplot__.m: Likewise. | |
8295 * plot/__plt__.m: Likewise. | |
8296 * plot/axis.m: Likewise. | |
8297 * plot/errorbar.m: Likewise. | |
8298 * plot/mplot.m: Likewise. | |
8299 * plot/loglog.m: Likewise. | |
8300 * plot/plot.m: Likewise. | |
8301 * plot/plot_border.m: Likewise. | |
8302 * plot/semilogx.m: Likewise. | |
8303 * plot/semilogy.m: Likewise. | |
8304 * plot/xlabel.m: Likewise. | |
8305 * plot/ylabel.m: Likewise. | |
8306 * plot/zlabel.m: Likewise. | |
8307 * statistics/base/ppplot.m: Likewise. | |
8308 * statistics/base/qqplot.m: Likewise. | |
8309 * statistics/tests/bartlett_test.m: Likewise. | |
8310 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
8311 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8312 * strings/str2mat.m: Likewise. | |
8313 * strings/strcat.m: Likewise. | |
8314 | |
5095 | 8315 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 8316 |
8317 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
8318 | |
3924 | 8319 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8320 | |
8321 * skip-autoheader: New file, for autogen.sh. | |
3925 | 8322 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 8323 |
5095 | 8324 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 8325 |
8326 * general/repmat.m: New function. | |
8327 | |
5095 | 8328 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 8329 |
8330 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
8331 Use optional parameter to specify the number of bits in the input. | |
8332 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
8333 floats in the range [-1,1], 2x speedup. | |
8334 | |
8335 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
8336 | |
3910 | 8337 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8338 | |
8339 * linear-algebra/kron.m: Delete. | |
8340 | |
5095 | 8341 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 8342 |
8343 * signal/freqz.m: If nargout is zero, plot results instead of | |
8344 returning them. | |
8345 * signal/freqz_plot.m: New file. | |
8346 | |
5095 | 8347 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 8348 |
5378 | 8349 * signal/unwrap.m: New file. |
3906 | 8350 |
5095 | 8351 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 8352 |
8353 * image/rgb2hsv.m: Faster, more accurate, remove the | |
8354 divide by zero warning. | |
8355 | |
5095 | 8356 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 8357 |
3894 | 8358 * strings/deblank.m: Trim \0 as well as blank. |
8359 | |
5378 | 8360 * freqz.m: Evaluate a specific range of frequencies |
3893 | 8361 expressed in radians or Hz relative to a supplied sample rate. |
8362 | |
5095 | 8363 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 8364 |
8365 * signal/fftfilt.m: Filter columns if called with a matrix. | |
8366 | |
3891 | 8367 * strings/findstr.m: Vectorize as much as possible. |
8368 | |
5095 | 8369 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 8370 |
8371 * special-matrix/invhilb.m: New version that is faster and more | |
8372 accurate. | |
8373 | |
5095 | 8374 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 8375 |
8376 * configure.in: Update for autoconf 2.5x. | |
8377 | |
5095 | 8378 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 8379 |
8380 * special-matrix/vander.m: Code tidy and vectorize. | |
8381 | |
5095 | 8382 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 8383 |
3883 | 8384 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
8385 to vectors. Issue a warning in the case x matches y' but return a | |
8386 column vector as Octave currently does. | |
8387 | |
3882 | 8388 * plot/contour.m: Set default number of levels for contour(x,y,z). |
8389 | |
8390 * control/system/starp.m: Leave more of the documentation | |
8391 processing to texinfo and less to the @format block. | |
8392 | |
8393 * image/imagesc.m: Only display image if no output is requested. | |
8394 Code tidying. | |
8395 | |
3876 | 8396 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8397 | |
8398 * statistics/base/center.m: Accept and return empty matrix. | |
8399 | |
3872 | 8400 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8401 | |
8402 * specfun/erfinv.m: Fix usage message. | |
8403 | |
3869 | 8404 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8405 | |
8406 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
8407 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
8408 | |
3837 | 8409 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8410 | |
8411 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
8412 capitalized variable names. | |
8413 | |
3836 | 8414 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
8415 | |
8416 * m/image/saveimage.m: fix saving an image to Postscript format. | |
8417 | |
5095 | 8418 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 8419 |
8420 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
8421 | |
3803 | 8422 2001-02-28 Kai Habel <kai.habel@gmx.de> |
8423 | |
3833 | 8424 * general/cart2pol.m: New file. |
8425 * general/pol2cart.m: New file. | |
8426 * general/cart2sph.m: New file. | |
8427 * general/sph2cart.m: New file. | |
8428 * image/rgb2hsv.m: New file. | |
8429 * image/hsv2rgb.m: New file. | |
3803 | 8430 |
8431 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
8432 | |
8433 * plot/meshgrid.m: Avoid for loops. | |
8434 * plot/meshdom.m: Likewise. | |
8435 | |
3801 | 8436 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8437 | |
8438 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
8439 | |
8440 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
8441 | |
8442 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
8443 norm. | |
8444 | |
3792 | 8445 2001-02-09 David Livings <david.livings@asa.co.uk> |
8446 | |
8447 * statistics/tests/welch_test.m: Fix typo. | |
8448 | |
8449 * statistics/distributions/chisquare_cdf.m: | |
8450 Don't restrict inputs to be only positive integers. | |
8451 * statistics/distributions/chisquare_inv.m: Likewise. | |
8452 * statistics/distributions/chisquare_pdf.m: Likewise. | |
8453 * statistics/distributions/chisquare_rnd.m: Likewise. | |
8454 * statistics/distributions/f_cdf.m: Likewise. | |
8455 * statistics/distributions/f_inv.m: Likewise. | |
8456 * statistics/distributions/f_pdf.m: Likewise. | |
8457 * statistics/distributions/f_rnd.m: Likewise. | |
8458 * statistics/distributions/t_cdf.m: Likewise. | |
8459 * statistics/distributions/t_inv.m: Likewise. | |
8460 * statistics/distributions/t_pdf.m: Likewise. | |
8461 * statistics/distributions/t_rnd.m: Likewise. | |
8462 | |
3790 | 8463 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8464 | |
8465 * strings/dec2base.m: New file. | |
8466 * strings/base2dec.m: New file. | |
8467 * strings/strjust.m: New file. | |
8468 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
8469 * strings/dec2bin.m: Likewise. | |
8470 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
8471 * strings/bin2dec.m: Likewise. | |
8472 | |
5095 | 8473 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 8474 |
8475 * statistics/base/ppplot.m: Use gset, not set. | |
8476 * statistics/base/qqplot.m: Likewise. | |
8477 | |
5095 | 8478 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 8479 |
8480 * control/system/c2d.m: Add missing endif. | |
8481 | |
3759 | 8482 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8483 | |
8484 * strings/index.m: Return 0 if either string is empty. | |
8485 | |
8486 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
8487 | |
8488 * control/system/c2d.m: Allow option of matched pole/zero | |
8489 equivalent for conversion. | |
8490 | |
8491 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
8492 | |
8493 * strings/findstr.m: Return empty matrix if search string is empty. | |
8494 | |
3757 | 8495 2000-12-15 Kai Habel <kai.habel@gmx.de> |
8496 | |
8497 * saveimage.m: Do create rawbit image for black and white images, | |
8498 but do it correctly. | |
8499 | |
3754 | 8500 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8501 | |
6778 | 8502 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
8503 result polynomials. | |
3754 | 8504 |
3748 | 8505 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8506 | |
8507 * image/saveimage.m: Don't try to create rawbit image. | |
8508 | |
3740 | 8509 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8510 | |
8511 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
8512 | |
5095 | 8513 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 8514 |
8515 * plot/contour.m: Reorder args for Matlab compatibility. | |
8516 | |
3727 | 8517 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
8518 | |
8519 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
8520 | |
3717 | 8521 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
8522 | |
3718 | 8523 * plot/errorbar.m, plot/__errplot__.m: New functions. |
8524 | |
3717 | 8525 * plot/mesh.m: Also set nologscale before plotting. |
8526 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
8527 xyerrorbars instead of just errorbars. | |
8528 | |
3714 | 8529 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
8530 | |
8531 * image/image.m: Try display (from ImageMagick) first. | |
8532 | |
3709 | 8533 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
8534 | |
8535 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
8536 conjugate transpose. | |
8537 | |
3705 | 8538 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8539 | |
8540 * strings/str2mat.m: Apply setstr to each argument. | |
8541 | |
3696 | 8542 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
8543 | |
8544 * control/base/dkalman.m: New file. | |
8545 * control/base/dlqe.m: Handle singular A matrix. | |
8546 * control/base/dlqr.m: Likewise. | |
8547 | |
3695 | 8548 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8549 | |
8550 * strings/strcmp.m: Return 0 instead of an error if row and column | |
8551 dimensions don't match. | |
8552 | |
3690 | 8553 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
8554 | |
8555 * plot/hist.m: Allow 3 argument form to work. | |
8556 | |
5095 | 8557 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 8558 |
8559 * plot/plot.m: Add examples in doc string. | |
8560 | |
5095 | 8561 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 8562 |
8563 * control/base/__stepimp__.m: Reset multiplot state when done. | |
8564 Do the right thing even if automatic_replot is not zero. | |
8565 Avoid failure if system has pure imaginary poles. | |
8566 | |
3674 | 8567 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8568 | |
8569 * general/logical.m: Return arg if it is empty. Better error | |
8570 message for non-numeric types. | |
8571 | |
5095 | 8572 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 8573 |
8574 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
8575 about difference with Matlab dlqe function. | |
8576 | |
8577 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
8578 | |
5095 | 8579 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 8580 |
8581 * strings/strrep.m: Fix typo. | |
8582 | |
3666 | 8583 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8584 | |
8585 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
8586 | |
5095 | 8587 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 8588 |
8589 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 8590 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 8591 |
5095 | 8592 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 8593 |
8594 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
8595 guess for iteration. | |
8596 | |
3651 | 8597 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
8598 | |
8599 * image/image.m: Allow image (A) or image (x, y, A). | |
8600 * image/imagesc.m: Likewise. | |
8601 | |
8602 * image/image.m: If zoom is not supplied, or if it is an empty | |
8603 matrix, autoscale the image. | |
8604 | |
3618 | 8605 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8606 | |
3619 | 8607 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
8608 Undo string escapes in text twice(!) before sending to gnuplot. | |
8609 | |
3618 | 8610 * image/saveimage.m: Add comment to file saying who created it and |
8611 when it was created. Suggested by Stephen Eglen | |
8612 <stephen@cogsci.ed.ac.uk>. | |
8613 | |
5095 | 8614 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 8615 |
8616 * polynomial/polyreduce.m: Simplify by looking for the first | |
8617 non-zero element rather than the last of the first set of zero | |
8618 elements. | |
8619 | |
8620 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
8621 | |
5095 | 8622 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 8623 |
8624 * image/saveimage.m: Swap black and white colormaps so zero is | |
8625 displayed as black and 1 is displayed as white. | |
8626 Fix indexing bug in ppm case. | |
8627 | |
3604 | 8628 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
8629 | |
8630 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
8631 between the two distributions (took same approach as ks.test() in R.) | |
8632 | |
3603 | 8633 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8634 | |
8635 * control/base/bode.m: Temporarily disable automatic_replot. | |
8636 | |
3599 | 8637 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8638 | |
3601 | 8639 * Makefile.in (clean): Also remove gethelp. |
8640 | |
3599 | 8641 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
8642 | |
5095 | 8643 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 8644 |
8645 * set/create_set.m: Use find to avoid while loop. | |
8646 | |
5095 | 8647 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 8648 |
8649 * plot/hist.m: New optional third argument. | |
8650 | |
8651 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8652 | |
8653 * miscellaneous/bug_report.m: Use octave-bug script with version | |
8654 number appended. | |
8655 | |
3575 | 8656 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8657 | |
8658 * gethelp.cc: Sprinkle with std:: qualifier. | |
8659 | |
3498 | 8660 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8661 | |
8662 * image/saveimage.m: Delete some debugging code. | |
8663 | |
3486 | 8664 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8665 | |
8666 * signal/sinc.m: Avoid reshaping. | |
8667 | |
8668 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
8669 * image/ind2rgb.m: Ditto. | |
8670 * image/ind2gray.m: Ditto. | |
8671 * general/reshape.m: Ditto. Also no longer needs to reset | |
8672 implicit_str_to_num_ok. | |
8673 | |
3483 | 8674 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8675 | |
8676 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
8677 a list of file structures, not a vector of numeric file ids. | |
8678 | |
3474 | 8679 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8680 | |
3476 | 8681 * plot/__axis_label__.m: New function. |
8682 Undo string escapes in text twice(!) before sending to gnuplot. | |
8683 * plot/xlabel.m: Use it. | |
8684 * plot/ylabel.m: Ditto. | |
8685 * plot/zlabel.m: Ditto. | |
8686 | |
3474 | 8687 * plot/mesh.m: Fix error message to reflect reality. |
8688 | |
5095 | 8689 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 8690 |
8691 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
8692 | |
5095 | 8693 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 8694 |
8695 * audio/saveaudio.m: Also accept files with .ul extension. | |
8696 * audio/loadaudio.m: Ditto. | |
8697 * audio/playaudio.m: Ditto. | |
8698 | |
3456 | 8699 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8700 | |
8701 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
8702 * statistics/distributions/beta_inv.m: Ditto. | |
8703 * statistics/distributions/beta_pdf.m: Ditto. | |
8704 * statistics/distributions/beta_rnd.m: Ditto. | |
8705 * statistics/distributions/binomial_cdf.m: Ditto. | |
8706 * statistics/distributions/binomial_inv.m: Ditto. | |
8707 * statistics/distributions/binomial_pdf.m: Ditto. | |
8708 * statistics/distributions/binomial_rnd.m: Ditto. | |
8709 * statistics/distributions/cauchy_cdf.m: Ditto. | |
8710 * statistics/distributions/cauchy_inv.m: Ditto. | |
8711 * statistics/distributions/cauchy_pdf.m: Ditto. | |
8712 * statistics/distributions/cauchy_rnd.m: Ditto. | |
8713 * statistics/distributions/chisquare_cdf.m: Ditto. | |
8714 * statistics/distributions/chisquare_inv.m: Ditto. | |
8715 * statistics/distributions/chisquare_pdf.m: Ditto. | |
8716 * statistics/distributions/chisquare_rnd.m: Ditto. | |
8717 * statistics/distributions/discrete_cdf.m: Ditto. | |
8718 * statistics/distributions/discrete_inv.m: Ditto. | |
8719 * statistics/distributions/discrete_pdf.m: Ditto. | |
8720 * statistics/distributions/discrete_rnd.m: Ditto. | |
8721 * statistics/distributions/empirical_cdf.m: Ditto. | |
8722 * statistics/distributions/empirical_inv.m: Ditto. | |
8723 * statistics/distributions/empirical_pdf.m: Ditto. | |
8724 * statistics/distributions/empirical_rnd.m: Ditto. | |
8725 * statistics/distributions/exponential_cdf.m: Ditto. | |
8726 * statistics/distributions/exponential_inv.m: Ditto. | |
8727 * statistics/distributions/exponential_pdf.m: Ditto. | |
8728 * statistics/distributions/exponential_rnd.m: Ditto. | |
8729 * statistics/distributions/f_cdf.m: Ditto. | |
8730 * statistics/distributions/f_inv.m: Ditto. | |
8731 * statistics/distributions/f_pdf.m: Ditto. | |
8732 * statistics/distributions/f_rnd.m: Ditto. | |
8733 * statistics/distributions/gamma_cdf.m: Ditto. | |
8734 * statistics/distributions/gamma_inv.m: Ditto. | |
8735 * statistics/distributions/gamma_pdf.m: Ditto. | |
8736 * statistics/distributions/gamma_rnd.m: Ditto. | |
8737 * statistics/distributions/geometric_cdf.m: Ditto. | |
8738 * statistics/distributions/geometric_inv.m: Ditto. | |
8739 * statistics/distributions/geometric_pdf.m: Ditto. | |
8740 * statistics/distributions/geometric_rnd.m: Ditto. | |
8741 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
8742 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
8743 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
8744 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
8745 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
8746 * statistics/distributions/laplace_cdf.m: Ditto. | |
8747 * statistics/distributions/laplace_inv.m: Ditto. | |
8748 * statistics/distributions/laplace_pdf.m: Ditto. | |
8749 * statistics/distributions/laplace_rnd.m: Ditto. | |
8750 * statistics/distributions/logistic_cdf.m: Ditto. | |
8751 * statistics/distributions/logistic_inv.m: Ditto. | |
8752 * statistics/distributions/logistic_pdf.m: Ditto. | |
8753 * statistics/distributions/logistic_rnd.m: Ditto. | |
8754 * statistics/distributions/lognormal_cdf.m: Ditto. | |
8755 * statistics/distributions/lognormal_inv.m: Ditto. | |
8756 * statistics/distributions/lognormal_pdf.m: Ditto. | |
8757 * statistics/distributions/lognormal_rnd.m: Ditto. | |
8758 * statistics/distributions/normal_cdf.m: Ditto. | |
8759 * statistics/distributions/normal_inv.m: Ditto. | |
8760 * statistics/distributions/normal_pdf.m: Ditto. | |
8761 * statistics/distributions/normal_rnd.m: Ditto. | |
8762 * statistics/distributions/pascal_cdf.m: Ditto. | |
8763 * statistics/distributions/pascal_inv.m: Ditto. | |
8764 * statistics/distributions/pascal_pdf.m: Ditto. | |
8765 * statistics/distributions/pascal_rnd.m: Ditto. | |
8766 * statistics/distributions/poisson_cdf.m: Ditto. | |
8767 * statistics/distributions/poisson_inv.m: Ditto. | |
8768 * statistics/distributions/poisson_pdf.m: Ditto. | |
8769 * statistics/distributions/poisson_rnd.m: Ditto. | |
8770 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
8771 * statistics/distributions/stdnormal_inv.m: Ditto. | |
8772 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
8773 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
8774 * statistics/distributions/t_cdf.m: Ditto. | |
8775 * statistics/distributions/t_inv.m: Ditto. | |
8776 * statistics/distributions/t_pdf.m: Ditto. | |
8777 * statistics/distributions/t_rnd.m: Ditto. | |
8778 * statistics/distributions/uniform_cdf.m: Ditto. | |
8779 * statistics/distributions/uniform_inv.m: Ditto. | |
8780 * statistics/distributions/uniform_pdf.m: Ditto. | |
8781 * statistics/distributions/uniform_rnd.m: Ditto. | |
8782 * statistics/distributions/weibull_cdf.m: Ditto. | |
8783 * statistics/distributions/weibull_inv.m: Ditto. | |
8784 * statistics/distributions/weibull_pdf.m: Ditto. | |
8785 * statistics/distributions/weibull_rnd.m: Ditto. | |
8786 * statistics/distributions/wiener_rnd.m: Ditto. | |
8787 | |
3453 | 8788 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8789 | |
8790 * statistics/base/values.m: Texinfoize doc string. | |
8791 * statistics/base/var.m: Ditto. | |
8792 * statistics/base/table.m: Ditto. | |
8793 * statistics/base/studentize.m: Ditto. | |
8794 * statistics/base/statistics.m: Ditto. | |
8795 * statistics/base/spearman.m: Ditto. | |
8796 * statistics/base/run_count.m: Ditto. | |
8797 * statistics/base/ranks.m: Ditto. | |
8798 * statistics/base/range.m: Ditto. | |
8799 * statistics/base/qqplot.m: Ditto. | |
8800 * statistics/base/probit.m: Ditto. | |
8801 * statistics/base/ppplot.m: Ditto. | |
8802 * statistics/base/moment.m: Ditto. | |
8803 * statistics/base/meansq.m: Ditto. | |
8804 * statistics/base/logit.m: Ditto. | |
8805 * statistics/base/kendall.m: Ditto. | |
8806 * statistics/base/iqr.m: Ditto. | |
8807 * statistics/base/cut.m: Ditto. | |
8808 * statistics/base/cor.m: Ditto. | |
8809 * statistics/base/cloglog.m: Ditto. | |
8810 * statistics/base/center.m: Ditto. | |
3454 | 8811 * statistics/models/logistic_regression.m: Ditto. |
8812 * statistics/models/logistic_regression_derivative.m: Ditto. | |
8813 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8814 * statistics/tests/anova.m: Ditto. | |
8815 * statistics/tests/bartlett_test.m: Ditto. | |
8816 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
8817 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8818 * statistics/tests/cor_test.m: Ditto. | |
8819 * statistics/tests/f_test_regression.m: Ditto. | |
8820 * statistics/tests/hotelling_test.m: Ditto. | |
8821 * statistics/tests/hotelling_test_2.m: Ditto. | |
8822 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
8823 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
8824 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
8825 * statistics/tests/manova.m: Ditto. | |
8826 * statistics/tests/mcnemar_test.m: Ditto. | |
8827 * statistics/tests/prop_test_2.m: Ditto. | |
8828 * statistics/tests/run_test.m: Ditto. | |
8829 * statistics/tests/sign_test.m: Ditto. | |
8830 * statistics/tests/t_test.m: Ditto. | |
8831 * statistics/tests/t_test_2.m: Ditto. | |
8832 * statistics/tests/t_test_regression.m: Ditto. | |
8833 * statistics/tests/u_test.m: Ditto. | |
8834 * statistics/tests/var_test.m: Ditto. | |
8835 * statistics/tests/welch_test.m: Ditto. | |
8836 * statistics/tests/wilcoxon_test.m: Ditto. | |
8837 * statistics/tests/z_test.m: Ditto. | |
8838 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 8839 |
3446 | 8840 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8841 | |
8842 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 8843 * plot/__plr1__.m: Ditto. |
8844 * plot/__pltopt__.m: Ditto. | |
8845 * plot/__plt__.m: Ditto. | |
8846 * plot/__plt2vv__.m: Ditto. | |
8847 * plot/__plr2__.m: Ditto. | |
8848 * plot/__plr__.m: Ditto. | |
8849 * plot/__plt1__.m: Ditto. | |
8850 * plot/__plt2__.m: Ditto. | |
8851 * plot/__plt2mm__.m: Ditto. | |
8852 * plot/__plt2mv__.m: Ditto. | |
8853 * plot/__plt2ss__.m: Ditto. | |
8854 * miscellaneous/paren.m: Ditto. | |
8855 * miscellaneous/comma.m: Ditto. | |
8856 * miscellaneous/semicolon.m: Ditto. | |
8857 * miscellaneous/path.m: Ditto. | |
8858 * miscellaneous/list_primes.m: Ditto. | |
8859 * miscellaneous/flops.m: Ditto. | |
8860 * miscellaneous/dump_prefs.m: Ditto. | |
8861 * miscellaneous/bug_report.m: Ditto. | |
8862 * linear-algebra/dot.m: Ditto | |
8863 * linear-algebra/dmult.m: Ditto. | |
8864 * general/randperm.m: Ditto. | |
8865 * general/logical.m: Ditto. | |
8866 * general/is_duplicate_entry.m: Ditto. | |
8867 * signal/arch_fit.m: Ditto. | |
8868 * signal/arch_rnd.m: Ditto. | |
8869 * signal/arch_test.m: Ditto. | |
8870 * signal/arma_rnd.m: Ditto. | |
8871 * signal/autocor.m: Ditto. | |
8872 * signal/autocov.m: Ditto. | |
8873 * signal/autoreg_matrix.m: Ditto. | |
8874 * signal/bartlett.m: Ditto. | |
8875 * signal/blackman.m: Ditto. | |
8876 * signal/detrend.m: Ditto. | |
8877 * signal/diffpara.m: Ditto. | |
8878 * signal/durbinlevinson.m: Ditto. | |
8879 * signal/fftconv.m: Ditto. | |
8880 * signal/fftfilt.m: Ditto. | |
8881 * signal/fftshift.m: Ditto. | |
8882 * signal/fractdiff.m: Ditto. | |
8883 * signal/freqz.m: Ditto. | |
8884 * signal/hamming.m: Ditto. | |
8885 * signal/hanning.m: Ditto. | |
8886 * signal/hurst.m: Ditto. | |
8887 * signal/periodogram.m: Ditto. | |
8888 * signal/rectangle_lw.m: Ditto. | |
8889 * signal/rectangle_sw.m: Ditto. | |
8890 * signal/sinc.m: Ditto. | |
8891 * signal/sinetone.m: Ditto. | |
8892 * signal/sinewave.m: Ditto. | |
8893 * signal/spectral_adf.m: Ditto. | |
8894 * signal/spectral_xdf.m: Ditto. | |
8895 * signal/spencer.m: Ditto. | |
8896 * signal/stft.m: Ditto. | |
8897 * signal/synthesis.m: Ditto. | |
8898 * signal/triangle_lw.m: Ditto. | |
8899 * signal/triangle_sw.m: Ditto. | |
8900 * signal/yulewalker.m: Ditto. | |
3450 | 8901 * control/util/strappend.m: Ditto. |
3451 | 8902 * control/base/nichols.m: Ditto. |
3452 | 8903 * control/system/is_signal_list.m: Ditto. |
8904 * control/system/listidx.m: Ditto. | |
8905 * control/system/sysgettsam.m: Ditto. | |
8906 * control/system/sysidx.m: Ditto. | |
3446 | 8907 |
3438 | 8908 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8909 | |
8910 * control/system/__abcddims__.m: Rename from | |
8911 control/system/abcddims.m, change all callers. | |
8912 * control/base/__bodquist__.m: Likewise. | |
8913 * control/base/__freqresp__.m: Likewise. | |
8914 * control/util/__outlist__.m: Likewise. | |
8915 * control/base/__stepimp__.m: Likewise. | |
8916 * control/system/__syschnamesl__.m: Likewise. | |
8917 * control/system/__syscont_disc__.m: Likewise. | |
8918 * control/system/__sysdefioname__.m: Likewise. | |
8919 * control/system/__sysdefstname__.m: Likewise. | |
8920 * control/system/__sysgroupn__.m: Likewise. | |
8921 * control/system/__tf2sysl__.m: Likewise. | |
8922 * control/util/__zgpbal__.m: Likewise. | |
8923 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 8924 |
8925 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 8926 * quaternion/qconj.m: Ditto. |
8927 * quaternion/qcoordinate_plot.m: Ditto. | |
8928 * quaternion/qderiv.m: Ditto. | |
8929 * quaternion/qderivmat.m: Ditto. | |
8930 * quaternion/qinv.m: Ditto. | |
8931 * quaternion/qmult.m: Ditto. | |
8932 * quaternion/qtrans.m: Ditto. | |
8933 * quaternion/qtransv.m: Ditto. | |
8934 * quaternion/qtransvmat.m: Ditto. | |
8935 * quaternion/quaternion.m: Ditto. | |
3438 | 8936 |
3436 | 8937 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8938 | |
8939 * control/base/Makefile.in: Ditto. | |
8940 * control/hinf/Makefile.in: New file. | |
8941 * control/marsyas/Makefile.in: Ditto. | |
8942 * control/obsolete/Makefile.in: Ditto. | |
8943 * control/system/Makefile.in: Ditto. | |
8944 * control/util/Makefile.in: Ditto. | |
8945 | |
8946 * strings/com2str.m: Move here from control directory. | |
8947 | |
8948 * control/base: New directory. | |
8949 * control/base/DEMOcontrol.m: Move here from control directory. | |
8950 * control/base/analdemo.m: Ditto. | |
8951 * control/base/are.m: Ditto. | |
8952 * control/base/bddemo.m: Ditto. | |
8953 * control/base/bode.m: Ditto. | |
8954 * control/base/bode_bounds.m: Ditto. | |
8955 * control/base/bodquist.m: Ditto. | |
8956 * control/base/controldemo.m: Ditto. | |
8957 * control/base/ctrb.m: Ditto. | |
8958 * control/base/damp.m: Ditto. | |
8959 * control/base/dare.m: Ditto. | |
8960 * control/base/dcgain.m: Ditto. | |
8961 * control/base/dgram.m: Ditto. | |
8962 * control/base/dlqe.m: Ditto. | |
8963 * control/base/dlqr.m: Ditto. | |
8964 * control/base/dlyap.m: Ditto. | |
8965 * control/base/dre.m: Ditto. | |
8966 * control/base/frdemo.m: Ditto. | |
8967 * control/base/freqchkw.m: Ditto. | |
8968 * control/base/freqresp.m: Ditto. | |
8969 * control/base/gram.m: Ditto. | |
8970 * control/base/impulse.m: Ditto. | |
8971 * control/base/lqe.m: Ditto. | |
8972 * control/base/lqg.m: Ditto. | |
8973 * control/base/lqr.m: Ditto. | |
8974 * control/base/lsim.m: Ditto. | |
8975 * control/base/ltifr.m: Ditto. | |
8976 * control/base/lyap.m: Ditto. | |
8977 * control/base/nichols.m: Ditto. | |
8978 * control/base/nyquist.m: Ditto. | |
8979 * control/base/obsv.m: Ditto. | |
8980 * control/base/place.m: Ditto. | |
8981 * control/base/pzmap.m: Ditto. | |
8982 * control/base/rldemo.m: Ditto. | |
8983 * control/base/rlocus.m: Ditto. | |
8984 * control/base/step.m: Ditto. | |
8985 * control/base/stepimp.m: Ditto. | |
8986 * control/base/tzero.m: Ditto. | |
8987 * control/base/tzero2.m: Ditto. | |
8988 | |
8989 * control/hinf: New directory. | |
8990 * control/hinf/dhinfdemo.m: Move here from control directory. | |
8991 * control/hinf/h2norm.m: Ditto. | |
8992 * control/hinf/h2syn.m: Ditto. | |
8993 * control/hinf/hinf_ctr.m: Ditto. | |
8994 * control/hinf/hinfdemo.m: Ditto. | |
8995 * control/hinf/hinfnorm.m: Ditto. | |
8996 * control/hinf/hinfsyn.m: Ditto. | |
8997 * control/hinf/hinfsyn_chk.m: Ditto. | |
8998 * control/hinf/hinfsyn_ric.m: Ditto. | |
8999 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9000 * control/hinf/dgkfdemo.m: Ditto. |
9001 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9002 |
9003 * control/marsyas: New directory. | |
9004 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9005 * control/marsyas/susball.m: Ditto. | |
9006 | |
9007 * control/obsolete/dezero.m: Move here from control directory. | |
9008 * control/obsolete/rotg.m: Ditto. | |
9009 | |
9010 * control/system: New directory. | |
9011 * control/system/abcddim.m: Move here from control directory. | |
9012 * control/system/abcddims.m: Ditto. | |
9013 * control/system/buildssic.m: Ditto. | |
9014 * control/system/c2d.m: Ditto. | |
9015 * control/system/d2c.m: Ditto. | |
9016 * control/system/dmr2d.m: Ditto. | |
9017 * control/system/fir2sys.m: Ditto. | |
9018 * control/system/is_abcd.m: Ditto. | |
9019 * control/system/is_digital.m: Ditto. | |
9020 * control/system/is_sample.m: Ditto. | |
9021 * control/system/is_signal_list.m: Ditto. | |
9022 * control/system/is_siso.m: Ditto. | |
3441 | 9023 * control/system/is_controllable.m: Ditto. |
9024 * control/system/is_detectable.m: Ditto. | |
9025 * control/system/is_observable.m: Ditto. | |
9026 * control/system/is_stabilizable.m: Ditto. | |
9027 * control/system/is_stable.m: Ditto. | |
3436 | 9028 * control/system/jet707.m: Ditto. |
9029 * control/system/listidx.m: Ditto. | |
9030 * control/system/moddemo.m: Ditto. | |
9031 * control/system/ord2.m: Ditto. | |
9032 * control/system/packedform.m: Ditto. | |
9033 * control/system/parallel.m: Ditto. | |
9034 * control/system/ss2sys.m: Ditto. | |
9035 * control/system/ss2tf.m: Ditto. | |
9036 * control/system/ss2zp.m: Ditto. | |
9037 * control/system/starp.m: Ditto. | |
9038 * control/system/sys2fir.m: Ditto. | |
9039 * control/system/sys2ss.m: Ditto. | |
9040 * control/system/sys2tf.m: Ditto. | |
9041 * control/system/sys2zp.m: Ditto. | |
9042 * control/system/sysadd.m: Ditto. | |
9043 * control/system/sysappend.m: Ditto. | |
9044 * control/system/syschnamesl.m: Ditto. | |
9045 * control/system/syschtsam.m: Ditto. | |
9046 * control/system/sysconnect.m: Ditto. | |
9047 * control/system/syscont.m: Ditto. | |
9048 * control/system/syscont_disc.m: Ditto. | |
9049 * control/system/sysdefioname.m: Ditto. | |
9050 * control/system/sysdefstname.m: Ditto. | |
9051 * control/system/sysdimensions.m: Ditto. | |
9052 * control/system/sysdisc.m: Ditto. | |
9053 * control/system/sysdup.m: Ditto. | |
9054 * control/system/sysgetsignals.m: Ditto. | |
9055 * control/system/sysgettsam.m: Ditto. | |
9056 * control/system/sysgettype.m: Ditto. | |
9057 * control/system/sysgroup.m: Ditto. | |
9058 * control/system/sysgroupn.m: Ditto. | |
9059 * control/system/sysidx.m: Ditto. | |
9060 * control/system/sysmin.m: Ditto. | |
9061 * control/system/sysmult.m: Ditto. | |
9062 * control/system/sysout.m: Ditto. | |
9063 * control/system/sysprune.m: Ditto. | |
9064 * control/system/sysreorder.m: Ditto. | |
9065 * control/system/sysrepdemo.m: Ditto. | |
9066 * control/system/sysscale.m: Ditto. | |
9067 * control/system/syssetsignals.m: Ditto. | |
9068 * control/system/syssub.m: Ditto. | |
9069 * control/system/sysupdate.m: Ditto. | |
9070 * control/system/tf2ss.m: Ditto. | |
9071 * control/system/tf2sys.m: Ditto. | |
9072 * control/system/tf2sysl.m: Ditto. | |
9073 * control/system/tf2zp.m: Ditto. | |
9074 * control/system/tfout.m: Ditto. | |
9075 * control/system/ugain.m: Ditto. | |
9076 * control/system/zp2ss.m: Ditto. | |
9077 * control/system/zp2ssg2.m: Ditto. | |
9078 * control/system/zp2sys.m: Ditto. | |
9079 * control/system/zp2tf.m: Ditto. | |
9080 * control/system/zpout.m: Ditto. | |
9081 | |
9082 * control/util: New directory. | |
9083 * control/util/axis2dlim.m: Move here from control directory. | |
9084 * control/util/outlist.m: Ditto. | |
9085 * control/util/prompt.m: Ditto. | |
9086 * control/util/run_cmd.m: Ditto. | |
9087 * control/util/sortcom.m: Ditto. | |
9088 * control/util/strappend.m: Ditto. | |
9089 * control/util/swap.m: Ditto. | |
9090 * control/util/zgfmul.m: Ditto. | |
9091 * control/util/zgfslv.m: Ditto. | |
9092 * control/util/zginit.m: Ditto. | |
9093 * control/util/zgpbal.m: Ditto. | |
9094 * control/util/zgreduce.m: Ditto. | |
9095 * control/util/zgrownorm.m: Ditto. | |
9096 * control/util/zgscal.m: Ditto. | |
9097 * control/util/zgsgiv.m: Ditto. | |
9098 * control/util/zgshsr.m: Ditto. | |
9099 | |
3427 | 9100 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9101 | |
9102 * gethelp.cc (extract_help_text): Discard first space character | |
9103 after consecutive comment characters. | |
9104 | |
3422 | 9105 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9106 | |
9107 * control/obsolete: New directory | |
9108 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9109 * control/obsolete/swapcols.m: Ditto. |
9110 * control/obsolete/dlqg.m: Ditto. | |
9111 * control/obsolete/minfo.m: Ditto. | |
9112 * control/obsolete/packsys.m: Ditto. | |
9113 * control/obsolete/qzval.m: Ditto. | |
9114 * control/obsolete/unpacksys.m: Ditto. | |
9115 * control/obsolete/series.m: Ditto. | |
9116 * control/obsolete/syschnames.m: Ditto. | |
9117 * polynomial/polyout.m: Ditto. | |
3422 | 9118 |
3420 | 9119 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9120 | |
9121 * general/fliplr.m: Eliminate useless copy of arg. | |
9122 * general/flipud.m: Ditto. | |
9123 | |
3418 | 9124 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9125 | |
9126 * linear-algebra/cross.m: Only return a row vector if both args | |
9127 are row vectors. | |
9128 * polynomial/polyfit.m: Likewise. | |
9129 | |
9130 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9131 | |
9132 * statistics/distributions/discrete_rnd.m: | |
9133 Always generate a row vector. | |
9134 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9135 | |
5095 | 9136 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9137 |
9138 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9139 | |
9140 * audio/setaudio.m: Texinfoize doc string. | |
9141 * control/com2str.m: Likewise. | |
9142 * control/controldemo.m: Likewise. | |
9143 * control/DEMOcontrol.m: Likewise. | |
9144 * control/dezero.m: Likewise. | |
9145 * control/dre.m: Likewise. | |
9146 * control/hinfsyn_ric.m: Likewise. | |
9147 | |
5095 | 9148 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9149 |
9150 * io/printf.m: Add @seealso{...} to doc string. | |
9151 * io/puts.m: Likewise. | |
9152 * plot/semilogx.m: Likewise. | |
9153 * plot/semilogy.m: Likewise. | |
9154 * plot/__pltopt__.m: Likewise. | |
9155 * plot/bar.m: Likewise. | |
9156 * plot/xlabel.m: Likewise. | |
9157 * plot/grid.m: Likewise. | |
9158 * plot/shg.m: Likewise. | |
9159 * plot/title.m: Likewise. | |
9160 * plot/mesh.m: Likewise. | |
9161 * plot/__pltopt1__.m: Likewise. | |
9162 * plot/contour.m: Likewise. | |
9163 * plot/hist.m: Likewise. | |
9164 * plot/stairs.m: Likewise. | |
9165 * plot/meshgrid.m: Likewise. | |
9166 * plot/polar.m: Likewise. | |
9167 * plot/loglog.m: Likewise. | |
9168 * plot/plot.m: Likewise. | |
9169 * miscellaneous/semicolon.m: Likewise. | |
9170 * miscellaneous/menu.m: Likewise. | |
9171 * miscellaneous/etime.m: Likewise. | |
9172 * miscellaneous/texas_lotto.m: Likewise. | |
9173 * miscellaneous/comma.m: Likewise. | |
9174 * audio/lin2mu.m: Likewise. | |
9175 * audio/playaudio.m: Likewise. | |
9176 * audio/loadaudio.m: Likewise. | |
9177 * audio/saveaudio.m: Likewise. | |
9178 * audio/mu2lin.m: Likewise. | |
9179 * audio/record.m: Likewise. | |
9180 * strings/isletter.m: Likewise. | |
9181 * strings/lower.m: Likewise. | |
9182 * strings/lower.m: Likewise. | |
9183 * strings/upper.m: Likewise. | |
9184 * specfun/erfinv.m: Likewise. | |
9185 * specfun/gammai.m: Likewise. | |
9186 * specfun/log2.m: Likewise. | |
9187 * specfun/pow2.m: Likewise. | |
9188 * elfun/gcd.m: Likewise. | |
9189 * elfun/lcm.m: Likewise. | |
9190 * special-matrix/vander.m: Likewise. | |
9191 * special-matrix/sylvester_matrix.m: Likewise. | |
9192 * special-matrix/hilb.m: Likewise. | |
9193 * special-matrix/hankel.m: Likewise. | |
9194 * special-matrix/toeplitz.m: Likewise. | |
9195 * special-matrix/invhilb.m: Likewise. | |
9196 * statistics/base/std.m: Likewise. | |
9197 * statistics/base/median.m: Likewise. | |
9198 * linear-algebra/cond.m: Likewise. | |
9199 * linear-algebra/norm.m: Likewise. | |
9200 * finance/nper.m: Likewise. | |
9201 * finance/pmt.m: Likewise. | |
9202 * finance/pv.m: Likewise. | |
9203 * finance/rate.m: Likewise. | |
9204 * finance/npv.m: Likewise. | |
9205 * general/fliplr.m: Likewise. | |
9206 * general/flipud.m: Likewise. | |
9207 * general/is_scalar.m: Likewise. | |
9208 * general/rem.m: Likewise. | |
9209 * general/perror.m: Likewise. | |
9210 * general/tril.m: Likewise. | |
9211 * general/rot90.m: Likewise. | |
9212 * general/num2str.m: Likewise. | |
9213 * general/int2str.m: Likewise. | |
9214 * general/reshape.m: Likewise. | |
9215 * general/logspace.m: Likewise. | |
9216 * general/is_symmetric.m: Likewise. | |
9217 * general/is_vector.m: Likewise. | |
9218 * general/nextpow2.m: Likewise. | |
9219 * general/columns.m: Likewise. | |
9220 * general/is_square.m: Likewise. | |
9221 * general/rows.m: Likewise. | |
9222 * control/ugain.m: Likewise. | |
9223 * control/damp.m: Likewise. | |
9224 * control/dare.m: Likewise. | |
9225 * control/are.m: Likewise. | |
9226 * control/sys2fir.m: Likewise. | |
9227 * control/abcddim.m: Likewise. | |
9228 * control/is_abcd.m: Likewise. | |
9229 * control/step.m: Likewise. | |
9230 * control/is_observable.m: Likewise. | |
9231 * control/is_controllable.m: Likewise. | |
9232 * control/jet707.m: Likewise. | |
9233 * control/polyout.m: Likewise. | |
9234 * control/impulse.m: Likewise. | |
9235 * control/lqg.m: Likewise. | |
9236 * control/is_detectable.m: Likewise. | |
9237 * control/sysdimensions.m: Likewise. | |
9238 * control/sysupdate.m: Likewise. | |
9239 * control/stepimp.m: Likewise. | |
9240 * control/is_stable.m: Likewise. | |
9241 * control/tfout.m: Likewise. | |
9242 * control/zpout.m: Likewise. | |
9243 | |
3405 | 9244 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9245 | |
9246 * set/complement.m: Add @seealso{} stuff. | |
9247 * set/create_set.m: Likewise. | |
9248 * set/intersection.m: Likewise. | |
9249 * set/union.m: Likewise. | |
9250 | |
3399 | 9251 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9252 | |
3400 | 9253 * control/d2c.m: Use double quotes instead of single quotes for |
9254 string constants. | |
9255 * control/dgkfdemo.m: Likewise. | |
9256 * control/fir2sys.m: Likewise. | |
9257 * control/frdemo.m: Likewise. | |
9258 * control/moddemo.m: Likewise. | |
9259 * control/minfo.m: Likewise. | |
9260 * control/is_stabilizable.m: Likewise. | |
9261 * control/is_dgkf.m: Likewise. | |
9262 * control/polyout.m: Likewise. | |
9263 * control/sysconnect.m: Likewise. | |
9264 * control/sysrepdemo.m: Likewise. | |
9265 * control/tf2sys.m: Likewise. | |
9266 * control/tfout.m: Likewise. | |
9267 * control/zp2sys.m: Likewise. | |
9268 * control/zpout.m: Likewise. | |
9269 * control/tzero.m: Likewise. | |
9270 | |
9271 * control/DEMOcontrol.m: Handle moddemo case too. | |
9272 | |
9273 * image/loadimage.m: Use double quotes instead of single quotes | |
9274 for string constants. Use sprintf instead of square brackets to | |
9275 construct string. | |
9276 | |
3399 | 9277 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9278 * control/fir2sys.m: Likewise. |
3399 | 9279 |
3390 | 9280 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9281 | |
9282 * mkdoc: Only delete spaces before @ characters at the beginning | |
9283 of a line. | |
9284 | |
3383 | 9285 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9286 | |
3388 | 9287 * control/bddemo.m: Make it more likely to work with any value of |
9288 whitespace_in_literal_matrix. | |
3386 | 9289 * control/analdemo.m: Ditto. |
9290 * control/dgkfdemo.m: Ditto. | |
9291 * control/frdemo.m: Ditto. | |
9292 * control/sysrepdemo.m: Ditto. | |
9293 * control/moddemo.m: Ditto. | |
3388 | 9294 * control/zp2ss.m: Ditto. |
3387 | 9295 * control/zp2tf.m: Ditto. |
3388 | 9296 * control/syssub.m: Ditto. |
9297 * finance/npv.m: Ditto. | |
9298 * statistics/base/studentize.m: Ditto. | |
9299 * statistics/base/values.m: Ditto. | |
9300 * statistics/distributions/exponential_cdf.m: Ditto. | |
9301 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 9302 |
3384 | 9303 * control/dezero.m: Use toascii to convert string to ASCII value |
9304 instead of multiplying it by 1. | |
9305 | |
3383 | 9306 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
9307 * control/zpout.m: Ditto. | |
9308 * control/tfout.m: Ditto. | |
9309 * control/tf2sys.m: Ditto. | |
9310 * control/syssub.m: Ditto. | |
9311 * control/syssetsignals.m: Ditto. | |
9312 * control/sysout.m: Ditto. | |
9313 * control/sysmult.m: Ditto. | |
9314 * control/sysgroup.m: Ditto. | |
9315 * control/sysdup.m: Ditto. | |
9316 * control/sysdisc.m: Ditto. | |
9317 * control/syscont.m: Ditto. | |
9318 * control/sysconnect.m: Ditto. | |
9319 * control/sysappend.m: Ditto. | |
9320 * control/sysadd.m: Ditto. | |
9321 * control/ss2sys.m: Ditto. | |
9322 * control/nyquist.m: Ditto. | |
9323 * control/lqg.m: Ditto. | |
9324 * control/fir2sys.m: Ditto. | |
9325 * control/dmr2d.m: Ditto. | |
9326 * control/dezero.m: Ditto. | |
9327 * control/d2c.m: Ditto. | |
9328 * control/c2d.m: Ditto. | |
9329 * control/bddemo.m: Ditto. | |
9330 * control/pzmap.m: Ditto. | |
9331 | |
5095 | 9332 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 9333 |
9334 * signal/spectral_adf.m: Fix typo. | |
9335 | |
3372 | 9336 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9337 | |
9338 * linear-algebra/cond.m: Texinfoize doc string. | |
9339 * linear-algebra/kron.m: Ditto. | |
9340 * linear-algebra/norm.m: Ditto. | |
9341 * linear-algebra/null.m: Ditto. | |
9342 * linear-algebra/orth.m: Ditto. | |
9343 * linear-algebra/rank.m: Ditto. | |
9344 * linear-algebra/trace.m: Ditto. | |
9345 * linear-algebra/qzhess.m: Ditto. | |
9346 * miscellaneous/menu.m: Ditto. | |
3373 | 9347 * general/perror.m: Ditto. |
9348 * general/strerror.m: Ditto. | |
9349 * general/columns.m: Ditto. | |
9350 * general/rows.m: Ditto. | |
9351 * image/colormap.m: Ditto. | |
9352 * image/gray.m: Ditto. | |
9353 * image/gray2ind.m: Ditto. | |
9354 * image/image.m: Ditto. | |
9355 * image/imagesc.m: Ditto. | |
9356 * image/imshow.m: Ditto. | |
9357 * image/ind2gray.m: Ditto. | |
9358 * image/ind2rgb.m: Ditto. | |
9359 * image/loadimage.m: Ditto. | |
9360 * image/rgb2ntsc.m: Ditto. | |
9361 * image/ntsc2rgb.m: Ditto. | |
9362 * image/ocean.m: Ditto. | |
9363 * image/rgb2ind.m: Ditto. | |
9364 * image/saveimage.m: Ditto. | |
3372 | 9365 * io/printf.m: Ditto. |
9366 * io/puts.m: Ditto. | |
9367 | |
3369 | 9368 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9369 | |
9370 * special-matrix/hankel.m: Texinfoize doc string. | |
9371 * special-matrix/hilb.m: Ditto. | |
9372 * special-matrix/invhilb.m: Ditto. | |
9373 * special-matrix/sylvester_matrix.m: Ditto. | |
9374 * special-matrix/toeplitz.m: Ditto. | |
9375 * special-matrix/vander.m: Ditto. | |
9376 * linear-algebra/vec.m: Ditto. | |
9377 * linear-algebra/vech.m: Ditto. | |
9378 * general/common_size.m: Ditto. | |
9379 * general/diff.m: Ditto. | |
9380 * general/fliplr.m: Ditto. | |
9381 * general/flipud.m: Ditto. | |
9382 * general/rot90.m: Ditto. | |
9383 * general/reshape.m: Ditto. | |
9384 * general/shift.m: Ditto. | |
9385 * general/tril.m: Ditto. | |
9386 * general/triu.m: Ditto. | |
9387 * general/logspace.m: Ditto. | |
3371 | 9388 * general/nargchk.m: Ditto. |
3369 | 9389 |
3367 | 9390 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9391 | |
9392 * statistics/base/mean: Texinfoize doc string. | |
9393 * statistics/base/median: Ditto. | |
9394 * statistics/base/std: Ditto. | |
9395 * statistics/base/cov: Ditto. | |
9396 * statistics/base/corrcoef: Ditto. | |
9397 * statistics/base/kurtosis: Ditto. | |
9398 * statistics/base/mahalanobis: Ditto. | |
9399 * statistics/base/skewness: Ditto. | |
3368 | 9400 * statistics/base/gls.m: Ditto. |
9401 * statistics/base/ols.m: Ditto. | |
3367 | 9402 * signal/detrend.m: Ditto. |
9403 * signal/freqz.m: Ditto. | |
9404 * signal/sinc.m: Ditto. | |
9405 * signal/fftconv.m: Ditto. | |
9406 * signal/fftfilt.m: Ditto. | |
3368 | 9407 * set/create_set.m: Ditto. |
9408 * set/union.m: Ditto. | |
9409 * set/intersection.m: Ditto. | |
9410 * set/complement.m: Ditto. | |
9411 * poly/compan.m: Ditto. | |
9412 * poly/conv: Ditto. | |
9413 * poly/deconv: Ditto. | |
9414 * poly/poly: Ditto. | |
9415 * poly/polyderiv: Ditto. | |
9416 * poly/polyfit: Ditto. | |
9417 * poly/polyinteg: Ditto. | |
9418 * poly/polyreduce: Ditto. | |
9419 * poly/polyval: Ditto. | |
9420 * poly/polyvalm: Ditto. | |
9421 * poly/residue: Ditto. | |
9422 * poly/roots: Ditto. | |
9423 * plot/top_title.m: Ditto | |
9424 * plot/subwindow.m: Ditto | |
9425 * plot/subplot.m: Ditto | |
9426 * plot/plot_border.m: Ditto | |
9427 * plot/oneplot.m: Ditto | |
9428 * plot/multiplot.m: Ditto | |
9429 * plot/mplot.m: Ditto | |
9430 * plot/xlabel.m: Ditto | |
9431 * plot/figure.m: Ditto | |
9432 * plot/meshdom.m: Ditto | |
9433 * plot/mesh.m: Ditto | |
9434 * plot/stairs.m: Ditto | |
9435 * plot/polar.m: Ditto | |
9436 * plot/loglog.m: Ditto | |
9437 * plot/hist.m: Ditto | |
9438 * plot/contour.m: Ditto | |
9439 * plot/bar.m: Ditto | |
9440 * plot/axis.m: Ditto | |
9441 * plot/plot.m: Ditto. | |
3367 | 9442 |
3361 | 9443 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9444 | |
3365 | 9445 * control/pinv.m: Delete. |
9446 | |
3364 | 9447 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
9448 | |
3361 | 9449 * strings/blanks.m: Texinfoize doc string. |
9450 * strings/strcat.m: Ditto. | |
9451 * strings/str2mat.m: Ditto. | |
9452 * strings/deblank.m: Ditto. | |
9453 * strings/findstr.m: Ditto. | |
9454 * strings/index.m: Ditto. | |
9455 * strings/rindex.m: Ditto. | |
9456 * strings/split.m: Ditto. | |
9457 * strings/strcmp.m: Ditto. | |
9458 * strings/strrep.m: Ditto. | |
9459 * strings/substr.m: Ditto. | |
9460 * general/int2str.m: Ditto. | |
9461 * general/num2str.m: Ditto. | |
9462 * strings/dec2bin.m: Ditto. | |
9463 * strings/bin2dec: Ditto. | |
9464 * strings/dec2bin: Ditto. | |
9465 * strings/dec2hex: Ditto. | |
9466 * strings/hex2dec: Ditto. | |
9467 * strings/str2num: Ditto. | |
9468 | |
3347 | 9469 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9470 | |
9471 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
9472 | |
5095 | 9473 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 9474 |
9475 * control/DEMOcontrol.m: Texinfoize doc string. | |
9476 * control/abcddim.m: Ditto. | |
9477 * control/abcddims.m: Ditto. | |
9478 * control/analdemo.m: Ditto. | |
9479 * control/are.m: Ditto. | |
9480 * control/axis2dlim.m: Ditto. | |
9481 * control/bddemo.m: Ditto. | |
9482 * control/bode.m: Ditto. | |
9483 * control/bode_bounds.m: Ditto. | |
9484 * control/bodquist.m: Ditto. | |
9485 * control/buildssic.m: Ditto. | |
9486 * control/c2d.m: Ditto. | |
9487 * control/ctrb.m: Ditto. | |
9488 * control/d2c.m: Ditto. | |
9489 * control/damp.m: Ditto. | |
9490 * control/dare.m: Ditto. | |
9491 * control/dcgain.m: Ditto. | |
9492 * control/dgkfdemo.m: Ditto. | |
9493 * control/dgram.m: Ditto. | |
9494 * control/dlqe.m: Ditto. | |
9495 * control/dlqr.m: Ditto. | |
9496 * control/dlyap.m: Ditto. | |
9497 * control/dmr2d.m: Ditto. | |
9498 * control/fir2sys.m: Ditto. | |
9499 * control/frdemo.m: Ditto. | |
9500 * control/freqchkw.m: Ditto. | |
9501 * control/freqresp.m: Ditto. | |
9502 * control/gram.m: Ditto. | |
9503 * control/h2norm.m: Ditto. | |
9504 * control/h2syn.m: Ditto. | |
9505 * control/hinf_ctr.m: Ditto. | |
9506 * control/hinfdemo.m: Ditto. | |
9507 * control/hinfnorm.m: Ditto. | |
9508 * control/hinfsyn.m: Ditto. | |
9509 * control/hinfsyn_chk.m: Ditto. | |
9510 * control/impulse.m: Ditto. | |
9511 * control/is_abcd.m: Ditto. | |
9512 * control/is_controllable.m: Ditto. | |
9513 * control/is_detectable.m: Ditto. | |
9514 * control/is_dgkf.m: Ditto. | |
9515 * control/is_digital.m: Ditto. | |
9516 * control/is_observable.m: Ditto. | |
9517 * control/is_sample.m: Ditto. | |
9518 * control/is_signal_list.m: Ditto. | |
9519 * control/is_siso.m: Ditto. | |
9520 * control/is_stabilizable.m: Ditto. | |
9521 * control/is_stable.m: Ditto. | |
9522 * control/jet707.m: Ditto. | |
9523 * control/lqe.m: Ditto. | |
9524 * control/lqg.m: Ditto. | |
9525 * control/lqr.m: Ditto. | |
9526 * control/lsim.m: Ditto. | |
9527 * control/ltifr.m: Ditto. | |
9528 * control/lyap.m: Ditto. | |
9529 * control/moddemo.m: Ditto. | |
9530 * control/nyquist.m: Ditto. | |
9531 * control/obsv.m: Ditto. | |
9532 * control/ord2.m: Ditto. | |
9533 * control/outlist.m: Ditto. | |
9534 * control/pinv.m: Ditto. | |
9535 * control/place.m: Ditto. | |
9536 * control/polyout.m: Ditto. | |
9537 * control/prompt.m: Ditto. | |
9538 * control/pzmap.m: Ditto. | |
9539 * control/qzval.m: Ditto. | |
9540 * control/rldemo.m: Ditto. | |
9541 * control/rlocus.m: Ditto. | |
9542 * control/sortcom.m: Ditto. | |
9543 * control/ss2sys.m: Ditto. | |
9544 * control/ss2tf.m: Ditto. | |
9545 * control/ss2zp.m: Ditto. | |
9546 * control/starp.m: Ditto. | |
9547 * control/step.m: Ditto. | |
9548 * control/stepimp.m: Ditto. | |
9549 * control/susball.m: Ditto. | |
9550 * control/sys2fir.m: Ditto. | |
9551 * control/sys2ss.m: Ditto. | |
9552 * control/sys2tf.m: Ditto. | |
9553 * control/sys2zp.m: Ditto. | |
9554 * control/sysadd.m: Ditto. | |
9555 * control/sysappend.m: Ditto. | |
9556 * control/syschnames.m: Ditto. | |
9557 * control/syschnamesl.m: Ditto. | |
9558 * control/syschtsam.m: Ditto. | |
9559 * control/sysconnect.m: Ditto. | |
9560 * control/syscont.m: Ditto. | |
9561 * control/syscont_disc.m: Ditto. | |
9562 * control/sysdefioname.m: Ditto. | |
9563 * control/sysdefstname.m: Ditto. | |
9564 * control/sysdimensions.m: Ditto. | |
9565 * control/sysdisc.m: Ditto. | |
9566 * control/sysdup.m: Ditto. | |
9567 * control/sysgetsignals.m: Ditto. | |
9568 * control/sysgettype.m: Ditto. | |
9569 * control/sysgroup.m: Ditto. | |
9570 * control/sysgroupn.m: Ditto. | |
9571 * control/sysmult.m: Ditto. | |
9572 * control/sysout.m: Ditto. | |
9573 * control/sysprune.m: Ditto. | |
9574 * control/sysreorder.m: Ditto. | |
9575 * control/sysrepdemo.m: Ditto. | |
9576 * control/sysscale.m: Ditto. | |
9577 * control/syssetsignals.m: Ditto. | |
9578 * control/syssub.m: Ditto. | |
9579 * control/sysupdate.m: Ditto. | |
9580 * control/tf2ss.m: Ditto. | |
9581 * control/tf2sys.m: Ditto. | |
9582 * control/tf2sysl.m: Ditto. | |
9583 * control/tf2zp.m: Ditto. | |
9584 * control/tfout.m: Ditto. | |
9585 * control/tzero.m: Ditto. | |
9586 * control/tzero2.m: Ditto. | |
9587 * control/ugain.m: Ditto. | |
9588 * control/wgt1o.m: Ditto. | |
9589 * control/zgfmul.m: Ditto. | |
9590 * control/zgfslv.m: Ditto. | |
9591 * control/zginit.m: Ditto. | |
9592 * control/zgpbal.m: Ditto. | |
9593 * control/zgreduce.m: Ditto. | |
9594 * control/zgrownorm.m: Ditto. | |
9595 * control/zgscal.m: Ditto. | |
9596 * control/zgsgiv.m: Ditto. | |
9597 * control/zgshsr.m: Ditto. | |
9598 * control/zp2ss.m: Ditto. | |
9599 * control/zp2ssg2.m: Ditto. | |
9600 * control/zp2sys.m: Ditto. | |
9601 * control/zp2tf.m: Ditto. | |
9602 * control/zpout.m: Ditto. | |
9603 | |
5095 | 9604 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 9605 |
5378 | 9606 * audio/lin2mu.m: Texinfoize doc string. |
9607 * audio/loadaudio.m: Ditto. | |
9608 * audio/mu2lin.m: Ditto. | |
9609 * audio/playaudio.m: Ditto. | |
9610 * audio/record.m: Ditto. | |
9611 * audio/saveaudio.m: Ditto. | |
3332 | 9612 |
5095 | 9613 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9614 |
9615 * elfun/acot.m: Texinfoize doc string. | |
9616 * elfun/acsc.m: Ditto. | |
9617 * elfun/acsch.m: Ditto. | |
9618 * elfun/asec.m: Ditto. | |
9619 * elfun/asech.m: Ditto. | |
9620 * elfun/cot.m: Ditto. | |
9621 * elfun/coth.m: Ditto. | |
9622 * elfun/csc.m: Ditto. | |
9623 * elfun/csch.m: Ditto. | |
9624 * elfun/gcd.m: Ditto. | |
9625 * elfun/lcm.m: Ditto. | |
9626 * elfun/sec.m: Ditto. | |
9627 * elfun/sech.m: Ditto. | |
9628 * general/nextpow2.m: Ditto. | |
9629 * general/rem.m: Ditto. | |
9630 * linear-algebra/commutation_matrix.m: Ditto. | |
9631 * linear-algebra/cross.m: Ditto. | |
9632 * linear-algebra/duplication_matrix.m: Ditto. | |
9633 * miscellaneous/bincoeff.m: Ditto. | |
9634 * miscellaneous/xor.m: Ditto. | |
9635 * specfun/bessel.m: Ditto. | |
9636 * specfun/beta.m: Ditto. | |
9637 * specfun/betai.m: Ditto. | |
9638 * specfun/erfinv.m: Ditto. | |
9639 * specfun/gammai.m: Ditto. | |
9640 * specfun/log2.m: Ditto. | |
9641 * specfun/pow2.m: Ditto. | |
9642 | |
5095 | 9643 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 9644 |
9645 * general/is_scalar.m: Texinfoize help text. | |
9646 * general/is_square.m: Ditto. | |
9647 * general/is_symmetric.m: Ditto. | |
9648 | |
3320 | 9649 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9650 | |
9651 * strings/split.m: If the string to be split is empty, just return | |
9652 an empty string. | |
9653 | |
3319 | 9654 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9655 | |
9656 * Makefile.in (ALL_M_FILES): New macro. | |
9657 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
9658 | |
3306 | 9659 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9660 | |
9661 * control/bode.m: Don't return anything if nargout == 0. | |
9662 | |
9663 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
9664 | |
9665 * control/bode.m: Don't do axis scaling for magnitude plots. | |
9666 | |
3305 | 9667 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9668 | |
9669 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
9670 gethelp.cc to the list. | |
9671 | |
3296 | 9672 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9673 | |
3301 | 9674 * time/asctime.m: Texinfoize help text. |
9675 * time/clock.m: Ditto. | |
9676 * time/date.m: Ditto. | |
9677 * miscellaneous/cputime.m: Ditto. | |
9678 * miscellaneous/etime.m: Ditto. | |
9679 * miscellaneous/is_leap_year.m: Ditto. | |
9680 * miscellaneous/popen2.m: Ditto. | |
9681 * miscellaneous/version.m: Ditto. | |
9682 * miscellaneous/tic.m: Ditto. | |
9683 * miscellaneous/toc.m: Just refer to tic.m. | |
9684 | |
3297 | 9685 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
9686 `cd dir; $(MAKE); cd ..'. | |
9687 ($(SUBDIRS)): Likewise. | |
9688 | |
9689 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
9690 | |
9691 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
9692 of `cd dir; $(MAKE)'. | |
9693 | |
3296 | 9694 * gethelp.cc, mkdoc: New files. |
9695 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
9696 sources. | |
9697 | |
3291 | 9698 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9699 | |
9700 * linear-algebra/kron.m: Fix typo in previous change | |
9701 | |
3282 | 9702 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9703 | |
9704 * control/bode.m: Allow optional 5th arg to specify plot style. | |
9705 | |
5095 | 9706 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 9707 |
9708 * linear-algebra/krylov.m: Correctly handle case of V having full | |
9709 rank when V has more columns than rows. | |
9710 | |
9711 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9712 | |
9713 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
9714 | |
9715 * statistics/tests/manova.m: Avoid problems if | |
9716 whitespace_in_literal_matrix is set to "traditional". | |
9717 * statistics/tests/t_test_regression.m: Likewise. | |
9718 * statistics/tests/u_test.m: Likewise. | |
9719 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
9720 * statistics/tests/anova.m: Likewise. | |
9721 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9722 * statistics/base/statistics.m: Likewise. | |
9723 * image/saveimage.m: Likewise. | |
9724 * signal/arch_fit.m: Likewise. | |
9725 * signal/autoreg_matrix.m: Likewise. | |
9726 * signal/triangle_lw.m: Likewise. | |
9727 * strings/dec2hex.m: Likewise. | |
9728 | |
3268 | 9729 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9730 | |
9731 * image/saveimage.m: Initialize scale. | |
9732 | |
9733 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9734 | |
9735 * general/reshape.m: Allow reshape (a, size (b)). | |
9736 | |
3266 | 9737 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9738 | |
9739 * specfun/erfinv.m: Improve stopping criterion. | |
9740 Add iteration count as second return value. | |
9741 | |
3265 | 9742 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9743 | |
9744 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
9745 | |
3263 | 9746 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9747 | |
9748 * miscellaneous/pack.m: New function. | |
9749 | |
9750 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9751 | |
9752 * plot/figure.m: Always return figure number. With no args, | |
9753 figure now creates a new figure window and returns its number. | |
9754 Accept figure (property, value) syntax, but do nothing. | |
9755 | |
5095 | 9756 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 9757 |
9758 * general/shift.m: Avoid printing temporary value for backward shift. | |
9759 | |
3260 | 9760 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9761 | |
9762 * plot/bar.m: Compute bar widths correctly when x-values are not | |
9763 evenly spaced. | |
9764 | |
3250 | 9765 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9766 | |
9767 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
9768 contain only zeros. | |
9769 | |
5095 | 9770 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 9771 |
9772 * linear-algebra/kron.m: Create result matrix and insert blocks | |
9773 instead of appending them. | |
9774 | |
9775 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9776 | |
9777 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
9778 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
9779 Update from A. S. Hodel. | |
9780 | |
3246 | 9781 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9782 | |
9783 * polynomial/polyfit.m: Correct previous change. | |
9784 | |
3243 | 9785 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9786 | |
9787 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
9788 | |
5095 | 9789 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 9790 |
9791 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
9792 version of krylov and krylovb. | |
9793 | |
9794 * control/outlist.m, control/sysout.m: Fix typos. | |
9795 | |
9796 * control/sysdimensions.m: Add option for total number of states. | |
9797 | |
9798 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
9799 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
9800 arguments. | |
9801 | |
9802 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9803 | |
9804 * strings/index.m: Fail with meaningful error message if either | |
9805 arg is a string array. | |
9806 | |
3238 | 9807 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9808 | |
9809 * linear-algebra/norm.m: Do the right thing for 1- and | |
9810 infinity-norms of complex matrices. From Sven Khatri | |
9811 <khatri@saturn.vocalpoint.com>. | |
9812 | |
5095 | 9813 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 9814 |
9815 * linear-algebra/qrhouse.m: Handle default args correctly. | |
9816 | |
9817 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9818 | |
9819 * strings/split.m: Avoid problems when splitting strings that have | |
9820 \ in them. | |
9821 | |
5095 | 9822 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 9823 |
9824 * image/colormap.m: Do better arg checking, handle string args | |
9825 that name the colormap function to call (e.g., colormap ("ocean")). | |
9826 | |
5095 | 9827 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 9828 |
9829 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
9830 * linear-algebra/dot.m: Likewise. | |
9831 * linear-algebra/cross.m: Likewise. | |
9832 * general/rot90.m: Likewise. | |
9833 | |
5095 | 9834 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 9835 |
9836 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
9837 that the leading column is not all zeros. | |
9838 | |
9839 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9840 | |
9841 * general/shift.m: Fix potential problems with | |
9842 whitespace_in_literal_matrix. | |
9843 * signal/arch_rnd.m: Ditto. | |
9844 * signal/autocov.m: Ditto. | |
9845 * signal/diffpara.m: Ditto. | |
9846 * signal/hurst.m: Ditto. | |
9847 * signal/periodogram.m: Ditto. | |
9848 * signal/spectral_adf.m: Ditto. | |
9849 * signal/spectral_xdf.m: Ditto. | |
9850 * signal/spencer.m: Ditto. | |
9851 * signal/synthesis.m: Ditto. | |
9852 * statistics/distributions/wiener_rnd.m: Ditto. | |
9853 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9854 * statistics/models/logistic_regression.m: Ditto. | |
9855 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
9856 * statistics/tests/run_test.m: Ditto. | |
9857 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9858 | |
5095 | 9859 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 9860 |
9861 * plot/__plr2__.m: Fix typo. | |
9862 | |
3233 | 9863 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
9864 | |
9865 * plot/__pltopt1__.m: Accept "k" to mean black. | |
9866 | |
5095 | 9867 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9868 |
9869 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
9870 function. | |
9871 | |
5095 | 9872 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 9873 |
9874 * control/ss2sys.m: Fix typo. | |
9875 | |
9876 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9877 | |
9878 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
9879 | |
9880 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
9881 signal names as lists of strings instead of string arrays. | |
9882 | |
3225 | 9883 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9884 | |
3233 | 9885 * quaternion: New directory of functions from A. S. Hodel |
3225 | 9886 <a.s.hodel@eng.auburn.edu>. |
9887 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 9888 * quaternion/Makefile.in: New file. |
9889 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 9890 |
9891 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9892 | |
9893 * image/saveimage.m: Make it work again for black and white colormaps. | |
9894 | |
9895 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
9896 since there can be fewer rows than columns. Round values to | |
9897 nearest position in colormap instead of truncating. Correct usage | |
9898 message. | |
9899 | |
5095 | 9900 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 9901 |
9902 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
9903 zero rows of [A,v] as householder pivots; this avoids spurious | |
9904 non-zero entries in returned orthogonal matrix U, but destroys the | |
9905 Householder matrix structure of H. | |
9906 | |
9907 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9908 | |
9909 * general/logical.m: Just copy input to output if argument is | |
9910 already a logical object. | |
9911 | |
3215 | 9912 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9913 | |
9914 * New files from OCST, in control subdiretory: | |
9915 | |
9916 DEMOcontrol.m is_siso.m syschnames.m | |
9917 abcddim.m is_stabilizable.m syschnamesl.m | |
9918 abcddims.m is_stable.m syschtsam.m | |
9919 analdemo.m jet707.m sysconnect.m | |
9920 are.m lqe.m syscont.m | |
9921 axis2dlim.m lqg.m syscont_disc.m | |
9922 bddemo.m lqr.m sysdefioname.m | |
9923 bode.m lsim.m sysdefstname.m | |
9924 bode_bounds.m ltifr.m sysdimensions.m | |
9925 bodquist.m lyap.m sysdisc.m | |
9926 buildssic.m mb.m sysdup.m | |
9927 c2d.m minfo.m sysgetsignals.m | |
6302 | 9928 com2str.m moddemo.m sysgettsam.m |
3215 | 9929 controldemo.m nichols.m sysgettype.m |
9930 ctrb.m nyquist.m sysgroup.m | |
9931 d2c.m obsv.m sysgroupn.m | |
9932 damp.m ord2.m sysmult.m | |
9933 dare.m outlist.m sysout.m | |
9934 dcgain.m packedform.m sysprune.m | |
9935 demomarsyas.m packsys.m sysreorder.m | |
9936 dezero.m; parallel.m sysrepdemo.m | |
9937 dgkfdemo.m place.m sysscale.m | |
9938 dgram.m polyout.m syssub.m | |
9939 dhinfdemo.m prompt.m sysupdate.m | |
9940 dlqe.m pzmap.m tf2ss.m | |
9941 dlqg.m qzval.m tf2sys.m | |
9942 dlqr.m rldemo.m tf2sysl.m | |
9943 dlyap.m rlocus.m tf2zp.m | |
9944 dmr2d.m rotg.m tfout.m | |
9945 fir2sys.m run_cmd.m; tzero.m | |
9946 frdemo.m series.m tzero2.m | |
9947 freqchkw.m sortcom.m ugain.m | |
9948 freqresp.m ss2sys.m unpacksys.m | |
9949 gram.m ss2tf.m wgt1o.m | |
9950 h2norm.m ss2zp.m zgfmul.m | |
9951 h2syn.m starp.m zgfslv.m | |
9952 hinf_ctr.m step.m zginit.m | |
9953 hinfdemo.m stepimp.m zgpbal.m | |
9954 hinfnorm.m strappend.m; zgreduce.m | |
9955 hinfsyn.m susball.m zgrownorm.m | |
9956 hinfsyn_chk.m swap.m zgscal.m | |
9957 impulse.m swapcols.m zgsgiv.m | |
9958 is_abcd.m swaprows.m zgshsr.m | |
9959 is_controllable.m sys2fir.m zp2ss.m | |
9960 is_detectable.m sys2ss.m zp2ssg2.m | |
9961 is_dgkf.m sys2tf.m zp2sys.m | |
9962 is_digital.m sys2zp.m zp2tf.m | |
9963 is_observable.m sysadd.m zpout.m | |
9964 is_sample.m sysappend.m | |
9965 | |
9966 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9967 | |
9968 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
9969 | |
9970 * strings/deblank.m: Make it work for string arrays too. | |
9971 | |
3211 | 9972 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9973 | |
9974 * linear-algebra/housh.m: New file from the OCST. | |
9975 * linear-algebra/krygetq.m: Ditto. | |
9976 * linear-algebra/krylov.m: Ditto. | |
9977 * linear-algebra/krylovb.m: Ditto. | |
9978 * linear-algebra/qrhouse.m: Ditto. | |
9979 * general/is_duplicate_entry.m: Ditto. | |
9980 | |
9981 * general/is_symmetric.m: Call is_square instead of doing that | |
9982 check in line. | |
9983 | |
3196 | 9984 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9985 | |
3202 | 9986 * general/is_square.m: |
9987 | |
9988 * general/isempty.m, general/is_matrix.m: Delete. | |
9989 | |
9990 * general/is_symmetric: Delete special case for strings. Whether | |
9991 the conversion is valid should depend on implicit_str_to_num_ok. | |
9992 | |
9993 * general/is_square.m: If arg is not a matrix, don't check size, | |
9994 just return 0. | |
9995 * general/is_symmetric: Likewise. | |
9996 * general/is_vector.m: Likewise. | |
9997 * general/is_scalar.m: Likewise. | |
9998 | |
3196 | 9999 * general/length.m: Delete. |
10000 | |
3191 | 10001 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10002 | |
10003 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10004 statistics/distributions/Makefile, statistics/models/Makefile, | |
10005 and statistics/tests/Makefile to the list of files to create. | |
10006 | |
10007 * finance/Makefile.in, statistics/base/Makefile.in, | |
10008 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10009 statistics/tests/Makefile.in: New files. | |
10010 * statistics/Makefile.in: Delete file lists. Now only handle | |
10011 subdirectories. | |
10012 * Makefile.in (SUBDIRS): Add finance. | |
10013 | |
10014 * Move the following files from statistics to statistics/base: | |
10015 | |
10016 corrcoef.m | |
10017 kurtosis.m | |
10018 mahalanobis.m | |
10019 median.m | |
10020 ols.m | |
10021 skewness.m | |
10022 std.m | |
10023 | |
10024 New files, from Kurt Hornik's octave-ci package: | |
10025 | |
10026 * finance (new directory): | |
10027 | |
10028 fv.m | |
10029 fvl.m | |
10030 irr.m | |
10031 nper.m | |
10032 npv.m | |
10033 pmt.m | |
10034 pv.m | |
10035 pvl.m | |
10036 rate.m | |
10037 vol.m | |
10038 | |
10039 * linear-algebra/dmult.m | |
10040 | |
10041 * signal: | |
10042 | |
10043 arch_fit.m | |
10044 arch_rnd.m | |
10045 arch_test.m | |
10046 arma_rnd.m | |
10047 autocor.m | |
10048 autocov.m | |
10049 autoreg_matrix.m | |
10050 bartlett.m | |
10051 blackman.m | |
10052 diffpara.m | |
10053 durbinlevinson.m | |
10054 fractdiff.m | |
10055 hamming.m | |
10056 hanning.m | |
10057 hurst.m | |
10058 periodogram.m | |
10059 rectangle_lw.m | |
10060 rectangle_sw.m | |
10061 sinetone.m | |
10062 sinewave.m | |
10063 spectral_adf.m | |
10064 spectral_xdf.m | |
10065 spencer.m | |
10066 stft.m | |
10067 synthesis.m | |
10068 triangle_lw.m | |
10069 triangle_sw.m | |
10070 yulewalker.m | |
10071 | |
10072 * statistics/base (new directory): | |
10073 | |
10074 center.m | |
10075 cloglog.m | |
10076 cor.m | |
10077 cov.m | |
10078 cut.m | |
10079 iqr.m | |
10080 kendall.m | |
10081 logit.m | |
10082 mean.m | |
10083 meansq.m | |
10084 moment.m | |
10085 ppplot.m | |
10086 probit.m | |
10087 qqplot.m | |
10088 range.m | |
10089 ranks.m | |
10090 run_count.m | |
10091 spearman.m | |
10092 statistics.m | |
10093 studentize.m | |
10094 table.m | |
10095 values.m | |
10096 var.m | |
10097 | |
10098 (Replaces cov.m and mean.m with new versions.) | |
10099 | |
10100 * statistics/distributions (new directory): | |
10101 | |
10102 beta_cdf.m | |
10103 beta_inv.m | |
10104 beta_pdf.m | |
10105 beta_rnd.m | |
10106 binomial_cdf.m | |
10107 binomial_inv.m | |
10108 binomial_pdf.m | |
10109 binomial_rnd.m | |
10110 cauchy_cdf.m | |
10111 cauchy_inv.m | |
10112 cauchy_pdf.m | |
10113 cauchy_rnd.m | |
10114 chisquare_cdf.m | |
10115 chisquare_inv.m | |
10116 chisquare_pdf.m | |
10117 chisquare_rnd.m | |
10118 discrete_cdf.m | |
10119 discrete_inv.m | |
10120 discrete_pdf.m | |
10121 discrete_rnd.m | |
10122 empirical_cdf.m | |
10123 empirical_inv.m | |
10124 empirical_pdf.m | |
10125 empirical_rnd.m | |
10126 exponential_cdf.m | |
10127 exponential_inv.m | |
10128 exponential_pdf.m | |
10129 exponential_rnd.m | |
10130 f_cdf.m | |
10131 f_inv.m | |
10132 f_pdf.m | |
10133 f_rnd.m | |
10134 gamma_cdf.m | |
10135 gamma_inv.m | |
10136 gamma_pdf.m | |
10137 gamma_rnd.m | |
10138 geometric_cdf.m | |
10139 geometric_inv.m | |
10140 geometric_pdf.m | |
10141 geometric_rnd.m | |
10142 hypergeometric_cdf.m | |
10143 hypergeometric_inv.m | |
10144 hypergeometric_pdf.m | |
10145 hypergeometric_rnd.m | |
10146 kolmogorov_smirnov_cdf.m | |
10147 laplace_cdf.m | |
10148 laplace_inv.m | |
10149 laplace_pdf.m | |
10150 laplace_rnd.m | |
10151 logistic_cdf.m | |
10152 logistic_inv.m | |
10153 logistic_pdf.m | |
10154 logistic_rnd.m | |
10155 lognormal_cdf.m | |
10156 lognormal_inv.m | |
10157 lognormal_pdf.m | |
10158 lognormal_rnd.m | |
10159 normal_cdf.m | |
10160 normal_inv.m | |
10161 normal_pdf.m | |
10162 normal_rnd.m | |
10163 pascal_cdf.m | |
10164 pascal_inv.m | |
10165 pascal_pdf.m | |
10166 pascal_rnd.m | |
10167 poisson_cdf.m | |
10168 poisson_inv.m | |
10169 poisson_pdf.m | |
10170 poisson_rnd.m | |
10171 stdnormal_cdf.m | |
10172 stdnormal_inv.m | |
10173 stdnormal_pdf.m | |
10174 stdnormal_rnd.m | |
10175 t_cdf.m | |
10176 t_inv.m | |
10177 t_pdf.m | |
10178 t_rnd.m | |
10179 uniform_cdf.m | |
10180 uniform_inv.m | |
10181 uniform_pdf.m | |
10182 uniform_rnd.m | |
10183 weibull_cdf.m | |
10184 weibull_inv.m | |
10185 weibull_pdf.m | |
10186 weibull_rnd.m | |
10187 wiener_rnd.m | |
10188 | |
10189 * statistics/models (new directory): | |
10190 | |
10191 logistic_regression.m | |
10192 logistic_regression_derivatives.m | |
10193 logistic_regression_likelihood.m | |
10194 | |
10195 * statistics/tests (new directory): | |
10196 | |
10197 anova.m | |
10198 bartlett_test.m | |
10199 chisquare_test_homogeneity.m | |
10200 chisquare_test_independence.m | |
10201 cor_test.m | |
10202 f_test_regression.m | |
10203 hotelling_test.m | |
10204 hotelling_test_2.m | |
10205 kolmogorov_smirnov_test.m | |
10206 kolmogorov_smirnov_test_2.m | |
10207 kruskal_wallis_test.m | |
10208 manova.m | |
10209 mcnemar_test.m | |
10210 prop_test_2.m | |
10211 run_test.m | |
10212 sign_test.m | |
10213 t_test.m | |
10214 t_test_2.m | |
10215 t_test_regression.m | |
10216 u_test.m | |
10217 var_test.m | |
10218 welch_test.m | |
10219 wilcoxon_test.m | |
10220 z_test.m | |
10221 z_test_2.m | |
10222 | |
10223 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10224 | |
10225 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10226 compatibility and to avoid Y2K problems. | |
10227 | |
3190 | 10228 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10229 | |
10230 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10231 least-squares solution. | |
10232 | |
3180 | 10233 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10234 | |
10235 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10236 | |
10237 * strings/strrep.m: Don't convert args to numeric values. | |
10238 Prevent warnings for empty string args. | |
10239 From Georg Thimm <thimm@idiap.ch>. | |
10240 | |
10241 * strings/strcat.m: Prevent warnings for empty string args. | |
10242 | |
10243 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10244 | |
10245 * miscellaneous/menu.m: Remove special case for empty string | |
10246 returned from input(). Add second arg to eval() to catch errors. | |
10247 | |
3178 | 10248 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10249 | |
10250 * plot/__plt__.m: Don't call usleep. | |
10251 | |
3175 | 10252 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10253 | |
10254 * linear-algebra/dot.m: New function. | |
10255 | |
10256 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10257 compatibility. | |
10258 | |
10259 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10260 | |
10261 * plot/hist.m: Also allow just one output argument. | |
10262 | |
10263 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10264 | |
10265 * strings/deblank.m: Make it work if the string is only blanks. | |
10266 | |
10267 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10268 | |
10269 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10270 | |
10271 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10272 | |
10273 * plot/oneplot.m: Fix typo. | |
10274 | |
3174 | 10275 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10276 | |
10277 * miscellaneous/flops.m: Allow a single argument too. | |
10278 | |
10279 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10280 | |
10281 * strings/str2mat.m: Also handle case when there are no empty | |
10282 strings correctly. | |
10283 | |
10284 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10285 | |
10286 * strings/isletter.m: New function, for Matlab compatibility. | |
10287 | |
3168 | 10288 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10289 | |
10290 * strings/str2mat.m: Handle string matrices too. | |
10291 | |
3167 | 10292 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10293 | |
10294 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10295 linear encoding. | |
10296 | |
10297 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
10298 audio/record.m: Open files in binary mode. | |
10299 | |
3164 | 10300 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10301 | |
10302 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
10303 Move functionality of dump_1_pref here, but use built-in function | |
10304 type to extract value, and put it inside try/catch block. | |
10305 * miscellaneous/dump_1_pref.m: Delete unused function. | |
10306 | |
3162 | 10307 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10308 | |
10309 * plot/__pltopt1.m__: New file. | |
10310 * plot/__pltopt.m__: Handle opt as a string array by calling | |
10311 __pltopt1__ multiple times and returning a string array with rows | |
10312 corresponding to the rows of opt. | |
10313 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
10314 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
10315 array. | |
10316 | |
10317 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10318 | |
10319 * plot/mplot.m: Fix misspellings of global variables. | |
10320 Don't call clearplot. | |
10321 | |
10322 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10323 | |
10324 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
10325 "cle;rep" when going in ot multiplot mode. | |
10326 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
10327 switching out of multiplot mode. | |
10328 | |
3156 | 10329 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 10330 |
3156 | 10331 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
10332 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 10333 |
3141 | 10334 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10335 | |
10336 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
10337 | |
10338 * miscellaneous/bug_report.m: Don't try to get smart with | |
10339 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
10340 | |
10341 * Makefile.in (install): Create separate ls-R files for | |
10342 $(datadir) and $(libexecdir). | |
10343 (uninstall): Remove both ls-R files. | |
10344 | |
3136 | 10345 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10346 | |
10347 * signal/fftshift.m: New file. | |
10348 | |
10349 * plot/contour.m: Fix for non-square case. | |
10350 | |
10351 * general/randperm.m: New file. | |
10352 | |
10353 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10354 | |
10355 * specfun/betai.m: Restore file for compatibility with previous | |
10356 versions. Call betainc with reordered args. | |
10357 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
10358 | |
3131 | 10359 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10360 | |
10361 * plot/contour.m: Handle discrete contour levels. | |
10362 | |
10363 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10364 | |
10365 * control/lyap.m: For compatibility with Matlab, solve | |
10366 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
10367 | |
3124 | 10368 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10369 | |
10370 * specfun/bessel.m: New file. | |
10371 | |
10372 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
10373 specfun/gammainc.m: Delete. | |
10374 | |
3106 | 10375 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10376 | |
10377 * image/colormap.m: Initialize __current_color_map__ in global | |
10378 statement. | |
10379 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
10380 statement. | |
10381 * plot/axis.m: Initialize __current_axis__ in global statement. | |
10382 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10383 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
10384 | |
3103 | 10385 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10386 | |
10387 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
10388 * time/toc.m: Likewise. | |
10389 | |
10390 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
10391 | |
10392 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
10393 anything special for automatic_replot when in multiplot mode -- | |
10394 recent 3.6beta releases handle this correctly. | |
10395 | |
10396 * plot/figure.m: Ensure that we are not in multiplot mode before | |
10397 setting the terminal type. | |
10398 | |
10399 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
10400 plot/subwindow.m: Use leading and trailing underscores for | |
10401 `private' globals. | |
10402 | |
10403 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
10404 | |
3101 | 10405 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10406 | |
10407 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
10408 | |
3091 | 10409 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10410 | |
3092 | 10411 * specfun/gammai.m: Avoid problems with whitespace when |
10412 constructing matrices. | |
10413 | |
3091 | 10414 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
10415 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
10416 original y vector. | |
10417 | |
3085 | 10418 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10419 | |
10420 * linear-algebra/cross.m: Use direct formula instead of calling | |
10421 det three times in a loop. If both args are column (row) vectors, | |
10422 return a column (row) vector. If they don't match, pay attention | |
10423 to the value of prefer_column_vectors. | |
10424 | |
5095 | 10425 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 10426 |
10427 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
10428 nonsymmetric matrices. | |
10429 | |
10430 * general/tril.m: Fix usage message. | |
10431 | |
10432 * polynomial/polyvalm.m: Fix error messages. | |
10433 * polynomial/polyderiv.m: Likewise. | |
10434 * polynomial/polyval.m: Likewise. | |
10435 | |
3081 | 10436 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10437 | |
10438 * strings/blanks.m: Allow blanks(0) to return empty string. | |
10439 Allow negative arguments if treat_neg_dim_as_zero is true. | |
10440 | |
3063 | 10441 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10442 | |
10443 * plot/mesh.m: Set noparametric plot mode after plotting. | |
10444 | |
5095 | 10445 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 10446 |
10447 * plot/__pltopt__.m: Handle key/legend names. | |
10448 Correctly set colors, line styles, and point styles. | |
10449 | |
3061 | 10450 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10451 | |
10452 * polynomial/polyfit.m: Return fit y values as second output. | |
10453 Don't use QR factorization to solve least squares problem. | |
10454 | |
10455 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10456 | |
10457 * control/dlqr.m: Use ao, not a, to compute k. | |
10458 | |
3024 | 10459 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10460 | |
10461 * miscellaneous/path.m: New file. | |
10462 | |
2993 | 10463 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10464 | |
10465 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
10466 name. | |
10467 | |
2968 | 10468 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10469 | |
10470 * specfun/erfinv.m: Add missing semicolon. | |
10471 | |
2870 | 10472 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10473 | |
10474 * miscellaneous/xor.m: Make type of return value logical. | |
10475 | |
2853 | 10476 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10477 | |
10478 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
10479 warn_comma_in_global_decl. | |
10480 | |
2831 | 10481 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10482 | |
10483 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
10484 octave-bug script. | |
10485 | |
2823 | 10486 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10487 | |
2824 | 10488 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
10489 prefer_zero_one_indexing. | |
10490 | |
2823 | 10491 * general/logical.m: New file. |
10492 | |
2816 | 10493 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10494 | |
10495 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
10496 and is_vector(). | |
10497 | |
5095 | 10498 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 10499 |
10500 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
10501 Use tolerance of 2 * eps. | |
10502 | |
2811 | 10503 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10504 | |
10505 * Makefile.in (install-strip): New target. | |
10506 * audio/Makefile.in: Ditto. | |
10507 * control/Makefile.in: Ditto. | |
10508 * elfun/Makefile.in: Ditto. | |
10509 * general/Makefile.in: Ditto. | |
10510 * image/Makefile.in: Ditto. | |
10511 * io/Makefile.in: Ditto. | |
10512 * linear-algebra/Makefile.in: Ditto. | |
10513 * miscellaneous/Makefile.in: Ditto. | |
10514 * plot/Makefile.in: Ditto. | |
10515 * polynomial/Makefile.in: Ditto. | |
10516 * set/Makefile.in: Ditto. | |
10517 * signal/Makefile.in: Ditto. | |
10518 * specfun/Makefile.in: Ditto. | |
10519 * special-matrix/Makefile.in: Ditto. | |
10520 * startup/Makefile.in: Ditto. | |
10521 * statistics/Makefile.in: Ditto. | |
10522 * strings/Makefile.in: Ditto. | |
10523 | |
2809 | 10524 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10525 | |
10526 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
10527 | |
2798 | 10528 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10529 | |
10530 * statistics/corrcoef.m: Make it actually work. | |
10531 | |
2795 | 10532 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10533 | |
2798 | 10534 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 10535 |
2779 | 10536 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 10537 |
10538 * Version 2.0.5 released. | |
10539 | |
2745 | 10540 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10541 | |
2749 | 10542 * Makefile.in (maintainer-clean): Also remove configure. |
10543 | |
2746 | 10544 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
10545 | |
2745 | 10546 * general/is_matrix.m: Return zero for empty matrices. |
10547 | |
10548 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10549 | |
10550 * linear-algebra/vech.m: Size result just once. | |
10551 | |
2726 | 10552 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10553 | |
10554 * general/is_square.m: Handle empty matrices correctly. | |
10555 * general/is_symmetric.m: Handle empty matrices and strings. | |
10556 | |
2716 | 10557 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10558 | |
10559 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
10560 * polynomial/deconv.m: Likewise. | |
10561 * polynomial/polyderiv.m: Likewise. | |
10562 * polynomial/polyinteg.m: Likewise. | |
10563 * polynomial/polyreduce.m: Likewise. | |
10564 * polynomial/polyval.m: Likewise. | |
10565 * polynomial/polyvalm.m: Likewise. | |
10566 * general/postpad.m: Likewise. | |
10567 * general/prepad.m: Likewise. | |
10568 | |
10569 * polynomial/compan.m: Check input with is_vector(), not | |
10570 is_matrix(). Handle scalar case. | |
10571 | |
2711 | 10572 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10573 | |
2715 | 10574 * plot/contour.m: Order data so that it is consistent with |
10575 meshgrid and mesh. | |
10576 | |
2711 | 10577 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
10578 * plot/sombrero.m: Use meshgrid, not meshdom. | |
10579 | |
2709 | 10580 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 10581 |
10582 * Version 2.0.4 released. | |
10583 | |
2706 | 10584 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10585 | |
2702 | 10586 * miscellaneous/paren.m: New file. |
10587 | |
2693 | 10588 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 10589 |
10590 * Version 2.0.3 released. | |
10591 | |
2676 | 10592 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10593 | |
10594 * image/saveimage.m: Only clip image data that is actually out of | |
10595 range. | |
10596 | |
2667 | 10597 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10598 | |
10599 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
10600 also be considered to be matrices. | |
10601 | |
10602 * general/is_vector.m: Scalars may also be considered to be vectors. | |
10603 | |
10604 * general/isempty.m: Use size(), not rows() and columns(). | |
10605 | |
10606 * plot/contour.m: Convert set to gset. | |
10607 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
10608 | |
2663 | 10609 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10610 | |
10611 * specfun/erfinv.m: Fix typo in last change. | |
10612 | |
2650 | 10613 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10614 | |
10615 * image/loadimage.m: Make it possible to load files with image | |
10616 data named X or img. | |
10617 | |
10618 * image/default.img: Change name of image from X to img to match | |
10619 what saveimage does now. | |
10620 | |
10621 * image/loadimage.m: Rename X to be img, to match what saveimage | |
10622 does now. | |
10623 | |
2632 | 10624 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10625 | |
2634 | 10626 * Version 2.0.2 released. |
10627 | |
2632 | 10628 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
10629 weird missing-lines bug without creating extra plots unecessarily. | |
10630 | |
2624 | 10631 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10632 | |
10633 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
10634 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10635 io/Makefile.in, linear-algebra/Makefile.in, | |
10636 miscellaneous/Makefile.in, plot/Makefile.in, | |
10637 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10638 specfun/Makefile.in, special-matrix/Makefile.in, | |
10639 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
10640 time/Makefile.in (bin-dist): New target. | |
10641 | |
2621 | 10642 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10643 | |
10644 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
10645 | |
10646 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10647 | |
10648 * miscellaneous/xor.m: Make it work. | |
10649 | |
2613 | 10650 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10651 | |
10652 * plot/sombrero.m: Doc fix. | |
10653 | |
2602 | 10654 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
10655 | |
10656 * Version 2.0.1 released. | |
10657 | |
2601 | 10658 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10659 | |
10660 * elfun/lcm.m: Replace missing if statement. | |
10661 | |
10662 * elfun/gcd.m: Report error if no input args. | |
10663 * elfun/lcm.m: Likewise. | |
10664 | |
2597 | 10665 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10666 | |
10667 * Makefile.in (install): Use ls -LR to create ls-R database. | |
10668 Also list contents of $libexecdir/octave in ls-R database. | |
10669 | |
2583 | 10670 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10671 | |
10672 * Version 2.0 released. | |
10673 | |
2575 | 10674 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10675 | |
10676 * Version 1.94. | |
10677 | |
2558 | 10678 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10679 | |
10680 * strings/str2num.m: New file. | |
10681 | |
2554 | 10682 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10683 | |
10684 * Version 1.93. | |
10685 | |
2540 | 10686 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10687 | |
10688 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
10689 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
10690 linear-algebra/vech.m: New files from Kurt Hornik. | |
10691 | |
10692 * general/nextpow2.m, general/shift.m, general/diff.m, | |
10693 general/common_size.m: New files from Kurt Hornik. | |
10694 | |
10695 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
10696 New files from Kurt Hornik. | |
10697 | |
10698 * signal/detrend.m: New file from Kurt Hornik. | |
10699 | |
10700 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
10701 specfun/pow2.m, specfun/log2.m: | |
10702 New files and updates from Kurt Hornik. | |
10703 | |
2523 | 10704 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10705 | |
10706 * plot/__plt__.m: Add explicit replot after last command is | |
10707 issued, to force all lines to be displayed. Hmm. | |
10708 | |
2512 | 10709 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10710 | |
2520 | 10711 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
10712 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
10713 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
10714 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
10715 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
10716 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
10717 Uset gset, not set. | |
10718 | |
2512 | 10719 * Version 1.92. |
10720 | |
2482 | 10721 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10722 | |
2486 | 10723 * image/saveimage.m: When writing PostScript, name Octave as the |
10724 almighty Creator. Use single call to fprintf instead of looping. | |
10725 | |
10726 * image/Makefile.in: Delete references to octtopnm. | |
10727 | |
10728 * general/logspace.m: Doc fix. | |
10729 | |
2482 | 10730 * Version 1.91. |
10731 | |
2458 | 10732 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10733 | |
10734 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
10735 | |
10736 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
10737 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
10738 deleted. | |
10739 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
10740 of a system() command to delete the tmp file. | |
10741 | |
2452 | 10742 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10743 | |
10744 * Version 1.90. | |
10745 | |
10746 * Makefile.in (DISTFILES): Add ChangeLog. | |
10747 | |
2360 | 10748 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10749 | |
10750 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
10751 Don't check for string value of automatic_replot. | |
10752 | |
10753 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
10754 Temporarily set do_fortran_indexing to 1, not "true". | |
10755 | |
10756 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
10757 not "false". | |
10758 | |
10759 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
10760 "false". | |
10761 | |
2355 | 10762 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
10763 | |
10764 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
10765 | |
2330 | 10766 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
10767 | |
10768 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
10769 system command. | |
10770 | |
10771 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10772 | |
10773 * __plr1__.m: Renamed from polar_int_1.m. | |
10774 * __plr2__.m: Renamed from polar_int_2.m. | |
10775 * __plr__.m: Renamed from polar_int.m. | |
10776 * __plt1__.m: Renamed from plot_int_1.m. | |
10777 * __plt2__.m: Renamed from plot_int_2.m. | |
10778 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
10779 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
10780 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
10781 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
10782 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
10783 * __plt__.m: Renamed from plot_int.m. | |
10784 * __pltopt__.m: Renamed from plot_opt.m. | |
10785 Change all callers. | |
10786 | |
10787 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10788 | |
10789 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
10790 comments like those found in Emacs lisp files. | |
10791 | |
10792 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10793 | |
10794 * All .m files: Change comment style. | |
10795 | |
10796 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10797 | |
10798 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
10799 subplot.m, subwindow.m, top_title.m: | |
10800 Print error message if gnuplot_has_multiplot is not true. | |
10801 | |
10802 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10803 | |
10804 * plot/figure.m: New function. | |
10805 | |
10806 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10807 | |
10808 * strings/strrep.m: New function. | |
10809 | |
10810 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10811 | |
10812 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
10813 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
10814 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
10815 strings/split.m, strings/str2mat.m, strings/substr.m: | |
10816 New functions from Kurt Hornik, heavily modified by jwe. | |
10817 | |
10818 * general/reshape.m: Allow strings to be reshaped too. | |
10819 | |
10820 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
10821 Always return a scalar. | |
10822 | |
10823 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10824 | |
10825 * polynomial/polyfit.m: Make orientation of result compatible with | |
10826 Matlab. | |
10827 | |
10828 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10829 | |
10830 * polynomial/polyfit.m: Add missing close paren. | |
10831 | |
10832 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10833 | |
10834 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
10835 | |
10836 * io/scanf.m: Delete. | |
10837 | |
10838 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10839 | |
10840 * statistics/median.m: Fix typo in usage message. | |
10841 | |
10842 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10843 | |
10844 * miscellaneous/popen2.m: New file. | |
10845 | |
10846 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10847 | |
10848 * configure.in (AC_OUTPUT): Add io/Makefile. | |
10849 | |
10850 * io: New directory. | |
10851 * Makefile.in (SUBDIRS): Add it to the list. | |
10852 | |
10853 * miscellaneous/flops.m: New file. | |
10854 | |
10855 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10856 | |
10857 * miscellaneous/cputime.m: Return three arguments instead of a | |
10858 vector, for compatibility with previous versions and with Matlab | |
10859 (which only returns one scalar value). | |
10860 | |
10861 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
10862 | |
10863 * general/triu.m: Compute lower bound on loop index correctly. | |
10864 * general/tril.m: Likewise, for upper bound. | |
10865 | |
10866 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10867 | |
10868 * image/saveimage.m: For color images, make sure indices into | |
10869 temporary colormap and result matrix have proper orientation. | |
10870 Set grey flag correctly. | |
10871 | |
10872 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10873 | |
10874 * statistics/std.m: Use better formula (from Jim Van Zandt | |
10875 jrv@vanzandt.mv.com). | |
10876 | |
10877 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10878 | |
10879 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
10880 * mesh.m: Transpose Z if only one arg. | |
10881 Handle case of all three args being matrices (from Jim Van Zandt | |
10882 jrv@vanzandt.mv.com). | |
10883 * meshdom.m: Undo previous change. | |
10884 | |
10885 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10886 | |
10887 * configure.in (AC_OUTPUT): Add audio/Makefile | |
10888 | |
10889 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10890 | |
10891 * audio: New directory of files from Kurt Hornik and Andreas | |
10892 Weingessel. | |
10893 * audio/Makefile.in: New file. | |
10894 * Makefile.in (SUBDIRS): Add audio to the list. | |
10895 | |
10896 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10897 | |
10898 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
10899 | |
10900 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10901 | |
10902 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
10903 columns (z), not the other way around. | |
10904 * plot/meshdom.m: Don't reverse order of elements in y. | |
10905 | |
10906 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10907 | |
10908 * plot/axis.m: Return current axis if nargin == 0. | |
10909 | |
10910 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10911 | |
10912 * polynomial/roots.m: Updates from Kurt Hornik. | |
10913 | |
10914 * polynomial/polyder.m: New file. | |
10915 | |
10916 * polynomial/polyderiv.m: Give return value and arg different names. | |
10917 | |
10918 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10919 | |
10920 * specfun/betainc.m: New file. | |
10921 * specfun/gammainc.m: New file. | |
10922 | |
10923 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10924 | |
10925 * general/strerror.m: New file. | |
10926 * general/perror.m: Implement using strerror(). | |
10927 | |
10928 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10929 | |
10930 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
10931 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
10932 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
10933 | |
10934 * image/saveimage.m: Round img values first. | |
10935 | |
10936 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10937 | |
10938 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
10939 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
10940 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
10941 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
10942 special-matrix/hankel.m special-matrix/toeplitz.m | |
10943 tuwien/strfun/split.m: Add missing semicolons. | |
10944 | |
10945 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
10946 | |
10947 * image/Makefile.in: Don't build or install octtoppm. | |
10948 | |
10949 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 10950 routines so that people who don't have the pbm stuff installed |
2330 | 10951 can still use this function. |
10952 | |
10953 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10954 | |
10955 * image/saveimage.m: Better error checking, clean up a bit. | |
10956 | |
10957 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10958 | |
10959 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
10960 avoid conflict with new built-in text-style function more. | |
10961 | |
10962 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
10963 | |
10964 * startup/Makefile.in (install): Also install octaverc in | |
10965 $localfcnfiledir/startup/octavrc. | |
10966 | |
10967 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10968 | |
10969 * mkinstalldirs: New file. | |
10970 * Makefile.in (DISTFILES): Add it to the list. | |
10971 | |
10972 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
10973 | |
10974 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10975 | |
10976 * special-matrix/hankel.m: Compatibility fix. Complain if | |
10977 r(1) != c(nr), not if r(1) != c(1). | |
10978 | |
10979 * signal/filter.m: Doc fix. | |
10980 | |
10981 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10982 | |
10983 * miscellaneous/cputime.m: Use new resource structure names (no | |
10984 ru_ or tv_ prefixes). | |
10985 | |
10986 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10987 | |
10988 * time/ctime.m: Fix doc string and usage message. | |
10989 | |
10990 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10991 | |
10992 * time/clock.m: Use new time structure names (no tm_ prefix). | |
10993 | |
10994 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
10995 | |
10996 * control/c2d.m: Make function work for any value of | |
10997 whitespace_in_literal_matrix. | |
10998 * control/dare.m: Likewise. | |
10999 * control/tzero.m: Likewise. | |
11000 * elfun/gcd.m: Likewise. | |
11001 * elfun/lcm.m: Likewise. | |
11002 * general/postpad.m: Likewise. | |
11003 * general/prepad.m: Likewise. | |
11004 * linear-algebra/kron.m: Likewise. | |
11005 * miscellaneous/etime.m: Likewise. | |
11006 * polynomial/conv.m: Likewise. | |
11007 * polynomial/deconv.m: Likewise. | |
11008 * polynomial/poly.m: Likewise. | |
11009 * polynomial/roots.m: Likewise. | |
11010 * signal/filter.m: Likewise. | |
11011 * signal/freqz.m: Likewise. | |
11012 * signal/fftfilt.m: Likewise. | |
11013 | |
11014 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11015 | |
11016 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11017 | |
11018 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11019 | |
11020 * plot/polar_int_2.m: Add missing semicolons. | |
11021 Set theta = theta', not rho'. | |
11022 | |
11023 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11024 | |
11025 * polynomial/roots.m: Make it work for any value of | |
11026 whitespace_in_literal_matrix. | |
11027 | |
11028 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11029 | |
11030 * configure.in: New file. | |
11031 | |
11032 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11033 | |
11034 * control/lyap.m: Add missing semicolon. | |
11035 | |
11036 * miscellaneous/cputime.m: New function file. | |
11037 | |
11038 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11039 | |
11040 * time: New directory. | |
11041 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11042 New function files. | |
11043 * time/Makefile.in: New file. | |
11044 * Makefile.in (SUBDIRS): Add time. | |
11045 | |
11046 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11047 | |
11048 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11049 | |
11050 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11051 | |
11052 * plot/plot_int_1.m: Transpose data with .', not '. | |
11053 | |
11054 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11055 | |
11056 * Makefile.in (install uninstall clean mostlyclean distclean | |
11057 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11058 | |
11059 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11060 | |
11061 * Makefile.in (install): Create ls-R database file. | |
11062 (uninstall): Delete it. | |
11063 | |
11064 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11065 | |
5378 | 11066 * image/saveimage.m: Fix typo. |
2330 | 11067 |
11068 See ChangeLog.1 in the top level directory for earlier changes. |