Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 7643:0220da981c2a
Modified statistics to calculate consistent median.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Tue, 25 Mar 2008 23:57:49 -0400 |
parents | 115563ecbdc9 |
children | e7b999840056 |
rev | line source |
---|---|
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
1 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
3 * 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
|
4 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
|
5 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
6 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
7 * 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
|
8 |
7640 | 9 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
10 | |
11 * polynomial/convn.m: New function. | |
12 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
13 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
14 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
15 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
16 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
17 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 18 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
19 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
|
20 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
21 * 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
|
22 |
7627 | 23 2008-03-24 David Bateman <dbateman@free.fr> |
24 | |
25 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
26 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 27 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
28 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
29 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
30 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
31 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
32 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
33 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
34 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
|
35 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
36 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
37 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
38 * 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
|
39 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
40 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
|
41 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
42 * 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
|
43 |
7617 | 44 * miscellaneous/cast.m: Also allow cast to "char". |
45 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
46 * 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
|
47 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
48 * 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
|
49 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
50 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
51 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
52 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
53 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
54 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
55 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
56 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
57 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
58 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
59 |
7610 | 60 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
61 | |
62 * signal/sinetone.m: Ensure integral number of samples. | |
63 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
64 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
|
65 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
66 * 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
|
67 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
68 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
|
69 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
70 * 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
|
71 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
72 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
|
73 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
74 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
75 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
76 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
77 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
78 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
79 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
80 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
81 * 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
|
82 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
83 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
84 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
85 * 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
|
86 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
87 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
88 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
89 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
|
90 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
91 * 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
|
92 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
93 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
|
94 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
95 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
96 |
7592 | 97 2008-03-14 Kai Habel <kai.habel@gmx.de> |
98 | |
99 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
100 style to default to avoid wrong mesh color in some cases. | |
101 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
102 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
103 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
104 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
105 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
|
106 |
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
|
107 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
|
108 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
109 * 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
|
110 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
|
111 |
7592 | 112 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
113 | |
7582 | 114 2008-03-11 Kai Habel <kai.habel@gmx.de> |
115 | |
116 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
117 Allow plotting of uniform colored mesh plots with and | |
118 w/o hidden line removal. | |
119 | |
120 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
|
121 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
122 * 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
|
123 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
124 * 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
|
125 |
7569 | 126 2008-03-07 John W. Eaton <jwe@octave.org> |
127 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
128 * 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
|
129 |
7569 | 130 * plot/__go_draw_axes__.m: Handle tickdir property. |
131 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
132 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
133 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
134 * 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
|
135 Allow matrix arguments when number of bins > 30. |
7568 | 136 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
|
137 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
138 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
139 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
140 * 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
|
141 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
142 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
143 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
144 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
|
145 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
146 * 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
|
147 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
148 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
|
149 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
150 * 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
|
151 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
152 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
153 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
|
154 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
155 * 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
|
156 |
7551 | 157 2008-03-04 Bill Denney <bill@denney.ws> |
158 | |
7557 | 159 * plot/allchild.m, plot/findall.m: New functions. |
160 * plot/Makefile.in (SOURCES): Add them to the list. | |
161 | |
7551 | 162 * geometry/rectint.m: New function. |
7557 | 163 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 164 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
165 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
|
166 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
167 * 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
|
168 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
|
169 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
170 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 171 |
172 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
173 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
174 * 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
|
175 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
176 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
|
177 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
178 * 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
|
179 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
180 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
|
181 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
182 * 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
|
183 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
|
184 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
185 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
|
186 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
187 * 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
|
188 "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
|
189 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
190 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
|
191 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
192 * 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
|
193 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
|
194 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
|
195 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
|
196 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
|
197 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
|
198 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
|
199 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
|
200 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
|
201 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
|
202 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
|
203 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
|
204 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
|
205 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
206 * 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
|
207 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
208 * 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
|
209 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
210 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
|
211 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
212 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
213 |
7525 | 214 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
215 | |
216 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
217 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
218 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
|
219 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
220 * 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
|
221 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
222 |
7518 | 223 2008-02-22 Ben Abbott <bpabbott@mac.com> |
224 | |
225 * specfun/legendre.m: Doc fix. | |
226 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
227 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
|
228 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
229 * 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
|
230 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
231 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
232 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
|
233 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
234 * 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
|
235 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
236 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
237 * 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
|
238 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
239 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
|
240 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
241 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
242 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
243 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
244 * 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
|
245 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
246 * 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
|
247 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
248 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
249 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
|
250 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
251 * 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
|
252 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
253 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
254 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
|
255 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
256 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
257 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
258 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
|
259 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
260 * 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
|
261 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
|
262 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
|
263 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
|
264 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
265 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
|
266 |
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
|
267 * 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
|
268 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
|
269 |
7501 | 270 * polynomial/polyfit.m: Use QR decomposition. Handle |
271 normalization option. | |
272 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
273 generate 50% prediction intervals. | |
274 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
275 * 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
|
276 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
277 |
7498 | 278 2008-02-19 John W. Eaton <jwe@octave.org> |
279 | |
280 * pkg/pkg.m: Style fixes. | |
281 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
282 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 283 |
284 * pkg/pkg.m: Handle 'describe' command. | |
285 (parse_pkg_idx, print_package_description): New subfunctions. | |
286 | |
7493 | 287 2008-02-19 Bill Denney <bill@denney.ws> |
288 | |
289 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
290 elements wide. | |
291 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
292 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
|
293 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
294 * 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
|
295 |
7485 | 296 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
297 | |
298 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
299 * general/runlength.m: New function from Paul Kienzle. | |
300 | |
7484 | 301 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
302 | |
303 * linear-algebra/cond.m: New optional second argument to | |
304 specify 1-norm, inf-norm, or frobenius-norm. | |
305 | |
7475 | 306 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
307 | |
308 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
309 body. Allow the linespec to specify the arrow color. | |
310 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
311 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
|
312 |
7474 | 313 * miscellaneous/cast.m: Also treat the logical type. |
314 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
315 * 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
|
316 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
317 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
318 * 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
|
319 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
320 * 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
|
321 * 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
|
322 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
323 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
|
324 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
325 * 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
|
326 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
327 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
328 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
329 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
330 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
331 * 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
|
332 |
7436 | 333 2008-02-01 Dave Goel <deego3@gmail.com> |
334 | |
335 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
336 | |
7434 | 337 2008-02-01 Bill Denney <bill@denney.ws> |
338 | |
339 * time/weekday.m: Allow vector inputs and speed up. | |
340 * time/eomday.m: Return column vector for column vector inputs. | |
341 | |
7429 | 342 2008-01-30 John W. Eaton <jwe@octave.org> |
343 | |
7434 | 344 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
345 revision". | |
346 | |
7431 | 347 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
348 __plt2vs__.m in the list. | |
349 | |
7430 | 350 * miscellaneous/tempdir.m: Append filesep to name for |
351 compatibility. Warn if not a directory or directory does not | |
352 exist. | |
353 | |
7429 | 354 * strings/deblank.m: Improve compatibility. |
355 | |
7428 | 356 2008-01-29 John W. Eaton <jwe@octave.org> |
357 | |
358 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
359 | |
360 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 361 |
362 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
363 Return the label handle, not the current axis handle. | |
364 | |
7421 | 365 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
366 | |
367 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
368 abscissa. | |
369 | |
370 2008-01-25 David Bateman <dbateman@free.fr> | |
371 | |
7423 | 372 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 373 * plot/__scatter__.m: Remove NaN values from data. |
374 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
375 | |
7418 | 376 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
377 | |
378 * linear-algebra/trace.m: Test cases for non 2-d args. | |
379 | |
380 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
381 | |
382 * geometry/griddata3.m: Call griddata, not gridata. | |
383 | |
7415 | 384 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
385 | |
386 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
387 | |
7411 | 388 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
389 | |
390 * linear-algebra/cond.m, linear-algebra/trace.m: | |
391 Move tests here from test/test_linalg.m. | |
392 | |
393 * general/diff.m, general/fliplr.m, general/flipud.m, | |
394 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
395 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
396 special-matrix/hankel.m, special-matrix/hilb.m, | |
397 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
398 special-matrix/toeplitz.m, special-matrix/vander.m: | |
399 Move tests here from test/test_matrix.m. | |
400 | |
401 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
402 Move tests here from test/test_number.m. | |
403 | |
404 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
405 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
406 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
407 polynomial/polyvalm.m, polynomial/roots.m: | |
408 Move tests here from test/test_poly.m. | |
409 | |
410 * signal/unwrap.m: | |
411 Move tests here from test/test_signal.m. | |
412 | |
413 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
414 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
415 statistics/base/mean.m, statistics/base/median.m, | |
416 statistics/base/skewness.m, statistics/base/std.m: | |
417 Move tests here from test/test_stats.m. | |
418 | |
419 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
420 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
421 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
422 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
423 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
424 strings/substr.m: | |
425 Move tests here from test/test_string.m. | |
426 | |
427 * miscellaneous/computer.m, miscellaneous/ls.m, | |
428 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
429 time/date.m, time/etime.m, time/is_leap_year.m: | |
430 Move tests here from test/test_system.m. | |
431 | |
7410 | 432 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
433 | |
434 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
435 Simplify initial checks on argument values. | |
436 | |
7408 | 437 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
438 | |
439 * plot/gnuplot_drawnow.m: New function corresponding to the | |
440 implementation of the gnuplot-based graphics backend (derived from | |
441 drawnow.m). | |
442 * plot/drawnow.m: Deleted (converted to C++). | |
443 | |
7401 | 444 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
445 | |
446 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
447 New tests. | |
448 | |
7399 | 449 2008-01-18 John W. Eaton <jwe@octave.org> |
450 | |
451 * optimization/sqp.m: End each function with endfunction. | |
452 | |
7398 | 453 2008-01-18 Ben Abbott <bpabbott@mac.com> |
454 | |
455 * polynomial/residue.m: For each group of pole multiplicity, set | |
456 the poles of the group to the value of the group's average. | |
457 | |
7396 | 458 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
459 | |
460 * plot/print.m: Handle PDF output. | |
461 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
462 | |
7392 | 463 2008-01-17 John W. Eaton <jwe@octave.org> |
464 | |
7393 | 465 * path/savepath.m: Print newline before initial comment line. |
466 Double up single quote characters. | |
467 * path/__extractpath__.m: Return just the path as a string. | |
468 Undo single quote character doubling. | |
469 | |
470 * path/pathdef.m: Avoid eval. Simplify. | |
471 | |
7392 | 472 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
473 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
474 avoid possible file descriptor leak. | |
475 | |
476 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
477 | |
478 * path/savepath.m: Warn if modified file is not explicitly specified. | |
479 * startup/main-rcfile: Call atexit ("__finish__"). | |
480 | |
7388 | 481 2008-01-16 John W. Eaton <jwe@octave.org> |
482 | |
7390 | 483 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
484 Use it to disable enhanced mode for individual labels and titles. | |
485 | |
7392 | 486 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 487 (install install-strip, uninstall): Handle function files. |
488 | |
489 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
490 | |
7392 | 491 * startup/__finish__.m: New file. |
492 * path/__extractpath__.m, path/matlabroot.m, | |
493 path/pathdef.m: New files. | |
7388 | 494 * path/Makefile.in (SOURCES): Add them to the list. |
495 | |
7385 | 496 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
497 | |
7387 | 498 * special-matrix/vander.m: Vectorize. New test. |
499 | |
7385 | 500 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
501 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
502 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
503 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
504 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
505 Move tests here from test/test_arith.m. | |
506 | |
7382 | 507 2008-01-15 John W. Eaton <jwe@octave.org> |
508 | |
509 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
510 | |
7379 | 511 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
512 | |
513 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
514 Call __get__ instead of get. | |
515 | |
516 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
517 | |
518 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
519 Frobenius norm if matrix is all zeros. Use transpose instead of | |
520 hermitian operator. | |
521 | |
7376 | 522 2008-01-14 Bill Denney <bill@denney.ws> |
523 | |
524 * plot/axis.m: Correctly handle "tight" and "image" options. | |
525 | |
7375 | 526 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
527 | |
528 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
529 image/rgb2ntsc.m: Also accept images as input. | |
530 | |
531 * image/gray2ind.m: Handle image type other than double. | |
532 Improve error checking and documentation. | |
533 | |
7371 | 534 2008-01-14 John W. Eaton <jwe@octave.org> |
535 | |
7372 | 536 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
537 instead of calling tolower on first arg. Default font name is | |
538 Helvetica, not helvetica. Don't downcase user-specified font name. | |
539 (__maybe_munge_text__): Fix typo. | |
540 | |
7371 | 541 * optimization/sqp.m: Fix function definitions in test code. |
542 | |
7361 | 543 2008-01-12 John W. Eaton <jwe@octave.org> |
544 | |
545 * plot/gnuplot_binary.in: New file. | |
546 * plot/gnuplot_binary.m: Delete. | |
547 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
548 (SOURCES_IN, GEN_M): New macros. | |
549 (DISTFILES): Include $(SOURCES_IN) in the list. | |
550 (FCN_FILES): Include $(GEN_M) in the list. | |
551 (all): Depend on $(GEN_M). | |
552 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 553 (distclean): Also remove $(GEN_M). |
7361 | 554 |
555 2008-01-11 John W. Eaton <jwe@octave.org> | |
556 | |
557 * optimization/sqp.m: New test from example in doc string. | |
558 | |
7360 | 559 2008-01-10 Ben Abbott <bpabbott@mac.com> |
560 | |
561 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
562 to more than one multiplicity group. | |
563 | |
7358 | 564 2008-01-10 John W. Eaton <jwe@octave.org> |
565 | |
566 * plot/gnuplot_binary.m: New file. | |
567 * plot/Makefile.in (SOURCES): Add it to the list. | |
568 | |
7355 | 569 2008-01-09 John W. Eaton <jwe@octave.org> |
570 | |
571 * plot/drawnow.m: Fail if filename includes a directory part that | |
572 does not exist. | |
573 | |
7352 | 574 2008-01-07 John W. Eaton <jwe@octave.org> |
575 | |
576 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
577 Error if glob call fails to match any files. | |
578 | |
7346 | 579 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
580 | |
581 * strings/strtrim.m: Doc fix. | |
582 | |
7345 | 583 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
584 | |
585 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
586 | |
7344 | 587 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
588 | |
589 * set/create_set.m, set/union.m: Accept "rows" argument. | |
590 | |
7341 | 591 2008-01-02 John W. Eaton <jwe@octave.org> |
592 | |
593 * plot/print.m: Correctly handle pbm terminal. | |
594 | |
7340 | 595 2007-12-28 John W. Eaton <jwe@octave.org> |
596 | |
597 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
598 extensions. | |
599 | |
7337 | 600 2007-12-28 David Bateman <dbateman@free.fr> |
601 | |
602 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
603 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
604 * Makefile.in (SOURCES): Add to the sources. | |
605 | |
606 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
607 | |
608 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
609 Remove unnecessary call of size function. | |
610 | |
7334 | 611 2007-12-21 John W. Eaton <jwe@octave.org> |
612 | |
613 Version 3.0.0 released. | |
614 | |
7331 | 615 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
616 | |
617 * image/imshow.m: Accept empty value for display_range. | |
618 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
619 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 620 |
621 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
622 | |
7328 | 623 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
624 | |
625 * image/imshow.m: Store uint8 images as doubles. Handle default | |
626 display ranges correctly. | |
627 | |
7327 | 628 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
629 Peter A. Gustafson <petegus@umich.edu> | |
630 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
631 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 632 |
7325 | 633 2007-12-19 John W. Eaton <jwe@octave.org> |
634 | |
635 * miscellaneous/edit.m: New function. | |
636 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
637 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
638 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 639 |
640 * plot/__bar__.m: Handle "basevalue" option. | |
641 * plot/__bars__.m: New arg, base_value. | |
642 | |
7321 | 643 2007-12-17 David Bateman <dbateman@free.fr> |
644 | |
645 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
646 * plot/Makefiles (SOURCES): Add them to the sources | |
647 * plot/polar.m: Set the x and y limits to the maximum polar | |
648 radius. Set the axes to be square. | |
649 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
650 and print axis at zero if this is used. | |
651 | |
652 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
653 contours can overlay pcolor plots. Priveldge no hidden line | |
654 removal when there are multiple objects in the plot. | |
655 | |
7320 | 656 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
657 | |
658 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
659 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
660 | |
7319 | 661 2007-12-17 Ben Abbott <bpabbott@mac.com> |
662 | |
663 * miscellaneous/run.m: Replace script with f when looking for | |
664 file to run. | |
665 | |
7316 | 666 2007-12-14 David Bateman <dbateman@free.fr> |
667 | |
7317 | 668 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
669 * plot/contour.m: Doc fix. | |
670 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
671 Include linetype in withclause. | |
672 | |
7316 | 673 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
674 Use it to determine dimensions. Consolidate all 3-d settings. | |
675 | |
7315 | 676 2007-12-13 John W. Eaton <jwe@octave.org> |
677 | |
678 * image/imshow.m: Turn axis visibility off. | |
679 Don't scale true color images. | |
680 * image/image.m: Set axis layer property to "top". | |
681 | |
7307 | 682 2007-12-12 John W. Eaton <jwe@octave.org> |
683 | |
7313 | 684 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
685 | |
686 * plot/pie.m: Avoid calling "exist". | |
687 | |
7309 | 688 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 689 Condense argument processing logic. Allow 6 arguments. |
690 Use issquare. Avoid calling "exist". | |
7309 | 691 |
7307 | 692 * plot/__go_draw_axes__.m: Handle the axes layer property. |
693 | |
7305 | 694 2007-12-12 David Bateman <dbateman@free.fr> |
695 | |
696 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
697 * plot/Makefile.in (SOURCES): Add to the sources. | |
698 | |
7290 | 699 2007-12-11 John W. Eaton <jwe@octave.org> |
700 | |
7298 | 701 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
702 * plot/surface.m: Not here. | |
703 | |
7297 | 704 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
705 subsequent "unset grid" if there is no grid. | |
706 | |
7296 | 707 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
708 | |
7293 | 709 * plot/surface.m: Don't set facecolor property in call to |
710 __go_surface__. | |
711 | |
7290 | 712 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
713 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
714 | |
7292 | 715 2007-12-11 Kai Habel <kai.habel@gmx.de> |
716 | |
7295 | 717 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
718 color string is not taken as z value. | |
719 | |
7292 | 720 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
721 zgrid to "on" and box to "off" for used axes. | |
722 | |
723 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
724 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
725 | |
7286 | 726 2007-12-11 David Bateman <dbateman@free.fr> |
727 | |
7288 | 728 * miscelleaneous/fullfile.m: Ignore empty arguments. |
729 | |
7287 | 730 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
731 * statistics/base/mode.m: Ditto. | |
732 | |
7286 | 733 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
734 object handles are all now non integer. | |
735 | |
7278 | 736 2007-12-10 John W. Eaton <jwe@octave.org> |
737 | |
7282 | 738 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
739 | |
7281 | 740 * general/issymmetric.m: Use ' instead of .' for compatibility |
741 with previous versions of Octave. | |
742 * general/ishermitian.m: Delete. | |
7285 | 743 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 744 |
7280 | 745 * plot/fplot.m: In N is not specified, increase initial number of |
746 points from 3 and 5 to 5 and 8. | |
747 | |
7279 | 748 * signal/detrend.m: Move tests here from test/test_signal.m. |
749 Loosen tolerance on first test from 10*eps to 20*eps. | |
750 | |
7278 | 751 * finance/rate.m: Don't request info from fsolve. |
752 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
753 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 754 |
755 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
756 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
757 | |
7276 | 758 2007-12-10 David Bateman <dbateman@free.fr> |
759 | |
760 * image/image.m: Rewritten to allow trailing properties to be | |
761 passed to underlying image object. | |
762 * image/__img__.m: Pass additional arguments to __go_image__. | |
763 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
764 | |
7274 | 765 2007-12-10 John W. Eaton <jwe@octave.org> |
766 | |
767 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
768 front" to gnuplot. | |
769 | |
7271 | 770 2007-12-10 David Bateman <dbateman@free.fr> |
771 | |
7274 | 772 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 773 border front" from images. |
7274 | 774 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
775 * plot/pcolor.m: Set axis "box" property. | |
776 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
777 Mark as commands. | |
7271 | 778 |
7269 | 779 2007-12-07 David Bateman <dbateman@free.fr> |
780 | |
781 * plot/surf.m: Don't set facecolor property. | |
782 | |
7265 | 783 2007-12-06 John W. Eaton <jwe@octave.org> |
784 | |
7269 | 785 * plot/print.m: Pass mono to drawnow. |
786 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
787 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
788 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
789 disable color specifications. | |
790 | |
7265 | 791 * general/issymmetric.m: Move tests here from test/test_number.m |
792 | |
793 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
794 | |
795 * general/issymmetric.m: To keep its argument sparse and the | |
796 function quick, use the infinity norm rather than the 2-norm. | |
797 Also measure the symmetric part rather than the Hermitian part. | |
798 * general/ishermitian.m: New file. Measure the Hermitian part. | |
799 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
800 | |
7248 | 801 2007-12-04 John W. Eaton <jwe@octave.org> |
802 | |
7257 | 803 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
804 text and label commands if font is "*". | |
805 | |
7248 | 806 * linear-algebra/krylov.m: Doc fixes. |
807 From Marco Caliari <caliari@sci.univr.it>. | |
808 | |
7250 | 809 2007-12-04 Kai Habel <kai.habel@gmx.de> |
810 | |
811 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
812 Add "## PKG_ADD: mark_as_command axis" line. | |
813 | |
7245 | 814 2007-12-03 John W. Eaton <jwe@octave.org> |
815 | |
816 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
817 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
818 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
819 Generate demos from examples. | |
820 | |
7240 | 821 2007-12-03 David Bateman <dbateman@free.fr> |
822 | |
7243 | 823 * testfun/test.m: Disable "testif" test block to avoid spurious |
824 skipped test for "make check". Avoid printing variables for | |
825 skipped tests. | |
826 | |
7242 | 827 * testfun/test.m: Add "testif" type to allow for conditional tests. |
828 | |
7240 | 829 * plot/plotyy.m: Use activepositionproperty property of axes |
830 object. Set second axis color to "none". | |
831 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
832 property of the axis objects. | |
833 | |
7239 | 834 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
835 | |
836 * linear-algebra/condest.m: Loosen tolerance in test. | |
837 | |
7236 | 838 2007-12-02 John W. Eaton <jwe@octave.org> |
839 | |
840 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
841 get_data_limits. | |
842 | |
7222 | 843 2007-11-30 John W. Eaton <jwe@octave.org> |
844 | |
845 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
846 (get_data_limits, get_axis_limits): Delete. | |
847 | |
7228 | 848 2007-11-30 David Bateman <dbateman@free.fr> |
849 | |
7235 | 850 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
851 | |
7228 | 852 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
853 tick labels rather than one by one on the labels themselves. | |
854 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
855 95% crossing fixed. | |
856 | |
7217 | 857 2007-11-29 David Bateman <dbateman@free.fr> |
858 | |
7220 | 859 * plot/pareto.m: New file. |
860 * plot/Makefile.in (SOURCES): Add it to the sources. | |
861 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
862 marks to avoid gnuplot error about formating. More colorspec to | |
863 after the tics. | |
864 * plot/plotyy.m: More generic check for appropriate axis color. | |
865 | |
7217 | 866 * plot/__stem__.m: New file based on old stem.m expanded to treat |
867 2- and 3-D. | |
868 * plot/stem3.m: New function. | |
869 * plot/Makefile.in (SOURCES): Add them to the sources. | |
870 * plot/stem.m: Adapt to use __stem__. | |
871 | |
7216 | 872 2007-11-29 John W. Eaton <jwe@octave.org> |
873 | |
874 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
875 plot/surf.m, plot/surface.m: Don't return handle value unless | |
876 requested. | |
877 | |
878 * plot/patch.m: Omit isnan check on handle returned from | |
879 __plt_get_axis_arg__. | |
880 | |
881 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
882 but has no axes. | |
883 | |
7215 | 884 2007-11-28 David Bateman <dbateman@free.fr> |
885 | |
886 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
887 ancestor. If leading argument is logical set variable nogca to see | |
888 if gca() should be called if there is no active handle found. | |
889 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
890 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
891 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
892 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
893 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
894 __plt__get_axis_arg__ to find axis handle. | |
895 * polar.m: Typo. | |
896 | |
7213 | 897 2007-11-28 John W. Eaton <jwe@octave.org> |
898 | |
899 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
900 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
901 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 902 |
903 * plot/drawnow.m: Fix typo. | |
904 | |
7206 | 905 2007-11-27 David Bateman <dbateman@free.fr> |
906 | |
7207 | 907 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
908 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
909 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
910 | |
911 * plot/meshz.m: New function. | |
912 * plot/Makefile.in (SOURCES): Add it to the list. | |
913 * plot/surface.m: Allow surface to accept an axis handle as the | |
914 first argument. | |
915 * plot/meshc.m: Extract z from the the surface object rather than | |
916 varargin so that we can rely on code in surface to treat leading | |
917 axis handles. | |
918 | |
7206 | 919 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
920 y2tics" in the case of a plotyy plot. | |
921 * plot/plotyy.m: ensure the position property is set correct for | |
922 the second axis, by setting it after the plot itself. In the case | |
923 of a plot that returns multiple handles, base the color selection | |
924 on the first. | |
925 | |
7204 | 926 2007-11-27 Kai Habel <kai.habel@gmx.de> |
927 | |
928 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
929 z-value of vertex 'c3'. | |
930 | |
7203 | 931 2007-11-27 John W. Eaton <jwe@octave.org> |
932 | |
933 * image/image.m: Allow nargin == 0 case to work again. | |
934 | |
7202 | 935 2007-11-27 David Bateman <dbateman@free.fr> |
936 | |
937 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
938 colorbar, to ensure that the colorbar is on the canvas for png and | |
939 postscipt outputs. | |
940 | |
7189 | 941 2007-11-26 David Bateman <dbateman@free.fr> |
942 | |
7197 | 943 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
944 return values. | |
945 | |
7194 | 946 * plot/plotyy.m: New function |
947 * plot/Makefile.in (SOURCES): Add it here. | |
948 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
949 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
950 {x|y}label to respect the axis position. | |
951 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
952 handle as the first argument. | |
953 | |
7192 | 954 * pkg/pkg.m (pkg:install): When loading the installed packages |
955 index into installed_pkgs_lst and not descriptions.. | |
956 | |
7189 | 957 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
958 * plot/Makefile.in (SOURCES): Add them to the sources. | |
959 * plot/quiver.m: Modify to use __quiver__.m. | |
960 | |
961 * plot/hist.m: Avoid saturation when the x values are in an | |
962 inetger type. | |
963 | |
964 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
965 | |
966 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
967 functions. | |
968 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
969 | |
970 2007-11-26 David Bateman <dbateman@free.fr> | |
971 | |
972 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
973 extent. | |
974 | |
975 * plot/colorbar.m: New function. | |
976 * plot/Makefile.in (SOURCES): Add it to the sources. | |
977 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
978 precalculate the clim, set pm3d except for mesh. | |
979 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
980 save the real values so that colorbar corresponds to the contour | |
981 levels. | |
982 | |
983 * plot/stem.m: Set marker color the same as the line color. Draw | |
984 a single discontinous line object for the stems. | |
985 | |
986 * plot/sphere.m: New function ported from JHandles. | |
987 * plot/Makefile.in (SOURCES): Add it to the sources. | |
988 | |
989 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
990 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
991 to get enhanced mode to work correctly for the X11 terminal. | |
992 | |
993 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
994 the reverse. Allow an axes handle to be passed and/or returned. | |
995 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
996 | |
997 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
998 sort surface patches by their depth and not the order they are | |
999 rendered in. | |
1000 | |
1001 * plot/__patch__.m: Set clim correctly. | |
1002 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1003 the marker color is determined by the cmap. | |
1004 * plot/scatter.m: New function to 2D scatter plots. | |
1005 * plot/scatter3.m: New function to 3D scatter plots. | |
1006 * plot/__scatter__.m: Support function for scatter plots | |
1007 * Makefile.in (SOURCES): Ad dnew functions here. | |
1008 | |
1009 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1010 Return whether the terminal supports enhanced text or not. | |
1011 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1012 supports enhanced mode. | |
1013 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1014 __go_draw_axes__. | |
1015 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1016 needed to support the enhanced mode. | |
1017 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1018 drawnow.m. | |
1019 | |
1020 | |
1021 * plot/caxis.m: New function to control the color axis limits. | |
1022 * plot/Makefile.in (SOURCES): Include it. | |
1023 * plot/axis.m: Allow the first argument to be an axes handle. | |
1024 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1025 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1026 caxis limits. | |
1027 | |
1028 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1029 * image/Makefile.in (SOURCES): Include it. | |
1030 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1031 of the bars for the colormap. | |
1032 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1033 passed. | |
1034 * plot/__contour.m: Avoid possible divide by zero error. | |
1035 * plot/contour.m: Missing semicolon. | |
1036 * plot/surface.m: Don't attempt to set additional arguments if | |
1037 there are none. | |
1038 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1039 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1040 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1041 |
1042 * plot/__bar__.m: put bar creation code into separate function | |
1043 to allow easy hook up from other graphic backends | |
1044 | |
1045 * plot/__bars__.m: new function containing bar creation code | |
1046 | |
7186 | 1047 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1048 | |
1049 * general/accumarray.m: Correct dimension check. | |
1050 | |
7183 | 1051 2007-11-26 John W. Eaton <jwe@octave.org> |
1052 | |
1053 * polynomial/residue.m: Prepad along second dimension. | |
1054 From Doug Stewart <dastew@sympatico.ca>. | |
1055 | |
7181 | 1056 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1057 | |
7183 | 1058 * plot/cylinder.m, plot/slice.m: New functions. |
1059 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1060 |
7177 | 1061 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1062 | |
1063 * plot/patch.m: Handle arg may also be hggroup object. | |
1064 Use ancestor to find parent axes object. | |
1065 | |
7175 | 1066 2007-11-14 David Bateman <dbateman@free.fr> |
1067 | |
1068 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1069 flag to patch that it is not closed. Allow z to take string | |
1070 arguments and use it to flag that the contours are placed at the | |
1071 z level of the contour itself. | |
1072 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1073 objects as well. Let hidden removal take precedence in case of a | |
1074 conflict. | |
1075 * plot/surface.m: Allow surface to treat handles being passed or | |
1076 returned. Any additional arguments arr used to set the surface | |
1077 handle. | |
1078 * plot/contour3.m: New function | |
1079 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1080 | |
7173 | 1081 2007-11-14 John W. Eaton <jwe@octave.org> |
1082 | |
1083 * specfun/bessel.m: Update doc string from | |
1084 src/DLD-FUNCTIONS/besselj.cc. | |
1085 | |
7170 | 1086 2007-11-12 David Bateman <dbateman@free.fr> |
1087 | |
1088 * plot/contour.m: Allow handles to be passed and returned. Split | |
1089 the countour function itself into __contour__.m to be shared with | |
1090 surfc and meshc. | |
1091 * plot/__contour__.m: New file | |
1092 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1093 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1094 the face or edge if the facecolor or edge color are marked as | |
1095 "none". Allow the edgecolor to be determined by the cdata in the | |
1096 same manner as the facecolor. Fail if facecolor is not "none" and | |
1097 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1098 storage of 3D/4D data consistent between line, surface and patch | |
1099 objects. | |
1100 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1101 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1102 |
1103 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1104 Handle fontweight and fontangle properties. | |
1105 | |
7163 | 1106 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1107 | |
1108 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1109 * plot/Makefile.in (SOURCES): Add them to the list. | |
1110 | |
1111 2007-11-12 John W. Eaton <jwe@octave.org> | |
1112 | |
1113 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1114 Use it to avoid duplicated code. | |
1115 | |
7161 | 1116 2007-11-12 David Bateman <dbateman@free.fr> |
1117 | |
7162 | 1118 * plot/title.m: Fix return value for nargout > 0. |
1119 | |
1120 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1121 specified for the title, xlabel, ylabel and text objects. | |
1122 | |
7161 | 1123 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1124 4.0 and surface plots. | |
1125 | |
7160 | 1126 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1127 | |
1128 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1129 with X/Y/Z data. | |
1130 | |
7146 | 1131 2007-11-09 John W. Eaton <jwe@octave.org> |
1132 | |
7152 | 1133 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1134 Correct logic in setting palette data. |
7152 | 1135 |
7151 | 1136 * audio/wavread.m, control/base/__bodquist__.m, |
1137 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1138 control/system/c2d.m, control/system/is_detectable.m, | |
1139 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1140 control/system/tfout.m, general/isdefinite.m, | |
1141 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1142 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1143 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1144 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1145 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1146 testfun/test.m: Use specific end keywords. | |
1147 | |
7146 | 1148 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1149 | |
1150 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1151 | |
1152 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1153 Don't change view if hold is on. | |
1154 | |
7142 | 1155 2007-11-09 David Bateman <dbateman@free.fr> |
1156 | |
7149 | 1157 * plot/hidden.m: New function. |
1158 * plot/Makefile.in (SOURCES): Add it here. | |
1159 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1160 line removal. | |
1161 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1162 removal and if it is "none" don't do hidden line removal. | |
1163 | |
7148 | 1164 * plot/legend.m: Also allow labels for surface and patch types. |
1165 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1166 setting of the legend. | |
1167 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1168 objects as well. | |
1169 | |
7146 | 1170 * plot/area.m, plot/__area__.m: New functions |
1171 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1172 | |
7142 | 1173 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1174 | |
7144 | 1175 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1176 | |
1177 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1178 | |
7131 | 1179 2007-11-08 John W. Eaton <jwe@octave.org> |
1180 | |
7133 | 1181 * control/base/dcgain.m, control/base/dre.m, |
1182 control/base/impulse.m, control/base/step.m, | |
1183 control/system/dmr2d.m, control/system/ord2.m, | |
1184 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1185 control/system/sysgetsignals.m, control/system/sysout.m, | |
1186 control/system/tfout.m, control/system/ugain.m, | |
1187 control/system/zpout.m, control/util/strappend.m: | |
1188 Don't fail with usage message if nargout is too large. | |
1189 | |
7131 | 1190 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1191 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1192 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1193 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1194 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1195 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1196 control/obsolete/rotg.m, control/obsolete/series.m, | |
1197 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1198 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1199 control/system/__syschnamesl__.m, |
1200 control/system/__syscont_disc__.m, | |
1201 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1202 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1203 control/system/abcddim.m, control/system/buildssic.m, | |
1204 control/system/c2d.m, control/system/cellidx.m, | |
1205 control/system/d2c.m, control/system/dmr2d.m, | |
1206 control/system/fir2sys.m, control/system/is_abcd.m, | |
1207 control/system/is_controllable.m, control/system/is_detectable.m, | |
1208 control/system/is_digital.m, control/system/is_observable.m, | |
1209 control/system/is_stabilizable.m, control/system/is_stable.m, | |
1210 control/system/jet707.m, control/system/listidx.m, | |
1211 control/system/parallel.m, control/system/ss.m, | |
1212 control/system/ss2sys.m, control/system/ss2zp.m, | |
1213 control/system/starp.m, control/system/sys2ss.m, | |
1214 control/system/sys2tf.m, control/system/sys2zp.m, | |
1215 control/system/sysadd.m, control/system/sysappend.m, | |
1216 control/system/sysconnect.m, control/system/syscont.m, | |
1217 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 1218 control/system/sysdup.m, control/system/sysgetsignals.m, |
1219 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 1220 control/system/sysmult.m, control/system/sysout.m, |
1221 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 1222 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 1223 control/system/syssub.m, control/system/sysupdate.m, |
1224 control/system/tf.m, control/system/tf2ss.m, | |
1225 control/system/tf2sys.m, control/system/tfout.m, | |
1226 control/system/zp.m, control/system/zp2ss.m, | |
1227 control/system/zp2sys.m, control/system/zp2tf.m, | |
1228 control/system/zpout.m, control/util/__outlist__.m, | |
1229 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
1230 control/util/prompt.m, control/util/sortcom.m, | |
1231 control/util/zgfmul.m, control/util/zgfslv.m, | |
1232 control/util/zginit.m, control/util/zgreduce.m, | |
1233 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 1234 |
7130 | 1235 2007-11-08 David Bateman <dbateman@free.fr> |
1236 | |
1237 * plot/quiver.m: Fix arrowheads. | |
1238 | |
7128 | 1239 2007-11-07 Ben Abbott <bpabbott@mac.com> |
1240 | |
1241 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 1242 Handle "rows" argument. New tests. |
7128 | 1243 (cell_ismember): New function. |
1244 | |
7127 | 1245 2007-11-07 John W. Eaton <jwe@octave.org> |
1246 | |
1247 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
1248 control/base/__stepimp__.m, control/base/are.m, | |
1249 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
1250 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
1251 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
1252 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
1253 control/base/ltifr.m, control/base/nichols.m, | |
1254 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
1255 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
1256 Style fixes. | |
1257 | |
7125 | 1258 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
1259 | |
1260 * control/base/bode_bounds.m, control/base/dgram.m, | |
1261 control/base/dlyap.m, control/base/freqchkw.m, | |
1262 control/base/gram.m, control/base/place.m, | |
1263 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
1264 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
1265 control/system/is_signal_list.m, control/system/ss2tf.m, | |
1266 control/system/sys2fir.m, control/system/sysgettsam.m, | |
1267 control/system/sysgettype.m, control/system/sysreorder.m, | |
1268 control/system/tf2sys.m, control/system/zp2tf.m, | |
1269 control/util/axis2dlim.m, control/util/swap.m, | |
1270 control/util/zgfmul.m, control/util/zgfslv.m, | |
1271 control/util/zginit.m, control/util/zgreduce.m, | |
1272 control/util/zgrownorm.m, control/util/zgscal.m, | |
1273 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
1274 geometry/inpolygon.m, linear-algebra/housh.m, | |
1275 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
1276 miscellaneous/run.m, quaternion/qconj.m, | |
1277 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
1278 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
1279 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
1280 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
1281 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
1282 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
1283 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
1284 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
1285 statistics/distributions/empirical_cdf.m, | |
1286 statistics/distributions/empirical_inv.m, | |
1287 statistics/distributions/empirical_pdf.m, | |
1288 statistics/models/logistic_regression_derivatives.m, | |
1289 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
1290 | |
7118 | 1291 2007-11-07 David Bateman <dbateman@free.fr> |
1292 | |
7120 | 1293 * general/gradient.m: Correctly convert deltax and deltay scalar |
1294 values are scalars to vectors. | |
1295 | |
7119 | 1296 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
1297 the meshc.m function. | |
1298 * plot/meshc.m: Also use the surface function. | |
1299 | |
7120 | 1300 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 1301 * plot/Makefile.in (SOURCES): Add them to the list. |
1302 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
1303 | |
7117 | 1304 2007-11-07 Michael Zeising <michael@michaels-website.de> |
1305 | |
1306 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
1307 | |
7115 | 1308 2007-11-07 John W. Eaton <jwe@octave.org> |
1309 | |
1310 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
1311 the data limits are infinite. | |
1312 (get_data_limits): Don't do anything if xdat or tx are empty. | |
1313 (get_axis_limits): Don't do anything if min_val or max_val are | |
1314 infinite. | |
1315 | |
7112 | 1316 2007-11-06 David Bateman <dbateman@free.fr> |
1317 | |
1318 * plot/hist.m: Pass any additional arguments to bar for | |
1319 treatment. Create a default x value that is always a vector. | |
1320 | |
7111 | 1321 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
1322 | |
1323 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
1324 when calling ./configure and add quotes to preserve spaces. | |
7109 | 1325 |
1326 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
1327 | |
1328 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
1329 New files. | |
1330 * plot/mesh.m: Call surface to do the real work. | |
1331 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
1332 properties. | |
1333 | |
1334 * image/colormap.m: Also return current colormap if nargout and | |
1335 nargin are both 0. | |
1336 | |
7106 | 1337 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
1338 | |
1339 * startup/inputrc: Delete key bindings starting with \340 code. | |
1340 | |
7112 | 1341 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 1342 |
1343 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
1344 to avoid issues of over- and underflow. From Rolf Fabian | |
1345 <Rolf.Fabian@gmx.de>. | |
1346 | |
7097 | 1347 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
1348 | |
1349 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
1350 help texts. | |
1351 | |
7096 | 1352 2007-11-02 Kai Habel <kai.habel@gmx.de> |
1353 | |
1354 * plot/bar.m, plot/barh.m: Doc fix. | |
1355 | |
7094 | 1356 2007-10-31 John W. Eaton <jwe@octave.org> |
1357 | |
1358 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
1359 | |
7086 | 1360 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
1361 | |
1362 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
1363 objects and legend objects are implemented with a separate axes | |
1364 object. | |
1365 | |
7078 | 1366 2007-10-30 David Bateman <dbateman@free.fr> |
1367 | |
7081 | 1368 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
1369 | |
7078 | 1370 * plot/__go_draw_axes__.m (do_linestyle_command): |
1371 Use point type 0 for ".". | |
1372 | |
7073 | 1373 2007-10-26 John W. Eaton <jwe@octave.org> |
1374 | |
7074 | 1375 * image/imshow.m: Improve compatibility. |
1376 * image/image.m: Return handle if nargou > 0. | |
1377 | |
7073 | 1378 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1379 | |
7069 | 1380 2007-10-25 John W. Eaton <jwe@octave.org> |
1381 | |
1382 * miscellaneous/compare_versions.m: Style fixes. | |
1383 | |
7060 | 1384 2007-10-24 John W. Eaton <jwe@octave.org> |
1385 | |
7061 | 1386 * image/saveimage.m: Use functional form of save instead of eval. |
1387 Use -text instead of -ascii. | |
1388 | |
7060 | 1389 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
1390 | |
7054 | 1391 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
1392 | |
1393 * plot/legend.m: Also extract location string from varargin (lost | |
1394 when 2007-10-08 patch was applied). | |
1395 | |
7049 | 1396 2007-10-23 David Bateman <dbateman@free.fr> |
1397 | |
1398 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
1399 miscellaneous/what.m: New functions | |
1400 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
1401 functions. | |
1402 | |
7045 | 1403 2007-10-22 David Bateman <dbateman@free.fr> |
1404 | |
1405 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
1406 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
1407 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
1408 | |
7042 | 1409 2007-10-19 Kai Habel <kai.habel@gmx.de> |
1410 | |
1411 * plot/contourf.m: New function. | |
1412 * plot/Makefile.in (SOURCES): Add it to the list. | |
1413 | |
7040 | 1414 2007-10-19 John W. Eaton <jwe@octave.org> |
1415 | |
1416 * plot/subplot.m: Doc fix. | |
1417 | |
7039 | 1418 2007-10-19 David Bateman <dbateman@free.fr> |
1419 | |
7041 | 1420 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 1421 |
7037 | 1422 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
1423 | |
1424 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
1425 output. | |
1426 | |
7031 | 1427 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
1428 | |
1429 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
1430 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
1431 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
1432 control/system/syssetsignals.m, control/base/lqg.m, | |
1433 strings/str2double.m, control/system/sysscale.m, | |
1434 control/hinf/hinfdemo.m, general/cplxpair.m: | |
1435 Make help text fit on pages when using smallbook. | |
1436 | |
7028 | 1437 2007-10-15 David Bateman <dbateman@free.fr> |
1438 | |
7032 | 1439 * plot/print.m: Call drawnow before printing to ensure the plot is |
1440 on the screen. | |
1441 | |
7028 | 1442 * testfun/test.m: In error/warning blocks test for an error before |
1443 a warning to avoid unexpected failures. | |
1444 | |
7027 | 1445 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
1446 | |
1447 * testfun/assert.m: Correct documentation of absolution versus | |
1448 relative error tolerance and add tests. | |
1449 | |
7024 | 1450 2007-10-14 David Bateman <dbateman@free.fr> |
1451 | |
1452 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
1453 src directory. | |
1454 * plot/Makefile.in (SOURCES): Add fill.m. | |
1455 | |
7020 | 1456 2007-10-13 David Bateman <dbateman@free.fr> |
1457 | |
1458 * plot/__patch__.m: Allow multiple patches to be defined and | |
1459 return a single patch object. Allow Faces/Vertices form of | |
1460 patch. Flag failure so the patch can call print_usage. | |
1461 * plot/patch.m: Update help string for Faces/Vertices | |
1462 call. Respect the fail flag returned by __patch__. Add demo code | |
1463 that tests the functionality of patch. | |
1464 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
1465 patch object. | |
1466 * plot/fill.m: New function. | |
1467 | |
7016 | 1468 2007-10-12 John W. Eaton <jwe@octave.org> |
1469 | |
1470 * Change copyright notices in all files that are part of Octave to | |
1471 GPLv3 or any later version. | |
1472 | |
7012 | 1473 2007-10-11 John W. Eaton <jwe@octave.org> |
1474 | |
1475 * plot/__go_draw_axes__.m (get_axis_limits): | |
1476 Return lim = [] if logscale and no positive values. | |
1477 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
1478 Set initial min and min positive values to Inf, max values to -Inf. | |
1479 (get_data_limits): Correctly handle xminp when no positive values | |
1480 are found. | |
1481 | |
7011 | 1482 2007-10-11 Ben Abbott <bpabbott@mac.com> |
1483 | |
1484 * polynomial/residue.m: New optional input for pole multiplicity. | |
1485 Doc fix. Fix tests. | |
1486 | |
7010 | 1487 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
1488 | |
1489 * toplev.cc (Foctave_config_info): Add field "mac". | |
1490 | |
1491 * miscellaneous/ismac.m: New function. | |
1492 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1493 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
1494 | |
7009 | 1495 2007-10-11 Arno Onken <asnelt@asnelt.org> |
1496 | |
1497 * statistics/distributions/hygernd.m: Allow size to be specified | |
1498 as a scalar. Handle three argument case. Allow T, M, and N to be | |
1499 scalars or matrices of a common size. | |
1500 | |
7007 | 1501 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
1502 | |
1503 * control/csrefcard.lt, control/system/is_detectable.m, | |
1504 control/system/sysgroup.m, geometry/voronoin.m, | |
1505 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
1506 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
1507 statistics/distributions/binornd.m, | |
1508 statistics/distributions/cauchy_rnd.m, | |
1509 statistics/distributions/chi2rnd.m, | |
1510 statistics/distributions/discrete_rnd.m, | |
1511 statistics/distributions/exprnd.m, | |
1512 statistics/distributions/frnd.m, | |
1513 statistics/distributions/gamrnd.m, | |
1514 statistics/distributions/geornd.m, | |
1515 statistics/distributions/laplace_rnd.m, | |
1516 statistics/distributions/logistic_rnd.m, | |
1517 statistics/distributions/lognrnd.m, | |
1518 statistics/distributions/nbinrnd.m, | |
1519 statistics/distributions/normrnd.m, | |
1520 statistics/distributions/poissrnd.m, | |
1521 statistics/distributions/stdnormal_rnd.m, | |
1522 statistics/distributions/trnd.m, | |
1523 statistics/distributions/unifrnd.m, | |
1524 statistics/distributions/wblrnd.m: Spelling fixes. | |
1525 | |
7005 | 1526 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
1527 | |
1528 * time/tic.m: New optional output value. | |
1529 | |
1530 * general/int2str.m: Doc fix. | |
1531 | |
7002 | 1532 2007-10-10 Arno Onken <asnelt@asnelt.org> |
1533 | |
1534 * statistics/distributions/hygecdf.m, | |
1535 statistics/distributions/hygeinv.m, | |
1536 statistics/distributions/hygepdf.m, | |
1537 statistics/distributions/hygernd.m: | |
1538 Swap order of T and M args for compatibility. | |
1539 | |
7001 | 1540 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
1541 | |
1542 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
1543 control/system/buildssic.m, control/system/c2d.m, | |
1544 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
1545 control/system/ss2sys.m, control/system/ss2tf.m, | |
1546 control/system/syscont.m, control/system/sysdimensions.m, | |
1547 control/system/sysdisc.m, control/system/sysmult.m, | |
1548 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
1549 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
1550 general/interp1.m, general/interp2.m, general/interp3.m, | |
1551 general/interpft.m, general/interpn.m, general/polyarea.m, | |
1552 general/rat.m, general/structfun.m, general/trapz.m, | |
1553 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
1554 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
1555 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
1556 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
1557 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
1558 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
1559 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
1560 statistics/base/meansq.m, statistics/base/var.m, | |
1561 statistics/tests/chisquare_test_independence.m, | |
1562 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
1563 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
1564 testfun/test.m: Spelling fixes. | |
1565 | |
6998 | 1566 2007-10-10 Ben Abbott <bpabbott@mac.com> |
1567 | |
1568 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
1569 | |
6997 | 1570 2007-10-10 John W. Eaton <jwe@octave.org> |
1571 | |
1572 * general/num2str.m: Always allow for sign for automatically | |
1573 computed format widths. | |
1574 | |
6988 | 1575 2007-10-09 David Bateman <dbateman@free.fr> |
1576 | |
1577 * plot/patch.m: Accept a handle as the first argument. | |
1578 | |
6987 | 1579 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
1580 | |
7010 | 1581 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 1582 |
6985 | 1583 2007-10-09 John W. Eaton <jwe@octave.org> |
1584 | |
1585 * audio/wavwrite.m: Accept arguments in compatible order. | |
1586 | |
6979 | 1587 2007-10-08 David Bateman <dbateman@free.fr> |
1588 | |
1589 * general/interp2.m: Relax test for values outside the grid to | |
1590 allow monotonically decreasing abscissa as well. | |
1591 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1592 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 1593 |
1594 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
1595 as output parameter. | |
1596 | |
6977 | 1597 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
1598 | |
1599 * plot/__go_draw_axes__.m, plot/legend.m: | |
1600 Handle compatible position specifiers as strings. | |
1601 | |
6975 | 1602 2007-10-08 John Swensen <jpswensen@comcast.net> |
1603 | |
1604 * general/num2str.m: Eliminate extra whitespace in output. | |
1605 * strings/strtrim.m: New function. | |
1606 * strings/Makefile.in (SOURCES): Add it to the list. | |
1607 | |
6968 | 1608 2007-10-06 John W. Eaton <jwe@octave.org> |
1609 | |
1610 * polynomial/residue.m: New test from test/test_poly.m. | |
1611 | |
6967 | 1612 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
1613 | |
1614 * image/saveimage.m: Handle saving color images without a colormap. | |
1615 * image/__img_via_file__.m: Add missing semicolon. | |
1616 | |
1617 2007-10-06 Bill Denney <wsloand@gmail.com> | |
1618 | |
7010 | 1619 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 1620 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
1621 | |
6965 | 1622 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
1623 | |
1624 * plot/print.m: Handle svg output type. Accept new -S option to | |
1625 specify size for PNG and SVG output types. | |
1626 | |
1627 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 1628 |
1629 * polynomial/mpoles.m: New function. | |
1630 * polynomial/residue.m: Modified to behave in reciprocal | |
1631 manner. No longer compute 4th output, "e". No longer accept | |
1632 tolerance input. Explicitly set tolerance parameter to 0.001. | |
1633 Respect maximum relative difference in poles when determining | |
1634 their multiplicity. Use mpoles to determine the multiplicity of | |
1635 poles. | |
1636 | |
6963 | 1637 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
1638 | |
1639 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
1640 for surface plots. | |
1641 | |
6962 | 1642 2007-10-05 John W. Eaton <jwe@octave.org> |
1643 | |
1644 * plot/__next_line_color__.m: Get color_rotation from axes | |
1645 colororder property. | |
1646 | |
6953 | 1647 2007-10-03 John W. Eaton <jwe@octave.org> |
1648 | |
6955 | 1649 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
1650 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
1651 | |
6953 | 1652 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
1653 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
1654 special for __vnorm__. | |
1655 | |
6951 | 1656 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
1657 | |
6952 | 1658 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 1659 |
6950 | 1660 2007-10-03 David Bateman <dbateman@free.fr> |
1661 | |
1662 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
1663 if a file is architecture dependent based on a list of file | |
1664 extensions. | |
1665 (configure_make): Simplify the search for architecture dependent | |
1666 files based on this function. | |
1667 (load_pakages_and_dependencies): Also look for bin directory in | |
1668 the architecture dependent directory. | |
1669 | |
6947 | 1670 2007-10-03 John W. Eaton <jwe@octave.org> |
1671 | |
1672 * miscellaneous/dir.m: Create empty struct with field names. | |
1673 Include datenum in struct. | |
1674 | |
6943 | 1675 2007-10-02 David Bateman <dbateman@free.fr> |
1676 | |
1677 * miscellaneous/ls.m: If nargout return string array of files | |
1678 returned by ls. | |
1679 | |
6942 | 1680 2007-10-01 John W. Eaton <jwe@octave.org> |
1681 | |
1682 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
1683 range values. | |
1684 | |
6937 | 1685 2007-10-01 David Bateman <dbateman@free.fr> |
1686 | |
7010 | 1687 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 1688 speed with small vectors. |
6937 | 1689 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
1690 rather than OCTAVE_HOME(). | |
1691 | |
6935 | 1692 2007-09-30 Ben Abbott <bpabbott@mac.com> |
1693 | |
1694 * plot/findobj.m: New function. | |
1695 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
1696 | |
6925 | 1697 2007-09-26 David Bateman <dbateman@free.fr> |
1698 | |
1699 * pkg/pkg.m: Add second argument to setting for prefix for | |
1700 architecture dependent files. Use throughout. | |
1701 (pkg:issuperuser): New function, use through to check for | |
1702 root user. | |
1703 (pkg:getarchprefix): function to give the archiecture dependent | |
1704 prefix for a package. | |
1705 (pkg:getarchdir): New function giving location of architetcure | |
1706 dependent directory. Use through out. | |
1707 (pkg:install): Treat architecture dependent directory separately | |
1708 as in might not be a sub-directory of the package directory. | |
1709 (pkg:uninstall): ditto. | |
1710 (pkg:create_pkgadddel): Check for global or local install for | |
1711 architecture dependent directory. | |
1712 (pkg:finish_installation): ditto. | |
1713 (pkg:write_INDEX): ditto. | |
1714 (pkg:load_packages_and_dependencies): ditto. | |
1715 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
1716 files to a new location if user is root. | |
1717 (pkg:rm_rf): Check if file or directory exists before removing. | |
1718 (pkg:dirempty): Check if directory exists before checking. | |
1719 | |
1720 * plot/___patch__.m: Allow face colors to be passed as strings | |
1721 | |
1722 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
1723 needed for calls to "hold" without an argument. | |
1724 | |
6920 | 1725 2007-09-21 John W. Eaton <jwe@octave.org> |
1726 | |
6921 | 1727 * optimization/sqp.m: Fix typo. |
1728 | |
6920 | 1729 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
1730 | |
6919 | 1731 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
1732 | |
1733 * control/hinf/h2norm: Compute d*d', not d'*d. | |
1734 | |
6918 | 1735 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
1736 | |
1737 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
1738 unidpdf.m and unidinv.m | |
1739 | |
6914 | 1740 2007-09-18 John W. Eaton <jwe@octave.org> |
1741 | |
1742 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
1743 (do_tics_1): Set numeric axes formats to "%.15g". | |
1744 | |
6912 | 1745 2007-09-18 David Bateman <dbateman@free.fr> |
1746 | |
1747 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
1748 of %g when writing data. | |
1749 | |
6908 | 1750 2007-09-17 John W. Eaton <jwe@octave.org> |
1751 | |
1752 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
1753 | |
6903 | 1754 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
1755 | |
1756 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
1757 noninteger N with N-K < 1. | |
1758 | |
6901 | 1759 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
1760 | |
1761 * strings/index.m: Correct for strings differing after the third | |
1762 position (bug reported by Maude Martin). | |
1763 | |
6895 | 1764 2007-09-13 John W. Eaton <jwe@octave.org> |
1765 | |
1766 * plot/__default_colormap__.m: Delete. | |
1767 * plot/Makefile (SOURCES): Remove from the list. | |
1768 | |
6898 | 1769 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
1770 | |
1771 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
1772 | |
6885 | 1773 2007-09-10 David Bateman <dbateman@free.fr> |
1774 | |
1775 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
1776 limit the selection of colors in the same way as for lines. | |
1777 * plot/__patch__.m: Allow matrix arguments with one patch per | |
1778 column. | |
1779 * plot/__bar__.m: Adapt to use "patch". | |
1780 | |
6870 | 1781 2007-09-06 John W. Eaton <jwe@octave.org> |
1782 | |
1783 * plot/drawnow.m (drawnow): New arg, debug_file. | |
1784 (init_plot_stream): Split from open_plot_stream. | |
1785 * plot/print.m: Accept -debug=FILE argument. | |
1786 | |
6868 | 1787 2007-09-06 David Bateman <dbateman@free.fr> |
1788 | |
7010 | 1789 * general/celldisp.m: New function. |
1790 * general/Makefile.in (SOURCES): Add celldisp.m. | |
1791 * miscellaneous/swapbytes.m: New function. | |
1792 * miscellaneous/gzip.m: New function. | |
1793 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 1794 |
6863 | 1795 2007-09-05 David Bateman <dbateman@free.fr> |
1796 | |
7010 | 1797 * general/structfun.m: New function. |
1798 * general/Makefile.in (SOURCES): Add it to sources. | |
1799 * miscellaneous/run.m: New function. | |
1800 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
1801 * statistics/base/mode.m: New function. | |
1802 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 1803 |
6862 | 1804 2007-09-05 John W. Eaton <jwe@octave.org> |
1805 | |
1806 * miscellaneous/orderfields.m: Use numel instead of length. | |
1807 | |
1808 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
1809 | |
1810 * miscellaneous/orderfields.m: Handle empty structs. | |
1811 | |
6861 | 1812 2007-09-05 John W. Eaton <jwe@octave.org> |
1813 | |
1814 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
1815 DATA_IDX. | |
1816 | |
1817 2007-09-04 David Bateman <dbateman@free.fr> | |
1818 | |
1819 * general/isdir.m: Return a logical value. | |
1820 | |
6859 | 1821 2007-09-04 David Bateman <dbateman@free.fr> |
1822 | |
1823 * statistics/distributions/chi2pdf.m, | |
1824 statistics/distributions/chi2cdf.m, | |
1825 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
1826 distribution functions to account for inverse of scale factor in | |
1827 gamma functions. | |
1828 | |
6857 | 1829 2007-09-01 John W. Eaton <jwe@octave.org> |
1830 | |
1831 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
1832 | |
6853 | 1833 2007-09-01 David Bateman <dbateman@free.fr> |
1834 | |
1835 * polynomial/polyint.m: New function like polyinteg but with | |
1836 explicit integration constant. | |
1837 * polynomial/polyinteg.m: Remove. | |
1838 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
1839 polyinteg.m. | |
1840 * deprecated/polyinteg.m: Move version here. | |
1841 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
1842 | |
6852 | 1843 * geometry/voronoi.m: Add large box around data to get a good |
1844 approximation of the rays to infinity. | |
1845 | |
6851 | 1846 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
1847 | |
1848 * plot/axes.m: Allow parent to be specified when creating axes | |
1849 objects. Support non-figure parents. | |
1850 | |
1851 2007-08-31 John W. Eaton <jwe@octave.org> | |
1852 | |
1853 * plot/ancestor.m: New function, adapted from Octave Forge. | |
1854 | |
6850 | 1855 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
1856 | |
7010 | 1857 * polynomial/polygcd.m: Better layout of example. |
1858 * polynomial/compan.m: Remove unnecessary check. | |
1859 * polynomial/roots.m: Added example to help text. | |
1860 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
1861 * polynomial/poly.m: Added example to help text. | |
6850 | 1862 |
6848 | 1863 2007-08-30 John W. Eaton <jwe@octave.org> |
1864 | |
1865 * optimization/qp.m: Increase maxit to 200. | |
1866 | |
6847 | 1867 2007-08-30 David Bateman <dbateman@free.fr> |
1868 | |
1869 * geometry/inpolygon.m: New file. | |
1870 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
1871 | |
6843 | 1872 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
1873 | |
1874 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
1875 | |
6829 | 1876 2007-08-24 David Bateman <dbateman@free.fr> |
1877 | |
1878 * plot/__go_draw_axes__.m: Treat text color property. | |
1879 | |
6828 | 1880 2007-08-24 John W. Eaton <jwe@octave.org> |
1881 | |
1882 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
1883 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
1884 | |
1885 * miscellaneous/movefile.m: Separate second and third args and | |
1886 use p1 and p2, not f1 and f2 when constructing arguments for | |
1887 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
1888 | |
6825 | 1889 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
1890 | |
1891 * set/intersect.m: Make it work with cell arrays of strings. | |
1892 | |
6823 | 1893 2007-08-24 David Bateman <dbateman@free.fr> |
1894 | |
7010 | 1895 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 1896 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
1897 functions ported from octave-forge. | |
7010 | 1898 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 1899 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
1900 geometry/triplot.m, geometry/tsearchn.m: | |
1901 New functions. | |
7010 | 1902 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
1903 * geometry/Makefile.in (SOURCES): Add functions above. | |
1904 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 1905 |
6820 | 1906 2007-08-23 John W. Eaton <jwe@octave.org> |
1907 | |
1908 * pkg/pkg.m: Avoid using installed_packages for both function and | |
1909 variable name. | |
1910 | |
1911 2007-08-23 David Bateman <dbateman@free.fr> | |
1912 | |
1913 * plot/plot.m: Allow first arg to be axes handle. | |
1914 | |
6818 | 1915 2007-08-22 David Bateman <dbateman@free.fr> |
1916 | |
1917 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
1918 outputs are returned only if requested. | |
1919 | |
1920 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
1921 | |
1922 * control/base/nichols.m: Fix typo. | |
1923 | |
6813 | 1924 2007-08-13 John W. Eaton <jwe@octave.org> |
1925 | |
1926 * plot/meshgrid.m: Use repmat instead of multiplication. | |
1927 | |
6809 | 1928 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
1929 | |
1930 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
1931 use axes position in each appropriate gnuplot set statement. | |
1932 | |
6808 | 1933 2007-08-10 John W. Eaton <jwe@octave.org> |
1934 | |
1935 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
1936 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
1937 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
1938 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
1939 | |
6807 | 1940 2007-08-10 Kai Habel <kai.habel@gmx.de> |
1941 | |
1942 * plot/patch.m, plot/__patch__.m: New files. | |
1943 * plot/Makefile.in (SOURCES): Add them to the list. | |
1944 | |
1945 2007-08-07 John W. Eaton <jwe@octave.org> | |
1946 | |
1947 * path/savepath.m: Use single quotes for argument to PATH command | |
1948 that is inserted in file. | |
1949 | |
6805 | 1950 2007-07-27 John W. Eaton <jwe@octave.org> |
1951 | |
1952 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
1953 not set in the environment. | |
1954 | |
6796 | 1955 2007-07-25 David Bateman <dbateman@free.fr> |
1956 | |
1957 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
1958 control/base/Makefile.in, control/hinf/Makefile.in, | |
1959 control/obsolete/Makefile.in, control/system/Makefile.in, | |
1960 control/util/Makefile.in, deprecated/Makefile.in, | |
1961 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
1962 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
1963 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
1964 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
1965 polynomial/Makefile.in, quaternion/Makefile.in, | |
1966 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
1967 specfun/Makefile.in, special-matrix/Makefile.in, | |
1968 startup/Makefile.in, statistics/Makefile.in, | |
1969 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
1970 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
1971 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
1972 Adjust DISTFILES to allow out of tree "make dist" to work. | |
1973 | |
6795 | 1974 2007-07-25 John W. Eaton <jwe@octave.org> |
1975 | |
1976 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
1977 | |
6793 | 1978 2007-07-24 David Bateman <dbateman@free.fr> |
1979 | |
1980 * image/flag.m: New colormap function. | |
1981 * images/Makefile.in: Include it in SOURCES. | |
1982 | |
1983 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
1984 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
1985 image/rainbow.m image/spring.m image/summer.m image/white.m | |
1986 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
1987 * image/gray.m, image/ocean.m: Use the same means of finding the | |
1988 number of colormap elements as the other colormap functions. | |
1989 | |
6790 | 1990 2007-07-24 Kai Habel <kai.habel@gmx.de> |
1991 | |
1992 * plot/__go_draw_axes__.m: Handle patch. | |
1993 | |
6788 | 1994 2007-07-23 David Bateman <dbateman@free.fr> |
1995 | |
1996 * general/rat.m: New function for ration approximation imported | |
1997 from octave-forge. | |
1998 * general/del2.m: New function for discrete laplacian operator. | |
1999 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2000 | |
2001 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2002 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2003 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2004 image/winter.m, image/brighten.m: Port image functions from | |
2005 octave-forge. | |
2006 * image/Makefile.in: Add ported functions to SOURCES. | |
2007 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2008 compatibility with matlab. | |
2009 | |
2010 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2011 octave-forge | |
2012 * plot/Makefile.in: Add ported functions to SOURCES. | |
2013 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2014 using gnuplot 4.2 or greater. | |
2015 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2016 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2017 |
2018 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2019 | |
6781 | 2020 2007-07-19 David Bateman <dbateman@free.fr> |
2021 | |
2022 * plot/fplot.m: More compatible version. | |
2023 | |
6780 | 2024 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2025 | |
2026 * plot/clf.m: Check for valid handle before deleting. | |
2027 | |
2028 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2029 __go_figure__ instead of using regular "set" call. | |
2030 | |
6779 | 2031 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2032 | |
2033 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2034 type for gnuplot. | |
2035 | |
6778 | 2036 2007-07-18 John W. Eaton <jwe@octave.org> |
2037 | |
2038 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2039 gnuplot for each set of axes. | |
2040 | |
6777 | 2041 2007-07-18 David Bateman <dbateman@free.fr> |
2042 | |
6778 | 2043 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2044 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2045 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2046 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2047 Use standard scale factor rather than one on the scale factor for | |
2048 compatibility. | |
2049 | |
2050 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2051 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2052 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2053 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2054 Preserve backward compatibility. | |
6777 | 2055 |
6776 | 2056 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2057 | |
2058 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2059 to avoid issues with regexp special characters in the path strings. | |
2060 | |
6770 | 2061 2007-07-06 David Bateman <dbateman@free.fr> |
2062 | |
6778 | 2063 * general/accumarray.m: New function to create an array by |
2064 accumulating the elements. | |
6770 | 2065 |
6768 | 2066 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2067 | |
2068 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2069 (fdjac): Set nx outside of if block. | |
2070 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2071 | |
6765 | 2072 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2073 | |
2074 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2075 | |
2076 * plot/axis.m: Also set "visible" property when setting axes to | |
2077 on/off. | |
2078 | |
6762 | 2079 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2080 | |
2081 * image/colormap.m: Only return colormap if nargout > 0. | |
2082 Mark as command. | |
2083 | |
6758 | 2084 2007-06-25 John W. Eaton <jwe@octave.org> |
2085 | |
2086 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2087 strcmp for selected property comparisons. | |
2088 | |
6756 | 2089 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2090 | |
6778 | 2091 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2092 |
6754 | 2093 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2094 | |
2095 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2096 | |
6756 | 2097 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2098 |
6778 | 2099 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2100 argument, and note that the data should be sorted for the |
2101 definition of the median to be correct. | |
2102 | |
6778 | 2103 * statistics/base/std.m: Add missing square to definition of |
6754 | 2104 standard deviation. |
2105 | |
6778 | 2106 * statistics/base/cov.m: Add definition of covariance to the help text. |
2107 | |
2108 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2109 statistics/base/std.m: |
2110 Note that \bar{x} is the mean value of x in the help text. | |
2111 | |
6778 | 2112 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2113 coefficient to the help text. |
2114 | |
6778 | 2115 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2116 | |
2117 * statistics/base/var.m: Put N in @math in help text. | |
2118 | |
2119 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2120 statistics/tests/kolmogorov_smirnov_test.m: |
2121 Write about possible values of 'dist' in help text. | |
2122 | |
6778 | 2123 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2124 Add definition of correlation to the help text. |
2125 | |
6778 | 2126 * statistics/base/logit.m, statistics/base/kendall.m, |
2127 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2128 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2129 TeXification of help text. | |
2130 | |
2131 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2132 | |
2133 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2134 Add missing @var's to help text. | |
2135 | |
2136 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2137 | |
2138 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2139 of help text. | |
2140 | |
2141 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2142 help text. | |
2143 | |
2144 * statistics/distributions/unidpdf.m, | |
2145 statistics/distributions/discrete_pdf.m: | |
2146 Replace 'pDF' with 'PDF' in help text. | |
2147 | |
6753 | 2148 2007-06-25 John W. Eaton <jwe@octave.org> |
2149 | |
2150 * strings/substr.m: Use offset consistently in code and doc string. | |
2151 From Rafael Laboissiere <rafael@debian.org>. | |
2152 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2153 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2154 |
6778 | 2155 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2156 |
6751 | 2157 2007-06-25 John W. Eaton <jwe@octave.org> |
2158 | |
2159 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2160 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2161 <juhani@cs.joensuu.fi>. | |
2162 | |
6748 | 2163 2007-06-20 John W. Eaton <jwe@octave.org> |
2164 | |
6749 | 2165 * strings/index.m: Allow strings to be empty. |
2166 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2167 | |
6748 | 2168 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2169 | |
6747 | 2170 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2171 | |
2172 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2173 separate matrices. | |
2174 | |
6746 | 2175 2007-06-19 David Bateman <dbateman@free.fr> |
2176 | |
2177 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2178 only ";;" legend syntax. | |
2179 * polynomial/mkpp.m: ditto. | |
2180 * polynomial/pchip.m: ditto. | |
2181 * signal/freqz_plot.m: ditto. | |
2182 * sparse/gplot.m: ditto. | |
2183 * sparse/treeplot.m: ditto. | |
2184 | |
6745 | 2185 2007-06-19 John W. Eaton <jwe@octave.org> |
2186 | |
2187 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2188 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2189 | |
6742 | 2190 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2191 | |
6778 | 2192 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2193 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2194 to check for NA. | |
2195 | |
6741 | 2196 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2197 | |
6778 | 2198 * optimization/glpk.m: TeXified the help text. |
2199 * optimization/qp.m: TeXified the help text. | |
2200 * optimization/sqp.m: TeXified the help text. | |
6741 | 2201 |
6740 | 2202 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2203 | |
6778 | 2204 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2205 |
6738 | 2206 2007-06-15 John W. Eaton <jwe@octave.org> |
2207 | |
2208 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
2209 have_newer_gnuplot is true. | |
2210 | |
6736 | 2211 2007-06-15 Pete Gustafson <petegus@umich.edu> |
2212 | |
6778 | 2213 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
2214 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 2215 to 90, all others 0. |
2216 | |
6778 | 2217 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
2218 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 2219 get_data_limits. |
6778 | 2220 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 2221 called by __errplot__. |
2222 | |
6730 | 2223 2007-06-15 John W. Eaton <jwe@octave.org> |
2224 | |
2225 * testfun/test.m: Also return number of expected failures. | |
2226 | |
6724 | 2227 2007-06-14 John W. Eaton <jwe@octave.org> |
2228 | |
6730 | 2229 * set/ismember.m: Mark two tests known to fail with xtest. |
2230 | |
6724 | 2231 * plot/__go_draw_axes__.m: Handle text rotation property. |
2232 | |
6728 | 2233 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
2234 | |
2235 * testfun/test.m: Add xtest support for tests known to fail. | |
2236 | |
6727 | 2237 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
2238 | |
2239 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
2240 epslatexstandalone terminals. | |
2241 | |
6721 | 2242 2007-06-14 David Bateman <dbateman@free.fr> |
2243 | |
2244 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
2245 as permutation of results was incorrect. | |
2246 * general/interp1.m: Add demo on second derivative | |
2247 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 2248 call. Add 3D demo. Fix typos |
2249 * general/interp3.m: Fix typos. Correct permutation for use of | |
2250 interpn. | |
6721 | 2251 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
2252 | |
6717 | 2253 2007-06-13 John W. Eaton <jwe@octave.org> |
2254 | |
2255 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 2256 |
6706 | 2257 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2258 | |
2259 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
2260 | |
6704 | 2261 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
2262 | |
2263 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
2264 Set have_linestyle to true if two character linestyle is found. | |
2265 | |
6702 | 2266 2007-06-12 David Bateman <dbateman@free.fr> |
2267 | |
6717 | 2268 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
2269 and interpn.m. | |
2270 | |
2271 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
2272 structure before using it. | |
2273 | |
2274 2007-06-12 David Bateman <dbateman@free.fr> | |
2275 | |
6704 | 2276 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 2277 * general/__splinen__.m: New support function for N-dimensional |
2278 spline interpolation. | |
2279 * general/bicubic.m: Allow definition of extrapolation | |
2280 value. Adapt tests to use new graphics interface | |
2281 * general/interp2.m: Call __splinen__ for 2-D spline | |
2282 interpolation. Make the lookup table code only be called for | |
2283 linear and nearest methods. | |
2284 * general/interpn.m: New function for N-dimensional, linear, nearest | |
2285 and spline interpolation. | |
2286 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
2287 and spline interpolation. | |
6704 | 2288 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 2289 |
6701 | 2290 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
2291 | |
2292 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
2293 | |
6699 | 2294 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
2295 | |
2296 * plot/fplot.m: If function is inline, vectorize it. | |
2297 | |
6698 | 2298 2007-06-10 David Bateman <dbateman@free.fr> |
2299 | |
2300 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
2301 directory if need to, so that it fits on a line. | |
2302 | |
6695 | 2303 2007-06-07 David Bateman <dbateman@free.fr> |
2304 | |
2305 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
2306 saved file so that dependent packages are loaded first, and if | |
2307 nargout==0 don't return any arguments. | |
2308 (pkg:install): Only load packages that are marked autoload after | |
2309 install. Various fixes. Save in order. | |
2310 (pkg:uninstall): Save in order | |
2311 (pkg:load_packages): Use load_package_and_dependencies to load | |
2312 packages. | |
2313 (pkg:save_order): New function to sort package list with dependent | |
2314 packages first. | |
2315 (pkg:load_packages_and_dependencies): New function to load both a | |
2316 list of packages and their dependencies. | |
2317 (pkg:load_package_dirs): New function that returns a vector of the | |
2318 indexes into the installed package list indicating the packages to | |
2319 load and the order to load them in to respect the dependencies. | |
2320 | |
6688 | 2321 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
2322 | |
2323 * plot/axes.m: Eliminate redundant else clause. | |
2324 | |
6686 | 2325 2007-06-03 David Bateman <dbateman@free.fr> |
2326 | |
2327 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 2328 * pkg/pkg.m: Protect against multiple actions being define. |
2329 | |
6683 | 2330 2007-06-01 David Bateman <dbateman@free.fr> |
2331 | |
2332 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
2333 incorporate into main pkg function. | |
2334 (pkg:install): Check for existence of files to install before | |
2335 globbing and warn the user if they don't exist. | |
2336 | |
6675 | 2337 2007-05-31 David Bateman <dbateman@free.fr> |
2338 | |
6679 | 2339 * miscellaneous/copyfile.m: Split copying of multiple files to a |
2340 directory over several copy command to limit the line length. | |
2341 * miscellaneous/movefile.m: Ditto. | |
2342 | |
6675 | 2343 * pkg.m: Add build option to allow binary Octave packages to be |
2344 built from source packages. Probe absolute path of prefix, global | |
2345 and local lists. Use strcat, rather that [] for strings. | |
2346 (pkg:build): New function to binary binary package. | |
2347 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
2348 (pkg:repackage): Package binary Octave package from installation. | |
2349 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
2350 from m-files into main installation directory. | |
2351 (pkg:shell): Suppress verbose messages from shell and only display | |
2352 them with the verbose flag. | |
2353 (pkg:installed_packages): Also include the loaded flag in the | |
2354 local and global packages. | |
2355 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
2356 flagged as loaded. | |
2357 | |
2358 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
2359 | |
2360 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
2361 with and without architecture dependent directories. | |
2362 (pkg:installed_packages): Probe the global_list file even if it is | |
2363 the same as the local_list. | |
2364 | |
6669 | 2365 2007-05-29 John W. Eaton <jwe@octave.org> |
2366 | |
2367 * sparse/spy.m: Set axis to "ij" mode. | |
2368 | |
6664 | 2369 2007-05-24 John W. Eaton <jwe@octave.org> |
2370 | |
2371 * set/ismember.m: Quote first arg of "fail" tests. | |
2372 | |
6663 | 2373 2007-05-24 David Bateman <dbateman@free.fr> |
2374 | |
6778 | 2375 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2376 |
6655 | 2377 2007-05-22 David Bateman <dbateman@free.fr> |
2378 | |
2379 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2380 error(lasterr()(8:end)). | |
2381 (pkg:install): Warning for empty packages being removed. Suppress | |
2382 spurious output. Warning rather than error for uninstalling a | |
2383 package that is not installed to avoid RPM issue. | |
2384 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
2385 inst or architecture dependent directory if it exists. | |
2386 | |
6653 | 2387 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2388 | |
2389 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
2390 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
2391 signal/freqz.m: Fix typos. | |
2392 | |
6645 | 2393 2007-05-21 David Bateman <dbateman@free.fr> |
2394 | |
2395 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
2396 force installation location. | |
2397 (rebuild): New subfunction to rebuild package database from | |
2398 installed packages. Also allows changing of autoload status | |
2399 (install): Warn use if attempting to install from non existent | |
2400 file. | |
2401 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
2402 "USER", "root"))' for root test. | |
2403 | |
2404 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
2405 | |
2406 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
2407 and replace "\" characters with "/". | |
2408 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
2409 characters with "/" throughout. | |
2410 (shell): New subfunction that wraps system and is careful with the | |
2411 shell on windows platforms. | |
2412 (configure_make): Explictly pass complier etc to configure | |
2413 process. | |
2414 (issuperuser): Force default to global install for Windows machines. | |
2415 | |
6636 | 2416 2007-05-19 Kristan Onu |
2417 | |
2418 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
2419 | |
6634 | 2420 2007-05-18 David Bateman <dbateman@free.fr> |
2421 | |
2422 * pkg/pkg.m (install): More verbosity. | |
2423 (configure_make): Ditto. | |
2424 (create_pkgadddel): Install in architecture dependent directory if | |
2425 it exists to address issues with autoload/mfilename. | |
2426 (write_INDEX): Check in archiecture dependent directories as well. | |
2427 | |
6633 | 2428 2007-05-17 David Bateman <dbateman@free.fr> |
2429 | |
2430 * plot/hbar.m: Remove. | |
2431 * plot/barh.m: and move it here. | |
2432 | |
6631 | 2433 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
2434 | |
2435 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2436 | |
6629 | 2437 2007-05-16 John W. Eaton <jwe@octave.org> |
2438 | |
2439 * general/logspace.m: Return second arg if fewer than two values | |
2440 are requested. | |
2441 | |
6619 | 2442 2007-05-14 John W. Eaton <jwe@octave.org> |
2443 | |
2444 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
2445 on a new line. | |
2446 | |
6617 | 2447 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
2448 | |
2449 * statistics/distributions/norminv.m, | |
2450 statistics/distributions/norminv.m, | |
2451 statistics/distributions/normpdf.m, | |
2452 statistics/distributions/normrnd.m: | |
2453 Use standard deviation, not variance. | |
2454 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
2455 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
2456 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
2457 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
2458 backward compatibility. | |
2459 | |
6616 | 2460 2007-05-14 David Bateman <dbateman@free.fr> |
2461 | |
2462 * pkg/pkg.m: Mark loaded packages with "*". | |
2463 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2464 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 2465 |
2466 * miscellaneous/single.m: Doc fix. | |
2467 Convert to double instead of returning argument unchanged. | |
2468 | |
2469 * miscellaneous/doc.m: Doc fix. | |
2470 | |
2471 * miscellaneous/ver.m: Doc fix. | |
2472 Don't display information about Octave Forge. | |
2473 | |
6614 | 2474 2007-05-12 David Bateman <dbateman@free.fr> |
2475 | |
2476 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
2477 install to be printed. An error in the on_uninstall script causes | |
2478 a failure to uninstall. Place oct- and mex-files in an | |
2479 architecture dependent directory. | |
2480 | |
6611 | 2481 2007-05-09 John W. Eaton <jwe@octave.org> |
2482 | |
2483 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
2484 | |
6609 | 2485 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2486 | |
2487 * statistics/distributions/normcdf.m: Use standard deviation | |
2488 instead of variance for compatibility. | |
2489 | |
2490 2007-05-08 John W. Eaton <jwe@octave.org> | |
2491 | |
2492 | |
2493 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
2494 | |
2495 * set/ismember.m: Always return logical values. | |
2496 | |
2497 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 2498 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 2499 |
2500 * general/__isequal__.m: Allow numeric values of different classes | |
2501 to compare equal. | |
2502 | |
6606 | 2503 2007-05-07 David Bateman <dbateman@free.fr> |
2504 | |
6607 | 2505 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
2506 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 2507 |
6605 | 2508 2007-05-02 John W. Eaton <jwe@octave.org> |
2509 | |
2510 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
2511 | |
6604 | 2512 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2513 | |
2514 * contour.m: Rewrite help string. | |
2515 | |
6599 | 2516 2007-04-28 John W. Eaton <jwe@octave.org> |
2517 | |
2518 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
2519 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
2520 Special case nargout == 0. | |
2521 | |
6597 | 2522 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
2523 | |
2524 * general/sub2ind.m: Handle empty input, add tests. | |
2525 | |
6590 | 2526 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2527 | |
2528 * plot/contourc.m: Doc fix. | |
2529 | |
6586 | 2530 2007-04-26 David Bateman <dbateman@free.fr> |
2531 | |
2532 * plot/hist.m: Partially remove previous patch. | |
2533 | |
6582 | 2534 2007-04-26 David Bateman <dbateman@free.fr> |
2535 | |
2536 * plot/hist.m: Support returning of handle | |
2537 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
2538 cells. | |
2539 | |
6575 | 2540 2007-04-25 John W. Eaton <jwe@octave.org> |
2541 | |
6579 | 2542 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
2543 "title \"\"", not "". | |
2544 | |
6575 | 2545 * plot/legend.m: Initialize WARNED to false. |
2546 | |
6567 | 2547 2007-04-24 John W. Eaton <jwe@octave.org> |
2548 | |
2549 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2550 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 2551 |
2552 2007-04-23 John W. Eaton <jwe@octave.org> | |
2553 | |
2554 * plot/box.m: Delete extra endfunction keyword. | |
2555 | |
6560 | 2556 2007-04-23 David Bateman <dbateman@free.fr> |
2557 | |
2558 * plot/plot3.m: Call newplot. | |
2559 | |
6553 | 2560 2007-04-20 John W. Eaton <jwe@octave.org> |
2561 | |
2562 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
2563 | |
6546 | 2564 2007-04-19 John W. Eaton <jwe@octave.org> |
2565 | |
2566 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
2567 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
2568 | |
6544 | 2569 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
2570 | |
2571 * control/util/axis2dlim.m: Delete extraneous line. | |
2572 | |
6542 | 2573 2007-04-18 John W. Eaton <jwe@octave.org> |
2574 | |
2575 * specfun/factorial.m: Increase tolerance in large value test. | |
2576 | |
6540 | 2577 2007-04-18 David Bateman <dbateman@free.fr> |
2578 | |
2579 * __bar__.m: New support function for bar/hbar to support graphic | |
2580 handles, and additional arguments. | |
2581 * bar.m: Convert to use __bar__. | |
2582 * hbar.m: New function | |
2583 * hist.m: Explicitly set the width of the bar plot. | |
2584 | |
6533 | 2585 2007-04-17 John W. Eaton <jwe@octave.org> |
2586 | |
6534 | 2587 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
2588 | |
6533 | 2589 * set/ismember.m: New tests. |
2590 From David Grohmann <grohmann@arlut.utexas.edu> | |
2591 | |
6532 | 2592 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
2593 | |
2594 * specfun/factorial.m: Use gamma function instead of cumprod. | |
2595 Add tests. | |
2596 | |
6527 | 2597 2007-04-16 John W. Eaton <jwe@octave.org> |
2598 | |
6528 | 2599 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
2600 looks_like_copyright in src/help.cc. | |
2601 From S�ren Hauberg <soren@hauberg.org>. | |
2602 | |
6527 | 2603 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
2604 | |
6526 | 2605 2007-04-13 John W. Eaton <jwe@octave.org> |
2606 | |
6527 | 2607 * optimization/sqp.m: Initialize info to 0. |
2608 | |
6526 | 2609 * optimization/qp.m: Undo previous change. |
2610 | |
6524 | 2611 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2612 | |
2613 * spdiags.m: Fixed the four-argument case to work for columns of | |
2614 length one. | |
2615 | |
6523 | 2616 2007-04-12 John W. Eaton <jwe@octave.org> |
2617 | |
2618 * optimization/qp.m: Avoid Octave indexing bug. | |
2619 | |
6521 | 2620 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
2621 | |
6522 | 2622 * miscellaneous/menu.m, control/base/bddemo.m, |
2623 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
2624 control/system/sysrepdemo.m: | |
2625 Adapt to page_screen_output as a function. | |
6521 | 2626 |
6518 | 2627 2007-04-11 John W. Eaton <jwe@octave.org> |
2628 | |
2629 * miscellaneous/not.m: Delete. | |
2630 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
2631 | |
2632 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
2633 | |
2634 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
2635 that are close but not exactly equal. | |
2636 | |
6515 | 2637 2007-04-11 David Bateman <dbateman@free.fr> |
2638 | |
2639 * general/bitcmp.m: Make it work again. | |
2640 | |
6512 | 2641 2007-04-10 John W. Eaton <jwe@octave.org> |
2642 | |
2643 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
2644 that are close but not exactly equal. | |
2645 | |
6511 | 2646 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
2647 | |
2648 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
2649 in response to a change in x limits for now. | |
2650 | |
6510 | 2651 2007-04-09 John W. Eaton <jwe@octave.org> |
2652 | |
2653 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
2654 (__go_draw_axes__): Use it to write data to plot stream. | |
2655 | |
6509 | 2656 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
2657 | |
2658 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
2659 zeros. Set markerfacecolor property in call to plot. | |
2660 | |
6508 | 2661 2007-04-06 John W. Eaton <jwe@octave.org> |
2662 | |
2663 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
2664 | |
2665 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
2666 | |
2667 * plot/stem.m: Use plot instead of a series of calls to line. | |
2668 | |
6494 | 2669 2007-04-05 John W. Eaton <jwe@octave.org> |
2670 | |
6499 | 2671 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
2672 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
2673 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
2674 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
2675 | |
6496 | 2676 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 2677 Use strcmpi instead of strcmp+tolower. |
6496 | 2678 Style fixes. |
2679 | |
6494 | 2680 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
2681 Plotting fixes. Style fixes. | |
2682 | |
2683 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
2684 Style fixes. | |
2685 | |
2686 * testfun/fail.m: No need to check for evalin and lastwarn. | |
2687 Style fixes. | |
2688 | |
2689 * testfun/demo.m, testfun/example.m: Style fixes. | |
2690 Use "strcat (...)" instead of "[...]". | |
2691 Use format specifiers in calls to warning. | |
2692 | |
2693 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
2694 Use "strcat (...)" instead of "[...]". | |
2695 Use "x(end)" instead of "x(length (x))". | |
2696 Check NA before NaN. | |
2697 Style fixes. | |
2698 | |
6473 | 2699 2007-03-29 John W. Eaton <jwe@octave.org> |
2700 | |
6474 | 2701 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 2702 |
6467 | 2703 2007-03-27 John W. Eaton <jwe@octave.org> |
2704 | |
2705 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2706 control/base/Makefile.in, control/hinf/Makefile.in, | |
2707 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2708 control/util/Makefile.in, deprecated/Makefile.in, | |
2709 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2710 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2711 miscellaneous/Makefile.in, optimization/Makefile.in, | |
2712 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2713 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
2714 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
2715 special-matrix/Makefile.in, startup/Makefile.in, | |
2716 statistics/Makefile.in, statistics/base/Makefile.in, | |
2717 statistics/distributions/Makefile.in, | |
2718 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2719 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2720 Use ln instead of $(LN_S) in dist target. | |
2721 | |
6465 | 2722 2007-03-27 David Bateman <dbateman@free.fr> |
2723 | |
2724 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
2725 gnuplot 4.0. | |
2726 | |
6464 | 2727 2007-03-26 John W. Eaton <jwe@octave.org> |
2728 | |
2729 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
2730 | |
6461 | 2731 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
2732 | |
2733 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
2734 plot stream and using binary data. | |
2735 | |
6459 | 2736 2007-03-26 John W. Eaton <jwe@octave.org> |
2737 | |
2738 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
2739 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
2740 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
2741 | |
2742 2007-03-26 David Bateman <dbateman@free.fr> | |
2743 | |
6461 | 2744 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
2745 | |
6459 | 2746 * plot/plot3.m: Handle line properties. |
2747 * plot/plot.m: Update docstring. | |
2748 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
2749 * plot/__plt__.m: Also gather properties. | |
2750 | |
6455 | 2751 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
2752 | |
2753 * testfun/assert.m: Delete special check for empty objects. | |
2754 Add test. | |
2755 | |
6453 | 2756 2007-03-26 John W. Eaton <jwe@octave.org> |
2757 | |
6454 | 2758 * plot/drawnow.m: Exit early if call is recursive. |
2759 | |
6453 | 2760 * plot/__go_draw_axes__.m (get_data_limits): New function. |
2761 Check for Inf too. | |
2762 (__go_draw_axes__): Use get_data_limits. | |
2763 | |
6450 | 2764 2007-03-24 John W. Eaton <jwe@octave.org> |
2765 | |
6451 | 2766 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
2767 send terminal setting command with title option to plot stream. | |
2768 | |
6450 | 2769 * plot/legend.m: Correctly increment index into list of children.. |
2770 | |
6434 | 2771 2007-03-23 John W. Eaton <jwe@octave.org> |
2772 | |
6448 | 2773 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
2774 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
2775 control/base/nyquist.m, control/base/nichols.m, | |
2776 control/base/frdemo.m, signal/freqz_plot.m, | |
2777 control/base/__stepimp__.m, control/base/bode.m, | |
2778 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
2779 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 2780 Update plotting code. |
2781 | |
2782 * control/base/bode.m: Unwrap phase angle. | |
2783 | |
2784 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
2785 | |
2786 * plot/axis.m: Don't check automatic_replot, or call replot. | |
2787 | |
2788 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
2789 commands. | |
6446 | 2790 |
6442 | 2791 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 2792 Handle numeric color specs. |
6442 | 2793 * plot/plot.m: Remove "-@" and "@" from docstring. |
2794 | |
6441 | 2795 * plot/orient.m: Fix tests to avoid creating a plot window. |
2796 | |
6440 | 2797 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
2798 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
2799 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
2800 general/arrayfun.m, miscellaneous/compare_versions.m, | |
2801 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
2802 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
2803 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
2804 | |
6438 | 2805 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
2806 plot, not just multiplots. | |
2807 | |
6436 | 2808 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
2809 | |
6434 | 2810 * plot/contour.m: Don't call drawnow. |
2811 | |
6431 | 2812 2007-03-22 John W. Eaton <jwe@octave.org> |
2813 | |
6432 | 2814 * plot/drawnow.m: Check and optionally, set, the __modified__ |
2815 property of each figure. | |
2816 | |
6431 | 2817 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
2818 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
2819 | |
2820 2007-03-21 John W. Eaton <jwe@octave.org> | |
2821 | |
2822 * linear-algebra/null.m: Set elements of retval with magnitudes | |
2823 less than eps to 0. | |
2824 | |
6429 | 2825 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 2826 |
2827 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 2828 * testfun/speed.m: Documentation and example fix. |
2829 | |
6424 | 2830 2007-03-21 John W. Eaton <jwe@octave.org> |
2831 | |
2832 * plot/subplot.m: If we find an existing subplot region, set | |
2833 it to be the "currentaxes" property for the current figure. | |
6425 | 2834 Delete old axes objects if the new axes object overlaps the old. |
6424 | 2835 |
6422 | 2836 2007-03-20 David Bateman <dbateman@free.fr> |
2837 | |
2838 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
2839 | |
2840 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
2841 | |
2842 * general/arrayfun.m: New function. | |
2843 | |
6418 | 2844 2007-03-20 John W. Eaton <jwe@octave.org> |
2845 | |
6419 | 2846 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
2847 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
2848 | |
2849 * plot/clf.m: Don't call drawnow. | |
2850 | |
6431 | 2851 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 2852 |
6420 | 2853 * image/__img__.m: Maybe set yaxis to reverse for images. |
2854 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
2855 images. | |
2856 | |
6418 | 2857 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 2858 instead of global. Only register __go_close_all__ with atexit if |
2859 the plot stream is successfully opened. | |
6418 | 2860 |
6413 | 2861 2007-03-15 John W. Eaton <jwe@octave.org> |
2862 | |
6418 | 2863 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 2864 From Daniel J Sebald <daniel.sebald@ieee.org>. |
2865 | |
2866 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
2867 | |
2868 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 2869 Use numeric line types. |
6413 | 2870 |
2871 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 2872 lines and larger markers. Remove key titles from line type |
2873 properties. | |
6413 | 2874 |
6405 | 2875 2007-03-14 John W. Eaton <jwe@octave.org> |
2876 | |
6412 | 2877 * plot/__axis_label__.m: Accept additional property-value pairs |
2878 and pass them to __go_text__. Simply return the handle obtained | |
2879 from __go_text__ instead of calling get on the current axis. | |
2880 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
2881 Allow for extra property value pairs to be passed along. | |
2882 * plot/title.m: Implement with __axis_label__ since it does all | |
2883 that title needs to do. | |
2884 | |
6410 | 2885 * plot/clf.m: Set currentaxes property for current figure to []. |
2886 | |
6405 | 2887 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
2888 | |
2889 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
2890 and __plt2__, not just the last. | |
2891 | |
2892 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
2893 (SOURCES_IN, GEN_M): Delete. | |
2894 (FCN_FILES): Don't include $(GEN_M). | |
2895 (all): Don't depend on $(GEN_M). | |
2896 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
2897 | |
2898 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
2899 | |
2900 * plot/newplot.m: Call __go_axes_init__ instead of | |
2901 __uiobject_axes_init__. | |
2902 | |
2903 * plot/mesh.m: Use __go_surface__ instead of | |
2904 __uiobject_surface_ctor__. Don't access object fields directly. | |
2905 | |
2906 * plot/line.m: Use __line__ to do actual work. | |
2907 * plot/__line__.m: New function. | |
2908 | |
2909 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
2910 Use get and set instead of accessing object fields directly. | |
2911 | |
2912 * plot/figure.m: Use __go_figure__ to create figure graphics | |
2913 handle. | |
2914 | |
2915 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
2916 __uiobject_close_all. Call __go_draw_figure__ instead of | |
2917 __uiobject_draw_figure__. | |
2918 | |
2919 * plot/clf.m: Use get instead of accessing object fields | |
2920 directly. Simply delete children. Don't set currentaxes. | |
2921 | |
2922 * plot/close.m (close_all_figures): New subfunction. | |
2923 Use it instead of getting list of figures to close from | |
2924 __uiobject_figures__. | |
2925 | |
2926 * plot/closereq.m: Simply delete the current figure. Don't set | |
2927 currentfigure. | |
2928 | |
2929 * plot/__errplot__.m: Call __line__ instead of | |
2930 __uiobject_line_ctor__. Use set instead of accesing object fields | |
2931 directly. Don't call __uiobject_adopt__. | |
2932 | |
2933 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
2934 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
2935 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
2936 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
2937 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
2938 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
2939 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
2940 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
2941 plot/__uiobject_init_root_figure__.in, | |
2942 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
2943 plot/__uiobject_root_figure_ctor__.m, | |
2944 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
2945 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
2946 plot/set.in: Delete. | |
6408 | 2947 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 2948 |
2949 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
2950 Pass "hidden" as second arg to close. | |
2951 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
2952 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 2953 * plot/Makefile.in (SOURCES_M): Rename in list. |
2954 | |
6405 | 2955 * image/__img__.m: Use __go_image__ to create image graphics |
2956 handle. | |
2957 | |
2958 * miscellaneous/delete.m: Call __go_delete__, not | |
2959 __uiobject_delete__. Check that arg is a graphics handle before | |
2960 calling __go_delete__. | |
2961 | |
6403 | 2962 2007-03-13 John W. Eaton <jwe@octave.org> |
2963 | |
2964 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
2965 arg instead of switch statement. | |
6528 | 2966 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 2967 |
2968 2007-03-12 John W. Eaton <jwe@octave.org> | |
2969 | |
2970 * miscellaneous/cast.m: New function. | |
2971 | |
2972 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
2973 | |
6398 | 2974 2007-03-08 John W. Eaton <jwe@octave.org> |
2975 | |
2976 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
2977 tilde expansion on target filename before passing it to the shell. | |
2978 | |
2979 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
2980 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
2981 | |
6396 | 2982 2007-03-08 David Bateman <dbateman@free.fr> |
2983 | |
2984 * statistics/base/unidrnd.m: Move to statistics/distributions | |
2985 replacing slower version based on dicrete_rnd. | |
2986 | |
6392 | 2987 2007-03-07 John W. Eaton <jwe@octave.org> |
2988 | |
6395 | 2989 * control/base/rlocus.m: Update for current plotting functions. |
2990 | |
2991 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
2992 | |
2993 * control/base/rlocus.m: Improve display. | |
2994 | |
2995 2007-03-07 John W. Eaton <jwe@octave.org> | |
2996 | |
2997 * plot/legend.m: Only handle positions -1:4. | |
2998 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
2999 found in option string | |
3000 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3001 | |
6394 | 3002 * plot/newplot.m: Always reset next line color. |
3003 | |
6392 | 3004 * testfun/assert.m: Check that number of dimensions match before |
3005 checking dimensions. | |
3006 | |
6391 | 3007 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3008 | |
3009 * specfun/perms.m, specfun/factorial.m: Check args. | |
3010 | |
6387 | 3011 2007-03-07 John W. Eaton <jwe@octave.org> |
3012 | |
6390 | 3013 * plot/mesh.m: Call newplot before doing anything. |
3014 | |
3015 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3016 just "e". Only flush plot stream once. | |
3017 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3018 | |
6387 | 3019 * strings/blanks.m: Omit first index in assignment. |
3020 | |
6386 | 3021 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3022 | |
3023 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3024 | |
6385 | 3025 2007-03-06 David Bateman <dbateman@free.fr> |
3026 John W. Eaton <jwe@octave.org> | |
3027 | |
3028 * set/setdiff.m: Ignore "rows" for cell array args. | |
3029 Handle cellstr args. | |
3030 | |
6382 | 3031 2007-03-05 John W. Eaton <jwe@octave.org> |
3032 | |
3033 * optimization/sqp.m: Defer first call to obj_hess until after | |
3034 calling obj_fun. | |
3035 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3036 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3037 |
3038 * specfun/nchoosek.m: Fix nargin check. | |
3039 | |
6376 | 3040 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3041 | |
3042 * image/__img__.m: Don't set xlim and ylim properties. | |
3043 | |
6374 | 3044 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3045 | |
3046 * general/interp1.m: Fix *style cases for decreasing x. | |
3047 | |
6372 | 3048 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3049 | |
3050 * polynomial/roots.m: Check nargin before accessing arg. | |
3051 | |
6369 | 3052 2007-02-28 John W. Eaton <jwe@octave.org> |
3053 | |
3054 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3055 increment data_idx unless using gnuplot for display. | |
3056 | |
6368 | 3057 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3058 | |
3059 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3060 plots with images. | |
3061 * image/image.m, image/imagesc.m, image/imshow.m: | |
3062 Deprecate zoom argument. | |
3063 | |
6366 | 3064 2007-02-28 John W. Eaton <jwe@octave.org> |
3065 | |
3066 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3067 temporary file names. Keep image and colormap file ids separate. | |
3068 | |
3069 * general/interp1.m: Correctly compute min and max values when | |
3070 values are decreasing and not evenly spaced. | |
3071 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3072 | |
6365 | 3073 2007-02-27 John W. Eaton <jwe@octave.org> |
3074 | |
3075 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3076 returning an empty cell array. | |
3077 | |
6546 | 3078 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3079 |
3080 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3081 | |
6546 | 3082 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3083 |
3084 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3085 control/base/Makefile.in, control/hinf/Makefile.in, | |
3086 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3087 control/util/Makefile.in, deprecated/Makefile.in, | |
3088 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3089 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3090 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3091 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3092 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3093 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3094 special-matrix/Makefile.in, startup/Makefile.in, | |
3095 statistics/Makefile.in, statistics/base/Makefile.in, | |
3096 statistics/distributions/Makefile.in, | |
3097 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3098 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3099 Use $(LN_S) instead of ln or ln -s. | |
3100 | |
6356 | 3101 2007-02-24 David Bateman <dbateman@free.fr> |
3102 | |
3103 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3104 '\n' in FILES file. | |
6357 | 3105 (configure_make): Also install any mex files. |
6356 | 3106 |
6353 | 3107 2007-02-24 David Bateman <dbateman@free.fr> |
3108 | |
3109 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3110 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3111 | |
6351 | 3112 2007-02-23 John W. Eaton <jwe@octave.org> |
3113 | |
3114 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3115 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3116 | |
3117 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3118 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3119 | |
6349 | 3120 2007-02-23 David Bateman <dbateman@free.fr> |
3121 | |
3122 * statistics/distributions/discrete_rnd.m, | |
3123 statistics/distributions/geornd.m, | |
3124 statistics/distributions/lognnd.m, | |
3125 statistics/distributions/nbinrnd.m, | |
3126 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3127 | |
3128 * statistics/distributions/unidcdf.m, | |
3129 statistics/distributions/unidinv.m, | |
3130 statistics/distributions/unidpdf.m, | |
3131 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3132 discrete_cdf, etc. |
6349 | 3133 |
3134 * statistics/distributions/pascal_cdf.m, | |
3135 statistics/distributions/pascal_inv.m, | |
3136 statistics/distributions/pascal_pdf.m, | |
3137 statistics/distributions/pascal_rnd.m: Remove. | |
3138 * statistics/distributions/nbincdf.m, | |
3139 statistics/distributions/nbininv.m, | |
3140 statistics/distributions/nbinpdf.m, | |
3141 statistics/distributions/nbinrnd.m: Replace with matlab | |
3142 compatible functions. | |
3143 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3144 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3145 nbincdf, etc functions to implement these. | |
3146 | |
6344 | 3147 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3148 | |
3149 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3150 command and data. | |
3151 | |
3152 2007-02-22 John W. Eaton <jwe@octave.org> | |
3153 | |
3154 * miscellaneous/doc.m: If index search fails, try again without | |
3155 the index search option. | |
3156 | |
6339 | 3157 2007-02-22 David Bateman <dbateman@free.fr> |
3158 | |
6341 | 3159 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3160 | |
6340 | 3161 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3162 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3163 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3164 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3165 and randp to accelerate. | |
3166 | |
6339 | 3167 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3168 | |
6338 | 3169 2007-02-22 John W. Eaton <jwe@octave.org> |
3170 | |
3171 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3172 cache data and display after xlim and ylim have been determined. | |
3173 | |
6337 | 3174 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3175 | |
3176 * plot/__uiobject_draw_axes__.m: | |
3177 Allow multiple images to be displayed with gnuplot. | |
3178 | |
6333 | 3179 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3180 | |
3181 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3182 for versions of GLPK 4.15 and later. | |
3183 | |
6328 | 3184 2007-02-19 John W. Eaton <jwe@octave.org> |
3185 | |
3186 * plot/__uiobject_alloc__.in: If next available element in | |
3187 __uiobject_list__ is 0, grow list before doing anything else. | |
3188 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3189 first call when size of __uiobject_list__ is 0. | |
3190 | |
6323 | 3191 2007-02-16 John W. Eaton <jwe@octave.org> |
3192 | |
3193 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3194 | |
6321 | 3195 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3196 | |
3197 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3198 | |
6316 | 3199 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3200 | |
3201 * specfun/nchoosek.m: Check nargin. | |
3202 | |
6314 | 3203 2007-02-15 John W. Eaton <jwe@octave.org> |
3204 | |
6315 | 3205 * path/addpath.m, path/rmpath.m: Delete |
3206 * path/Makefile.in (SOURCES): Remove them from the list. | |
3207 | |
6314 | 3208 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
3209 Delete title, xlabel, ylabel, and zlabel properties before | |
3210 reassigning. | |
3211 * plot/__uiobject_axes_init__.in: New arg, mode. | |
3212 Don't init outerposition if "mode" is "replace". | |
3213 * plot/newplot.m: Check both figure and axes nextplot properties. | |
3214 If axes nextplot property is replace, pass "replace" as mode arg | |
3215 to __uiobject_axes_init__. | |
3216 | |
6308 | 3217 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
3218 | |
6310 | 3219 * image/imshow.m: Don't restore old colormap. |
3220 | |
6309 | 3221 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
3222 * image/__img__.m: New file containing common parts of image.m and | |
3223 imshow.m. | |
6312 | 3224 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 3225 * image/image.m, image/imshow.m: Call __img__. |
3226 * plot/__uiobject_draw_axes__.m: | |
3227 Handle rgb imaged data stored in 3-d arrays. | |
3228 | |
6308 | 3229 * plot/figure.m: Doc fix. |
3230 | |
6304 | 3231 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
3232 | |
3233 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
3234 for reading and writing data. New tests. Improve rounding. | |
3235 | |
6302 | 3236 2007-02-13 John W. Eaton <jwe@octave.org> |
3237 | |
6303 | 3238 * plot/stem.m: New file, adapted from OctPlot. |
3239 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3240 | |
6302 | 3241 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
3242 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3243 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3244 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
3245 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
3246 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3247 plot/semilogyerr.m: Return handles to line objects. | |
3248 | |
6301 | 3249 2007-02-11 John W. Eaton <jwe@octave.org> |
3250 | |
3251 * plot/__uiobject_close_all.m: New file. | |
3252 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3253 | |
6298 | 3254 2007-02-10 John W. Eaton <jwe@octave.org> |
3255 | |
3256 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
3257 * plot/__uiobject_globals__.m: Don't call mlock. | |
3258 | |
3259 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
3260 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
3261 before calling pclose. | |
3262 | |
6291 | 3263 2007-02-09 John W. Eaton <jwe@octave.org> |
3264 | |
6295 | 3265 * plot/subplot.m: Delete spurious call to axes. |
3266 | |
6293 | 3267 * plot/figure.m: Call drawnow for current figure before creating |
3268 or switching to a new figure. | |
3269 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
3270 nargin == 0 case. | |
3271 | |
6291 | 3272 * testfun/assert.m: Try to avoid problems when comparisons involve |
3273 strange values like Inf+NaNi. | |
3274 | |
6283 | 3275 2007-02-08 John W. Eaton <jwe@octave.org> |
3276 | |
6286 | 3277 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
3278 and check gnuplot_use_title_option instead of just assuming -title | |
3279 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
3280 | |
6285 | 3281 * Makefile.in (DISTFILES): Add move-if-change to the list. |
3282 | |
6284 | 3283 * audio/Makefile.in, control/base/Makefile.in, |
3284 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
3285 control/system/Makefile.in, control/util/Makefile.in, | |
3286 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
3287 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
3288 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
3289 optimization/Makefile.in, plot/Makefile.in, | |
3290 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3291 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3292 special-matrix/Makefile.in, startup/Makefile.in, | |
3293 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3294 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3295 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
3296 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
3297 | |
6283 | 3298 * plot/figure.m: Don't call drawnow. Correctly init figure when |
3299 only given property list. | |
3300 | |
6278 | 3301 2007-02-07 John W. Eaton <jwe@octave.org> |
3302 | |
6280 | 3303 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
3304 properties. | |
3305 | |
6278 | 3306 * plot/sombrero.m: Call box ("off") after mesh. |
3307 | |
3308 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
3309 line default" commands with older versions of gnuplot. | |
3310 | |
3311 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
3312 | |
6273 | 3313 2007-02-06 John W. Eaton <jwe@octave.org> |
3314 | |
3315 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
3316 * sparse/gplot.m: Use line style - instead of 1. | |
3317 | |
6272 | 3318 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
3319 | |
3320 * plot/print.m: Avoid error message from cellidx. | |
3321 | |
3322 2007-02-05 John W. Eaton <jwe@octave.org> | |
3323 | |
3324 * plot/legend.m: Fix check for data. | |
3325 | |
6270 | 3326 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
3327 | |
3328 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
3329 Always set lt and pt. | |
3330 | |
6269 | 3331 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
3332 | |
3333 * plot/contourc.m: Correctly compute X and Y. | |
3334 | |
6268 | 3335 2007-02-05 John W. Eaton <jwe@octave.org> |
3336 | |
3337 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
3338 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
3339 | |
6264 | 3340 2007-02-01 John W. Eaton <jwe@octave.org> |
3341 | |
6266 | 3342 * plot/__uiobject_draw_axes__.m: |
3343 Don't try to set axis limits unless we have data. | |
3344 | |
6264 | 3345 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
3346 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3347 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
3348 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
3349 instead of of key and fmt strings. | |
3350 | |
3351 * plot/__pltopt1__.m: Greatly simplify. | |
3352 | |
3353 * plot/__next_line_color__.m: New file. | |
3354 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3355 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
3356 | |
3357 * plot/__default_plot_options__.m: New file. | |
3358 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3359 | |
3360 * plot/__plt3__.m: Delete. | |
3361 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
3362 | |
6259 | 3363 2007-01-31 John W. Eaton <jwe@octave.org> |
3364 | |
6263 | 3365 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
3366 linestyle, linewidth, marker, and markersize properties. | |
3367 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
3368 colors and widths, and line styles. | |
3369 | |
3370 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3371 |
6261 | 3372 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3373 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3374 | |
3375 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3376 __gnuplot_save_data__. | |
3377 | |
6259 | 3378 * image/image.m: Accept 2 args, but ignore the second for now. |
3379 | |
6258 | 3380 2007-01-30 David Bateman <dbateman@free.fr> |
3381 | |
3382 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
3383 to flag a package as to be autoloaded. Add install flags -noauto, | |
3384 -auto to force autoload behavior. | |
3385 (installed_packages): Make list of installed packages unique. | |
3386 | |
6259 | 3387 2007-01-30 John W. Eaton <jwe@octave.org> |
3388 | |
3389 * Merge of changes from graphics-branch: | |
3390 | |
3391 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 3392 |
3393 * plot/subplot.m: Set nextplot property of current figure to "add". | |
3394 | |
3395 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
3396 property if it exists. | |
3397 | |
6259 | 3398 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 3399 |
3400 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
3401 min values outside of loop over child objects. | |
3402 | |
3403 * plot/contour.m, plot/contourc.m: New files. | |
3404 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
3405 | |
3406 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
3407 find a gnuplot version newer than 4.0. | |
3408 * image/__img_gnuplot__.m: Delete. | |
3409 * image/image.m: Create image graphics object. | |
3410 Call newplot to setup and drawnow to finish. | |
3411 Eliminate ZOOM arg. | |
3412 | |
3413 * plot/__uiobject_draw_axes__.m: Handle image data. | |
3414 | |
3415 * plot/legend.m: Eliminate useless variable "warned". | |
3416 | |
3417 * plot/__uiobject_image_ctor__.m: New file. | |
3418 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3419 | |
3420 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
3421 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
3422 | |
3423 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
3424 | |
3425 * plot/__default_colormap__.m: New file. | |
3426 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3427 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
3428 property. | |
3429 * image/colormap.m: Use colormap property of current figure | |
3430 to store colormap instead of using persistent variable. | |
3431 Call __default_colormap__ to get default map value. | |
3432 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
3433 | |
3434 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
3435 Handle some tick mark options. | |
3436 | |
3437 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
3438 set corresponding *mode to "manual". If we set dataaspectratio, | |
3439 set dataaspectratiomode to "manual". | |
3440 | |
3441 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
3442 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
3443 | |
3444 * plot/axis.m: New file. | |
3445 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
3446 | |
3447 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
3448 set corresponding *limmode to "manual". | |
3449 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
3450 Use it to compute autosclaled limits. | |
3451 Arg is now handle, not object. Change all callers. | |
3452 Compute data limits. | |
3453 | |
6259 | 3454 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 3455 |
3456 * plot/drawnow: Fix visibility check for zero args. | |
3457 | |
3458 * plot/text.m: New file. | |
3459 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3460 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
3461 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
3462 horizontalalignment properties. | |
3463 | |
3464 * plot/figure.m: Set options for f we just constructed or were | |
3465 given as an argument, not gcf. Only return handle if nargout > 0. | |
3466 | |
3467 * plot/drawnow.m: Handle visible field for figure here. | |
3468 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
3469 | |
3470 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
3471 title and axis labels. | |
3472 | |
3473 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
3474 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
3475 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
3476 * plot/view.m: New file. | |
3477 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3478 | |
3479 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
3480 Call __request_drawnow__. | |
3481 | |
3482 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
3483 | |
3484 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3485 Call set to set properties. Return handle instead of structure. | |
3486 Change all callers. | |
3487 | |
3488 * plot/__uiobject_axes_setr__.m: New file. | |
3489 * plot/set.in: Check for __setter__ field. | |
3490 | |
3491 * plot/__uiobject_axes_init__.in: | |
3492 Rename from plot/__uiobject_axes_init__.m. | |
3493 Include __uiobject_globals__. | |
3494 Accept handle as arg instead of structure | |
3495 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
3496 from the list. | |
3497 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
3498 | |
6259 | 3499 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 3500 |
3501 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
3502 | |
3503 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
3504 initializing each global variable. | |
3505 | |
6259 | 3506 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 3507 |
3508 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
3509 __uiobject_figure_handles_free_list__): New global variables. | |
3510 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
3511 Place unused handles on the free list. | |
3512 | |
3513 * plot/__uiobject_get_figure_handle__.in: Delete. | |
3514 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
3515 | |
3516 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
3517 handles here. Return figure handle. | |
3518 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
3519 | |
6259 | 3520 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 3521 |
3522 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
3523 data for gnuplot. | |
3524 | |
3525 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
3526 files. | |
3527 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
3528 (DISTFILES): Include include-globals.awk in the list. | |
3529 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
3530 ($(GEN_M) : %.m : %.in): New rule. | |
3531 | |
3532 * include-globals.awk: New file. | |
3533 | |
3534 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
3535 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
3536 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
3537 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
3538 plot/__uiobject_init_root_figure__.in, | |
3539 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
3540 Rename from corresponding .m files. | |
3541 | |
3542 * move-if-change: New file. | |
3543 | |
3544 * plot/__uiobject_delete__.m: New file. | |
3545 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
3546 plot/__uiobject_delete_child__.m: Delete. | |
3547 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
3548 not a character string. | |
3549 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
3550 Fix assignment to tmp key value in loop. | |
3551 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
3552 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
3553 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
3554 Inline code to delete children. | |
3555 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
3556 __uiobject_list__. | |
3557 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
3558 and free child. | |
3559 | |
6259 | 3560 2006-12-08 John W. Eaton <jwe@octave.org> |
3561 | |
3562 * plot/gcf.m: Check if the root figure object's currentfigure | |
3563 handle is empty, not 0. | |
3564 * plot/__uiobject_root_figure_ctor__.m: | |
3565 Set currentfigure to [], not 0. | |
3566 | |
3567 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
3568 | |
3569 2006-12-07 John W. Eaton <jwe@octave.org> | |
3570 | |
3571 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
3572 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
3573 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
3574 plot/__uiobject_delete_children__.m, | |
3575 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
3576 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
3577 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
3578 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
3579 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
3580 plot/__uiobject_init_figure__.m, | |
3581 plot/__uiobject_init_root_figure__.m, | |
3582 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
3583 plot/__uiobject_remove_child__.m, | |
3584 plot/__uiobject_root_figure_ctor__.m, | |
3585 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
3586 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
3587 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
3588 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
3589 plot/set.m: New files. | |
3590 | |
3591 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
3592 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
3593 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
3594 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
3595 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
3596 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
3597 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
3598 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
3599 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
3600 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
3601 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
3602 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
3603 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
3604 plot/semilogyerr.m, plot/replot.m: | |
3605 Adapt to new graphics data structure. | |
3606 | |
3607 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
3608 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
3609 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
3610 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
3611 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3612 plot/plot_border.m, plot/subwindow.m: Delete. | |
3613 | |
3614 2007-01-24 David Bateman <dbateman@free.fr> | |
3615 | |
3616 * pkg/pkg.m: Install ChangeLog file if it exists. | |
3617 Delete bare newline in string passed to write_INDEX. | |
3618 | |
3619 * sparse/sprandsym.m: Make work for even values of N. | |
3620 | |
3621 2007-01-24 John W. Eaton <jwe@octave.org> | |
3622 | |
3623 * miscellaneous/news.m: New file. | |
3624 | |
3625 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
3626 | |
3627 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
3628 | |
3629 * strings/strncmp.m: Delete (we now have a built-in version). | |
3630 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3631 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 3632 |
3633 * testfun/test.m: Check for all files in path, use first found. | |
3634 | |
3635 2007-01-22 David Bateman <dbateman@free.fr> | |
3636 | |
3637 * polynomial/spline.m: Make DG a column instead of a row vector. | |
3638 | |
3639 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
3640 | |
3641 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
3642 file name. | |
3643 | |
3644 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
3645 nargout is 1. Handle colormaps that have too few colors. | |
3646 | |
3647 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
3648 (configure_make): Use fullfile instead of concatenating with "/". | |
3649 | |
6258 | 3650 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
3651 | |
3652 * set/ismember.m: Handle N-d arrays. | |
3653 | |
3654 2007-01-10 David Bateman <dbateman@free.fr> | |
3655 | |
3656 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
3657 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3658 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
3659 New files. | |
3660 | |
3661 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
3662 | |
6778 | 3663 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 3664 |
3665 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
3666 | |
3667 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
3668 instead of concatenating with "/". Use mlock to ensure that | |
3669 persistent variables are not clobbered if user types clear all. | |
3670 | |
3671 2007-01-08 John W. Eaton <jwe@octave.org> | |
3672 | |
3673 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3674 Improve handling of file names containing globbing characters. | |
3675 From S�ren Hauberg <hauberg@gmail.com>. | |
3676 | |
3677 2007-01-05 John W. Eaton <jwe@octave.org> | |
3678 | |
3679 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
3680 New files. | |
3681 | |
3682 2006-12-30 John W. Eaton <jwe@octave.org> | |
3683 | |
3684 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
3685 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
3686 | |
3687 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
3688 | |
3689 * image/imshow.m: Strip NaNs from image. | |
3690 | |
3691 2006-12-08 David Bateman <dbateman@free.fr> | |
3692 | |
3693 * sparse/normest.m: New file. | |
3694 | |
6286 | 3695 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 3696 |
6210 | 3697 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
3698 Work on Windows systems without cp or mv. | |
3699 | |
6209 | 3700 * startup/inputrc: Include sequences for Windows. |
3701 | |
6203 | 3702 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
3703 | |
3704 * pkg/pkg.m (unload_packages): New function. | |
3705 (pkg): Handle unload action. | |
3706 | |
3707 * __errplot__.m: Add missing semicolon. | |
3708 | |
6193 | 3709 2006-11-30 John W. Eaton <jwe@octave.org> |
3710 | |
3711 * miscellaneous/mexext.m: New file. | |
3712 | |
6189 | 3713 2006-11-29 David Bateman <dbateman@free.fr> |
3714 | |
3715 * pkg/pkg.m: Add local_list and global_list options that allow the | |
3716 location of package lists to be probed and set. | |
3717 | |
6179 | 3718 2006-11-17 John W. Eaton <jwe@octave.org> |
3719 | |
6181 | 3720 * plot/__render_plot1__.m: Reverse y axis for images. |
3721 | |
6179 | 3722 * plot/__render_plot__.m: New args, terminal and output. |
3723 * plot/print.m: Don't set output and term here. Instead, call | |
3724 __render_plot__ with terminal and output. | |
3725 | |
6178 | 3726 2006-11-16 John W. Eaton <jwe@octave.org> |
3727 | |
3728 * plot/__render_plot1__.m: New file. | |
3729 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
3730 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
3731 gnuplot. Let __render_plot__ do that. | |
3732 | |
6177 | 3733 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
3734 | |
3735 * plot/plot.m: Fix doc string. | |
3736 | |
6173 | 3737 2006-11-16 John W. Eaton <jwe@octave.org> |
3738 | |
3739 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
3740 before sending anything to the plotter. | |
3741 | |
6172 | 3742 2006-11-15 John W. Eaton <jwe@octave.org> |
3743 | |
3744 * image/__img_gnuplot__.m: Store more info in global plot | |
3745 structures and use __render_plot__ to build plot command to | |
3746 display image. | |
3747 | |
3748 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
3749 | |
3750 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
3751 __plot_command_sep__): Delete. | |
3752 (__plot_data_type__, __plot_data_parametric__, | |
3753 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
3754 __plot_usingstr__, __plot_withstr__): New variables. | |
3755 * plot/__init_plot_vars__.m: Initialize them. | |
3756 | |
3757 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
3758 Don't handle sep or cmd. | |
3759 | |
3760 * plot/__render_plot__.m: New function. | |
3761 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
3762 Store more info in global plot structures and use __render_plot__ | |
3763 to build plot command. | |
3764 * plot/replot.m: Simply call __render_plot__. | |
3765 | |
3766 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
3767 Set __plot_data_parametric__ here. | |
3768 | |
6164 | 3769 2006-11-14 John W. Eaton <jwe@octave.org> |
3770 | |
6166 | 3771 * plot/bottom_title.m, plot/top_title.m: Delete. |
3772 | |
6164 | 3773 * image/image_viewer.m: Set default values here. |
3774 * image/image.m: Not here. | |
3775 | |
3776 * image/image_viewer.m: Always return old values. Check arguments. | |
3777 * image/__img_gnuplot__.m: Rename from __img__m. | |
3778 | |
3779 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
3780 | |
3781 * image/image_viewer.m: New function. | |
3782 * image/__img_via_file__.m: New function. | |
3783 * image/image.m: Use image_viewer to determine which program to | |
3784 use for image viewing. | |
6754 | 3785 * image/__img__.m: Silently accept more than 3 args. |
6164 | 3786 |
6163 | 3787 2006-11-14 John W. Eaton <jwe@octave.org> |
3788 | |
3789 * plot/__do_legend__.m, plot/__errplot__.m, | |
3790 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
3791 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
3792 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3793 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
3794 Use __plot_globals__ for multiplot variables. Keep track of | |
3795 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
3796 | |
6157 | 3797 2006-11-13 John W. Eaton <jwe@octave.org> |
3798 | |
6158 | 3799 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
3800 | |
6157 | 3801 * miscellaneous/substruct.m: New function. |
3802 | |
3803 * testfun/assert.m: Force orientation to match when comparing | |
3804 struct elements. | |
3805 | |
3806 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
3807 when comparing structs. | |
3808 | |
3809 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
3810 | |
6754 | 3811 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
3812 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
3813 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
3814 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
3815 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
3816 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
3817 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 3818 |
6156 | 3819 2006-11-13 John W. Eaton <jwe@octave.org> |
3820 | |
3821 * plot/mesh.m: Use size_equal to compare dimensions. | |
3822 | |
6154 | 3823 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
3824 | |
3825 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
3826 | |
6152 | 3827 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
3828 | |
3829 * miscellaneous/copyfile.m: Fix docs to match function. | |
3830 | |
6145 | 3831 2006-11-08 John W. Eaton <jwe@octave.org> |
3832 | |
6146 | 3833 * plot/legend.m: New function, adapted from Octave Forge. |
3834 | |
3835 * plot/__do_legend__.m: New function. | |
3836 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
3837 plot/replot.m: Call it before plotting. | |
3838 | |
3839 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
3840 noparametric" to gnuplot.. | |
3841 | |
3842 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
3843 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
3844 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
3845 and return key title separate from line format. Accept format and | |
3846 key as cellstr. Always return data as cell array. Return format | |
3847 and key title as cellstr. | |
3848 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
3849 Handle line format and key titles separately. | |
3850 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
3851 | |
3852 * plot/__plot_globals__.m (__plot_line_offset__, | |
3853 __plot_key_labels__, __plot_key_properties__): New global | |
3854 variables. Initialize them. | |
3855 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
3856 __plot_key_labels__, __plot_key_properties__): Initialize. | |
3857 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
3858 (__plot_line_offset__, __plot_key_labels__, | |
3859 __plot_key_properties__): Store information about plot key titles. | |
3860 | |
3861 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
3862 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
3863 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
3864 respectively. | |
3865 | |
3866 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
3867 | |
6145 | 3868 * strings/strcat.m: Disable Octave:empty-list-elements warning |
3869 whle concatenating args. | |
3870 | |
6144 | 3871 2006-11-07 John W. Eaton <jwe@octave.org> |
3872 | |
3873 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
3874 | |
6142 | 3875 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
3876 | |
6143 | 3877 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
3878 option to regexp. | |
3879 | |
6142 | 3880 * image/__img__.m: Send "set size ratio -1" before plotting. |
3881 | |
6138 | 3882 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
3883 | |
6139 | 3884 * strings/index.m: New arg, direction. Simplify and speed up. |
3885 * strings/rindex.m: Implement using index (..., "last"); | |
3886 | |
6754 | 3887 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 3888 |
6130 | 3889 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
3890 | |
3891 * general/__isequal__.m: Test size and class more consistently. | |
3892 | |
6116 | 3893 2006-10-27 John W. Eaton <jwe@octave.org> |
3894 | |
6117 | 3895 * miscellaneous/ls_command.m: Use /D instead of /w. |
3896 From Michael Goffioul <michael.goffioul@swing.be>. | |
3897 | |
6116 | 3898 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
3899 * miscellaneous/dir.m: Mark as a command. | |
3900 | |
6112 | 3901 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
3902 | |
3903 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
3904 | |
6088 | 3905 2006-10-25 John W. Eaton <jwe@octave.org> |
3906 | |
3907 * image/image.m: Set x = y = [] when nargin == 0; | |
3908 | |
3909 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
3910 | |
3911 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
3912 * image/__img__.m: New file, originally from | |
3913 Daniel J Sebald <daniel.sebald@ieee.org>. | |
3914 | |
6087 | 3915 2006-10-25 John W. Eaton <jwe@octave.org> |
3916 | |
3917 * plot/__gnuplot_version__.m: New function, originally from | |
3918 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
3919 Quentin Spencer <qspencer@ieee.org>. | |
3920 | |
6085 | 3921 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
3922 | |
3923 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
3924 | |
6081 | 3925 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
3926 | |
3927 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
3928 miscellaneous/gunzip.m: New files. | |
3929 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
3930 Call unpack to do the real work. | |
3931 | |
6075 | 3932 2006-10-24 John W. Eaton <jwe@octave.org> |
3933 | |
6078 | 3934 * plot/plot3.m: If we have a format string, then also pass using |
3935 string to __plt3__. | |
3936 | |
6077 | 3937 * plot/sombrero.m: Don't return anything if nargout == 0. |
3938 | |
6075 | 3939 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 3940 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 3941 |
6069 | 3942 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
3943 | |
3944 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
3945 Quote filenames in shell commands. | |
3946 | |
6055 | 3947 2006-10-17 David Bateman <dbateman@free.fr> |
3948 | |
3949 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
3950 the package directory is missing. | |
3951 | |
6052 | 3952 2006-10-13 John W. Eaton <jwe@octave.org> |
3953 | |
3954 * plot/box.m: New function. | |
3955 | |
6050 | 3956 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
3957 | |
3958 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
3959 | |
6049 | 3960 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
3961 | |
3962 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
3963 | |
6047 | 3964 2006-10-10 John W. Eaton <jwe@octave.org> |
3965 | |
3966 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
3967 | |
6046 | 3968 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
3969 | |
3970 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
3971 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
3972 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
3973 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3974 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
3975 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
3976 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
3977 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
3978 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
3979 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
3980 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
3981 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3982 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
3983 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
3984 control/system/buildssic.m, control/system/c2d.m, | |
3985 control/system/cellidx.m, control/system/d2c.m, | |
3986 control/system/dmr2d.m, control/system/fir2sys.m, | |
3987 control/system/is_abcd.m, control/system/is_controllable.m, | |
3988 control/system/is_detectable.m, control/system/is_digital.m, | |
3989 control/system/is_observable.m, control/system/is_siso.m, | |
3990 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3991 control/system/jet707.m, control/system/listidx.m, | |
3992 control/system/ord2.m, control/system/parallel.m, | |
3993 control/system/ss.m, control/system/ss2zp.m, | |
3994 control/system/starp.m, control/system/sys2ss.m, | |
3995 control/system/sys2tf.m, control/system/sys2zp.m, | |
3996 control/system/sysadd.m, control/system/sysappend.m, | |
3997 control/system/syschtsam.m, control/system/sysconnect.m, | |
3998 control/system/syscont.m, control/system/sysdimensions.m, | |
3999 control/system/sysdisc.m, control/system/sysdup.m, | |
4000 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4001 control/system/sysgroup.m, control/system/sysidx.m, | |
4002 control/system/sysmin.m, control/system/sysmult.m, | |
4003 control/system/sysout.m, control/system/sysprune.m, | |
4004 control/system/sysscale.m, control/system/syssetsignals.m, | |
4005 control/system/syssub.m, control/system/sysupdate.m, | |
4006 control/system/tf.m, control/system/tfout.m, | |
4007 control/system/ugain.m, control/system/zp.m, | |
4008 control/system/zpout.m, control/util/__outlist__.m, | |
4009 control/util/__zgpbal__.m, control/util/prompt.m, | |
4010 control/util/sortcom.m, control/util/strappend.m, | |
4011 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4012 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4013 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4014 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4015 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4016 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4017 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4018 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4019 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4020 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4021 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4022 general/ind2sub.m, general/int2str.m, | |
4023 general/is_duplicate_entry.m, general/isdefinite.m, | |
4024 general/isequal.m, general/isequalwithequalnans.m, | |
4025 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4026 general/isvector.m, general/logical.m, general/logspace.m, | |
4027 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4028 general/perror.m, general/postpad.m, general/prepad.m, | |
4029 general/randperm.m, general/rem.m, general/repmat.m, | |
4030 general/rot90.m, general/rotdim.m, general/shift.m, | |
4031 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4032 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4033 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4034 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4035 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4036 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4037 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4038 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4039 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4040 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4041 linear-algebra/logm.m, linear-algebra/norm.m, | |
4042 linear-algebra/null.m, linear-algebra/orth.m, | |
4043 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4044 linear-algebra/trace.m, linear-algebra/vec.m, | |
4045 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4046 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4047 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4048 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4049 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4050 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4051 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4052 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4053 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4054 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4055 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4056 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4057 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4058 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4059 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4060 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4061 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4062 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4063 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4064 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4065 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4066 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4067 polynomial/polyder.m, polynomial/polyderiv.m, | |
4068 polynomial/polyfit.m, polynomial/polygcd.m, | |
4069 polynomial/polyinteg.m, polynomial/polyout.m, | |
4070 polynomial/polyreduce.m, polynomial/polyval.m, | |
4071 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4072 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4073 set/complement.m, set/create_set.m, set/intersect.m, | |
4074 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4075 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4076 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4077 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4078 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4079 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4080 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4081 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4082 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4083 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4084 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4085 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4086 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4087 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4088 special-matrix/hankel.m, special-matrix/hilb.m, | |
4089 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4090 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4091 statistics/base/center.m, statistics/base/cloglog.m, | |
4092 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4093 statistics/base/cov.m, statistics/base/cut.m, | |
4094 statistics/base/gls.m, statistics/base/iqr.m, | |
4095 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4096 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4097 statistics/base/mean.m, statistics/base/meansq.m, | |
4098 statistics/base/median.m, statistics/base/moment.m, | |
4099 statistics/base/ols.m, statistics/base/ppplot.m, | |
4100 statistics/base/probit.m, statistics/base/qqplot.m, | |
4101 statistics/base/range.m, statistics/base/ranks.m, | |
4102 statistics/base/run_count.m, statistics/base/skewness.m, | |
4103 statistics/base/spearman.m, statistics/base/statistics.m, | |
4104 statistics/base/std.m, statistics/base/studentize.m, | |
4105 statistics/base/table.m, statistics/base/values.m, | |
4106 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4107 statistics/distributions/betainv.m, | |
4108 statistics/distributions/betapdf.m, | |
4109 statistics/distributions/betarnd.m, | |
4110 statistics/distributions/binocdf.m, | |
4111 statistics/distributions/binoinv.m, | |
4112 statistics/distributions/binopdf.m, | |
4113 statistics/distributions/binornd.m, | |
4114 statistics/distributions/cauchy_cdf.m, | |
4115 statistics/distributions/cauchy_inv.m, | |
4116 statistics/distributions/cauchy_pdf.m, | |
4117 statistics/distributions/cauchy_rnd.m, | |
4118 statistics/distributions/chi2cdf.m, | |
4119 statistics/distributions/chi2inv.m, | |
4120 statistics/distributions/chi2pdf.m, | |
4121 statistics/distributions/chi2rnd.m, | |
4122 statistics/distributions/discrete_cdf.m, | |
4123 statistics/distributions/discrete_inv.m, | |
4124 statistics/distributions/discrete_pdf.m, | |
4125 statistics/distributions/discrete_rnd.m, | |
4126 statistics/distributions/empirical_rnd.m, | |
4127 statistics/distributions/expcdf.m, | |
4128 statistics/distributions/expinv.m, | |
4129 statistics/distributions/exppdf.m, | |
4130 statistics/distributions/exprnd.m, | |
4131 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4132 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4133 statistics/distributions/gamcdf.m, | |
4134 statistics/distributions/gaminv.m, | |
4135 statistics/distributions/gampdf.m, | |
4136 statistics/distributions/gamrnd.m, | |
4137 statistics/distributions/geocdf.m, | |
4138 statistics/distributions/geoinv.m, | |
4139 statistics/distributions/geopdf.m, | |
4140 statistics/distributions/geornd.m, | |
4141 statistics/distributions/hygecdf.m, | |
4142 statistics/distributions/hygeinv.m, | |
4143 statistics/distributions/hygepdf.m, | |
4144 statistics/distributions/hygernd.m, | |
4145 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4146 statistics/distributions/laplace_cdf.m, | |
4147 statistics/distributions/laplace_inv.m, | |
4148 statistics/distributions/laplace_pdf.m, | |
4149 statistics/distributions/laplace_rnd.m, | |
4150 statistics/distributions/logistic_cdf.m, | |
4151 statistics/distributions/logistic_inv.m, | |
4152 statistics/distributions/logistic_pdf.m, | |
4153 statistics/distributions/logistic_rnd.m, | |
4154 statistics/distributions/logncdf.m, | |
4155 statistics/distributions/logninv.m, | |
4156 statistics/distributions/lognpdf.m, | |
4157 statistics/distributions/lognrnd.m, | |
4158 statistics/distributions/normcdf.m, | |
4159 statistics/distributions/norminv.m, | |
4160 statistics/distributions/normpdf.m, | |
4161 statistics/distributions/normrnd.m, | |
4162 statistics/distributions/pascal_cdf.m, | |
4163 statistics/distributions/pascal_inv.m, | |
4164 statistics/distributions/pascal_pdf.m, | |
4165 statistics/distributions/pascal_rnd.m, | |
4166 statistics/distributions/poisscdf.m, | |
4167 statistics/distributions/poissinv.m, | |
4168 statistics/distributions/poisspdf.m, | |
4169 statistics/distributions/poissrnd.m, | |
4170 statistics/distributions/stdnormal_cdf.m, | |
4171 statistics/distributions/stdnormal_inv.m, | |
4172 statistics/distributions/stdnormal_pdf.m, | |
4173 statistics/distributions/stdnormal_rnd.m, | |
4174 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4175 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4176 statistics/distributions/unifcdf.m, | |
4177 statistics/distributions/unifinv.m, | |
4178 statistics/distributions/unifpdf.m, | |
4179 statistics/distributions/unifrnd.m, | |
4180 statistics/distributions/wblcdf.m, | |
4181 statistics/distributions/wblinv.m, | |
4182 statistics/distributions/wblpdf.m, | |
4183 statistics/distributions/wblrnd.m, | |
4184 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4185 statistics/tests/bartlett_test.m, | |
4186 statistics/tests/chisquare_test_homogeneity.m, | |
4187 statistics/tests/chisquare_test_independence.m, | |
4188 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4189 statistics/tests/hotelling_test.m, | |
4190 statistics/tests/hotelling_test_2.m, | |
4191 statistics/tests/kolmogorov_smirnov_test.m, | |
4192 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4193 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4194 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4195 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4196 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4197 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4198 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4199 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4200 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4201 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4202 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4203 strings/index.m, strings/isletter.m, strings/lower.m, | |
4204 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4205 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4206 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4207 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
4208 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
4209 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
4210 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
4211 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
4212 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4213 time/etime.m, time/is_leap_year.m: | |
4214 Use print_usage instead of usage. | |
4215 | |
6044 | 4216 2006-10-09 David Bateman <dbateman@free.fr> |
4217 | |
4218 * time/datevec.m: Add additional compatible default parsing strings. | |
4219 | |
6395 | 4220 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 4221 |
6042 | 4222 * pkg/pkg.m: Remove trailing "\n" from error messages. |
4223 Remove compare_versions subfunction. | |
4224 | |
4225 * miscellaneous/compare_versions.m: New function to compare | |
4226 version numbers as strings with any boolean operators. | |
4227 | |
6041 | 4228 * miscellaneous/untar.m: Check more rigorously to see if the tar |
4229 file exists. | |
4230 | |
6036 | 4231 2006-10-04 John W. Eaton <jwe@octave.org> |
4232 | |
4233 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
4234 | |
6032 | 4235 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
4236 | |
6037 | 4237 * pkg/pkg.m: Update docs. Handle prefix option. |
4238 Handle dependencies for load option. | |
6032 | 4239 |
6029 | 4240 2006-10-04 John W. Eaton <jwe@octave.org> |
4241 | |
6030 | 4242 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
4243 | |
4244 * plot/clg.m: Delete. | |
4245 * plot/__init_plot_vars__.m: New function. | |
4246 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 4247 |
6025 | 4248 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
4249 | |
4250 * pkg/pkg.m: Avoid calling addpath with no args. | |
4251 | |
6024 | 4252 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
4253 | |
4254 * audio/loadaudio.m, control/base/nyquist.m, | |
4255 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
4256 linear-algebra/krylov.m, statistics/base/center.m, | |
4257 statistics/base/median.m, statistics/base/std.m, | |
4258 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
4259 find first or last element matching a condition. | |
4260 | |
6023 | 4261 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
4262 | |
4263 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
4264 general/__isequal__.m: Minimize looping using cellfun. | |
4265 | |
6020 | 4266 2006-10-02 David Bateman <dbateman@free.fr> |
4267 | |
4268 * pkg/pkg.m (copy_files): always create installation directory. | |
4269 | |
6016 | 4270 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
4271 | |
4272 * miscellaneous/doc.m: Swap file and directory args to info. | |
4273 | |
4274 2006-10-01 Arno Onken <whyly@gmx.net> | |
4275 | |
4276 * statistics/distributions/exprnd.m: Fix typo. | |
4277 | |
6014 | 4278 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
4279 | |
4280 * polynomial/ppval.m: Use .' instead of '. | |
4281 * polynomial/spline.m: Likewise. New tests. | |
4282 | |
6004 | 4283 2006-09-26 David Bateman <dbateman@free.fr> |
4284 | |
4285 * __plt3__.m: Using global variables __plot_data__, | |
4286 __plot_data_offset__ and __plot_command__ to store plots and | |
4287 correctly handle multiplots, and hold state. Only accept a single | |
4288 data parameter plus, using, format and with strings. Remove | |
4289 setting of gnuplot parameters. | |
4290 * __make_using_clause__.m: New function extracted from __plt__.m. | |
4291 * __setup_plot__.m: Convert to a function and pass the plotting | |
4292 command to use. | |
4293 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
4294 * contour.m: Use unwind protect on the parametric state of plot | |
4295 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
4296 * mesh.m: ditto. | |
4297 * plot3.m: Error checking, setting of parametric state and | |
4298 formation of matrix to plot moved from old __plt3__. | |
4299 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4300 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 4301 |
5997 | 4302 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 4303 |
4304 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
4305 | |
4306 * signal/filter2.m: Correct texinfo doc. | |
4307 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4308 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 4309 |
4310 * miscellaneous/parseparams.m: Correct texinfo doc. | |
4311 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4312 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 4313 |
4314 * pkg/pkg.m (prepare_installation): Don't create package | |
4315 installation directory here. | |
4316 (copy_files): Create it here instead, to avoid issues with | |
4317 upgrades. Also install the COPYING file in packinfo. | |
4318 | |
5989 | 4319 2006-09-13 John W. Eaton <jwe@octave.org> |
4320 | |
4321 * general/blkdiag.m: Adjust to new cellfun rules. | |
4322 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4323 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 4324 |
4325 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
4326 error message for archive name not matching package name. | |
4327 (installed_packages): Size header of printed results to | |
4328 arguments. Sort the list of installed packages before printing | |
4329 them. | |
4330 | |
5986 | 4331 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
4332 | |
4333 * signal/freqz.m: Update tests. | |
4334 | |
4335 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
4336 | |
4337 * signal/freqz.m: Corretly postpad arrays. | |
4338 Don't call fliplr on a column vector. | |
4339 | |
5984 | 4340 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
4341 | |
4342 * general/shiftdim.m: Use permute instead of reshape. | |
4343 | |
5981 | 4344 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
4345 | |
4346 * miscellaneous/parseparams.m: New function. | |
4347 | |
5980 | 4348 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
4349 | |
4350 * miscellaneous/doc.m: Swap order of --file and --directory | |
4351 options for info program invocation. | |
4352 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4353 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 4354 |
5987 | 4355 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 4356 previous change. |
4357 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4358 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 4359 |
4360 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
4361 absence of trailing "/" in OCTAVE_HOME. | |
4362 | |
5973 | 4363 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
4364 | |
4365 * time/datenum.m: Allow arg to be character string. | |
4366 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4367 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 4368 |
4369 * pkg/pkg.m (install): Verify that package name correponds to the | |
4370 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4371 they are empty. If package directory is empty, remove it to fail | |
4372 gracefully for system specific packages. | |
4373 (extract_pkgadd, create_pkgadd): delete. | |
4374 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4375 (copy_files): Install both bin/ and doc/ directories, adding the | |
4376 bin/ to the EXEC_PATH when the package is loaded. | |
4377 | |
5962 | 4378 2006-08-24 John W. Eaton <jwe@octave.org> |
4379 | |
4380 * image/saveimage.m: Use logical indexing instead of | |
4381 indices computed by calling find on the logical index. | |
4382 | |
5961 | 4383 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
4384 | |
5967 | 4385 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 4386 Use logical indexing instead of indices computed by calling find |
4387 on the logical index. | |
4388 | |
4389 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 4390 |
5959 | 4391 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
4392 | |
4393 * control/system/tf2zp.m: Simplify gain calculation. | |
4394 | |
5958 | 4395 2006-08-23 John W. Eaton <jwe@octave.org> |
4396 | |
4397 * plot/__plt__.m: Insert using clauses for all plots. | |
4398 | |
5957 | 4399 2006-08-23 A S Hodel <hodelas@auburn.edu> |
4400 | |
4401 * control/system/sysscale.m: Call tf and zp with correct number of | |
4402 args. | |
4403 | |
5955 | 4404 2006-08-22 David Bateman <dbateman@free.fr> |
4405 | |
4406 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
4407 Search inst/*.m and src/*.m files in the package for | |
4408 PKG_ADD directives and append user supplied PKG_ADD. | |
4409 (pkg): Call create_pkgadd after copying files. | |
4410 | |
5947 | 4411 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
4412 | |
4413 * pkg/pkg.m: Handle multiple packages in a single file. | |
4414 Insert directory separator between OCTAVE_HOME and rest of package | |
4415 installation directory. | |
4416 | |
4417 2006-08-21 John W. Eaton <jwe@octave.org> | |
4418 | |
4419 * general/num2str.m: Early return if arg is empty. | |
4420 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
4421 | |
5946 | 4422 2006-08-21 David Bateman <dbateman@free.fr> |
4423 | |
4424 * strings/mat2str.m: Compute NC before using. | |
4425 | |
5937 | 4426 2006-08-17 John W. Eaton <jwe@octave.org> |
4427 | |
4428 * audio/wavread.m: Fix calculation of sample count. | |
4429 | |
5934 | 4430 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4431 | |
4432 * image/imshow.m: New Matlab-compatible version. | |
4433 | |
5930 | 4434 2006-08-15 John W. Eaton <jwe@octave.org> |
4435 | |
4436 * deprecated/is_global.m: Delete. | |
4437 | |
5928 | 4438 2006-08-14 John W. Eaton <jwe@octave.org> |
4439 | |
4440 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
4441 | |
5926 | 4442 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4443 | |
4444 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
4445 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
4446 | |
5928 | 4447 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4448 | |
6778 | 4449 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 4450 Use addpath and rmpath instead of manipulating LOADPATH. |
4451 Handle changes to system function. | |
4452 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
4453 recursive directory removal. | |
5922 | 4454 |
5924 | 4455 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
4456 | |
6778 | 4457 * colormap.m: Change global variable to persistent. |
5923 | 4458 |
5922 | 4459 * rgb2ind.m: Handle single 3-d array as rgb image. |
4460 | |
5920 | 4461 2006-08-14 John W. Eaton <jwe@octave.org> |
4462 | |
4463 * strings/str2double.m: Fix missing semicolon. | |
4464 | |
5910 | 4465 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
4466 | |
4467 * plot/plot3.m: Accept one complex or one real and one complex | |
4468 argument and plot real and imaginary components for y and z. | |
4469 | |
5908 | 4470 2006-07-27 John W. Eaton <jwe@octave.org> |
4471 | |
4472 * testfun/test.m: Call fflush after each block of calls to | |
4473 fprintf, fputs, or fdisp. | |
4474 | |
5904 | 4475 2006-07-26 John W. Eaton <jwe@octave.org> |
4476 | |
4477 * miscellaneous/mex.m: New function. | |
4478 | |
5901 | 4479 2006-07-22 John W. Eaton <jwe@octave.org> |
4480 | |
4481 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
4482 | |
5881 | 4483 2006-07-07 John W. Eaton <jwe@octave.org> |
4484 | |
4485 * miscellaneous/orderfields.m: New file. | |
4486 | |
5873 | 4487 2006-06-30 John W. Eaton <jwe@octave.org> |
4488 | |
4489 * time/datevec.m: Make another attempt to account for precision of | |
4490 datenum format. | |
4491 | |
5868 | 4492 2006-06-29 John W. Eaton <jwe@octave.org> |
4493 | |
4494 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
4495 Use feval instead of "type -q" to get values now that all the | |
4496 symbols are functions. | |
4497 | |
5860 | 4498 2006-06-16 John W. Eaton <jwe@octave.org> |
4499 | |
4500 * time/datevec.m: Avoid computing log of non-positive values. | |
4501 | |
5859 | 4502 2006-06-14 John W. Eaton <jwe@octave.org> |
4503 | |
4504 * time/datevec.m: Attempt to account for precision of datenum format. | |
4505 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4506 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 4507 |
4508 * audio/wavread.m: Fix file range error and add read support for | |
4509 24-bit WAV files. | |
4510 | |
5837 | 4511 2006-06-01 David Bateman <dbateman@free.fr> |
4512 | |
4513 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
4514 general/interp1.m, general/gradient.m, general/interp2.m, | |
4515 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
4516 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
4517 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
4518 | |
5835 | 4519 2006-05-31 Bill Denney <bill@givebillmoney.com> |
4520 | |
4521 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
4522 * miscellaneous/texas_lotto.m: Fix warning message. | |
4523 | |
5830 | 4524 2006-05-26 John W. Eaton <jwe@octave.org> |
4525 | |
4526 * miscellaneous/doc.m: Also handle nargin == 0. | |
4527 | |
5829 | 4528 2006-05-23 John W. Eaton <jwe@octave.org> |
4529 | |
4530 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
4531 really needed. | |
4532 | |
5827 | 4533 2006-05-22 John W. Eaton <jwe@octave.org> |
4534 | |
6754 | 4535 * general/lookup.m: New file from Octave Forge. |
5827 | 4536 |
4537 2006-05-22 David Bateman <dbateman@free.fr> | |
4538 | |
6754 | 4539 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
4540 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
4541 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
4542 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
4543 special-matrix/magic.m, special-matrix/hadamard.m, | |
4544 strings/strtok.m: New files from Octave Forge. | |
5827 | 4545 |
5824 | 4546 2006-05-19 David Bateman <dbateman@free.fr> |
4547 | |
4548 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 4549 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 4550 |
5821 | 4551 2006-05-17 John W. Eaton <jwe@octave.org> |
4552 | |
4553 * set/intersection.m: Delete | |
4554 * deprecated/intersection.m: New file. | |
4555 | |
5820 | 4556 2006-05-17 David Bateman <dbateman@free.fr> |
4557 | |
4558 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
4559 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
4560 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
4561 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
4562 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
4563 Forge. | |
4564 | |
5809 | 4565 2006-05-11 John W. Eaton <jwe@octave.org> |
4566 | |
5815 | 4567 * path/path.m: Delete (now a built-in function). |
4568 | |
5811 | 4569 * pkg/Makefile.in: New file. |
4570 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 4571 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 4572 |
5808 | 4573 2006-05-10 John W. Eaton <jwe@octave.org> |
4574 | |
4575 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
4576 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
4577 | |
5807 | 4578 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
4579 | |
4580 * tar.m, untar.m, unzip.m: New files. | |
4581 | |
5801 | 4582 2006-05-10 John W. Eaton <jwe@octave.org> |
4583 | |
5804 | 4584 * path/addpath.m, path/rmpath.m: Improve compatibility. |
4585 * path/setpath.m: Delete. | |
4586 | |
5801 | 4587 * pkg/pkg.m: New file. |
4588 | |
5798 | 4589 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
4590 | |
4591 * plot/plot.m: Doc string fix. | |
4592 | |
4593 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
4594 | |
4595 * testfun/speeed.m: Use new interface to unique and assert. | |
4596 Improve documentation. Approximate time complexity from log-log | |
4597 plot. Return time complexity and raw times if requested. The | |
4598 mean ratio is no longer returned. Provide complete control over | |
4599 which n are computed. | |
4600 | |
4601 2006-05-09 John W. Eaton <jwe@octave.org> | |
4602 | |
4603 * path/path.m: Move here from miscellaneous. | |
4604 Adapt to new LOADPATH definition. | |
4605 | |
5789 | 4606 2006-05-03 David Bateman <dbateman@free.fr> |
4607 | |
4608 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
4609 explicit uses of a path seperation character with pathsep(). | |
4610 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4611 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 4612 |
6778 | 4613 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 4614 |
5781 | 4615 2006-04-29 John W. Eaton <jwe@octave.org> |
4616 | |
4617 * startup/main-rcfile: Disable some warnings. | |
4618 | |
5762 | 4619 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
4620 | |
4621 * strings/strcmpi.m: Return false instead of error if args are not | |
4622 char or cellstr. | |
4623 | |
5750 | 4624 2006-04-10 John W. Eaton <jwe@octave.org> |
4625 | |
4626 * miscellaneous/dir.m: Ensure that returned structure array is | |
4627 Nx1, not 1xN. | |
4628 | |
5746 | 4629 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
4630 | |
4631 * plot/hist.m: Ignore NaN in inputs. | |
4632 | |
5745 | 4633 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
4634 | |
4635 * miscellaneous/mkoctfile.m: Doc string fix. | |
4636 | |
5741 | 4637 2006-04-05 John W. Eaton <jwe@octave.org> |
4638 | |
4639 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
4640 are both empty. | |
4641 * plot/__plt__.m: Ignore empty data and format strings returned | |
4642 from __plt1__ or __plt2__. | |
4643 | |
5737 | 4644 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
4645 | |
6778 | 4646 * set/unique.m: Properly handle single column input when |
5737 | 4647 "rows" is specified. |
4648 | |
5732 | 4649 2006-04-04 John W. Eaton <jwe@octave.org> |
4650 | |
5736 | 4651 * path/setpath.m: New file. |
4652 * path/savepath.m: Use setpath to set path instead of assigning | |
4653 directly to LOADPATH. | |
4654 | |
5732 | 4655 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
4656 New files, adapted from Octave Forge by Keith Goodman | |
4657 <kwgoodman@gmail.com>. | |
4658 * path: New directory. | |
4659 * Makefile.in (SUBDIRS): Add it to the list. | |
4660 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
4661 | |
5731 | 4662 2006-04-02 David Bateman <dbateman@free.fr> |
4663 | |
4664 * general/tril.m, general.triu.m: | |
4665 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
4666 to allow user types to work correctly. | |
4667 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
4668 | |
5727 | 4669 2006-04-03 David Bateman <dbateman@free.fr> |
4670 | |
4671 * plot/grid.m: Cache the state of the grid to allow toggling. | |
4672 Accept keyword "minor" for minor grid. | |
4673 | |
5721 | 4674 2006-03-28 John W. Eaton <jwe@octave.org> |
4675 | |
4676 * general/isscalar.m: Only require that all dimensions are 1 for | |
4677 compatiblity. | |
4678 | |
4679 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
4680 | |
4681 * general/isvector.m: Allow non-numeric objects to be vectors for | |
4682 compatibility. | |
4683 | |
5720 | 4684 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
4685 | |
4686 * plot/__errplot__.m: Doc string fix. | |
4687 | |
4688 * miscellaneous/doc.m: Mark as command. | |
4689 | |
4690 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
4691 general/isequalwithequalnans.m, general/blkdiag.m, | |
4692 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
4693 | |
5717 | 4694 2006-03-27 Don Bindner <dbindner@truman.edu> |
4695 | |
4696 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
4697 return 3d matrices. | |
4698 | |
4699 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
4700 | |
4701 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
4702 | |
5708 | 4703 2006-03-22 John W. Eaton <jwe@octave.org> |
4704 | |
4705 * plot/print.m: Don't replot after popping terminal setting. | |
4706 | |
5696 | 4707 2006-03-20 John W. Eaton <jwe@octave.org> |
4708 | |
4709 * miscellaneous/mkoctfile.m: Use version-specific name of | |
4710 mkoctfile. Use fullfile to construct file name. | |
4711 | |
5695 | 4712 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
4713 | |
4714 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
4715 shell script from Octave prompt. | |
4716 | |
5690 | 4717 2006-03-17 John W. Eaton <jwe@octave.org> |
4718 | |
5693 | 4719 * deprecated/weibcdf.m, deprecated/weibinv.m, |
4720 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
4721 | |
4722 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
4723 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
4724 Call new wbl functions to do the real work. | |
4725 Swap args and provide default values as necessary to preserve | |
4726 compatibility with old version of Octave. | |
4727 | |
4728 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
4729 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
4730 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
4731 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
4732 Swap scale and shape args for compatibility. | |
4733 | |
5692 | 4734 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
4735 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
4736 Preserve compatibility with old versions of Octave given new | |
4737 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 4738 |
5692 | 4739 * statistics/distributions/logncdf.m, |
4740 statistics/distributions/logninv.m, | |
4741 statistics/distributions/lognpdf.m, | |
4742 statistics/distributions/lognrnd.m: Compatibility fixes. | |
4743 From Ben Barrowes <barrowes@alum.mit.edu> | |
4744 | |
5691 | 4745 * deprecated/hypergeometric_rnd.m: Update interface to match |
4746 current 2.1.x version. | |
4747 | |
4748 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
4749 | |
5690 | 4750 * miscellaneous/dir.m: Use readdir instead of glob. |
4751 Special case for "." to avoid globbing. Use list_in_columns. | |
4752 Eliminate unused variables len and finfo. | |
4753 | |
5689 | 4754 2006-03-16 Bill Denney <bill@givebillmoney.com> |
4755 | |
4756 * miscellaneous/dir.m: Improve compatibility. | |
4757 | |
5687 | 4758 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4759 | |
4760 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4761 time/now.m, time/weekday.m: New functions from Octave Forge. | |
4762 | |
5686 | 4763 2006-03-16 John W. Eaton <jwe@octave.org> |
4764 | |
4765 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
4766 of looking at sum of max dimensions. | |
4767 | |
5681 | 4768 2006-03-16 David Bateman <dbateman@free.fr> |
4769 | |
4770 * testfun/test.m: Clear last warning before warning test to avoid | |
4771 issues with previously set warnings. | |
4772 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
4773 sparse matrices. Force matrix type from spqr solution to be | |
4774 singular to force QR solvers to be used for assert. | |
4775 | |
5678 | 4776 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4777 | |
4778 * strings/strfind.m: New file. | |
4779 | |
5677 | 4780 2006-03-16 John W. Eaton <jwe@octave.org> |
4781 | |
4782 * general/rows.m, general/columns.m: Delete. | |
4783 | |
5674 | 4784 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4785 | |
4786 * strings/strcmpi.m: Simplify. | |
4787 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 4788 * strings/strtrunc.m: New file. |
5674 | 4789 |
5676 | 4790 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
4791 | |
5672 | 4792 2006-03-15 John W. Eaton <jwe@octave.org> |
4793 | |
4794 * miscellaneous/doc.m: New file. | |
4795 From Soren Hauberg <soren@hauberg.org>. | |
4796 | |
5671 | 4797 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
4798 | |
4799 * miscellaneous/mkoctfile.m: New file. | |
4800 | |
5670 | 4801 2006-03-15 John W. Eaton <jwe@octave.org> |
4802 | |
4803 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
4804 | |
5666 | 4805 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
4806 | |
4807 * strings/bin2dec.m: Doc fix. | |
4808 | |
5661 | 4809 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
4810 | |
4811 * time/etime.m: Use datenum to support times spanning year boundaries. | |
4812 * time/datenum.m: New function to compute day number from time. | |
4813 | |
5659 | 4814 2006-03-09 John W. Eaton <jwe@octave.org> |
4815 | |
4816 * miscellaneous/unix.m, plot/print.m: | |
4817 Swap order of outputs from system. | |
4818 | |
5642 | 4819 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
4820 | |
4821 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4822 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4823 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
4824 control/base/__stepimp__.m, control/base/are.m, | |
4825 control/base/controldemo.m, control/base/damp.m, | |
4826 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
4827 control/base/step.m, control/system/abcddim.m, | |
4828 control/system/is_abcd.m, control/system/is_controllable.m, | |
4829 control/system/is_detectable.m, control/system/is_observable.m, | |
4830 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4831 control/system/jet707.m, control/system/sys2fir.m, | |
4832 control/system/sysdimensions.m, control/system/sysupdate.m, | |
4833 control/system/tfout.m, control/system/ugain.m, | |
4834 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
4835 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4836 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
4837 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
4838 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
4839 general/circshift.m, general/columns.m, general/flipdim.m, | |
4840 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
4841 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
4842 general/isequalwithequalnans.m, general/isscalar.m, | |
4843 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
4844 general/logspace.m, general/mod.m, general/nextpow2.m, | |
4845 general/num2str.m, general/perror.m, general/pol2cart.m, | |
4846 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
4847 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
4848 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
4849 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
4850 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
4851 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
4852 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
4853 miscellaneous/license.m, miscellaneous/menu.m, | |
4854 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
4855 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
4856 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
4857 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
4858 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
4859 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
4860 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4861 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
4862 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
4863 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
4864 polynomial/polyinteg.m, polynomial/polyout.m, | |
4865 polynomial/polyreduce.m, polynomial/polyval.m, | |
4866 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
4867 set/create_set.m, set/intersection.m, set/ismember.m, | |
4868 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
4869 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
4870 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4871 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
4872 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
4873 special-matrix/hilb.m, special-matrix/invhilb.m, | |
4874 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
4875 special-matrix/vander.m, statistics/base/median.m, | |
4876 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
4877 statistics/distributions/gaminv.m, | |
4878 statistics/distributions/gampdf.m, | |
4879 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
4880 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
4881 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
4882 strings/lower.m, strings/upper.m, testfun/assert.m, | |
4883 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
4884 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
4885 | |
5633 | 4886 2006-02-27 John W. Eaton <jwe@octave.org> |
4887 | |
4888 * time/tic.m: Move here from miscellaneous/tic.m. | |
4889 * time/toc.m: Move here from miscellaneous/toc.m. | |
4890 | |
4891 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
4892 | |
4893 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
4894 does not assign output of toc to a variable. | |
4895 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4896 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 4897 |
4898 * axis.m: Catch limits that are the same and return an error. | |
4899 | |
5625 | 4900 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4901 | |
4902 * plot/print.m: Accept emf device option to support Enhanced | |
4903 Metafile format. | |
4904 | |
4905 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
4906 | |
4907 * control/base/lqe.m: Doc fix. | |
4908 | |
5623 | 4909 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
4910 | |
4911 * statistics/distributions/gamcdf.m: Doc fix. | |
4912 * statistics/distributions/gaminv.m: Doc fix. | |
4913 * statistics/distributions/gampdf.m: Doc fix. | |
4914 * statistics/distributions/gamrnd.m: Doc fix. | |
4915 | |
5610 | 4916 2006-02-09 David Bateman <dbateman@free.fr> |
4917 | |
6778 | 4918 * general/triu.m: Minimum change to allow sparse matrix. More needed |
4919 for arbitrary user type. | |
4920 * general/tril.m: ditto. | |
4921 * sparse/sprand.m: Doc fix. | |
4922 * sparse/sprandn.m: Ditto. | |
4923 * sparse/sprandsym.m: New function. | |
4924 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
4925 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
4926 Update for syntax error for latest texinfo.tex file. | |
5610 | 4927 |
5605 | 4928 2006-02-02 John W. Eaton <jwe@octave.org> |
4929 | |
4930 * plot/grid.m: Append ";\n" to "set grid" command. | |
4931 | |
4932 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
4933 | |
4934 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
4935 | |
5597 | 4936 2006-01-13 John W. Eaton <jwe@octave.org> |
4937 | |
4938 * audio/Makefile.in, control/base/Makefile.in, | |
4939 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4940 control/system/Makefile.in, control/util/Makefile.in, | |
4941 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4942 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4943 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4944 optimization/Makefile.in, plot/Makefile.in, | |
4945 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4946 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4947 special-matrix/Makefile.in, startup/Makefile.in, | |
4948 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4949 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4950 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
4951 (all): Depend on PKG_ADD. | |
4952 (PKG_ADD): New target. | |
4953 | |
4954 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
4955 | |
4956 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
4957 | |
5596 | 4958 2006-01-13 John W. Eaton <jwe@octave.org> |
4959 | |
4960 * time/etime.m: Move here from miscellaneous/etime.m. | |
4961 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
4962 | |
5595 | 4963 2006-01-13 Bill Denney <bill@givebillmoney.com> |
4964 | |
6778 | 4965 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 4966 * miscellaneous/fullfile.m: Likewise. |
4967 | |
5592 | 4968 2006-01-12 David Bateman <dbateman@free.fr> |
4969 | |
4970 * general/blkdiag.m: Compatible behavior for empty matrices | |
4971 * statistics/base/unidrnd.m: Documentation buglet. | |
4972 | |
5583 | 4973 2005-12-14 David Bateman <dbateman@free.fr> |
4974 | |
5589 | 4975 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
4976 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
4977 | |
4978 * Makefile.in (SUBDIRS): Include testfun. | |
4979 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
4980 | |
5583 | 4981 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
4982 | |
4983 * general/__isequal__.m: Remove reference to getfield. | |
4984 | |
4985 * plot/hist.m: Update test code for row/column discrepencies. | |
4986 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
4987 Update the test code for this. | |
4988 * sparse/spstats.m: Fix small bug in the dimension of output. | |
4989 | |
5579 | 4990 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4991 | |
4992 * cell/cell2mat.m: New file, from octave-forge. | |
4993 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4994 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 4995 |
4996 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
4997 New graph theory functions. | |
4998 | |
5574 | 4999 2005-12-13 John W. Eaton <jwe@octave.org> |
5000 | |
5001 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5002 | |
5003 * control/system/ss.m: Doc fix. | |
5004 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5005 | |
5572 | 5006 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5007 | |
5008 * audio/wavread.m, audio/wavwrite.m: | |
5009 Correct scaling for 8-bit linear pcm samples. | |
5010 Improve scaling for all other linear pcm resolutions. | |
5011 | |
5568 | 5012 2005-12-07 John W. Eaton <jwe@octave.org> |
5013 | |
5014 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5015 | |
5016 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5017 * strings/strjust.m: Likewise. | |
5018 | |
5019 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5020 * signal/arma_rnd.m: Likewise. | |
5021 * strings/strcat.m: Likewise. | |
5022 * control/base/__freqresp__.m: Likewise. | |
5023 * control/base/place.m: Likewise. | |
5024 * control/base/pzmap.m: Likewise. | |
5025 * control/base/pzmap.m: Likewise. | |
5026 * control/system/sysappend.m: Likewise. | |
5027 * control/system/syscont.m: Likewise. | |
5028 * control/system/sysdisc.m: Likewise. | |
5029 * control/system/sysgroup.m: Likewise. | |
5030 * control/system/tfout.m: Likewise. | |
5031 * control/system/zpout.m: Likewise. | |
5032 * control/util/__outlist__.m: Likewise. | |
5033 | |
5567 | 5034 2005-12-06 John W. Eaton <jwe@octave.org> |
5035 | |
5036 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5037 Avoid for loop in interleave/deinterleave steps. | |
5038 | |
5565 | 5039 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5040 | |
5041 * audio/wavread.m, audio/wavwrite.m: New files. | |
5042 | |
5563 | 5043 2005-12-06 John W. Eaton <jwe@octave.org> |
5044 | |
5045 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5046 | |
5560 | 5047 2005-12-05 John W. Eaton <jwe@octave.org> |
5048 | |
5561 | 5049 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5050 |
5558 | 5051 2005-12-02 John W. Eaton <jwe@octave.org> |
5052 | |
5053 * miscellaneous/fileattrib.m: New function. | |
5054 | |
5556 | 5055 2005-12-01 John W. Eaton <jwe@octave.org> |
5056 | |
5057 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5058 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5059 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5060 | |
5555 | 5061 2005-11-30 John W. Eaton <jwe@octave.org> |
5062 | |
5063 * linear-algebra/krylov.m: Format doc string. | |
5064 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5065 | |
5551 | 5066 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5067 | |
5068 * general/blkdiag.m: Import from octave-forge. | |
5069 Ignore empty matrices in the input. Add tests. | |
5549 | 5070 |
5071 * general/isequal.m, general/isequalwithequalnans.m: | |
5072 New wrapper scripts for general/__isequal__.m. | |
5073 * general/__isequal__.m: Rename from general/isequal.m. | |
5074 New arg, nans_compare_equal. | |
5075 | |
5548 | 5076 2005-11-29 John W. Eaton <jwe@octave.org> |
5077 | |
5078 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5079 calling system. Only append octave_forge_string if | |
5080 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5081 Call license instead of hard-coding license info here. | |
5082 | |
5083 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5084 __octave_licenses__. Use puts instead of disp. |
5548 | 5085 Use getuid and getpwuid instead of calling unix ("id -un"). |
5086 If nargout = 1, return license info instead of printing usage message. | |
5087 | |
5546 | 5088 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5089 | |
5090 * miscellaneous/ver.m: New file. | |
5091 * miscellaneous/license.m: New file. | |
5092 | |
5545 | 5093 2005-11-22 John W. Eaton <jwe@octave.org> |
5094 | |
5095 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5096 gnuplot set command. | |
5097 | |
5539 | 5098 2005-11-15 John W. Eaton <jwe@octave.org> |
5099 | |
5100 * general/shiftdim.m: Doc fix. | |
5101 | |
5532 | 5102 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5103 | |
5104 * set/unique.m: Doc string fix. | |
5105 | |
5527 | 5106 2005-11-01 John W. Eaton <jwe@octave.org> |
5107 | |
5108 * Makefile.in (distclean, maintainer-clean): | |
5109 Also remove autom4te.cache directory. | |
5110 From Quentin Spencer <qspencer@ieee.org>. | |
5111 | |
5518 | 5112 2005-10-28 John W. Eaton <jwe@octave.org> |
5113 | |
5114 * general/shiftdim.m: Compatibility fix for row vectors. | |
5115 Correct check for non-scalar non-integer shift. For positive | |
5116 N, shift is remainder of N and number of dims. Always return NS. | |
5117 Simplify. | |
5118 | |
5500 | 5119 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5120 | |
5121 * general/randperm.m: Improve compatibility by allowing input | |
5122 value of zero. | |
5123 | |
5493 | 5124 2005-10-13 John W. Eaton <jwe@octave.org> |
5125 | |
5126 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5127 If in multiplot mode, clear plot before issuing new plot command. | |
5128 | |
5129 * plot/__setup_plot__.m: New function. | |
5130 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5131 Handle multiplot data and offsets here. | |
5132 | |
5133 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5134 Move initialization to __setup_plot__.m. | |
5135 | |
5136 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5137 Don't reset gnuplot_command_replot. | |
5138 | |
5139 * plot/replot.m: Handle multiplot data and offsets here. | |
5140 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5141 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5142 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5143 | |
5489 | 5144 2005-10-12 John W. Eaton <jwe@octave.org> |
5145 | |
5146 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5147 | |
5482 | 5148 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5149 | |
5150 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5151 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5152 _inv functions. | |
5153 * chi2pdf.m: Fixed typos in the documentation. | |
5154 | |
5475 | 5155 2005-09-28 John W. Eaton <jwe@octave.org> |
5156 | |
5476 | 5157 * miscellaneous/single.m: New function. |
5158 | |
5475 | 5159 * statistics/base/unidrnd.m: New function. |
5160 | |
5474 | 5161 2005-09-27 John W. Eaton <jwe@octave.org> |
5162 | |
5163 * miscellaneous/dir.m: Filename never includes directory part. | |
5164 | |
5464 | 5165 2005-09-22 John W. Eaton <jwe@octave.org> |
5166 | |
5167 * polynomial/residue.m: Use logical indexing instead of find.. | |
5168 | |
5169 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5170 | |
5171 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5172 and zero poles. | |
5173 | |
5462 | 5174 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5175 | |
5176 * strings/deblank.m: Handle cell arrays. | |
5177 * strings/split.m: New argument, N, to limit number of splits. | |
5178 | |
5179 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5180 | |
5181 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5182 | |
5460 | 5183 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5184 | |
5185 * control/base/rlocus.m: Doc fix. | |
5186 | |
5459 | 5187 2005-09-20 John W. Eaton <jwe@octave.org> |
5188 | |
5189 * general/isvector.m: Improve compatibility. | |
5190 | |
5191 * general/postpad.m: Allow first argument to be a scalar. | |
5192 Allow padding to extend dimensionality. | |
5193 * general/prepad.m: Likewise. | |
5194 | |
5448 | 5195 2005-09-14 Daniel <durbano@shbano.com> |
5196 | |
5197 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5198 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5199 /control/base/dgram.m: Doc string fixes. | |
5448 | 5200 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5201 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5202 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 5203 |
5204 * saveimage.m: Do not ignore most significant bit when writing | |
5205 black and white images to file. | |
5206 | |
5443 | 5207 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
5208 | |
5209 * audio/playaudio.m, control/base/__bodquist__.m, | |
5210 control/base/lqg.m, control/obsolete/dezero.m, | |
5211 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
5212 control/system/c2d.m, control/system/cellidx.m, | |
5213 control/system/d2c.m, control/system/dmr2d.m, | |
5214 control/system/is_signal_list.m, control/system/listidx.m, | |
5215 control/system/ss.m, control/system/sysappend.m, | |
5216 control/system/sysconnect.m, control/system/sysdup.m, | |
5217 control/system/sysgetsignals.m, control/system/sysidx.m, | |
5218 control/system/sysprune.m, control/system/syssetsignals.m, | |
5219 control/system/tfout.m, control/system/zpout.m, | |
5220 control/util/prompt.m, control/util/sortcom.m, | |
5221 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
5222 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
5223 general/num2str.m, general/repmat.m, general/sortrows.m, | |
5224 general/strerror.m, image/colormap.m, image/imshow.m, | |
5225 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
5226 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
5227 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
5228 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5229 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
5230 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
5231 plot/print.m, plot/title.m, plot/top_title.m, | |
5232 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
5233 statistics/base/mean.m, statistics/base/moment.m, | |
5234 statistics/tests/cor_test.m, | |
5235 statistics/tests/kolmogorov_smirnov_test.m, | |
5236 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5237 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
5238 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5239 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5240 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5241 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5242 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5243 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
5244 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5245 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5246 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
5247 Avoid deprecated functions. Use ischar instead of isstr. Use | |
5248 isvector instead of is_vector. Use isstruct instead of | |
5249 is_struct. Use char instead of setstr. | |
5250 | |
5435 | 5251 2005-08-31 Daniel <durbano@shbano.com> |
5252 | |
5253 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
5254 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
5255 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5256 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5257 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 5258 |
5259 * image/saveimage.m: Open output file in binary mode. | |
5260 | |
5261 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
5262 | |
5427 | 5263 2005-08-16 John W. Eaton <jwe@octave.org> |
5264 | |
5265 * miscellaneous/computer.m: Handle optional maxsize and endian | |
5266 outputs. | |
5267 | |
5426 | 5268 2005-08-15 John W. Eaton <jwe@octave.org> |
5269 | |
5270 * strings/strcat.m: Allow single argument. | |
5271 | |
5416 | 5272 2005-07-18 John W. Eaton <jwe@octave.org> |
5273 | |
5274 * strings/strcmp.m: Delete. | |
5275 | |
5413 | 5276 2005-07-13 John W. Eaton <jwe@octave.org> |
5277 | |
5278 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
5279 versions of Octave. | |
5280 | |
5281 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
5282 | |
5283 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
5284 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
5285 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
5286 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
5287 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
5288 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
5289 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
5290 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
5291 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
5292 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
5293 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
5294 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
5295 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
5296 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
5297 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
5298 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
5299 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
5300 * statistics/distributions/finv.m: Rename from f_inv.m. | |
5301 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
5302 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
5303 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
5304 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
5305 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
5306 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
5307 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
5308 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
5309 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
5310 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
5311 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
5312 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
5313 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
5314 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
5315 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
5316 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
5317 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
5318 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
5319 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
5320 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
5321 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
5322 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
5323 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
5324 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
5325 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
5326 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
5327 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
5328 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
5329 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
5330 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 5331 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 5332 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
5333 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
5334 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
5335 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
5336 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
5337 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
5338 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
5339 | |
5340 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
5341 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
5342 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
5343 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
5344 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
5345 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
5346 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5347 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
5348 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
5349 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
5350 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
5351 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
5352 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
5353 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
5354 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
5355 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
5356 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
5357 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
5358 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
5359 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
5360 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
5361 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
5362 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
5363 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
5364 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
5365 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
5366 deprecated/wiener_rnd.m: New files. | |
5367 | |
5408 | 5368 2005-07-08 John W. Eaton <jwe@octave.org> |
5369 | |
5370 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5371 * deprecated/weibull_rnd.m: New file. | |
5372 | |
5407 | 5373 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5374 | |
5375 * strings/dec2base.m: Allow matrix arguments. | |
5376 | |
5406 | 5377 2005-07-08 John W. Eaton <jwe@octave.org> |
5378 | |
5379 * plot/__errplot__.m: Use __plot_globals__. | |
5380 * plot/__plt__.m: Likewise. | |
5381 * plot/figure.m: Likewise. | |
5382 | |
5383 * plot/hold.m: New file. | |
5384 * plot/ishold.m: New file. | |
5385 * plot/__plot_globals__.m: New file. | |
5386 | |
5400 | 5387 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
5388 | |
5389 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
5390 | |
5391 2005-07-05 John W. Eaton <jwe@octave.org> | |
5392 | |
5393 * strings/findstr.m: Return [] for no matches. | |
5394 | |
5399 | 5395 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
5396 | |
5397 * miscellaneous/tic.m: Fix doc string. | |
5398 | |
5395 | 5399 2005-06-15 John W. Eaton <jwe@octave.org> |
5400 | |
5401 * polynomial/polyfit.m: Force return value to be a row vector. | |
5402 | |
5393 | 5403 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
5404 | |
5405 * general/isequal.m: Correct nargin check. | |
5406 | |
5388 | 5407 2005-06-14 John W. Eaton <jwe@octave.org> |
5408 | |
5409 * general/isvector.m: Handle N-d arrays. | |
5410 From Bill Denney <denney@seas.upenn.edu>. | |
5411 | |
5381 | 5412 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
5413 | |
5414 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 5415 |
5377 | 5416 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
5417 | |
5418 * signal/freqz.m: Use correct calculations when given a vector of | |
5419 frequencies. Improve accuracy of returned frequency vector. | |
5420 Improve speed for medium length filters (at a slight cost for slow | |
5421 filters). Add test cases. | |
5422 | |
5373 | 5423 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
5424 | |
5425 * plot/loglog.m: Fix set commands. | |
5426 | |
5381 | 5427 2005-05-25 John W. Eaton <jwe@octave.org> |
5428 | |
5429 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
5430 | |
5371 | 5431 2005-05-24 John W. Eaton <jwe@octave.org> |
5432 | |
5373 | 5433 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
5434 | |
5372 | 5435 * strings/strncmp.m: New file, from Tom Holroyd |
5436 <tomh@kurage.nimh.nih.gov>. | |
5437 | |
5371 | 5438 * strings/strcmp.m: Return logical values in all cases. |
5439 | |
5366 | 5440 2005-05-23 John W. Eaton <jwe@octave.org> |
5441 | |
5442 * plot/orient.m: New file. Adapt to Octave coding style. | |
5443 Texinfoize doc string. | |
5444 | |
5445 * plot/print.m: New file. Adapt to Octave coding style. Include | |
5446 PKG_ADD command. Use set terminal consistently throughout. Use | |
5447 set terminal push/pop and unconditionally set output to screen | |
5448 when done to avoid requiring gget. Use a cell array for dev_list | |
5449 and cellidx to search for items in the list. Delete local | |
5450 variable endl. Don't set and restore automatic_replot. Use {} | |
5451 instead of nth to index varargin. Delete local variable | |
5452 va_arg_cnt. | |
5453 | |
5355 | 5454 2005-05-18 John W. Eaton <jwe@octave.org> |
5455 | |
5456 * general/num2str.m: Return early if X is a character string. | |
5457 | |
5347 | 5458 2005-05-11 John W. Eaton <jwe@octave.org> |
5459 | |
5348 | 5460 * strings/findstr.m: Allow non-string arguments for compatiblity. |
5461 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
5462 | |
5347 | 5463 * plot/polar.m: Don't call __pltopt__ here. |
5464 | |
5333 | 5465 2005-05-02 John W. Eaton <jwe@octave.org> |
5466 | |
5467 * mkdoc: Print header message. | |
5468 | |
5319 | 5469 2005-04-28 John W. Eaton <jwe@octave.org> |
5470 | |
5471 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
5472 startup/octaverc. | |
5473 | |
5318 | 5474 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
5475 | |
5476 * image/imshow.m: Handle various image depths and 3d RGB images. | |
5477 (__im_numeric_limits__): New internal function. | |
5478 | |
5317 | 5479 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
5480 | |
5481 * statistics/tests/anova.m: Compute total_mean as mean of all | |
5482 data, not mean of group_mean. | |
5483 | |
5484 2005-04-28 John W. Eaton <jwe@octave.org> | |
5485 | |
5486 * startup/local-rcfile: New file. | |
5487 * startup/main-rcfile: Rename from startup/octaverc. | |
5488 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
5489 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
5490 Install local-rcfile in $(localfcnfiledir)/startup. | |
5491 | |
5492 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
5493 | |
5494 * startup/inputrc: New file. | |
5495 * startup/octaverc: Configure readline using inputrc from | |
5496 startupfiledir. | |
5497 * startup/Makefile.in (install, install-strip): Install octaverc | |
5498 in $(fcnfiledir)/startup. | |
5499 | |
5310 | 5500 2005-04-27 John W. Eaton <jwe@octave.org> |
5501 | |
5502 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
5503 | |
5289 | 5504 2005-04-21 John W. Eaton <jwe@octave.org> |
5505 | |
5506 * optimization/glpk.m: Handle SENSE argument. | |
5507 | |
5508 * optimization/qp.m, optimization/sqp.m: New files. | |
5509 | |
5276 | 5510 2005-04-08 John W. Eaton <jwe@octave.org> |
5511 | |
5512 * Makefile.in (clean, distclean, maintainer-clean): | |
5513 Avoid duplication in rules. | |
5514 | |
5252 | 5515 2005-03-28 John W. Eaton <jwe@octave.org> |
5516 | |
5517 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
5518 setting {no,}parametric. | |
5519 * plot/figure.m: Likewise, for setting terminal type. | |
5520 | |
5521 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
5522 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
5523 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
5524 plot/title.m, plot/top_title.m: Avoid eval. | |
5525 | |
5251 | 5526 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5527 | |
5253 | 5528 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
5529 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
5530 Use __gnuplot_replot__ instead of replot. | |
5531 | |
5252 | 5532 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
5533 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
5534 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
5535 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
5536 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
5537 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
5538 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 5539 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 5540 |
5251 | 5541 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
5542 | |
5244 | 5543 2005-03-24 John W. Eaton <jwe@octave.org> |
5544 | |
5545 * optimization/glpkmex.m: Texinfoize Doc string. | |
5546 * optimization/glpk.m: Likewise. | |
5547 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
5548 (row vectors are orginary character strings). | |
5549 * optimization/glpkparam.m: Delete. | |
5550 | |
5243 | 5551 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
5552 | |
5553 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
5554 of dimensions of X. | |
5555 | |
5237 | 5556 2005-03-23 John W. Eaton <jwe@octave.org> |
5557 | |
5239 | 5558 * general/tril.m, general/triu.m: Return value of same class as |
5559 argument. | |
5560 | |
5237 | 5561 * optimization/glpk.m: Simplify interface. By default, solve |
5562 standard LP min C'*x s.t. A*x = b, x >= 0. | |
5563 * optimization/glpkmex.m: New file. | |
5564 | |
5232 | 5565 2005-03-22 John W. Eaton <jwe@octave.org> |
5566 | |
5237 | 5567 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
5568 list. | |
5569 | |
5233 | 5570 * optimization/glpk.m: Adapt to Octave coding style. |
5571 No need for varargout or varargin. | |
5572 Print usage message if nargin > 11. | |
5573 Allow any value of nargout. | |
5574 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
5575 Avoid looping when checking character classes. | |
5576 | |
5232 | 5577 * optimization: New directory. |
5578 * Makefile.in (SUBDIRS): Add it to the list. | |
5579 * optimization/Makefile.in: New file. | |
5580 * optimization/glpk.m, optimization/glpkparams.m, | |
5581 optimization/glpktest1, optimization/glpktest2: New files. | |
5582 | |
5218 | 5583 2005-03-16 Soren Hauberg <soren@hauberg.org> |
5584 | |
5585 * strings/split.m: Quick return for empty second arg. | |
5586 Improve warning for multi-line strings. | |
5587 Speed up by avoiding sprintf in loop and eval. | |
5588 | |
5217 | 5589 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
5590 | |
5591 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
5592 * polynomial/polyder.m: Ditto. | |
6778 | 5593 * polynomial/polygcd.m: New function. |
5217 | 5594 |
5214 | 5595 2005-03-16 John W. Eaton <jwe@octave.org> |
5596 | |
5215 | 5597 * control/base/__stepimp__.m, control/base/bode.m, |
5598 control/base/frdemo.m, control/base/nichols.m, | |
5599 control/base/nyquist.m, control/base/pzmap.m, | |
5600 control/base/rldemo.m, control/base/rlocus.m, | |
5601 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
5602 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
5603 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
5604 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
5605 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
5606 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
5607 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
5608 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
5609 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
5610 plot/xlabel.m, quaternion/demoquat.m, | |
5611 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
5612 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
5613 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
5614 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
5615 gsplot from @seealso docs. | |
5214 | 5616 |
5617 * plot/replot.m: New file. | |
5618 | |
5205 | 5619 2005-03-15 David Bateman <dbateman@free.fr> |
5620 | |
5621 * set/unique.m, set/ismember.m: Handle cell arrays. | |
5622 | |
5196 | 5623 2005-03-09 John W. Eaton <jwe@octave.org> |
5624 | |
5625 * statistics/Makefile.in (bin-dist): Delete target. | |
5626 (BINDISTSUBDIRS): Delete variable. | |
6754 | 5627 * control/Makefile.in: Likewise. |
5196 | 5628 |
5378 | 5629 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 5630 (BINDISTFILES): Delete variable. |
5378 | 5631 * control/base/Makefile.in: Likewise. |
5632 * control/hinf/Makefile.in: Likewise. | |
5633 * control/obsolete/Makefile.in: Likewise. | |
5634 * control/system/Makefile.in: Likewise. | |
5635 * control/util/Makefile.in: Likewise. | |
5636 * deprecated/Makefile.in: Likewise. | |
5637 * elfun/Makefile.in: Likewise. | |
5638 * finance/Makefile.in: Likewise. | |
5639 * general/Makefile.in: Likewise. | |
5640 * image/Makefile.in: Likewise. | |
5641 * sparse/Makefile.in: Likewise. | |
5642 * io/Makefile.in: Likewise. | |
5643 * plot/Makefile.in: Likewise. | |
5644 * Makefile.in: Likewise. | |
5645 * miscellaneous/Makefile.in: Likewise. | |
5646 * linear-algebra/Makefile.in: Likewise. | |
5647 * polynomial/Makefile.in: Likewise. | |
5648 * quaternion/Makefile.in: Likewise. | |
5649 * set/Makefile.in: Likewise. | |
5650 * signal/Makefile.in: Likewise. | |
5651 * specfun/Makefile.in: Likewise. | |
5652 * special-matrix/Makefile.in: Likewise. | |
5653 * startup/Makefile.in: Likewise. | |
5654 * statistics/base/Makefile.in: Likewise. | |
5655 * statistics/distributions/Makefile.in: Likewise. | |
5656 * statistics/models/Makefile.in: Likewise. | |
5657 * statistics/tests/Makefile.in: Likewise. | |
5658 * strings/Makefile.in: Likewise. | |
5659 * time/Makefile.in: Likewise. | |
5196 | 5660 |
5195 | 5661 2005-03-08 John W. Eaton <jwe@octave.org> |
5662 | |
5663 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
5664 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
5665 | |
5192 | 5666 2005-03-04 John W. Eaton <jwe@octave.org> |
5667 | |
5668 * plot/clg.m: New file. | |
5669 | |
5193 | 5670 2005-03-03 John W. Eaton <jwe@octave.org> |
5671 | |
5672 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
5673 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
5674 strings/strcmpi.m: | |
5675 New files from Octave-forge. Adapt to Octave coding standards. | |
5676 | |
5181 | 5677 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
5678 | |
5679 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
5680 computation range. | |
5681 | |
5164 | 5682 2005-02-25 John W. Eaton <jwe@octave.org> |
5683 | |
5684 Sparse merge. | |
5685 | |
5686 2005-01-23 David Bateman <dbateman@free.fr> | |
5687 | |
5688 * sparse/randperm.m: Delete duplicate randperm.m. | |
5689 | |
5690 2005-01-10 John W. Eaton <jwe@octave.org> | |
5691 | |
5692 * sparse/Makefile.in: New file. | |
5693 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
5694 | |
5695 2005-01-07 David Bateman <dbateman@free.fr> | |
5696 | |
5697 * set/unique.m: import file from octave-forge. | |
5698 | |
5699 2005-01-05 David Bateman <dbateman@free.fr> | |
5700 | |
5701 * Makefile.in: include sparse directory in SUBDIRS. | |
5702 | |
5703 2004-12-30 John W. Eaton <jwe@octave.org> | |
5704 | |
5705 * sparse/nzmax.m: Delete (there is an nzmax function in | |
5706 src/DLD-FUNCTIONS/sparse.cc). | |
5707 | |
5708 2004-12-28 John W. Eaton <jwe@octave.org> | |
5709 | |
5710 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
5711 Andy Adler <adler@site.uottawa.ca>. | |
5712 | |
5713 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
5714 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
5715 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
5716 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
5717 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
5718 | |
5719 * sparse: New directory. | |
5720 | |
5158 | 5721 2005-02-22 John W. Eaton <jwe@octave.org> |
5722 | |
5723 * polynomial/residue.m: Force prepad to always create row vectors. | |
5724 | |
5725 * polynomial/poly.m: Quick return if m is 0. | |
5726 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
5727 | |
5154 | 5728 2005-02-21 David Bateman <dbateman@free.fr> |
5729 | |
5730 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
5731 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
5732 Fix for row vectors with at least one element of lambda not in | |
5733 (0, Inf). | |
5734 | |
5152 | 5735 2005-02-21 John W. Eaton <jwe@octave.org> |
5736 | |
5153 | 5737 * statistics/base/qqplot.m: Use feval instead of eval. |
5738 | |
5152 | 5739 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
5740 plot/__axis_label__.m: Issue replot command. | |
5741 | |
5135 | 5742 2005-02-09 John W. Eaton <jwe@octave.org> |
5743 | |
5744 * polynomial/polyderiv.m: Force P to be a row vector. | |
5745 | |
5133 | 5746 2005-02-08 John W. Eaton <jwe@octave.org> |
5747 | |
5748 * strings/dec2base.m: Don't delete leading zero if third arg is | |
5749 provided and len <= computed max_len. | |
5750 | |
5125 | 5751 2005-01-27 David Bateman <dbateman@free.fr> |
5752 | |
5753 * strings/dec2base.m: Be even more careful about handling all digits. | |
5754 | |
5755 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
5756 | |
5757 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
5758 | |
5123 | 5759 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
5760 | |
5761 * statistics/base/median.m: Make it work for the scalar case too. | |
5762 | |
6308 | 5763 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 5764 |
5765 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 5766 Simplify logic for decoding args. |
5117 | 5767 |
5115 | 5768 2005-01-24 John W. Eaton <jwe@octave.org> |
5769 | |
5116 | 5770 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
5771 | |
5772 * plot/__plt__.m: No need to save and reset hold state now. | |
5773 (first_plot): Delete unused variable. | |
5774 | |
5115 | 5775 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
5776 | |
5777 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
5778 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5779 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5780 plot/__plt2vv__.m: | |
5781 Return data and gnuplot commands instead of evaluating them. | |
5782 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
5783 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
5784 | |
5108 | 5785 2005-01-18 John W. Eaton <jwe@octave.org> |
5786 | |
5787 * linear-algebra/cross.m: Allocate idx1 before use. | |
5788 | |
5096 | 5789 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
5790 | |
5791 * statistics/base/range.m: Fix varargin usage. | |
5792 | |
5091 | 5793 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
5794 | |
5795 * strings/deblank.m: Remove all trailing whitespace (check with | |
5796 isspace), not just SPC. | |
5797 | |
5090 | 5798 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
5799 | |
5800 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
5801 | |
5073 | 5802 2004-11-09 John W. Eaton <jwe@octave.org> |
5803 | |
5804 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
5805 From Julius Smith <jos@ccrma.stanford.edu>. | |
5806 | |
5072 | 5807 2004-11-08 John W. Eaton <jwe@octave.org> |
5808 | |
5809 * plot/__plt2vm__.m: Delete debugging statement. | |
5810 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
5811 | |
5065 | 5812 2004-11-04 John W. Eaton <jwe@octave.org> |
5813 | |
5814 * plot/hist.m: Always return row vectors for vector args. | |
5815 | |
5031 | 5816 2004-09-23 John W. Eaton <jwe@octave.org> |
5817 | |
5818 * strings/strcmp.m: If args are not strings or cell arrays of | |
5819 strings, return zero instead of reporting an error. | |
5820 | |
5021 | 5821 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
5822 | |
5823 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
5824 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
5825 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
5826 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
5827 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
5828 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
5829 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
5830 control/hinf/is_dgkf.m, control/system/c2d.m, | |
5831 control/system/is_detectable.m, control/system/is_sample.m, | |
5832 control/system/is_siso.m, control/system/is_stable.m, | |
5833 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
5834 control/system/sys2tf.m, control/system/sys2zp.m, | |
5835 control/system/sysappend.m, control/system/sysconnect.m, | |
5836 control/system/sysdisc.m, control/system/sysdup.m, | |
5837 control/system/sysgetsignals.m, control/system/sysmult.m, | |
5838 control/system/syssetsignals.m, control/system/syssub.m, | |
5839 control/system/tf2sys.m, control/system/ugain.m, | |
5840 control/system/zp2ss.m, control/system/zp2sys.m, | |
5841 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
5842 special-matrix/toeplitz.m: Fix typos in doc strings. | |
5843 | |
5844 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
5845 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
5846 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
5847 ontrol/system/is_abcd.m, control/system/parallel.m, | |
5848 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
5849 control/system/sysappend.m, control/system/sysconnect.m, | |
5850 control/system/sysdup.m, control/system/sysgroup.m, | |
5851 control/system/sysprune.m, control/system/sysreorder.m, | |
5852 control/system/sysscale.m, control/system/syssub.m, | |
5853 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
5854 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
5855 polynomial/polyout.m, specfun/log2.m: | |
5856 Add output arguments in doc strings. | |
5857 | |
5858 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
5859 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
5860 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
5861 control/base/freqchkw.m, control/base/__freqresp__.m, | |
5862 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
5863 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
5864 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
5865 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
5866 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
5867 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
5868 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
5869 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
5870 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
5871 control/system/c2d.m, control/system/is_abcd.m, | |
5872 control/system/is_controllable.m, control/system/is_detectable.m, | |
5873 control/system/is_observable.m, control/system/is_stable.m, | |
5874 control/system/jet707.m, control/system/ord2.m, | |
5875 control/system/starp.m, control/system/sys2fir.m, | |
5876 control/system/sys2ss.m, control/system/sys2tf.m, | |
5877 control/system/sys2zp.m, control/system/syscont.m, | |
5878 control/system/sysdisc.m, control/system/sysdup.m, | |
5879 control/system/sysgettype.m, control/system/sysgroup.m, | |
5880 control/system/sysmult.m, control/system/sysprune.m, | |
5881 control/system/sysreorder.m, control/system/sysscale.m, | |
5882 control/system/syssetsignals.m, control/system/sysupdate.m, | |
5883 control/system/tf2ss.m, control/system/tf2sys.m, | |
5884 control/system/zp2ss.m, control/system/zp2sys.m, | |
5885 control/util/axis2dlim.m, control/util/prompt.m, | |
5886 control/util/zgfmul.m, control/util/zginit.m, | |
5887 control/util/__zgpbal__.m, control/util/zgscal.m: | |
5888 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
5889 in doc strings. | |
5890 | |
5891 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
5892 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
5893 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
5894 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
5895 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
5896 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5897 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
5898 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
5899 control/system/c2d.m, control/system/fir2sys.m, | |
5900 control/system/is_stabilizable.m, control/system/jet707.m, | |
5901 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
5902 control/util/zgshsr.m, polynomial/polyout.m: | |
5903 New @tex section(s) in doc strings for better formating of printed | |
5904 output. | |
5905 | |
5906 * control/base/__freqresp__.m, control/base/nyquist.m, | |
5907 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
5908 control/obsolete/syschnames.m, control/system/sysprune.m: | |
5909 Use proper double quote marks for TeX. | |
5910 | |
5911 * control/base/DEMOcontrol.m: Add missing ; | |
5912 | |
5913 * control/base/nichols.m, control/base/rlocus.m, | |
5914 control/obsolete/minfo.m, control/system/is_digital.m, | |
5915 control/system/ss2zp.m, control/system/sysmin.m, | |
5916 control/system/tf2zp.m, control/util/sortcom.m: | |
5917 Convert documentation to use or more completely use Texinfo. | |
5918 | |
5919 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
5920 control/hinf/hinfdemo.m, control/system/ord2.m, | |
5921 control/system/parallel.m, control/system/ss2tf.m, | |
5922 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
5923 art splitting over a page boundary. | |
5924 | |
5925 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
5926 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
5927 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5928 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
5929 control/hinf/wgt1o.m, control/system/buildssic.m: | |
5930 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
5931 the TeX documentation. | |
5932 | |
5933 * control/system/is_stabilizable.m: | |
5934 Add Copyright so that help is displayed correctly. | |
5935 | |
5936 * special-matrix/vander.m: Octave indexes start at 1. | |
5937 | |
5011 | 5938 2004-09-21 David Bateman <dbateman@free.fr> |
5939 | |
5940 * general/rotdim.m: New function for rotation of an N-d array in an | |
5941 arbitrary plane. | |
5942 | |
5943 * general/flipdim.m: New function to flip an N-d array about an | |
5944 arbitrary axis. | |
5945 | |
5003 | 5946 2004-09-15 David Bateman <dbateman@free.fr> |
5947 | |
5948 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
5949 | |
4992 | 5950 2004-09-15 John W. Eaton <jwe@octave.org> |
5951 | |
5952 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 5953 Use iscellstr to check for cells rather than iscell. |
5954 Improve diagnostics for invalid args. | |
4992 | 5955 |
4983 | 5956 2004-09-10 David Bateman <dbateman@free.fr> |
5957 | |
5958 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
5959 and p with n > 1, and fix for matrix n and p with n == 1. | |
5960 | |
5961 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
5962 due to row vs. column vector operations. | |
5963 | |
4964 | 5964 2004-09-03 David Bateman <dbateman@free.fr> |
5965 | |
5966 * general/repmat.m: Fix to allow logical classes. | |
5967 | |
4950 | 5968 2004-08-31 John W. Eaton <jwe@octave.org> |
5969 | |
5970 * general/isa.m: New function, from Octave-forge. | |
5971 | |
5972 2004-08-31 David Bateman <dbateman@free.fr> | |
5973 | |
5974 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
5975 limitation on the use of int64 and uint64 types, and the use | |
5976 of the eval. | |
5977 | |
5978 * general/bitset.m: Remove superfluous cast to return type, as bug | |
5979 in .^ with integer types is fixed. | |
5980 | |
5981 * general/repmat.m: Adapt to allow integer types. | |
4945 | 5982 |
5983 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
5984 | |
5985 * plot/axis.m: Don't reset axes when querying them. | |
5986 | |
4942 | 5987 2004-08-27 David Bateman <dbateman@free.fr> |
5988 | |
5989 * statistics/base/ranks.m: Handle non-consecutive ties. | |
5990 Eliminate loop. | |
5991 | |
4918 | 5992 2004-07-27 David Bateman <dbateman@free.fr> |
5993 | |
5994 * general/num2str.m: Also insert spaces in output when precision | |
5995 argument is supplied. | |
5996 | |
4915 | 5997 2004-07-23 David Bateman <dbateman@free.fr> |
5998 | |
5999 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6000 | |
4911 | 6001 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6002 | |
6003 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6004 | |
6005 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6006 | |
6007 * miscellaneous/unix.m: Fix doc string. | |
6008 | |
6009 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6010 | |
6011 * plot/figure.m: Clarification of documentation. | |
6012 | |
6013 * image/imshow.m: Warn for complex images. | |
6014 Only estimate colourmap for images in [0, 65536]. | |
6015 | |
6016 2004-07-22 David Bateman <dbateman@free.fr> | |
6017 | |
6018 * general/num2str.m: Fix the case of an all zero input. | |
6019 | |
4906 | 6020 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6021 | |
6022 * general/ind2sub.m: Doc fix. | |
6023 | |
4900 | 6024 2004-06-08 John W. Eaton <jwe@octave.org> |
6025 | |
6026 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6027 convert function handle to string for eval. | |
6028 | |
4898 | 6029 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6030 | |
6031 * plot/errorbar.m: Remove debugging output. | |
6032 | |
6033 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6034 | |
6035 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6036 | |
4897 | 6037 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6038 | |
4898 | 6039 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6040 | |
6041 * polynomial/polyout.m: Use parenthesis if necessary around | |
6042 complex polynomial coefficient. | |
6043 | |
4897 | 6044 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6045 the bug which causes __errplot__ to ignore the last argument. | |
6046 | |
4894 | 6047 2004-06-03 David Bateman <dbateman@free.fr> |
6048 | |
6049 * general/shiftdim.m: New function based on JWE code snippet. | |
6050 | |
6051 * general/circdim.m: New function. | |
6052 | |
4890 | 6053 2004-05-06 David Bateman <dbateman@free.fr> |
6054 | |
6055 * general/issquare.m: Fail if ndim(x) > 2. | |
6056 | |
6057 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6058 | |
6059 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6060 N-d array arguments. Add optional dim argument to define | |
6061 dimension along which to operate. | |
6062 | |
6063 * linear-algebra/dmult.m: Allow N-d arrays. | |
6064 | |
6065 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6066 | |
4885 | 6067 2004-04-29 David Bateman <dbateman@free.fr> |
6068 | |
6069 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6070 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6071 statistics/base/statistics.m, statistics/base/skewness.m | |
6072 statistics/base/iqr.m: | |
6073 Make N-d array aware. Allow optional argument to define the | |
6074 dimension along which to operate. Update the documentation. | |
6075 | |
6076 * statistics/base/ranks.m: Change algorithm to use sort, | |
6077 and adjust for the ties after. | |
6078 | |
6079 * statistics/base/run_counts.m: Change algorithm to use | |
6080 the a combination of diff and find, rather than a for-loop. | |
6081 | |
4881 | 6082 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6083 | |
6084 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6085 | |
4878 | 6086 2004-04-23 David Bateman <dbateman@free.fr> |
6087 | |
6088 * general/int2str.m: Treat only real part of argument, and treat | |
6089 NDArrays by stacking the slices through the matrix vertically. | |
6090 | |
6091 * general/num2str.m: Improve format of integer matrices, and the | |
6092 conversion of complex matrices added. Treat NDArrays by stacking | |
6093 the slices through the matrix vertically. | |
6094 | |
6095 * deprecated/com2str.m: Moved here from general subdirectory. | |
6096 | |
4877 | 6097 2004-04-22 John W. Eaton <jwe@octave.org> |
6098 | |
6099 * quaternion/qtransvmat.m: Use continuation characters to make | |
6100 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6101 | |
4869 | 6102 2004-04-21 David Bateman <dbateman@free.fr> |
6103 | |
5378 | 6104 * elfun/lcm.m: Make N-d aware. |
4870 | 6105 |
4869 | 6106 * general/diff.m: Make the code N-d array aware. Allow an |
6107 optional argument to define the dimension along which to perform | |
6108 the differences and allow the order of the differences to be larger | |
6109 than the dimension itself. | |
6110 | |
6111 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6112 use of these functions to 1- and 2-d arrays. | |
6113 | |
4863 | 6114 2004-04-16 John W. Eaton <jwe@octave.org> |
6115 | |
6116 * elfun/gcd.m: Delete. | |
6117 | |
4862 | 6118 2004-04-15 David Bateman <dbateman@free.fr> |
6119 | |
6120 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6121 | |
6122 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6123 array aware and and optional argument for the dimension along | |
6124 which to operate. | |
6125 | |
5378 | 6126 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6127 argument for the dimension to be consistent with other N-d array |
6128 functions. | |
6129 | |
4860 | 6130 2004-04-08 David Bateman <dbateman@free.fr> |
6131 | |
6132 * statistics/distributions/discrete_cdf.m, | |
6133 statistics/distributions/discrete_inv.m, | |
6134 statistics/distributions/discrete_pdf.m, | |
6135 statistics/distributions/discrete_rnd.m, | |
6136 statistics/distributions/exponential_cdf.m, | |
6137 statistics/distributions/exponential_inv.m, | |
6138 statistics/distributions/exponential_pdf.m, | |
6139 statistics/distributions/exponential_rnd.m, | |
6140 statistics/distributions/f_cdf.m, | |
6141 statistics/distributions/f_inv.m, | |
6142 statistics/distributions/f_pdf.m, | |
6143 statistics/distributions/f_rnd.m, | |
6144 statistics/distributions/geometric_cdf.m, | |
6145 statistics/distributions/geometric_inv.m, | |
6146 statistics/distributions/geometric_pdf.m, | |
6147 statistics/distributions/geometric_rnd.m, | |
6148 statistics/distributions/hypergeometric_rnd.m, | |
6149 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6150 statistics/distributions/laplace_cdf.m, | |
6151 statistics/distributions/laplace_inv.m, | |
6152 statistics/distributions/laplace_pdf.m, | |
6153 statistics/distributions/laplace_rnd.m, | |
6154 statistics/distributions/logistic_inv.m, | |
6155 statistics/distributions/logistic_rnd.m, | |
6156 statistics/distributions/lognormal_cdf.m, | |
6157 statistics/distributions/lognormal_inv.m, | |
6158 statistics/distributions/lognormal_pdf.m, | |
6159 statistics/distributions/lognormal_rnd.m, | |
6160 statistics/distributions/pascal_cdf.m, | |
6161 statistics/distributions/pascal_inv.m, | |
6162 statistics/distributions/pascal_pdf.m, | |
6163 statistics/distributions/pascal_rnd.m, | |
6164 statistics/distributions/poisson_cdf.m, | |
6165 statistics/distributions/poisson_inv.m, | |
6166 statistics/distributions/poisson_pdf.m, | |
6167 statistics/distributions/poisson_rnd.m, | |
6168 statistics/distributions/t_cdf.m, | |
6169 statistics/distributions/t_inv.m, | |
6170 statistics/distributions/t_pdf.m, | |
6171 statistics/distributions/t_rnd.m, | |
6172 statistics/distributions/weibull_cdf.m, | |
6173 statistics/distributions/weibull_inv.m, | |
6174 statistics/distributions/weibull_pdf.m, | |
6175 statistics/distributions/weibull_rnd.m: | |
6176 Allow N-d arrays. | |
6177 | |
6178 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6179 that results in NaN in places where it should not have had. | |
6180 | |
6181 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6182 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6183 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6184 |
6185 * statistics/distributions/empirical_rnd.m: New argument formats | |
6186 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6187 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6188 format. Allow N-d arrays. |
6189 | |
6190 * statistics/distributions/hypergeometric_cdf.m, | |
6191 statistics/distributions/hypergeometric_inv.m, | |
6192 statistics/distributions/hypergeometric_pdf.m, | |
6193 statistics/distributions/wiener_rnd.m: | |
6194 Error for non-scalar arguments. | |
6195 | |
6196 * statistics/distributions/pascal_rnd.m: | |
6197 Correct for n = 1 bug, where all elements were equal. | |
6198 | |
4849 | 6199 2004-04-06 David Bateman <dbateman@free.fr> |
6200 | |
4854 | 6201 * general/common_size.m, miscellaneous/bincoeff.m, |
6202 statistics/distributions/beta_cdf.m, | |
6203 statistics/distributions/beta_inv.m, | |
6204 statistics/distributions/beta_pdf.m, | |
6205 statistics/distributions/beta_rnd.m, | |
6206 statistics/distributions/binomial_cdf.m, | |
6207 statistics/distributions/binomial_inv.m, | |
6208 statistics/distributions/binomial_pdf.m, | |
6209 statistics/distributions/binomial_rnd.m, | |
6210 statistics/distributions/cauchy_cdf.m, | |
6211 statistics/distributions/cauchy_inv.m, | |
6212 statistics/distributions/cauchy_pdf.m, | |
6213 statistics/distributions/cauchy_rnd.m, | |
6214 statistics/distributions/chisquare_cdf.m, | |
6215 statistics/distributions/chisquare_inv.m, | |
6216 statistics/distributions/chisquare_pdf.m, | |
6217 statistics/distributions/chisquare_rnd.m, | |
6218 statistics/distributions/gamma_cdf.m, | |
6219 statistics/distributions/gamma_inv.m, | |
6220 statistics/distributions/gamma_pdf.m, | |
6221 statistics/distributions/gamma_rnd.m, | |
6222 statistics/distributions/normal_cdf.m, | |
6223 statistics/distributions/normal_inv.m, | |
6224 statistics/distributions/normal_pdf.m, | |
6225 statistics/distributions/normal_rnd.m, | |
6226 statistics/distributions/stdnormal_cdf.m, | |
6227 statistics/distributions/stdnormal_pdf.m, | |
6228 statistics/distributions/stdnormal_rnd.m, | |
6229 statistics/distributions/uniform_cdf.m, | |
6230 statistics/distributions/uniform_inv.m, | |
6231 statistics/distributions/uniform_pdf.m, | |
6232 statistics/distributions/uniform_rnd.m: | |
6233 Allow the inputs to be N-d arrays. | |
6234 | |
4852 | 6235 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
6236 * statistics/base/median.m: Likewise. | |
4849 | 6237 |
4844 | 6238 2004-04-02 David Bateman <dbateman@free.fr> |
6239 | |
6240 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 6241 * statistics/base/center.m, statistics/base/meansq.m, |
6242 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 6243 Update for N-d arrays. |
4844 | 6244 * signal/fftshift.m: Fix dimensioning error. |
6245 | |
6246 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 6247 N-d arrays. |
4844 | 6248 |
4852 | 6249 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
6250 | |
6251 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 6252 |
4852 | 6253 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 6254 |
6255 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
6256 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
6257 control/system/sysprune.m: Doc update for usage of cell arrays. | |
6258 | |
6259 * control/system/sysidx.m: Use cellidx and not listidx. | |
6260 | |
4841 | 6261 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6262 | |
6263 * plot/__pltopt1__.m: Always add title clause to plot command with | |
6264 default of "" (so it is off unless explicitly set by the user). | |
6265 | |
4836 | 6266 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
6267 | |
6268 * image/imshow.m: Accept "truesize" argument. | |
6269 Ignore current colormap. New tests and demos. | |
6270 | |
4834 | 6271 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
6272 | |
6273 * signal/sinewave.m: Allow N to default to M. | |
6274 | |
4826 | 6275 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6276 | |
6277 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
6278 | |
4818 | 6279 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6280 | |
6281 * general/deal.m: New function. | |
4819 | 6282 Add tests from Paul Kienzle. |
4818 | 6283 |
4811 | 6284 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
6285 | |
6286 * plot/hist.m: Compute histogram correctly for n>=30. | |
6287 | |
5095 | 6288 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 6289 |
6290 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
6291 | |
4806 | 6292 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6293 | |
6294 * miscellaneous/horzcat.m: Delete. | |
6295 * miscellaneous/vertcat.m: Delete. | |
6296 | |
4790 | 6297 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6298 | |
6299 * plot/figure.m: Also look for GNUTERM in the environment and use | |
6300 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
6301 | |
4789 | 6302 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6303 | |
6304 * control/base/__stepimp__.m: Only call clearplot if we will be | |
6305 doing multiple plots in the same gnuplot frame. | |
6306 | |
4780 | 6307 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6308 | |
6309 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
6310 control/system/cellidx.m, control/system/ss.m, | |
6311 control/system/tf.m, control/system/zp.m: New functions. | |
6312 | |
4778 | 6313 2004-02-16 Glenn Golden <gdg@zplane.com> |
6314 | |
6315 * statistics/distributions/discrete_inv.m: | |
6316 Reduce memory requirements. | |
6317 | |
4772 | 6318 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6319 | |
6320 * plot/__errcomm__.m: Fix thinko in previous change. | |
6321 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
6322 | |
4771 | 6323 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
6324 | |
6325 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
6326 control/base/analdemo.m, control/base/bddemo.m, | |
6327 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
6328 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
6329 control/base/rldemo.m, control/base/rlocus.m, | |
6330 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
6331 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
6332 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
6333 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
6334 control/obsolete/packsys.m, control/obsolete/series.m, | |
6335 control/system/__sysdefioname__.m, | |
6336 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
6337 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
6338 control/system/c2d.m, control/system/d2c.m, | |
6339 control/system/dmr2d.m, control/system/fir2sys.m, | |
6340 control/system/is_signal_list.m, control/system/is_siso.m, | |
6341 control/system/jet707.m, control/system/listidx.m, | |
6342 control/system/moddemo.m, control/system/ord2.m, | |
6343 control/system/packedform.m, control/system/parallel.m, | |
6344 control/system/ss2sys.m, control/system/sys2tf.m, | |
6345 control/system/sys2zp.m, control/system/sysadd.m, | |
6346 control/system/sysappend.m, control/system/sysconnect.m, | |
6347 control/system/syscont.m, control/system/sysdimensions.m, | |
6348 control/system/sysdisc.m, control/system/sysdup.m, | |
6349 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
6350 control/system/sysgroup.m, control/system/sysmin.m, | |
6351 control/system/sysmult.m, control/system/sysprune.m, | |
6352 control/system/sysrepdemo.m, control/system/sysscale.m, | |
6353 control/system/syssetsignals.m, control/system/syssub.m, | |
6354 control/system/sysupdate.m, control/system/tf2sys.m, | |
6355 control/system/ugain.m, control/system/zp2ss.m, | |
6356 control/system/zp2sys.m, control/util/__outlist__.m, | |
6357 control/util/__zgpbal__.m, control/util/strappend.m: | |
6358 Use cell arrays instead of lists. | |
6359 | |
4723 | 6360 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
6361 | |
6362 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
6363 so that bar (1, 1) will work. | |
6364 | |
4710 | 6365 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6366 | |
4717 | 6367 * plot/__errcomm__.m: Cope with nargin now being a function. |
6368 * plot/__errplot__.m: Likewise. | |
6369 * plot/__plt__.m: Likewise. | |
6370 * plot/plot_border.m: Likewise. | |
6371 | |
4710 | 6372 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6373 not $(DOCSTRINGS). | |
6374 | |
4706 | 6375 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6376 | |
6377 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6378 rank ([], tol). | |
6379 | |
4691 | 6380 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6381 | |
4692 | 6382 * elfun/acot.m: Return atan (1./z). |
6383 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
6384 | |
4691 | 6385 * miscellaneous/dir.m: New file. |
6386 | |
6387 * general/num2str.m: Use "%d" as format if values are ints with | |
6388 magnitude less than 1e10. | |
6389 | |
6390 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6391 | |
6392 * general/num2str.m: If single arg is string, return it. | |
6393 | |
6394 * miscellaneous/not.m: New file. | |
6395 | |
6396 * miscellaneous/unix.m: New file. | |
6397 | |
6398 * miscellaneous/isunix.m: New file. | |
6399 * miscellaneous/ispc.m: New file. | |
6400 | |
6401 * miscellaneous/computer.m: New file. | |
6402 | |
6403 * miscellaneous/delete.m: New file. | |
6404 | |
4689 | 6405 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6406 | |
6407 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
6408 | |
6409 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6410 | |
6411 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
6412 Always return substituted version of LOADPATH if nargout != 0. | |
6413 | |
4685 | 6414 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
6415 | |
6416 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
6417 before continuing. | |
6418 | |
6419 * miscellaneous/fileparts.m: Allow name to start with ".". | |
6420 | |
4677 | 6421 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6422 | |
6423 * general/ind2sub.m: New file. | |
6424 * general/sub2ind.m: New file. | |
6425 | |
4675 | 6426 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6427 | |
6428 * control/system/zp2ss.m: Don't save and restore | |
6429 warn_empty_list_elements. | |
6430 | |
6431 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
6432 | |
6778 | 6433 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 6434 |
4673 | 6435 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
6436 | |
6437 * statistics/base/mean.m: Remove special case for row vectors. | |
6438 | |
4637 | 6439 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
6440 | |
6441 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
6442 | |
4631 | 6443 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
6444 | |
6445 * statistics/base/iqr.m: Handle matrices. | |
6446 | |
4630 | 6447 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6448 | |
6449 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
6450 | |
4629 | 6451 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6452 | |
6453 * miscellaneous/path.m: Fix thinko in previous change. | |
6454 | |
4609 | 6455 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
6456 | |
4629 | 6457 * control/base/dare.m: Check positive (semi)definiteness and |
6458 dimensions of r (and q). | |
6459 * control/base/dlqr.m: Check stabilizability of (A,B), | |
6460 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
6461 near unit circle. | |
4611 | 6462 |
6463 * control/system/is_detectable.m: Use Hautus Lemma. | |
6464 Correct the behavior for discrete-time systems. | |
6465 * control/system/is_stabilizable.m: Likewise. | |
6466 | |
4609 | 6467 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
6468 | |
6469 * linear-algebra/krylovb.m: Fix typo in usage message. | |
6470 | |
4610 | 6471 * general/isdefinite.m: New function. |
6472 | |
4567 | 6473 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
6474 | |
6475 * general/reshape: Delete. | |
6476 | |
4559 | 6477 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6478 | |
6479 * general/numel.m: Delete. | |
6480 | |
4535 | 6481 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6482 | |
4536 | 6483 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
6484 | |
6485 * deprecated/isstr.m: New file. | |
4535 | 6486 |
4529 | 6487 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6488 | |
6489 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
6490 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
6491 | |
4525 | 6492 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
6493 | |
6494 * statistics/base/mean.m: Fix missing semicolon problem. | |
6495 | |
4503 | 6496 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
6497 | |
6498 * plot/subplot.m: New global variable, __multiplot_scale__. | |
6499 | |
4492 | 6500 2003-08-29 David Castelow <DCastelow@Airspan.com> |
6501 | |
6502 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
6503 Allow optional length argument. | |
6504 | |
4491 | 6505 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6506 | |
6507 * polynomial/polyfit.m: Avoid calling flipud. | |
6508 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
6509 Return structure as second output value for improved Matlab | |
6510 compatibility. | |
6511 | |
4476 | 6512 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
6513 | |
4478 | 6514 * linear-algebra/cond.m: Behave as though old built-in variable |
6515 propagate_empty_matrices is always 1. Also handle empty matrices | |
6516 with one non-zero dimension. | |
6517 | |
4476 | 6518 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
6519 warn_single_quote_string to the list. | |
4478 | 6520 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
6521 from the list. | |
4476 | 6522 |
5095 | 6523 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 6524 |
6525 * signal/autocov.m: Transpose result of conj because diag returns | |
6526 a column vector, not a row vector. | |
6527 | |
6528 * audio/playaudio.m, audio/record.m, image/image.m, | |
6529 miscellaneous/bug_report.m: Protect spaces in filenames | |
6530 with quotes. | |
6531 | |
4466 | 6532 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6533 | |
4468 | 6534 * io/printf.m, io/puts.m: Delete. |
6535 | |
4466 | 6536 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
6537 default_return_value from the list. | |
6538 Add warn_undefined_return_values to the list. | |
6539 | |
6540 | |
4464 | 6541 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
6542 | |
6543 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
6544 and initialize_global_variables from the list. | |
6545 | |
4460 | 6546 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
6547 | |
4463 | 6548 * image/colormap.m: Don't save and restore default_eval_print_flag. |
6549 | |
6550 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
6551 | |
6552 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
6553 * control/system/sys2fir.m: Likewise. | |
6554 | |
6555 * control/system/is_siso.m: Use && instead of & where appropriate. | |
6556 * control/system/__tf2sysl__.m: Likewise. | |
6557 | |
6558 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
6559 | |
6560 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
6561 and [] concatenation. | |
6562 * control/system/sys2fir.m: Likewise. | |
6563 | |
6564 * control/base/dgram.m, control/base/freqchkw.m, | |
6565 control/base/gram.m, control/system/__abcddims__.m, | |
6566 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
6567 control/system/is_sample.m, control/system/is_signal_list.m, | |
6568 control/system/is_siso.m, control/system/sys2fir.m, | |
6569 control/system/syschtsam.m, control/system/sysgettsam.m, | |
6570 control/system/sysgettype.m, control/system/tf2zp.m, | |
6571 control/system/ugain.m, control/util/prompt.m, | |
6572 control/util/run_cmd.m, control/util/zgrownorm.m, | |
6573 control/util/zgshsr.m: | |
6574 Improve conformance to Octave coding style. | |
6575 | |
4461 | 6576 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
6577 the list. | |
6578 Delete resize_on_range_error from the list. | |
6579 | |
4460 | 6580 * control/base/pzmap.m, control/base/place.m, |
6581 control/base/__freqresp__.m, control/system/sysappend.m, | |
6582 control/system/syscont.m, control/system/sysdisc.m, | |
6583 control/system/sysgroup.m, control/system/tfout.m, | |
6584 control/system/zp2ss.m, control/system/zpout.m, | |
6585 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
6586 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
6587 empty_list_elements_ok. | |
6588 | |
6589 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
6590 Delete empty_list_elements_ok from the list. | |
6591 | |
4457 | 6592 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6593 | |
6594 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
6595 list. | |
6596 Delete treat_neg_dim_as_zero from the list. | |
6597 | |
6598 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
6599 | |
4451 | 6600 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6601 | |
4455 | 6602 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
6603 was not used in the code in any case). | |
6604 | |
6605 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
6606 do_fortran_indexing. | |
6607 | |
4452 | 6608 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
6609 implict_str_to_num_ok. Use unwind_protect block to do it. | |
6610 | |
4451 | 6611 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
6612 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 6613 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 6614 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
6615 warn_fortran_indexing in the list. | |
6616 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
6617 implicit_str_to_num_ok, do_fortran_indexing, and | |
6618 prefer_column_vectors from list. | |
4451 | 6619 |
4440 | 6620 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
6621 | |
6622 * Makefile.in (distclean, maintainer-clean): Also remove | |
6623 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
6624 directory. | |
6625 | |
5095 | 6626 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 6627 |
6628 * plot/hist.m: Don't forget to define n if x is a vector. | |
6629 | |
5095 | 6630 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 6631 |
6632 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
6633 return "." with extension. | |
6634 | |
4422 | 6635 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6636 | |
6637 * control/base/__stepimp__.m, control/base/nichols.m, | |
6638 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
6639 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
6640 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
6641 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
6642 Eliminate gnuplot_has_multiplot (assume it is always true). | |
6643 | |
4413 | 6644 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
6645 | |
6646 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
6647 | |
5095 | 6648 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 6649 |
6650 * plot/hist.m: Improve performance by using different algorithms | |
6651 depending on number of bins. | |
6652 | |
4404 | 6653 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6654 | |
6655 * control/system/sysadd.m: If systems are not "tf", convert before | |
6656 adding. | |
6657 | |
5095 | 6658 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 6659 |
6660 * image/imagesc.m: Accept data limits parameter for colormap. | |
6661 | |
5095 | 6662 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 6663 |
6664 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
6665 the impulse by t_step. | |
6666 | |
4373 | 6667 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
6668 | |
6669 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
6670 column vectors. | |
6671 | |
5095 | 6672 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 6673 |
6674 * linear-algebra/null.m: Handle empty matrix arg. | |
6675 | |
4369 | 6676 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6677 | |
6678 * general/shift.m: Force empty_list_elements_ok to 1. | |
6679 | |
4358 | 6680 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6681 | |
6682 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
6683 New files. | |
6684 | |
4348 | 6685 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
6686 | |
6687 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
6688 function handle to pass to feval. | |
6689 * statistics/base/qqplot.m: Likewise. | |
6690 * statistics/base/ppplot.m: Likewise. | |
6691 * signal/spectral_xdf.m: Likewise. | |
6692 * signal/spectral_adf.m: Likewise. | |
6693 | |
4340 | 6694 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6695 | |
6696 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
6697 | |
4334 | 6698 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6699 | |
6700 * linear-algebra/logm.m: New file. | |
6701 | |
5095 | 6702 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 6703 |
6704 * mkpkgadd: Scan C++ files as well | |
6705 | |
5095 | 6706 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 6707 |
6708 * strings/findstr.m: Return empty set for zero-length target. | |
6709 | |
5095 | 6710 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 6711 |
6712 * set/union.m: Preserve the orientation of inputs. | |
6713 | |
4305 | 6714 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
6715 | |
6716 * general/int2str.m: Eliminate leading spaces. | |
6717 | |
4303 | 6718 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6719 | |
6720 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
6721 | |
5095 | 6722 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 6723 |
6724 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
6725 $(BUILD_LDFLAGS) to compiler. | |
6726 | |
4295 | 6727 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6728 | |
6729 * general/num2str.m: Don't specify field width for scalars. | |
6730 | |
4292 | 6731 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
6732 | |
6733 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
6734 | |
4265 | 6735 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
6736 | |
4279 | 6737 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
6738 | |
4266 | 6739 * miscellaneous/tempname.m: New file. |
6740 | |
6741 * miscellaneous/tempdir.m: New file. | |
6742 | |
4265 | 6743 * miscellaneous/fullfile.m: New file. |
6744 | |
4259 | 6745 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
6746 | |
4264 | 6747 * miscellaneous/fileparts.m: New file. |
6748 | |
6749 * io/beep.m: New file. | |
6750 | |
4260 | 6751 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
6752 format only. | |
4259 | 6753 |
4257 | 6754 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6755 | |
6756 * strings/strcmp.m: Handle cell arrays of strings. | |
6757 | |
4229 | 6758 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6759 | |
6760 * general/int2str.m: Handle matrices. | |
6761 * general/num2str.m: Likewise. | |
6762 Also handle optional precision, and format args. | |
6763 | |
4225 | 6764 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6765 | |
6766 * audio/Makefile.in, control/base/Makefile.in, | |
6767 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6768 control/system/Makefile.in, elfun/Makefile.in, | |
6769 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
6770 io/Makefile.in, linear-algebra/Makefile.in, | |
6771 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
6772 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
6773 specfun/Makefile.in, special-matrix/Makefile.in, | |
6774 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6775 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6776 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
6777 deprecated/Makefile.in: Use new do-script-install and | |
6778 do-script-uninstall macros. | |
6779 | |
6780 * mkpkgadd: New script. | |
6781 | |
6782 * plot/close.m: New file. | |
6783 | |
4184 | 6784 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6785 | |
6786 * image/image.m: Use -raw option for xv. | |
6787 From Remy Bruno <remy.bruno@libertysurf.fr> | |
6788 | |
4172 | 6789 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6790 | |
4174 | 6791 * control/base/lsim.m: Use approximate test for step size change. |
6792 | |
4172 | 6793 * signal/bartlett.m: Avoid row/column mismatch error. |
6794 | |
5095 | 6795 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 6796 |
6797 * statistics/base/var.m: Use better formula for improved accuracy. | |
6798 | |
5095 | 6799 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 6800 |
6801 * control/base/lsim.m: Correct doc string. | |
6802 | |
5095 | 6803 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 6804 |
6805 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
6806 | |
4148 | 6807 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6808 | |
6809 * plot/contour.m: Handle x and y as matrices too. | |
6810 | |
5095 | 6811 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 6812 |
6813 * plot/contour.m: Fix error and usage messages. | |
6814 | |
4146 | 6815 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6816 | |
6817 * plot/contour.m: Correct orientation of plot. | |
6818 | |
4139 | 6819 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
6820 | |
6821 * control/base/analdemo.m: Fix typo. | |
6822 | |
5095 | 6823 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 6824 |
6825 * statistics/distributions/discrete_pdf.m: Fix typo. | |
6826 | |
4098 | 6827 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6828 | |
6829 * mkdoc: Exit immediately on errors. | |
6830 Exit with error if gethelp does not exist. | |
6831 | |
6832 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
6833 | |
4093 | 6834 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6835 | |
6836 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
6837 | |
5095 | 6838 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 6839 |
6840 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
6841 * statistics/distributions/normal_pdf.m: Likewise. | |
6842 * statistics/distributions/normal_inv.m: Likewise. | |
6843 | |
5095 | 6844 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 6845 |
6846 * specfun/erfinv.m: Return NaN for NaN inputs. | |
6847 | |
5095 | 6848 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 6849 |
6850 * statistics/base/var.m: Handle complex values. | |
6851 | |
4031 | 6852 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6853 | |
6854 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
6855 list. | |
6856 * deprecated/Makefile.in: New file. | |
6857 | |
5095 | 6858 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 6859 |
6860 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
6861 * statistics/distributions/binomial_cdf.m: Likewise. | |
6862 * statistics/distributions/f_cdf.m: Likewise. | |
6863 * statistics/distributions/t_cdf.m: Likewise. | |
6864 | |
6865 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
6866 * specfun/beta.m: Likewise. | |
6867 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
6868 * statistics/distributions/gamma_pdf.m: Likewise. | |
6869 * statistics/distributions/poisson_pdf.m: Likewise. | |
6870 | |
6871 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
6872 * statistics/distributions/poisson_cdf.m: Likewise. | |
6873 | |
4026 | 6874 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6875 | |
4028 | 6876 * deprecated/is_bool.m: New file. |
6877 * deprecated/is_complex.m: New file. | |
6878 * deprecated/is_global.m: New file. | |
6879 * deprecated/is_list.m: New file. | |
6880 * deprecated/is_matrix.m: New file. | |
6881 * deprecated/is_scalar.m: New file. | |
6882 * deprecated/is_square.m: New file. | |
6883 * deprecated/is_stream.m: New file. | |
6884 * deprecated/is_struct.m: New file. | |
6885 * deprecated/is_symmetric.m: New file. | |
6886 * deprecated/is_vector.m: New file. | |
4030 | 6887 * Change all callers of these functions to use the new names. |
4028 | 6888 |
4029 | 6889 * deprecated: New directory. |
6890 * Makefile.in (SUBDIRS): Add it to the list. | |
6891 | |
4026 | 6892 * general/isscalar.m: Rename from is_scalar.m. |
6893 * general/issquare.m: Rename from is_square.m. | |
6894 * general/issymmetric.m: Rename from is_symmetric.m. | |
6895 * general/isvector.m: Rename from is_vector.m. | |
6896 | |
4022 | 6897 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
6898 | |
6899 * statistics/base/mean.m: Allow empty matrices. | |
6900 Handle DIM arg. | |
6901 | |
5095 | 6902 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 6903 |
6904 * plot/__errcomm__.m: If format is not specified, default to error | |
6905 bar format. | |
6906 | |
4011 | 6907 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6908 | |
6909 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
6910 __F_SETFL__ and __O_NONBLOCK__. | |
6911 | |
6912 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
6913 * miscellaneous/bug_report.m: Likewise. | |
6914 | |
4007 | 6915 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
6916 | |
4008 | 6917 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
6918 * general/rem.m: Likewise. | |
6919 | |
6920 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
6921 * plot/semilogxerr.m: Likewise. | |
4007 | 6922 * plot/semilogyerr.m: Likewise. |
6923 | |
5095 | 6924 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 6925 |
6926 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
6927 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
6928 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
6929 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
6930 | |
6931 * plot/errorbar.m: Use __errcomm__.m. | |
6932 * plot/__errplot__.m: Minor cleanups. | |
6933 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
6934 * plot/__pltopt1__.m: Likewise. | |
6935 | |
3980 | 6936 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6937 | |
3981 | 6938 * general/rem.m: Delete redundant call to usage. |
6939 | |
3980 | 6940 * general/mod.m: Additional error checks, Texinfoize doc string. |
6941 | |
5095 | 6942 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 6943 |
6944 * general/mod.m: New function. | |
6945 | |
3979 | 6946 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6947 | |
6948 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
6949 * control/system/sysadd.m: Likewise. | |
6950 * control/system/sysgroup.m: Likewise. | |
6951 * control/system/syssub.m: Likewise. | |
6952 * elfun/gcd.m: Likewise. | |
6953 * elfun/lcm.m: Likewise. | |
6954 * general/common_size.m: Likewise. | |
6955 * io/printf.m: Likewise. | |
6956 * miscellaneous/menu.m: Likewise. | |
6957 * miscellaneous/path.m: Likewise. | |
6958 * plot/__errplot__.m: Likewise. | |
6959 * plot/__plt__.m: Likewise. | |
6960 * plot/axis.m: Likewise. | |
6961 * plot/errorbar.m: Likewise. | |
6962 * plot/mplot.m: Likewise. | |
6963 * plot/loglog.m: Likewise. | |
6964 * plot/plot.m: Likewise. | |
6965 * plot/plot_border.m: Likewise. | |
6966 * plot/semilogx.m: Likewise. | |
6967 * plot/semilogy.m: Likewise. | |
6968 * plot/xlabel.m: Likewise. | |
6969 * plot/ylabel.m: Likewise. | |
6970 * plot/zlabel.m: Likewise. | |
6971 * statistics/base/ppplot.m: Likewise. | |
6972 * statistics/base/qqplot.m: Likewise. | |
6973 * statistics/tests/bartlett_test.m: Likewise. | |
6974 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
6975 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
6976 * strings/str2mat.m: Likewise. | |
6977 * strings/strcat.m: Likewise. | |
6978 | |
5095 | 6979 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 6980 |
6981 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
6982 | |
3924 | 6983 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6984 | |
6985 * skip-autoheader: New file, for autogen.sh. | |
3925 | 6986 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 6987 |
5095 | 6988 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 6989 |
6990 * general/repmat.m: New function. | |
6991 | |
5095 | 6992 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 6993 |
6994 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
6995 Use optional parameter to specify the number of bits in the input. | |
6996 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
6997 floats in the range [-1,1], 2x speedup. | |
6998 | |
6999 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7000 | |
3910 | 7001 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7002 | |
7003 * linear-algebra/kron.m: Delete. | |
7004 | |
5095 | 7005 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7006 |
7007 * signal/freqz.m: If nargout is zero, plot results instead of | |
7008 returning them. | |
7009 * signal/freqz_plot.m: New file. | |
7010 | |
5095 | 7011 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7012 |
5378 | 7013 * signal/unwrap.m: New file. |
3906 | 7014 |
5095 | 7015 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7016 |
7017 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7018 divide by zero warning. | |
7019 | |
5095 | 7020 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7021 |
3894 | 7022 * strings/deblank.m: Trim \0 as well as blank. |
7023 | |
5378 | 7024 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7025 expressed in radians or Hz relative to a supplied sample rate. |
7026 | |
5095 | 7027 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7028 |
7029 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7030 | |
3891 | 7031 * strings/findstr.m: Vectorize as much as possible. |
7032 | |
5095 | 7033 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7034 |
7035 * special-matrix/invhilb.m: New version that is faster and more | |
7036 accurate. | |
7037 | |
5095 | 7038 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7039 |
7040 * configure.in: Update for autoconf 2.5x. | |
7041 | |
5095 | 7042 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7043 |
7044 * special-matrix/vander.m: Code tidy and vectorize. | |
7045 | |
5095 | 7046 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7047 |
3883 | 7048 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7049 to vectors. Issue a warning in the case x matches y' but return a | |
7050 column vector as Octave currently does. | |
7051 | |
3882 | 7052 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7053 | |
7054 * control/system/starp.m: Leave more of the documentation | |
7055 processing to texinfo and less to the @format block. | |
7056 | |
7057 * image/imagesc.m: Only display image if no output is requested. | |
7058 Code tidying. | |
7059 | |
3876 | 7060 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7061 | |
7062 * statistics/base/center.m: Accept and return empty matrix. | |
7063 | |
3872 | 7064 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7065 | |
7066 * specfun/erfinv.m: Fix usage message. | |
7067 | |
3869 | 7068 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7069 | |
7070 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7071 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7072 | |
3837 | 7073 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7074 | |
7075 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7076 capitalized variable names. | |
7077 | |
3836 | 7078 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7079 | |
7080 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7081 | |
5095 | 7082 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7083 |
7084 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7085 | |
3803 | 7086 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7087 | |
3833 | 7088 * general/cart2pol.m: New file. |
7089 * general/pol2cart.m: New file. | |
7090 * general/cart2sph.m: New file. | |
7091 * general/sph2cart.m: New file. | |
7092 * image/rgb2hsv.m: New file. | |
7093 * image/hsv2rgb.m: New file. | |
3803 | 7094 |
7095 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7096 | |
7097 * plot/meshgrid.m: Avoid for loops. | |
7098 * plot/meshdom.m: Likewise. | |
7099 | |
3801 | 7100 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7101 | |
7102 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7103 | |
7104 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7105 | |
7106 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7107 norm. | |
7108 | |
3792 | 7109 2001-02-09 David Livings <david.livings@asa.co.uk> |
7110 | |
7111 * statistics/tests/welch_test.m: Fix typo. | |
7112 | |
7113 * statistics/distributions/chisquare_cdf.m: | |
7114 Don't restrict inputs to be only positive integers. | |
7115 * statistics/distributions/chisquare_inv.m: Likewise. | |
7116 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7117 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7118 * statistics/distributions/f_cdf.m: Likewise. | |
7119 * statistics/distributions/f_inv.m: Likewise. | |
7120 * statistics/distributions/f_pdf.m: Likewise. | |
7121 * statistics/distributions/f_rnd.m: Likewise. | |
7122 * statistics/distributions/t_cdf.m: Likewise. | |
7123 * statistics/distributions/t_inv.m: Likewise. | |
7124 * statistics/distributions/t_pdf.m: Likewise. | |
7125 * statistics/distributions/t_rnd.m: Likewise. | |
7126 | |
3790 | 7127 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7128 | |
7129 * strings/dec2base.m: New file. | |
7130 * strings/base2dec.m: New file. | |
7131 * strings/strjust.m: New file. | |
7132 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7133 * strings/dec2bin.m: Likewise. | |
7134 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7135 * strings/bin2dec.m: Likewise. | |
7136 | |
5095 | 7137 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7138 |
7139 * statistics/base/ppplot.m: Use gset, not set. | |
7140 * statistics/base/qqplot.m: Likewise. | |
7141 | |
5095 | 7142 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7143 |
7144 * control/system/c2d.m: Add missing endif. | |
7145 | |
3759 | 7146 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7147 | |
7148 * strings/index.m: Return 0 if either string is empty. | |
7149 | |
7150 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7151 | |
7152 * control/system/c2d.m: Allow option of matched pole/zero | |
7153 equivalent for conversion. | |
7154 | |
7155 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7156 | |
7157 * strings/findstr.m: Return empty matrix if search string is empty. | |
7158 | |
3757 | 7159 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7160 | |
7161 * saveimage.m: Do create rawbit image for black and white images, | |
7162 but do it correctly. | |
7163 | |
3754 | 7164 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7165 | |
6778 | 7166 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7167 result polynomials. | |
3754 | 7168 |
3748 | 7169 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7170 | |
7171 * image/saveimage.m: Don't try to create rawbit image. | |
7172 | |
3740 | 7173 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7174 | |
7175 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7176 | |
5095 | 7177 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7178 |
7179 * plot/contour.m: Reorder args for Matlab compatibility. | |
7180 | |
3727 | 7181 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7182 | |
7183 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7184 | |
3717 | 7185 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7186 | |
3718 | 7187 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7188 | |
3717 | 7189 * plot/mesh.m: Also set nologscale before plotting. |
7190 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7191 xyerrorbars instead of just errorbars. | |
7192 | |
3714 | 7193 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7194 | |
7195 * image/image.m: Try display (from ImageMagick) first. | |
7196 | |
3709 | 7197 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7198 | |
7199 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7200 conjugate transpose. | |
7201 | |
3705 | 7202 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7203 | |
7204 * strings/str2mat.m: Apply setstr to each argument. | |
7205 | |
3696 | 7206 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7207 | |
7208 * control/base/dkalman.m: New file. | |
7209 * control/base/dlqe.m: Handle singular A matrix. | |
7210 * control/base/dlqr.m: Likewise. | |
7211 | |
3695 | 7212 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7213 | |
7214 * strings/strcmp.m: Return 0 instead of an error if row and column | |
7215 dimensions don't match. | |
7216 | |
3690 | 7217 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
7218 | |
7219 * plot/hist.m: Allow 3 argument form to work. | |
7220 | |
5095 | 7221 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 7222 |
7223 * plot/plot.m: Add examples in doc string. | |
7224 | |
5095 | 7225 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 7226 |
7227 * control/base/__stepimp__.m: Reset multiplot state when done. | |
7228 Do the right thing even if automatic_replot is not zero. | |
7229 Avoid failure if system has pure imaginary poles. | |
7230 | |
3674 | 7231 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7232 | |
7233 * general/logical.m: Return arg if it is empty. Better error | |
7234 message for non-numeric types. | |
7235 | |
5095 | 7236 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 7237 |
7238 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
7239 about difference with Matlab dlqe function. | |
7240 | |
7241 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
7242 | |
5095 | 7243 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 7244 |
7245 * strings/strrep.m: Fix typo. | |
7246 | |
3666 | 7247 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7248 | |
7249 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
7250 | |
5095 | 7251 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 7252 |
7253 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 7254 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 7255 |
5095 | 7256 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 7257 |
7258 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
7259 guess for iteration. | |
7260 | |
3651 | 7261 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7262 | |
7263 * image/image.m: Allow image (A) or image (x, y, A). | |
7264 * image/imagesc.m: Likewise. | |
7265 | |
7266 * image/image.m: If zoom is not supplied, or if it is an empty | |
7267 matrix, autoscale the image. | |
7268 | |
3618 | 7269 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7270 | |
3619 | 7271 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
7272 Undo string escapes in text twice(!) before sending to gnuplot. | |
7273 | |
3618 | 7274 * image/saveimage.m: Add comment to file saying who created it and |
7275 when it was created. Suggested by Stephen Eglen | |
7276 <stephen@cogsci.ed.ac.uk>. | |
7277 | |
5095 | 7278 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 7279 |
7280 * polynomial/polyreduce.m: Simplify by looking for the first | |
7281 non-zero element rather than the last of the first set of zero | |
7282 elements. | |
7283 | |
7284 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
7285 | |
5095 | 7286 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 7287 |
7288 * image/saveimage.m: Swap black and white colormaps so zero is | |
7289 displayed as black and 1 is displayed as white. | |
7290 Fix indexing bug in ppm case. | |
7291 | |
3604 | 7292 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
7293 | |
7294 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
7295 between the two distributions (took same approach as ks.test() in R.) | |
7296 | |
3603 | 7297 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7298 | |
7299 * control/base/bode.m: Temporarily disable automatic_replot. | |
7300 | |
3599 | 7301 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7302 | |
3601 | 7303 * Makefile.in (clean): Also remove gethelp. |
7304 | |
3599 | 7305 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
7306 | |
5095 | 7307 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 7308 |
7309 * set/create_set.m: Use find to avoid while loop. | |
7310 | |
5095 | 7311 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 7312 |
7313 * plot/hist.m: New optional third argument. | |
7314 | |
7315 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7316 | |
7317 * miscellaneous/bug_report.m: Use octave-bug script with version | |
7318 number appended. | |
7319 | |
3575 | 7320 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7321 | |
7322 * gethelp.cc: Sprinkle with std:: qualifier. | |
7323 | |
3498 | 7324 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7325 | |
7326 * image/saveimage.m: Delete some debugging code. | |
7327 | |
3486 | 7328 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
7329 | |
7330 * signal/sinc.m: Avoid reshaping. | |
7331 | |
7332 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
7333 * image/ind2rgb.m: Ditto. | |
7334 * image/ind2gray.m: Ditto. | |
7335 * general/reshape.m: Ditto. Also no longer needs to reset | |
7336 implicit_str_to_num_ok. | |
7337 | |
3483 | 7338 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
7339 | |
7340 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
7341 a list of file structures, not a vector of numeric file ids. | |
7342 | |
3474 | 7343 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7344 | |
3476 | 7345 * plot/__axis_label__.m: New function. |
7346 Undo string escapes in text twice(!) before sending to gnuplot. | |
7347 * plot/xlabel.m: Use it. | |
7348 * plot/ylabel.m: Ditto. | |
7349 * plot/zlabel.m: Ditto. | |
7350 | |
3474 | 7351 * plot/mesh.m: Fix error message to reflect reality. |
7352 | |
5095 | 7353 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 7354 |
7355 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
7356 | |
5095 | 7357 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 7358 |
7359 * audio/saveaudio.m: Also accept files with .ul extension. | |
7360 * audio/loadaudio.m: Ditto. | |
7361 * audio/playaudio.m: Ditto. | |
7362 | |
3456 | 7363 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7364 | |
7365 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
7366 * statistics/distributions/beta_inv.m: Ditto. | |
7367 * statistics/distributions/beta_pdf.m: Ditto. | |
7368 * statistics/distributions/beta_rnd.m: Ditto. | |
7369 * statistics/distributions/binomial_cdf.m: Ditto. | |
7370 * statistics/distributions/binomial_inv.m: Ditto. | |
7371 * statistics/distributions/binomial_pdf.m: Ditto. | |
7372 * statistics/distributions/binomial_rnd.m: Ditto. | |
7373 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7374 * statistics/distributions/cauchy_inv.m: Ditto. | |
7375 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7376 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7377 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7378 * statistics/distributions/chisquare_inv.m: Ditto. | |
7379 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7380 * statistics/distributions/chisquare_rnd.m: Ditto. | |
7381 * statistics/distributions/discrete_cdf.m: Ditto. | |
7382 * statistics/distributions/discrete_inv.m: Ditto. | |
7383 * statistics/distributions/discrete_pdf.m: Ditto. | |
7384 * statistics/distributions/discrete_rnd.m: Ditto. | |
7385 * statistics/distributions/empirical_cdf.m: Ditto. | |
7386 * statistics/distributions/empirical_inv.m: Ditto. | |
7387 * statistics/distributions/empirical_pdf.m: Ditto. | |
7388 * statistics/distributions/empirical_rnd.m: Ditto. | |
7389 * statistics/distributions/exponential_cdf.m: Ditto. | |
7390 * statistics/distributions/exponential_inv.m: Ditto. | |
7391 * statistics/distributions/exponential_pdf.m: Ditto. | |
7392 * statistics/distributions/exponential_rnd.m: Ditto. | |
7393 * statistics/distributions/f_cdf.m: Ditto. | |
7394 * statistics/distributions/f_inv.m: Ditto. | |
7395 * statistics/distributions/f_pdf.m: Ditto. | |
7396 * statistics/distributions/f_rnd.m: Ditto. | |
7397 * statistics/distributions/gamma_cdf.m: Ditto. | |
7398 * statistics/distributions/gamma_inv.m: Ditto. | |
7399 * statistics/distributions/gamma_pdf.m: Ditto. | |
7400 * statistics/distributions/gamma_rnd.m: Ditto. | |
7401 * statistics/distributions/geometric_cdf.m: Ditto. | |
7402 * statistics/distributions/geometric_inv.m: Ditto. | |
7403 * statistics/distributions/geometric_pdf.m: Ditto. | |
7404 * statistics/distributions/geometric_rnd.m: Ditto. | |
7405 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
7406 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
7407 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
7408 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
7409 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
7410 * statistics/distributions/laplace_cdf.m: Ditto. | |
7411 * statistics/distributions/laplace_inv.m: Ditto. | |
7412 * statistics/distributions/laplace_pdf.m: Ditto. | |
7413 * statistics/distributions/laplace_rnd.m: Ditto. | |
7414 * statistics/distributions/logistic_cdf.m: Ditto. | |
7415 * statistics/distributions/logistic_inv.m: Ditto. | |
7416 * statistics/distributions/logistic_pdf.m: Ditto. | |
7417 * statistics/distributions/logistic_rnd.m: Ditto. | |
7418 * statistics/distributions/lognormal_cdf.m: Ditto. | |
7419 * statistics/distributions/lognormal_inv.m: Ditto. | |
7420 * statistics/distributions/lognormal_pdf.m: Ditto. | |
7421 * statistics/distributions/lognormal_rnd.m: Ditto. | |
7422 * statistics/distributions/normal_cdf.m: Ditto. | |
7423 * statistics/distributions/normal_inv.m: Ditto. | |
7424 * statistics/distributions/normal_pdf.m: Ditto. | |
7425 * statistics/distributions/normal_rnd.m: Ditto. | |
7426 * statistics/distributions/pascal_cdf.m: Ditto. | |
7427 * statistics/distributions/pascal_inv.m: Ditto. | |
7428 * statistics/distributions/pascal_pdf.m: Ditto. | |
7429 * statistics/distributions/pascal_rnd.m: Ditto. | |
7430 * statistics/distributions/poisson_cdf.m: Ditto. | |
7431 * statistics/distributions/poisson_inv.m: Ditto. | |
7432 * statistics/distributions/poisson_pdf.m: Ditto. | |
7433 * statistics/distributions/poisson_rnd.m: Ditto. | |
7434 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
7435 * statistics/distributions/stdnormal_inv.m: Ditto. | |
7436 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
7437 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
7438 * statistics/distributions/t_cdf.m: Ditto. | |
7439 * statistics/distributions/t_inv.m: Ditto. | |
7440 * statistics/distributions/t_pdf.m: Ditto. | |
7441 * statistics/distributions/t_rnd.m: Ditto. | |
7442 * statistics/distributions/uniform_cdf.m: Ditto. | |
7443 * statistics/distributions/uniform_inv.m: Ditto. | |
7444 * statistics/distributions/uniform_pdf.m: Ditto. | |
7445 * statistics/distributions/uniform_rnd.m: Ditto. | |
7446 * statistics/distributions/weibull_cdf.m: Ditto. | |
7447 * statistics/distributions/weibull_inv.m: Ditto. | |
7448 * statistics/distributions/weibull_pdf.m: Ditto. | |
7449 * statistics/distributions/weibull_rnd.m: Ditto. | |
7450 * statistics/distributions/wiener_rnd.m: Ditto. | |
7451 | |
3453 | 7452 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7453 | |
7454 * statistics/base/values.m: Texinfoize doc string. | |
7455 * statistics/base/var.m: Ditto. | |
7456 * statistics/base/table.m: Ditto. | |
7457 * statistics/base/studentize.m: Ditto. | |
7458 * statistics/base/statistics.m: Ditto. | |
7459 * statistics/base/spearman.m: Ditto. | |
7460 * statistics/base/run_count.m: Ditto. | |
7461 * statistics/base/ranks.m: Ditto. | |
7462 * statistics/base/range.m: Ditto. | |
7463 * statistics/base/qqplot.m: Ditto. | |
7464 * statistics/base/probit.m: Ditto. | |
7465 * statistics/base/ppplot.m: Ditto. | |
7466 * statistics/base/moment.m: Ditto. | |
7467 * statistics/base/meansq.m: Ditto. | |
7468 * statistics/base/logit.m: Ditto. | |
7469 * statistics/base/kendall.m: Ditto. | |
7470 * statistics/base/iqr.m: Ditto. | |
7471 * statistics/base/cut.m: Ditto. | |
7472 * statistics/base/cor.m: Ditto. | |
7473 * statistics/base/cloglog.m: Ditto. | |
7474 * statistics/base/center.m: Ditto. | |
3454 | 7475 * statistics/models/logistic_regression.m: Ditto. |
7476 * statistics/models/logistic_regression_derivative.m: Ditto. | |
7477 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
7478 * statistics/tests/anova.m: Ditto. | |
7479 * statistics/tests/bartlett_test.m: Ditto. | |
7480 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
7481 * statistics/tests/chisquare_test_independence.m: Ditto. | |
7482 * statistics/tests/cor_test.m: Ditto. | |
7483 * statistics/tests/f_test_regression.m: Ditto. | |
7484 * statistics/tests/hotelling_test.m: Ditto. | |
7485 * statistics/tests/hotelling_test_2.m: Ditto. | |
7486 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
7487 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
7488 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
7489 * statistics/tests/manova.m: Ditto. | |
7490 * statistics/tests/mcnemar_test.m: Ditto. | |
7491 * statistics/tests/prop_test_2.m: Ditto. | |
7492 * statistics/tests/run_test.m: Ditto. | |
7493 * statistics/tests/sign_test.m: Ditto. | |
7494 * statistics/tests/t_test.m: Ditto. | |
7495 * statistics/tests/t_test_2.m: Ditto. | |
7496 * statistics/tests/t_test_regression.m: Ditto. | |
7497 * statistics/tests/u_test.m: Ditto. | |
7498 * statistics/tests/var_test.m: Ditto. | |
7499 * statistics/tests/welch_test.m: Ditto. | |
7500 * statistics/tests/wilcoxon_test.m: Ditto. | |
7501 * statistics/tests/z_test.m: Ditto. | |
7502 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 7503 |
3446 | 7504 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7505 | |
7506 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 7507 * plot/__plr1__.m: Ditto. |
7508 * plot/__pltopt__.m: Ditto. | |
7509 * plot/__plt__.m: Ditto. | |
7510 * plot/__plt2vv__.m: Ditto. | |
7511 * plot/__plr2__.m: Ditto. | |
7512 * plot/__plr__.m: Ditto. | |
7513 * plot/__plt1__.m: Ditto. | |
7514 * plot/__plt2__.m: Ditto. | |
7515 * plot/__plt2mm__.m: Ditto. | |
7516 * plot/__plt2mv__.m: Ditto. | |
7517 * plot/__plt2ss__.m: Ditto. | |
7518 * miscellaneous/paren.m: Ditto. | |
7519 * miscellaneous/comma.m: Ditto. | |
7520 * miscellaneous/semicolon.m: Ditto. | |
7521 * miscellaneous/path.m: Ditto. | |
7522 * miscellaneous/list_primes.m: Ditto. | |
7523 * miscellaneous/flops.m: Ditto. | |
7524 * miscellaneous/dump_prefs.m: Ditto. | |
7525 * miscellaneous/bug_report.m: Ditto. | |
7526 * linear-algebra/dot.m: Ditto | |
7527 * linear-algebra/dmult.m: Ditto. | |
7528 * general/randperm.m: Ditto. | |
7529 * general/logical.m: Ditto. | |
7530 * general/is_duplicate_entry.m: Ditto. | |
7531 * signal/arch_fit.m: Ditto. | |
7532 * signal/arch_rnd.m: Ditto. | |
7533 * signal/arch_test.m: Ditto. | |
7534 * signal/arma_rnd.m: Ditto. | |
7535 * signal/autocor.m: Ditto. | |
7536 * signal/autocov.m: Ditto. | |
7537 * signal/autoreg_matrix.m: Ditto. | |
7538 * signal/bartlett.m: Ditto. | |
7539 * signal/blackman.m: Ditto. | |
7540 * signal/detrend.m: Ditto. | |
7541 * signal/diffpara.m: Ditto. | |
7542 * signal/durbinlevinson.m: Ditto. | |
7543 * signal/fftconv.m: Ditto. | |
7544 * signal/fftfilt.m: Ditto. | |
7545 * signal/fftshift.m: Ditto. | |
7546 * signal/fractdiff.m: Ditto. | |
7547 * signal/freqz.m: Ditto. | |
7548 * signal/hamming.m: Ditto. | |
7549 * signal/hanning.m: Ditto. | |
7550 * signal/hurst.m: Ditto. | |
7551 * signal/periodogram.m: Ditto. | |
7552 * signal/rectangle_lw.m: Ditto. | |
7553 * signal/rectangle_sw.m: Ditto. | |
7554 * signal/sinc.m: Ditto. | |
7555 * signal/sinetone.m: Ditto. | |
7556 * signal/sinewave.m: Ditto. | |
7557 * signal/spectral_adf.m: Ditto. | |
7558 * signal/spectral_xdf.m: Ditto. | |
7559 * signal/spencer.m: Ditto. | |
7560 * signal/stft.m: Ditto. | |
7561 * signal/synthesis.m: Ditto. | |
7562 * signal/triangle_lw.m: Ditto. | |
7563 * signal/triangle_sw.m: Ditto. | |
7564 * signal/yulewalker.m: Ditto. | |
3450 | 7565 * control/util/strappend.m: Ditto. |
3451 | 7566 * control/base/nichols.m: Ditto. |
3452 | 7567 * control/system/is_signal_list.m: Ditto. |
7568 * control/system/listidx.m: Ditto. | |
7569 * control/system/sysgettsam.m: Ditto. | |
7570 * control/system/sysidx.m: Ditto. | |
3446 | 7571 |
3438 | 7572 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7573 | |
7574 * control/system/__abcddims__.m: Rename from | |
7575 control/system/abcddims.m, change all callers. | |
7576 * control/base/__bodquist__.m: Likewise. | |
7577 * control/base/__freqresp__.m: Likewise. | |
7578 * control/util/__outlist__.m: Likewise. | |
7579 * control/base/__stepimp__.m: Likewise. | |
7580 * control/system/__syschnamesl__.m: Likewise. | |
7581 * control/system/__syscont_disc__.m: Likewise. | |
7582 * control/system/__sysdefioname__.m: Likewise. | |
7583 * control/system/__sysdefstname__.m: Likewise. | |
7584 * control/system/__sysgroupn__.m: Likewise. | |
7585 * control/system/__tf2sysl__.m: Likewise. | |
7586 * control/util/__zgpbal__.m: Likewise. | |
7587 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 7588 |
7589 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 7590 * quaternion/qconj.m: Ditto. |
7591 * quaternion/qcoordinate_plot.m: Ditto. | |
7592 * quaternion/qderiv.m: Ditto. | |
7593 * quaternion/qderivmat.m: Ditto. | |
7594 * quaternion/qinv.m: Ditto. | |
7595 * quaternion/qmult.m: Ditto. | |
7596 * quaternion/qtrans.m: Ditto. | |
7597 * quaternion/qtransv.m: Ditto. | |
7598 * quaternion/qtransvmat.m: Ditto. | |
7599 * quaternion/quaternion.m: Ditto. | |
3438 | 7600 |
3436 | 7601 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7602 | |
7603 * control/base/Makefile.in: Ditto. | |
7604 * control/hinf/Makefile.in: New file. | |
7605 * control/marsyas/Makefile.in: Ditto. | |
7606 * control/obsolete/Makefile.in: Ditto. | |
7607 * control/system/Makefile.in: Ditto. | |
7608 * control/util/Makefile.in: Ditto. | |
7609 | |
7610 * strings/com2str.m: Move here from control directory. | |
7611 | |
7612 * control/base: New directory. | |
7613 * control/base/DEMOcontrol.m: Move here from control directory. | |
7614 * control/base/analdemo.m: Ditto. | |
7615 * control/base/are.m: Ditto. | |
7616 * control/base/bddemo.m: Ditto. | |
7617 * control/base/bode.m: Ditto. | |
7618 * control/base/bode_bounds.m: Ditto. | |
7619 * control/base/bodquist.m: Ditto. | |
7620 * control/base/controldemo.m: Ditto. | |
7621 * control/base/ctrb.m: Ditto. | |
7622 * control/base/damp.m: Ditto. | |
7623 * control/base/dare.m: Ditto. | |
7624 * control/base/dcgain.m: Ditto. | |
7625 * control/base/dgram.m: Ditto. | |
7626 * control/base/dlqe.m: Ditto. | |
7627 * control/base/dlqr.m: Ditto. | |
7628 * control/base/dlyap.m: Ditto. | |
7629 * control/base/dre.m: Ditto. | |
7630 * control/base/frdemo.m: Ditto. | |
7631 * control/base/freqchkw.m: Ditto. | |
7632 * control/base/freqresp.m: Ditto. | |
7633 * control/base/gram.m: Ditto. | |
7634 * control/base/impulse.m: Ditto. | |
7635 * control/base/lqe.m: Ditto. | |
7636 * control/base/lqg.m: Ditto. | |
7637 * control/base/lqr.m: Ditto. | |
7638 * control/base/lsim.m: Ditto. | |
7639 * control/base/ltifr.m: Ditto. | |
7640 * control/base/lyap.m: Ditto. | |
7641 * control/base/nichols.m: Ditto. | |
7642 * control/base/nyquist.m: Ditto. | |
7643 * control/base/obsv.m: Ditto. | |
7644 * control/base/place.m: Ditto. | |
7645 * control/base/pzmap.m: Ditto. | |
7646 * control/base/rldemo.m: Ditto. | |
7647 * control/base/rlocus.m: Ditto. | |
7648 * control/base/step.m: Ditto. | |
7649 * control/base/stepimp.m: Ditto. | |
7650 * control/base/tzero.m: Ditto. | |
7651 * control/base/tzero2.m: Ditto. | |
7652 | |
7653 * control/hinf: New directory. | |
7654 * control/hinf/dhinfdemo.m: Move here from control directory. | |
7655 * control/hinf/h2norm.m: Ditto. | |
7656 * control/hinf/h2syn.m: Ditto. | |
7657 * control/hinf/hinf_ctr.m: Ditto. | |
7658 * control/hinf/hinfdemo.m: Ditto. | |
7659 * control/hinf/hinfnorm.m: Ditto. | |
7660 * control/hinf/hinfsyn.m: Ditto. | |
7661 * control/hinf/hinfsyn_chk.m: Ditto. | |
7662 * control/hinf/hinfsyn_ric.m: Ditto. | |
7663 * control/hinf/wgt1o.m: Ditto. | |
3441 | 7664 * control/hinf/dgkfdemo.m: Ditto. |
7665 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 7666 |
7667 * control/marsyas: New directory. | |
7668 * control/marsyas/demomarsyas.m: Move here from control directory. | |
7669 * control/marsyas/susball.m: Ditto. | |
7670 | |
7671 * control/obsolete/dezero.m: Move here from control directory. | |
7672 * control/obsolete/rotg.m: Ditto. | |
7673 | |
7674 * control/system: New directory. | |
7675 * control/system/abcddim.m: Move here from control directory. | |
7676 * control/system/abcddims.m: Ditto. | |
7677 * control/system/buildssic.m: Ditto. | |
7678 * control/system/c2d.m: Ditto. | |
7679 * control/system/d2c.m: Ditto. | |
7680 * control/system/dmr2d.m: Ditto. | |
7681 * control/system/fir2sys.m: Ditto. | |
7682 * control/system/is_abcd.m: Ditto. | |
7683 * control/system/is_digital.m: Ditto. | |
7684 * control/system/is_sample.m: Ditto. | |
7685 * control/system/is_signal_list.m: Ditto. | |
7686 * control/system/is_siso.m: Ditto. | |
3441 | 7687 * control/system/is_controllable.m: Ditto. |
7688 * control/system/is_detectable.m: Ditto. | |
7689 * control/system/is_observable.m: Ditto. | |
7690 * control/system/is_stabilizable.m: Ditto. | |
7691 * control/system/is_stable.m: Ditto. | |
3436 | 7692 * control/system/jet707.m: Ditto. |
7693 * control/system/listidx.m: Ditto. | |
7694 * control/system/moddemo.m: Ditto. | |
7695 * control/system/ord2.m: Ditto. | |
7696 * control/system/packedform.m: Ditto. | |
7697 * control/system/parallel.m: Ditto. | |
7698 * control/system/ss2sys.m: Ditto. | |
7699 * control/system/ss2tf.m: Ditto. | |
7700 * control/system/ss2zp.m: Ditto. | |
7701 * control/system/starp.m: Ditto. | |
7702 * control/system/sys2fir.m: Ditto. | |
7703 * control/system/sys2ss.m: Ditto. | |
7704 * control/system/sys2tf.m: Ditto. | |
7705 * control/system/sys2zp.m: Ditto. | |
7706 * control/system/sysadd.m: Ditto. | |
7707 * control/system/sysappend.m: Ditto. | |
7708 * control/system/syschnamesl.m: Ditto. | |
7709 * control/system/syschtsam.m: Ditto. | |
7710 * control/system/sysconnect.m: Ditto. | |
7711 * control/system/syscont.m: Ditto. | |
7712 * control/system/syscont_disc.m: Ditto. | |
7713 * control/system/sysdefioname.m: Ditto. | |
7714 * control/system/sysdefstname.m: Ditto. | |
7715 * control/system/sysdimensions.m: Ditto. | |
7716 * control/system/sysdisc.m: Ditto. | |
7717 * control/system/sysdup.m: Ditto. | |
7718 * control/system/sysgetsignals.m: Ditto. | |
7719 * control/system/sysgettsam.m: Ditto. | |
7720 * control/system/sysgettype.m: Ditto. | |
7721 * control/system/sysgroup.m: Ditto. | |
7722 * control/system/sysgroupn.m: Ditto. | |
7723 * control/system/sysidx.m: Ditto. | |
7724 * control/system/sysmin.m: Ditto. | |
7725 * control/system/sysmult.m: Ditto. | |
7726 * control/system/sysout.m: Ditto. | |
7727 * control/system/sysprune.m: Ditto. | |
7728 * control/system/sysreorder.m: Ditto. | |
7729 * control/system/sysrepdemo.m: Ditto. | |
7730 * control/system/sysscale.m: Ditto. | |
7731 * control/system/syssetsignals.m: Ditto. | |
7732 * control/system/syssub.m: Ditto. | |
7733 * control/system/sysupdate.m: Ditto. | |
7734 * control/system/tf2ss.m: Ditto. | |
7735 * control/system/tf2sys.m: Ditto. | |
7736 * control/system/tf2sysl.m: Ditto. | |
7737 * control/system/tf2zp.m: Ditto. | |
7738 * control/system/tfout.m: Ditto. | |
7739 * control/system/ugain.m: Ditto. | |
7740 * control/system/zp2ss.m: Ditto. | |
7741 * control/system/zp2ssg2.m: Ditto. | |
7742 * control/system/zp2sys.m: Ditto. | |
7743 * control/system/zp2tf.m: Ditto. | |
7744 * control/system/zpout.m: Ditto. | |
7745 | |
7746 * control/util: New directory. | |
7747 * control/util/axis2dlim.m: Move here from control directory. | |
7748 * control/util/outlist.m: Ditto. | |
7749 * control/util/prompt.m: Ditto. | |
7750 * control/util/run_cmd.m: Ditto. | |
7751 * control/util/sortcom.m: Ditto. | |
7752 * control/util/strappend.m: Ditto. | |
7753 * control/util/swap.m: Ditto. | |
7754 * control/util/zgfmul.m: Ditto. | |
7755 * control/util/zgfslv.m: Ditto. | |
7756 * control/util/zginit.m: Ditto. | |
7757 * control/util/zgpbal.m: Ditto. | |
7758 * control/util/zgreduce.m: Ditto. | |
7759 * control/util/zgrownorm.m: Ditto. | |
7760 * control/util/zgscal.m: Ditto. | |
7761 * control/util/zgsgiv.m: Ditto. | |
7762 * control/util/zgshsr.m: Ditto. | |
7763 | |
3427 | 7764 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7765 | |
7766 * gethelp.cc (extract_help_text): Discard first space character | |
7767 after consecutive comment characters. | |
7768 | |
3422 | 7769 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
7770 | |
7771 * control/obsolete: New directory | |
7772 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 7773 * control/obsolete/swapcols.m: Ditto. |
7774 * control/obsolete/dlqg.m: Ditto. | |
7775 * control/obsolete/minfo.m: Ditto. | |
7776 * control/obsolete/packsys.m: Ditto. | |
7777 * control/obsolete/qzval.m: Ditto. | |
7778 * control/obsolete/unpacksys.m: Ditto. | |
7779 * control/obsolete/series.m: Ditto. | |
7780 * control/obsolete/syschnames.m: Ditto. | |
7781 * polynomial/polyout.m: Ditto. | |
3422 | 7782 |
3420 | 7783 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7784 | |
7785 * general/fliplr.m: Eliminate useless copy of arg. | |
7786 * general/flipud.m: Ditto. | |
7787 | |
3418 | 7788 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7789 | |
7790 * linear-algebra/cross.m: Only return a row vector if both args | |
7791 are row vectors. | |
7792 * polynomial/polyfit.m: Likewise. | |
7793 | |
7794 * signal/autocov.m: Don't reset prefer_column_vectors. | |
7795 | |
7796 * statistics/distributions/discrete_rnd.m: | |
7797 Always generate a row vector. | |
7798 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
7799 | |
5095 | 7800 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 7801 |
7802 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
7803 | |
7804 * audio/setaudio.m: Texinfoize doc string. | |
7805 * control/com2str.m: Likewise. | |
7806 * control/controldemo.m: Likewise. | |
7807 * control/DEMOcontrol.m: Likewise. | |
7808 * control/dezero.m: Likewise. | |
7809 * control/dre.m: Likewise. | |
7810 * control/hinfsyn_ric.m: Likewise. | |
7811 | |
5095 | 7812 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 7813 |
7814 * io/printf.m: Add @seealso{...} to doc string. | |
7815 * io/puts.m: Likewise. | |
7816 * plot/semilogx.m: Likewise. | |
7817 * plot/semilogy.m: Likewise. | |
7818 * plot/__pltopt__.m: Likewise. | |
7819 * plot/bar.m: Likewise. | |
7820 * plot/xlabel.m: Likewise. | |
7821 * plot/grid.m: Likewise. | |
7822 * plot/shg.m: Likewise. | |
7823 * plot/title.m: Likewise. | |
7824 * plot/mesh.m: Likewise. | |
7825 * plot/__pltopt1__.m: Likewise. | |
7826 * plot/contour.m: Likewise. | |
7827 * plot/hist.m: Likewise. | |
7828 * plot/stairs.m: Likewise. | |
7829 * plot/meshgrid.m: Likewise. | |
7830 * plot/polar.m: Likewise. | |
7831 * plot/loglog.m: Likewise. | |
7832 * plot/plot.m: Likewise. | |
7833 * miscellaneous/semicolon.m: Likewise. | |
7834 * miscellaneous/menu.m: Likewise. | |
7835 * miscellaneous/etime.m: Likewise. | |
7836 * miscellaneous/texas_lotto.m: Likewise. | |
7837 * miscellaneous/comma.m: Likewise. | |
7838 * audio/lin2mu.m: Likewise. | |
7839 * audio/playaudio.m: Likewise. | |
7840 * audio/loadaudio.m: Likewise. | |
7841 * audio/saveaudio.m: Likewise. | |
7842 * audio/mu2lin.m: Likewise. | |
7843 * audio/record.m: Likewise. | |
7844 * strings/isletter.m: Likewise. | |
7845 * strings/lower.m: Likewise. | |
7846 * strings/lower.m: Likewise. | |
7847 * strings/upper.m: Likewise. | |
7848 * specfun/erfinv.m: Likewise. | |
7849 * specfun/gammai.m: Likewise. | |
7850 * specfun/log2.m: Likewise. | |
7851 * specfun/pow2.m: Likewise. | |
7852 * elfun/gcd.m: Likewise. | |
7853 * elfun/lcm.m: Likewise. | |
7854 * special-matrix/vander.m: Likewise. | |
7855 * special-matrix/sylvester_matrix.m: Likewise. | |
7856 * special-matrix/hilb.m: Likewise. | |
7857 * special-matrix/hankel.m: Likewise. | |
7858 * special-matrix/toeplitz.m: Likewise. | |
7859 * special-matrix/invhilb.m: Likewise. | |
7860 * statistics/base/std.m: Likewise. | |
7861 * statistics/base/median.m: Likewise. | |
7862 * linear-algebra/cond.m: Likewise. | |
7863 * linear-algebra/norm.m: Likewise. | |
7864 * finance/nper.m: Likewise. | |
7865 * finance/pmt.m: Likewise. | |
7866 * finance/pv.m: Likewise. | |
7867 * finance/rate.m: Likewise. | |
7868 * finance/npv.m: Likewise. | |
7869 * general/fliplr.m: Likewise. | |
7870 * general/flipud.m: Likewise. | |
7871 * general/is_scalar.m: Likewise. | |
7872 * general/rem.m: Likewise. | |
7873 * general/perror.m: Likewise. | |
7874 * general/tril.m: Likewise. | |
7875 * general/rot90.m: Likewise. | |
7876 * general/num2str.m: Likewise. | |
7877 * general/int2str.m: Likewise. | |
7878 * general/reshape.m: Likewise. | |
7879 * general/logspace.m: Likewise. | |
7880 * general/is_symmetric.m: Likewise. | |
7881 * general/is_vector.m: Likewise. | |
7882 * general/nextpow2.m: Likewise. | |
7883 * general/columns.m: Likewise. | |
7884 * general/is_square.m: Likewise. | |
7885 * general/rows.m: Likewise. | |
7886 * control/ugain.m: Likewise. | |
7887 * control/damp.m: Likewise. | |
7888 * control/dare.m: Likewise. | |
7889 * control/are.m: Likewise. | |
7890 * control/sys2fir.m: Likewise. | |
7891 * control/abcddim.m: Likewise. | |
7892 * control/is_abcd.m: Likewise. | |
7893 * control/step.m: Likewise. | |
7894 * control/is_observable.m: Likewise. | |
7895 * control/is_controllable.m: Likewise. | |
7896 * control/jet707.m: Likewise. | |
7897 * control/polyout.m: Likewise. | |
7898 * control/impulse.m: Likewise. | |
7899 * control/lqg.m: Likewise. | |
7900 * control/is_detectable.m: Likewise. | |
7901 * control/sysdimensions.m: Likewise. | |
7902 * control/sysupdate.m: Likewise. | |
7903 * control/stepimp.m: Likewise. | |
7904 * control/is_stable.m: Likewise. | |
7905 * control/tfout.m: Likewise. | |
7906 * control/zpout.m: Likewise. | |
7907 | |
3405 | 7908 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7909 | |
7910 * set/complement.m: Add @seealso{} stuff. | |
7911 * set/create_set.m: Likewise. | |
7912 * set/intersection.m: Likewise. | |
7913 * set/union.m: Likewise. | |
7914 | |
3399 | 7915 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7916 | |
3400 | 7917 * control/d2c.m: Use double quotes instead of single quotes for |
7918 string constants. | |
7919 * control/dgkfdemo.m: Likewise. | |
7920 * control/fir2sys.m: Likewise. | |
7921 * control/frdemo.m: Likewise. | |
7922 * control/moddemo.m: Likewise. | |
7923 * control/minfo.m: Likewise. | |
7924 * control/is_stabilizable.m: Likewise. | |
7925 * control/is_dgkf.m: Likewise. | |
7926 * control/polyout.m: Likewise. | |
7927 * control/sysconnect.m: Likewise. | |
7928 * control/sysrepdemo.m: Likewise. | |
7929 * control/tf2sys.m: Likewise. | |
7930 * control/tfout.m: Likewise. | |
7931 * control/zp2sys.m: Likewise. | |
7932 * control/zpout.m: Likewise. | |
7933 * control/tzero.m: Likewise. | |
7934 | |
7935 * control/DEMOcontrol.m: Handle moddemo case too. | |
7936 | |
7937 * image/loadimage.m: Use double quotes instead of single quotes | |
7938 for string constants. Use sprintf instead of square brackets to | |
7939 construct string. | |
7940 | |
3399 | 7941 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 7942 * control/fir2sys.m: Likewise. |
3399 | 7943 |
3390 | 7944 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7945 | |
7946 * mkdoc: Only delete spaces before @ characters at the beginning | |
7947 of a line. | |
7948 | |
3383 | 7949 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7950 | |
3388 | 7951 * control/bddemo.m: Make it more likely to work with any value of |
7952 whitespace_in_literal_matrix. | |
3386 | 7953 * control/analdemo.m: Ditto. |
7954 * control/dgkfdemo.m: Ditto. | |
7955 * control/frdemo.m: Ditto. | |
7956 * control/sysrepdemo.m: Ditto. | |
7957 * control/moddemo.m: Ditto. | |
3388 | 7958 * control/zp2ss.m: Ditto. |
3387 | 7959 * control/zp2tf.m: Ditto. |
3388 | 7960 * control/syssub.m: Ditto. |
7961 * finance/npv.m: Ditto. | |
7962 * statistics/base/studentize.m: Ditto. | |
7963 * statistics/base/values.m: Ditto. | |
7964 * statistics/distributions/exponential_cdf.m: Ditto. | |
7965 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 7966 |
3384 | 7967 * control/dezero.m: Use toascii to convert string to ASCII value |
7968 instead of multiplying it by 1. | |
7969 | |
3383 | 7970 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
7971 * control/zpout.m: Ditto. | |
7972 * control/tfout.m: Ditto. | |
7973 * control/tf2sys.m: Ditto. | |
7974 * control/syssub.m: Ditto. | |
7975 * control/syssetsignals.m: Ditto. | |
7976 * control/sysout.m: Ditto. | |
7977 * control/sysmult.m: Ditto. | |
7978 * control/sysgroup.m: Ditto. | |
7979 * control/sysdup.m: Ditto. | |
7980 * control/sysdisc.m: Ditto. | |
7981 * control/syscont.m: Ditto. | |
7982 * control/sysconnect.m: Ditto. | |
7983 * control/sysappend.m: Ditto. | |
7984 * control/sysadd.m: Ditto. | |
7985 * control/ss2sys.m: Ditto. | |
7986 * control/nyquist.m: Ditto. | |
7987 * control/lqg.m: Ditto. | |
7988 * control/fir2sys.m: Ditto. | |
7989 * control/dmr2d.m: Ditto. | |
7990 * control/dezero.m: Ditto. | |
7991 * control/d2c.m: Ditto. | |
7992 * control/c2d.m: Ditto. | |
7993 * control/bddemo.m: Ditto. | |
7994 * control/pzmap.m: Ditto. | |
7995 | |
5095 | 7996 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 7997 |
7998 * signal/spectral_adf.m: Fix typo. | |
7999 | |
3372 | 8000 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8001 | |
8002 * linear-algebra/cond.m: Texinfoize doc string. | |
8003 * linear-algebra/kron.m: Ditto. | |
8004 * linear-algebra/norm.m: Ditto. | |
8005 * linear-algebra/null.m: Ditto. | |
8006 * linear-algebra/orth.m: Ditto. | |
8007 * linear-algebra/rank.m: Ditto. | |
8008 * linear-algebra/trace.m: Ditto. | |
8009 * linear-algebra/qzhess.m: Ditto. | |
8010 * miscellaneous/menu.m: Ditto. | |
3373 | 8011 * general/perror.m: Ditto. |
8012 * general/strerror.m: Ditto. | |
8013 * general/columns.m: Ditto. | |
8014 * general/rows.m: Ditto. | |
8015 * image/colormap.m: Ditto. | |
8016 * image/gray.m: Ditto. | |
8017 * image/gray2ind.m: Ditto. | |
8018 * image/image.m: Ditto. | |
8019 * image/imagesc.m: Ditto. | |
8020 * image/imshow.m: Ditto. | |
8021 * image/ind2gray.m: Ditto. | |
8022 * image/ind2rgb.m: Ditto. | |
8023 * image/loadimage.m: Ditto. | |
8024 * image/rgb2ntsc.m: Ditto. | |
8025 * image/ntsc2rgb.m: Ditto. | |
8026 * image/ocean.m: Ditto. | |
8027 * image/rgb2ind.m: Ditto. | |
8028 * image/saveimage.m: Ditto. | |
3372 | 8029 * io/printf.m: Ditto. |
8030 * io/puts.m: Ditto. | |
8031 | |
3369 | 8032 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8033 | |
8034 * special-matrix/hankel.m: Texinfoize doc string. | |
8035 * special-matrix/hilb.m: Ditto. | |
8036 * special-matrix/invhilb.m: Ditto. | |
8037 * special-matrix/sylvester_matrix.m: Ditto. | |
8038 * special-matrix/toeplitz.m: Ditto. | |
8039 * special-matrix/vander.m: Ditto. | |
8040 * linear-algebra/vec.m: Ditto. | |
8041 * linear-algebra/vech.m: Ditto. | |
8042 * general/common_size.m: Ditto. | |
8043 * general/diff.m: Ditto. | |
8044 * general/fliplr.m: Ditto. | |
8045 * general/flipud.m: Ditto. | |
8046 * general/rot90.m: Ditto. | |
8047 * general/reshape.m: Ditto. | |
8048 * general/shift.m: Ditto. | |
8049 * general/tril.m: Ditto. | |
8050 * general/triu.m: Ditto. | |
8051 * general/logspace.m: Ditto. | |
3371 | 8052 * general/nargchk.m: Ditto. |
3369 | 8053 |
3367 | 8054 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8055 | |
8056 * statistics/base/mean: Texinfoize doc string. | |
8057 * statistics/base/median: Ditto. | |
8058 * statistics/base/std: Ditto. | |
8059 * statistics/base/cov: Ditto. | |
8060 * statistics/base/corrcoef: Ditto. | |
8061 * statistics/base/kurtosis: Ditto. | |
8062 * statistics/base/mahalanobis: Ditto. | |
8063 * statistics/base/skewness: Ditto. | |
3368 | 8064 * statistics/base/gls.m: Ditto. |
8065 * statistics/base/ols.m: Ditto. | |
3367 | 8066 * signal/detrend.m: Ditto. |
8067 * signal/freqz.m: Ditto. | |
8068 * signal/sinc.m: Ditto. | |
8069 * signal/fftconv.m: Ditto. | |
8070 * signal/fftfilt.m: Ditto. | |
3368 | 8071 * set/create_set.m: Ditto. |
8072 * set/union.m: Ditto. | |
8073 * set/intersection.m: Ditto. | |
8074 * set/complement.m: Ditto. | |
8075 * poly/compan.m: Ditto. | |
8076 * poly/conv: Ditto. | |
8077 * poly/deconv: Ditto. | |
8078 * poly/poly: Ditto. | |
8079 * poly/polyderiv: Ditto. | |
8080 * poly/polyfit: Ditto. | |
8081 * poly/polyinteg: Ditto. | |
8082 * poly/polyreduce: Ditto. | |
8083 * poly/polyval: Ditto. | |
8084 * poly/polyvalm: Ditto. | |
8085 * poly/residue: Ditto. | |
8086 * poly/roots: Ditto. | |
8087 * plot/top_title.m: Ditto | |
8088 * plot/subwindow.m: Ditto | |
8089 * plot/subplot.m: Ditto | |
8090 * plot/plot_border.m: Ditto | |
8091 * plot/oneplot.m: Ditto | |
8092 * plot/multiplot.m: Ditto | |
8093 * plot/mplot.m: Ditto | |
8094 * plot/xlabel.m: Ditto | |
8095 * plot/figure.m: Ditto | |
8096 * plot/meshdom.m: Ditto | |
8097 * plot/mesh.m: Ditto | |
8098 * plot/stairs.m: Ditto | |
8099 * plot/polar.m: Ditto | |
8100 * plot/loglog.m: Ditto | |
8101 * plot/hist.m: Ditto | |
8102 * plot/contour.m: Ditto | |
8103 * plot/bar.m: Ditto | |
8104 * plot/axis.m: Ditto | |
8105 * plot/plot.m: Ditto. | |
3367 | 8106 |
3361 | 8107 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8108 | |
3365 | 8109 * control/pinv.m: Delete. |
8110 | |
3364 | 8111 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8112 | |
3361 | 8113 * strings/blanks.m: Texinfoize doc string. |
8114 * strings/strcat.m: Ditto. | |
8115 * strings/str2mat.m: Ditto. | |
8116 * strings/deblank.m: Ditto. | |
8117 * strings/findstr.m: Ditto. | |
8118 * strings/index.m: Ditto. | |
8119 * strings/rindex.m: Ditto. | |
8120 * strings/split.m: Ditto. | |
8121 * strings/strcmp.m: Ditto. | |
8122 * strings/strrep.m: Ditto. | |
8123 * strings/substr.m: Ditto. | |
8124 * general/int2str.m: Ditto. | |
8125 * general/num2str.m: Ditto. | |
8126 * strings/dec2bin.m: Ditto. | |
8127 * strings/bin2dec: Ditto. | |
8128 * strings/dec2bin: Ditto. | |
8129 * strings/dec2hex: Ditto. | |
8130 * strings/hex2dec: Ditto. | |
8131 * strings/str2num: Ditto. | |
8132 | |
3347 | 8133 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8134 | |
8135 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8136 | |
5095 | 8137 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8138 |
8139 * control/DEMOcontrol.m: Texinfoize doc string. | |
8140 * control/abcddim.m: Ditto. | |
8141 * control/abcddims.m: Ditto. | |
8142 * control/analdemo.m: Ditto. | |
8143 * control/are.m: Ditto. | |
8144 * control/axis2dlim.m: Ditto. | |
8145 * control/bddemo.m: Ditto. | |
8146 * control/bode.m: Ditto. | |
8147 * control/bode_bounds.m: Ditto. | |
8148 * control/bodquist.m: Ditto. | |
8149 * control/buildssic.m: Ditto. | |
8150 * control/c2d.m: Ditto. | |
8151 * control/ctrb.m: Ditto. | |
8152 * control/d2c.m: Ditto. | |
8153 * control/damp.m: Ditto. | |
8154 * control/dare.m: Ditto. | |
8155 * control/dcgain.m: Ditto. | |
8156 * control/dgkfdemo.m: Ditto. | |
8157 * control/dgram.m: Ditto. | |
8158 * control/dlqe.m: Ditto. | |
8159 * control/dlqr.m: Ditto. | |
8160 * control/dlyap.m: Ditto. | |
8161 * control/dmr2d.m: Ditto. | |
8162 * control/fir2sys.m: Ditto. | |
8163 * control/frdemo.m: Ditto. | |
8164 * control/freqchkw.m: Ditto. | |
8165 * control/freqresp.m: Ditto. | |
8166 * control/gram.m: Ditto. | |
8167 * control/h2norm.m: Ditto. | |
8168 * control/h2syn.m: Ditto. | |
8169 * control/hinf_ctr.m: Ditto. | |
8170 * control/hinfdemo.m: Ditto. | |
8171 * control/hinfnorm.m: Ditto. | |
8172 * control/hinfsyn.m: Ditto. | |
8173 * control/hinfsyn_chk.m: Ditto. | |
8174 * control/impulse.m: Ditto. | |
8175 * control/is_abcd.m: Ditto. | |
8176 * control/is_controllable.m: Ditto. | |
8177 * control/is_detectable.m: Ditto. | |
8178 * control/is_dgkf.m: Ditto. | |
8179 * control/is_digital.m: Ditto. | |
8180 * control/is_observable.m: Ditto. | |
8181 * control/is_sample.m: Ditto. | |
8182 * control/is_signal_list.m: Ditto. | |
8183 * control/is_siso.m: Ditto. | |
8184 * control/is_stabilizable.m: Ditto. | |
8185 * control/is_stable.m: Ditto. | |
8186 * control/jet707.m: Ditto. | |
8187 * control/lqe.m: Ditto. | |
8188 * control/lqg.m: Ditto. | |
8189 * control/lqr.m: Ditto. | |
8190 * control/lsim.m: Ditto. | |
8191 * control/ltifr.m: Ditto. | |
8192 * control/lyap.m: Ditto. | |
8193 * control/moddemo.m: Ditto. | |
8194 * control/nyquist.m: Ditto. | |
8195 * control/obsv.m: Ditto. | |
8196 * control/ord2.m: Ditto. | |
8197 * control/outlist.m: Ditto. | |
8198 * control/pinv.m: Ditto. | |
8199 * control/place.m: Ditto. | |
8200 * control/polyout.m: Ditto. | |
8201 * control/prompt.m: Ditto. | |
8202 * control/pzmap.m: Ditto. | |
8203 * control/qzval.m: Ditto. | |
8204 * control/rldemo.m: Ditto. | |
8205 * control/rlocus.m: Ditto. | |
8206 * control/sortcom.m: Ditto. | |
8207 * control/ss2sys.m: Ditto. | |
8208 * control/ss2tf.m: Ditto. | |
8209 * control/ss2zp.m: Ditto. | |
8210 * control/starp.m: Ditto. | |
8211 * control/step.m: Ditto. | |
8212 * control/stepimp.m: Ditto. | |
8213 * control/susball.m: Ditto. | |
8214 * control/sys2fir.m: Ditto. | |
8215 * control/sys2ss.m: Ditto. | |
8216 * control/sys2tf.m: Ditto. | |
8217 * control/sys2zp.m: Ditto. | |
8218 * control/sysadd.m: Ditto. | |
8219 * control/sysappend.m: Ditto. | |
8220 * control/syschnames.m: Ditto. | |
8221 * control/syschnamesl.m: Ditto. | |
8222 * control/syschtsam.m: Ditto. | |
8223 * control/sysconnect.m: Ditto. | |
8224 * control/syscont.m: Ditto. | |
8225 * control/syscont_disc.m: Ditto. | |
8226 * control/sysdefioname.m: Ditto. | |
8227 * control/sysdefstname.m: Ditto. | |
8228 * control/sysdimensions.m: Ditto. | |
8229 * control/sysdisc.m: Ditto. | |
8230 * control/sysdup.m: Ditto. | |
8231 * control/sysgetsignals.m: Ditto. | |
8232 * control/sysgettype.m: Ditto. | |
8233 * control/sysgroup.m: Ditto. | |
8234 * control/sysgroupn.m: Ditto. | |
8235 * control/sysmult.m: Ditto. | |
8236 * control/sysout.m: Ditto. | |
8237 * control/sysprune.m: Ditto. | |
8238 * control/sysreorder.m: Ditto. | |
8239 * control/sysrepdemo.m: Ditto. | |
8240 * control/sysscale.m: Ditto. | |
8241 * control/syssetsignals.m: Ditto. | |
8242 * control/syssub.m: Ditto. | |
8243 * control/sysupdate.m: Ditto. | |
8244 * control/tf2ss.m: Ditto. | |
8245 * control/tf2sys.m: Ditto. | |
8246 * control/tf2sysl.m: Ditto. | |
8247 * control/tf2zp.m: Ditto. | |
8248 * control/tfout.m: Ditto. | |
8249 * control/tzero.m: Ditto. | |
8250 * control/tzero2.m: Ditto. | |
8251 * control/ugain.m: Ditto. | |
8252 * control/wgt1o.m: Ditto. | |
8253 * control/zgfmul.m: Ditto. | |
8254 * control/zgfslv.m: Ditto. | |
8255 * control/zginit.m: Ditto. | |
8256 * control/zgpbal.m: Ditto. | |
8257 * control/zgreduce.m: Ditto. | |
8258 * control/zgrownorm.m: Ditto. | |
8259 * control/zgscal.m: Ditto. | |
8260 * control/zgsgiv.m: Ditto. | |
8261 * control/zgshsr.m: Ditto. | |
8262 * control/zp2ss.m: Ditto. | |
8263 * control/zp2ssg2.m: Ditto. | |
8264 * control/zp2sys.m: Ditto. | |
8265 * control/zp2tf.m: Ditto. | |
8266 * control/zpout.m: Ditto. | |
8267 | |
5095 | 8268 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 8269 |
5378 | 8270 * audio/lin2mu.m: Texinfoize doc string. |
8271 * audio/loadaudio.m: Ditto. | |
8272 * audio/mu2lin.m: Ditto. | |
8273 * audio/playaudio.m: Ditto. | |
8274 * audio/record.m: Ditto. | |
8275 * audio/saveaudio.m: Ditto. | |
3332 | 8276 |
5095 | 8277 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8278 |
8279 * elfun/acot.m: Texinfoize doc string. | |
8280 * elfun/acsc.m: Ditto. | |
8281 * elfun/acsch.m: Ditto. | |
8282 * elfun/asec.m: Ditto. | |
8283 * elfun/asech.m: Ditto. | |
8284 * elfun/cot.m: Ditto. | |
8285 * elfun/coth.m: Ditto. | |
8286 * elfun/csc.m: Ditto. | |
8287 * elfun/csch.m: Ditto. | |
8288 * elfun/gcd.m: Ditto. | |
8289 * elfun/lcm.m: Ditto. | |
8290 * elfun/sec.m: Ditto. | |
8291 * elfun/sech.m: Ditto. | |
8292 * general/nextpow2.m: Ditto. | |
8293 * general/rem.m: Ditto. | |
8294 * linear-algebra/commutation_matrix.m: Ditto. | |
8295 * linear-algebra/cross.m: Ditto. | |
8296 * linear-algebra/duplication_matrix.m: Ditto. | |
8297 * miscellaneous/bincoeff.m: Ditto. | |
8298 * miscellaneous/xor.m: Ditto. | |
8299 * specfun/bessel.m: Ditto. | |
8300 * specfun/beta.m: Ditto. | |
8301 * specfun/betai.m: Ditto. | |
8302 * specfun/erfinv.m: Ditto. | |
8303 * specfun/gammai.m: Ditto. | |
8304 * specfun/log2.m: Ditto. | |
8305 * specfun/pow2.m: Ditto. | |
8306 | |
5095 | 8307 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8308 |
8309 * general/is_scalar.m: Texinfoize help text. | |
8310 * general/is_square.m: Ditto. | |
8311 * general/is_symmetric.m: Ditto. | |
8312 | |
3320 | 8313 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8314 | |
8315 * strings/split.m: If the string to be split is empty, just return | |
8316 an empty string. | |
8317 | |
3319 | 8318 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8319 | |
8320 * Makefile.in (ALL_M_FILES): New macro. | |
8321 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
8322 | |
3306 | 8323 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8324 | |
8325 * control/bode.m: Don't return anything if nargout == 0. | |
8326 | |
8327 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
8328 | |
8329 * control/bode.m: Don't do axis scaling for magnitude plots. | |
8330 | |
3305 | 8331 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8332 | |
8333 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
8334 gethelp.cc to the list. | |
8335 | |
3296 | 8336 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8337 | |
3301 | 8338 * time/asctime.m: Texinfoize help text. |
8339 * time/clock.m: Ditto. | |
8340 * time/date.m: Ditto. | |
8341 * miscellaneous/cputime.m: Ditto. | |
8342 * miscellaneous/etime.m: Ditto. | |
8343 * miscellaneous/is_leap_year.m: Ditto. | |
8344 * miscellaneous/popen2.m: Ditto. | |
8345 * miscellaneous/version.m: Ditto. | |
8346 * miscellaneous/tic.m: Ditto. | |
8347 * miscellaneous/toc.m: Just refer to tic.m. | |
8348 | |
3297 | 8349 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
8350 `cd dir; $(MAKE); cd ..'. | |
8351 ($(SUBDIRS)): Likewise. | |
8352 | |
8353 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8354 | |
8355 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
8356 of `cd dir; $(MAKE)'. | |
8357 | |
3296 | 8358 * gethelp.cc, mkdoc: New files. |
8359 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
8360 sources. | |
8361 | |
3291 | 8362 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8363 | |
8364 * linear-algebra/kron.m: Fix typo in previous change | |
8365 | |
3282 | 8366 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8367 | |
8368 * control/bode.m: Allow optional 5th arg to specify plot style. | |
8369 | |
5095 | 8370 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8371 |
8372 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8373 rank when V has more columns than rows. | |
8374 | |
8375 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8376 | |
8377 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8378 | |
8379 * statistics/tests/manova.m: Avoid problems if | |
8380 whitespace_in_literal_matrix is set to "traditional". | |
8381 * statistics/tests/t_test_regression.m: Likewise. | |
8382 * statistics/tests/u_test.m: Likewise. | |
8383 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
8384 * statistics/tests/anova.m: Likewise. | |
8385 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8386 * statistics/base/statistics.m: Likewise. | |
8387 * image/saveimage.m: Likewise. | |
8388 * signal/arch_fit.m: Likewise. | |
8389 * signal/autoreg_matrix.m: Likewise. | |
8390 * signal/triangle_lw.m: Likewise. | |
8391 * strings/dec2hex.m: Likewise. | |
8392 | |
3268 | 8393 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8394 | |
8395 * image/saveimage.m: Initialize scale. | |
8396 | |
8397 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8398 | |
8399 * general/reshape.m: Allow reshape (a, size (b)). | |
8400 | |
3266 | 8401 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8402 | |
8403 * specfun/erfinv.m: Improve stopping criterion. | |
8404 Add iteration count as second return value. | |
8405 | |
3265 | 8406 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8407 | |
8408 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
8409 | |
3263 | 8410 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8411 | |
8412 * miscellaneous/pack.m: New function. | |
8413 | |
8414 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8415 | |
8416 * plot/figure.m: Always return figure number. With no args, | |
8417 figure now creates a new figure window and returns its number. | |
8418 Accept figure (property, value) syntax, but do nothing. | |
8419 | |
5095 | 8420 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 8421 |
8422 * general/shift.m: Avoid printing temporary value for backward shift. | |
8423 | |
3260 | 8424 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8425 | |
8426 * plot/bar.m: Compute bar widths correctly when x-values are not | |
8427 evenly spaced. | |
8428 | |
3250 | 8429 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8430 | |
8431 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
8432 contain only zeros. | |
8433 | |
5095 | 8434 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 8435 |
8436 * linear-algebra/kron.m: Create result matrix and insert blocks | |
8437 instead of appending them. | |
8438 | |
8439 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8440 | |
8441 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
8442 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
8443 Update from A. S. Hodel. | |
8444 | |
3246 | 8445 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8446 | |
8447 * polynomial/polyfit.m: Correct previous change. | |
8448 | |
3243 | 8449 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8450 | |
8451 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
8452 | |
5095 | 8453 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 8454 |
8455 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
8456 version of krylov and krylovb. | |
8457 | |
8458 * control/outlist.m, control/sysout.m: Fix typos. | |
8459 | |
8460 * control/sysdimensions.m: Add option for total number of states. | |
8461 | |
8462 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
8463 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
8464 arguments. | |
8465 | |
8466 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8467 | |
8468 * strings/index.m: Fail with meaningful error message if either | |
8469 arg is a string array. | |
8470 | |
3238 | 8471 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8472 | |
8473 * linear-algebra/norm.m: Do the right thing for 1- and | |
8474 infinity-norms of complex matrices. From Sven Khatri | |
8475 <khatri@saturn.vocalpoint.com>. | |
8476 | |
5095 | 8477 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 8478 |
8479 * linear-algebra/qrhouse.m: Handle default args correctly. | |
8480 | |
8481 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8482 | |
8483 * strings/split.m: Avoid problems when splitting strings that have | |
8484 \ in them. | |
8485 | |
5095 | 8486 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 8487 |
8488 * image/colormap.m: Do better arg checking, handle string args | |
8489 that name the colormap function to call (e.g., colormap ("ocean")). | |
8490 | |
5095 | 8491 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 8492 |
8493 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
8494 * linear-algebra/dot.m: Likewise. | |
8495 * linear-algebra/cross.m: Likewise. | |
8496 * general/rot90.m: Likewise. | |
8497 | |
5095 | 8498 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 8499 |
8500 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
8501 that the leading column is not all zeros. | |
8502 | |
8503 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8504 | |
8505 * general/shift.m: Fix potential problems with | |
8506 whitespace_in_literal_matrix. | |
8507 * signal/arch_rnd.m: Ditto. | |
8508 * signal/autocov.m: Ditto. | |
8509 * signal/diffpara.m: Ditto. | |
8510 * signal/hurst.m: Ditto. | |
8511 * signal/periodogram.m: Ditto. | |
8512 * signal/spectral_adf.m: Ditto. | |
8513 * signal/spectral_xdf.m: Ditto. | |
8514 * signal/spencer.m: Ditto. | |
8515 * signal/synthesis.m: Ditto. | |
8516 * statistics/distributions/wiener_rnd.m: Ditto. | |
8517 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8518 * statistics/models/logistic_regression.m: Ditto. | |
8519 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
8520 * statistics/tests/run_test.m: Ditto. | |
8521 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8522 | |
5095 | 8523 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 8524 |
8525 * plot/__plr2__.m: Fix typo. | |
8526 | |
3233 | 8527 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8528 | |
8529 * plot/__pltopt1__.m: Accept "k" to mean black. | |
8530 | |
5095 | 8531 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8532 |
8533 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
8534 function. | |
8535 | |
5095 | 8536 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8537 |
8538 * control/ss2sys.m: Fix typo. | |
8539 | |
8540 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8541 | |
8542 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
8543 | |
8544 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
8545 signal names as lists of strings instead of string arrays. | |
8546 | |
3225 | 8547 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8548 | |
3233 | 8549 * quaternion: New directory of functions from A. S. Hodel |
3225 | 8550 <a.s.hodel@eng.auburn.edu>. |
8551 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 8552 * quaternion/Makefile.in: New file. |
8553 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 8554 |
8555 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8556 | |
8557 * image/saveimage.m: Make it work again for black and white colormaps. | |
8558 | |
8559 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
8560 since there can be fewer rows than columns. Round values to | |
8561 nearest position in colormap instead of truncating. Correct usage | |
8562 message. | |
8563 | |
5095 | 8564 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 8565 |
8566 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
8567 zero rows of [A,v] as householder pivots; this avoids spurious | |
8568 non-zero entries in returned orthogonal matrix U, but destroys the | |
8569 Householder matrix structure of H. | |
8570 | |
8571 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8572 | |
8573 * general/logical.m: Just copy input to output if argument is | |
8574 already a logical object. | |
8575 | |
3215 | 8576 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8577 | |
8578 * New files from OCST, in control subdiretory: | |
8579 | |
8580 DEMOcontrol.m is_siso.m syschnames.m | |
8581 abcddim.m is_stabilizable.m syschnamesl.m | |
8582 abcddims.m is_stable.m syschtsam.m | |
8583 analdemo.m jet707.m sysconnect.m | |
8584 are.m lqe.m syscont.m | |
8585 axis2dlim.m lqg.m syscont_disc.m | |
8586 bddemo.m lqr.m sysdefioname.m | |
8587 bode.m lsim.m sysdefstname.m | |
8588 bode_bounds.m ltifr.m sysdimensions.m | |
8589 bodquist.m lyap.m sysdisc.m | |
8590 buildssic.m mb.m sysdup.m | |
8591 c2d.m minfo.m sysgetsignals.m | |
6302 | 8592 com2str.m moddemo.m sysgettsam.m |
3215 | 8593 controldemo.m nichols.m sysgettype.m |
8594 ctrb.m nyquist.m sysgroup.m | |
8595 d2c.m obsv.m sysgroupn.m | |
8596 damp.m ord2.m sysmult.m | |
8597 dare.m outlist.m sysout.m | |
8598 dcgain.m packedform.m sysprune.m | |
8599 demomarsyas.m packsys.m sysreorder.m | |
8600 dezero.m; parallel.m sysrepdemo.m | |
8601 dgkfdemo.m place.m sysscale.m | |
8602 dgram.m polyout.m syssub.m | |
8603 dhinfdemo.m prompt.m sysupdate.m | |
8604 dlqe.m pzmap.m tf2ss.m | |
8605 dlqg.m qzval.m tf2sys.m | |
8606 dlqr.m rldemo.m tf2sysl.m | |
8607 dlyap.m rlocus.m tf2zp.m | |
8608 dmr2d.m rotg.m tfout.m | |
8609 fir2sys.m run_cmd.m; tzero.m | |
8610 frdemo.m series.m tzero2.m | |
8611 freqchkw.m sortcom.m ugain.m | |
8612 freqresp.m ss2sys.m unpacksys.m | |
8613 gram.m ss2tf.m wgt1o.m | |
8614 h2norm.m ss2zp.m zgfmul.m | |
8615 h2syn.m starp.m zgfslv.m | |
8616 hinf_ctr.m step.m zginit.m | |
8617 hinfdemo.m stepimp.m zgpbal.m | |
8618 hinfnorm.m strappend.m; zgreduce.m | |
8619 hinfsyn.m susball.m zgrownorm.m | |
8620 hinfsyn_chk.m swap.m zgscal.m | |
8621 impulse.m swapcols.m zgsgiv.m | |
8622 is_abcd.m swaprows.m zgshsr.m | |
8623 is_controllable.m sys2fir.m zp2ss.m | |
8624 is_detectable.m sys2ss.m zp2ssg2.m | |
8625 is_dgkf.m sys2tf.m zp2sys.m | |
8626 is_digital.m sys2zp.m zp2tf.m | |
8627 is_observable.m sysadd.m zpout.m | |
8628 is_sample.m sysappend.m | |
8629 | |
8630 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8631 | |
8632 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
8633 | |
8634 * strings/deblank.m: Make it work for string arrays too. | |
8635 | |
3211 | 8636 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8637 | |
8638 * linear-algebra/housh.m: New file from the OCST. | |
8639 * linear-algebra/krygetq.m: Ditto. | |
8640 * linear-algebra/krylov.m: Ditto. | |
8641 * linear-algebra/krylovb.m: Ditto. | |
8642 * linear-algebra/qrhouse.m: Ditto. | |
8643 * general/is_duplicate_entry.m: Ditto. | |
8644 | |
8645 * general/is_symmetric.m: Call is_square instead of doing that | |
8646 check in line. | |
8647 | |
3196 | 8648 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8649 | |
3202 | 8650 * general/is_square.m: |
8651 | |
8652 * general/isempty.m, general/is_matrix.m: Delete. | |
8653 | |
8654 * general/is_symmetric: Delete special case for strings. Whether | |
8655 the conversion is valid should depend on implicit_str_to_num_ok. | |
8656 | |
8657 * general/is_square.m: If arg is not a matrix, don't check size, | |
8658 just return 0. | |
8659 * general/is_symmetric: Likewise. | |
8660 * general/is_vector.m: Likewise. | |
8661 * general/is_scalar.m: Likewise. | |
8662 | |
3196 | 8663 * general/length.m: Delete. |
8664 | |
3191 | 8665 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8666 | |
8667 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
8668 statistics/distributions/Makefile, statistics/models/Makefile, | |
8669 and statistics/tests/Makefile to the list of files to create. | |
8670 | |
8671 * finance/Makefile.in, statistics/base/Makefile.in, | |
8672 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
8673 statistics/tests/Makefile.in: New files. | |
8674 * statistics/Makefile.in: Delete file lists. Now only handle | |
8675 subdirectories. | |
8676 * Makefile.in (SUBDIRS): Add finance. | |
8677 | |
8678 * Move the following files from statistics to statistics/base: | |
8679 | |
8680 corrcoef.m | |
8681 kurtosis.m | |
8682 mahalanobis.m | |
8683 median.m | |
8684 ols.m | |
8685 skewness.m | |
8686 std.m | |
8687 | |
8688 New files, from Kurt Hornik's octave-ci package: | |
8689 | |
8690 * finance (new directory): | |
8691 | |
8692 fv.m | |
8693 fvl.m | |
8694 irr.m | |
8695 nper.m | |
8696 npv.m | |
8697 pmt.m | |
8698 pv.m | |
8699 pvl.m | |
8700 rate.m | |
8701 vol.m | |
8702 | |
8703 * linear-algebra/dmult.m | |
8704 | |
8705 * signal: | |
8706 | |
8707 arch_fit.m | |
8708 arch_rnd.m | |
8709 arch_test.m | |
8710 arma_rnd.m | |
8711 autocor.m | |
8712 autocov.m | |
8713 autoreg_matrix.m | |
8714 bartlett.m | |
8715 blackman.m | |
8716 diffpara.m | |
8717 durbinlevinson.m | |
8718 fractdiff.m | |
8719 hamming.m | |
8720 hanning.m | |
8721 hurst.m | |
8722 periodogram.m | |
8723 rectangle_lw.m | |
8724 rectangle_sw.m | |
8725 sinetone.m | |
8726 sinewave.m | |
8727 spectral_adf.m | |
8728 spectral_xdf.m | |
8729 spencer.m | |
8730 stft.m | |
8731 synthesis.m | |
8732 triangle_lw.m | |
8733 triangle_sw.m | |
8734 yulewalker.m | |
8735 | |
8736 * statistics/base (new directory): | |
8737 | |
8738 center.m | |
8739 cloglog.m | |
8740 cor.m | |
8741 cov.m | |
8742 cut.m | |
8743 iqr.m | |
8744 kendall.m | |
8745 logit.m | |
8746 mean.m | |
8747 meansq.m | |
8748 moment.m | |
8749 ppplot.m | |
8750 probit.m | |
8751 qqplot.m | |
8752 range.m | |
8753 ranks.m | |
8754 run_count.m | |
8755 spearman.m | |
8756 statistics.m | |
8757 studentize.m | |
8758 table.m | |
8759 values.m | |
8760 var.m | |
8761 | |
8762 (Replaces cov.m and mean.m with new versions.) | |
8763 | |
8764 * statistics/distributions (new directory): | |
8765 | |
8766 beta_cdf.m | |
8767 beta_inv.m | |
8768 beta_pdf.m | |
8769 beta_rnd.m | |
8770 binomial_cdf.m | |
8771 binomial_inv.m | |
8772 binomial_pdf.m | |
8773 binomial_rnd.m | |
8774 cauchy_cdf.m | |
8775 cauchy_inv.m | |
8776 cauchy_pdf.m | |
8777 cauchy_rnd.m | |
8778 chisquare_cdf.m | |
8779 chisquare_inv.m | |
8780 chisquare_pdf.m | |
8781 chisquare_rnd.m | |
8782 discrete_cdf.m | |
8783 discrete_inv.m | |
8784 discrete_pdf.m | |
8785 discrete_rnd.m | |
8786 empirical_cdf.m | |
8787 empirical_inv.m | |
8788 empirical_pdf.m | |
8789 empirical_rnd.m | |
8790 exponential_cdf.m | |
8791 exponential_inv.m | |
8792 exponential_pdf.m | |
8793 exponential_rnd.m | |
8794 f_cdf.m | |
8795 f_inv.m | |
8796 f_pdf.m | |
8797 f_rnd.m | |
8798 gamma_cdf.m | |
8799 gamma_inv.m | |
8800 gamma_pdf.m | |
8801 gamma_rnd.m | |
8802 geometric_cdf.m | |
8803 geometric_inv.m | |
8804 geometric_pdf.m | |
8805 geometric_rnd.m | |
8806 hypergeometric_cdf.m | |
8807 hypergeometric_inv.m | |
8808 hypergeometric_pdf.m | |
8809 hypergeometric_rnd.m | |
8810 kolmogorov_smirnov_cdf.m | |
8811 laplace_cdf.m | |
8812 laplace_inv.m | |
8813 laplace_pdf.m | |
8814 laplace_rnd.m | |
8815 logistic_cdf.m | |
8816 logistic_inv.m | |
8817 logistic_pdf.m | |
8818 logistic_rnd.m | |
8819 lognormal_cdf.m | |
8820 lognormal_inv.m | |
8821 lognormal_pdf.m | |
8822 lognormal_rnd.m | |
8823 normal_cdf.m | |
8824 normal_inv.m | |
8825 normal_pdf.m | |
8826 normal_rnd.m | |
8827 pascal_cdf.m | |
8828 pascal_inv.m | |
8829 pascal_pdf.m | |
8830 pascal_rnd.m | |
8831 poisson_cdf.m | |
8832 poisson_inv.m | |
8833 poisson_pdf.m | |
8834 poisson_rnd.m | |
8835 stdnormal_cdf.m | |
8836 stdnormal_inv.m | |
8837 stdnormal_pdf.m | |
8838 stdnormal_rnd.m | |
8839 t_cdf.m | |
8840 t_inv.m | |
8841 t_pdf.m | |
8842 t_rnd.m | |
8843 uniform_cdf.m | |
8844 uniform_inv.m | |
8845 uniform_pdf.m | |
8846 uniform_rnd.m | |
8847 weibull_cdf.m | |
8848 weibull_inv.m | |
8849 weibull_pdf.m | |
8850 weibull_rnd.m | |
8851 wiener_rnd.m | |
8852 | |
8853 * statistics/models (new directory): | |
8854 | |
8855 logistic_regression.m | |
8856 logistic_regression_derivatives.m | |
8857 logistic_regression_likelihood.m | |
8858 | |
8859 * statistics/tests (new directory): | |
8860 | |
8861 anova.m | |
8862 bartlett_test.m | |
8863 chisquare_test_homogeneity.m | |
8864 chisquare_test_independence.m | |
8865 cor_test.m | |
8866 f_test_regression.m | |
8867 hotelling_test.m | |
8868 hotelling_test_2.m | |
8869 kolmogorov_smirnov_test.m | |
8870 kolmogorov_smirnov_test_2.m | |
8871 kruskal_wallis_test.m | |
8872 manova.m | |
8873 mcnemar_test.m | |
8874 prop_test_2.m | |
8875 run_test.m | |
8876 sign_test.m | |
8877 t_test.m | |
8878 t_test_2.m | |
8879 t_test_regression.m | |
8880 u_test.m | |
8881 var_test.m | |
8882 welch_test.m | |
8883 wilcoxon_test.m | |
8884 z_test.m | |
8885 z_test_2.m | |
8886 | |
8887 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8888 | |
8889 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
8890 compatibility and to avoid Y2K problems. | |
8891 | |
3190 | 8892 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8893 | |
8894 * polynomial/polyfit.m: Just use the \ operator to handle the | |
8895 least-squares solution. | |
8896 | |
3180 | 8897 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8898 | |
8899 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
8900 | |
8901 * strings/strrep.m: Don't convert args to numeric values. | |
8902 Prevent warnings for empty string args. | |
8903 From Georg Thimm <thimm@idiap.ch>. | |
8904 | |
8905 * strings/strcat.m: Prevent warnings for empty string args. | |
8906 | |
8907 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8908 | |
8909 * miscellaneous/menu.m: Remove special case for empty string | |
8910 returned from input(). Add second arg to eval() to catch errors. | |
8911 | |
3178 | 8912 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8913 | |
8914 * plot/__plt__.m: Don't call usleep. | |
8915 | |
3175 | 8916 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8917 | |
8918 * linear-algebra/dot.m: New function. | |
8919 | |
8920 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
8921 compatibility. | |
8922 | |
8923 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8924 | |
8925 * plot/hist.m: Also allow just one output argument. | |
8926 | |
8927 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8928 | |
8929 * strings/deblank.m: Make it work if the string is only blanks. | |
8930 | |
8931 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8932 | |
8933 * plot/__plt2mv__.m: Delete calls to keyboard. | |
8934 | |
8935 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8936 | |
8937 * plot/oneplot.m: Fix typo. | |
8938 | |
3174 | 8939 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8940 | |
8941 * miscellaneous/flops.m: Allow a single argument too. | |
8942 | |
8943 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8944 | |
8945 * strings/str2mat.m: Also handle case when there are no empty | |
8946 strings correctly. | |
8947 | |
8948 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8949 | |
8950 * strings/isletter.m: New function, for Matlab compatibility. | |
8951 | |
3168 | 8952 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8953 | |
8954 * strings/str2mat.m: Handle string matrices too. | |
8955 | |
3167 | 8956 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8957 | |
8958 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
8959 linear encoding. | |
8960 | |
8961 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
8962 audio/record.m: Open files in binary mode. | |
8963 | |
3164 | 8964 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8965 | |
8966 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
8967 Move functionality of dump_1_pref here, but use built-in function | |
8968 type to extract value, and put it inside try/catch block. | |
8969 * miscellaneous/dump_1_pref.m: Delete unused function. | |
8970 | |
3162 | 8971 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8972 | |
8973 * plot/__pltopt1.m__: New file. | |
8974 * plot/__pltopt.m__: Handle opt as a string array by calling | |
8975 __pltopt1__ multiple times and returning a string array with rows | |
8976 corresponding to the rows of opt. | |
8977 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
8978 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
8979 array. | |
8980 | |
8981 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8982 | |
8983 * plot/mplot.m: Fix misspellings of global variables. | |
8984 Don't call clearplot. | |
8985 | |
8986 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8987 | |
8988 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
8989 "cle;rep" when going in ot multiplot mode. | |
8990 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
8991 switching out of multiplot mode. | |
8992 | |
3156 | 8993 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 8994 |
3156 | 8995 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
8996 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 8997 |
3141 | 8998 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8999 | |
9000 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9001 | |
9002 * miscellaneous/bug_report.m: Don't try to get smart with | |
9003 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9004 | |
9005 * Makefile.in (install): Create separate ls-R files for | |
9006 $(datadir) and $(libexecdir). | |
9007 (uninstall): Remove both ls-R files. | |
9008 | |
3136 | 9009 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9010 | |
9011 * signal/fftshift.m: New file. | |
9012 | |
9013 * plot/contour.m: Fix for non-square case. | |
9014 | |
9015 * general/randperm.m: New file. | |
9016 | |
9017 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9018 | |
9019 * specfun/betai.m: Restore file for compatibility with previous | |
9020 versions. Call betainc with reordered args. | |
9021 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9022 | |
3131 | 9023 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9024 | |
9025 * plot/contour.m: Handle discrete contour levels. | |
9026 | |
9027 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9028 | |
9029 * control/lyap.m: For compatibility with Matlab, solve | |
9030 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9031 | |
3124 | 9032 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9033 | |
9034 * specfun/bessel.m: New file. | |
9035 | |
9036 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9037 specfun/gammainc.m: Delete. | |
9038 | |
3106 | 9039 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9040 | |
9041 * image/colormap.m: Initialize __current_color_map__ in global | |
9042 statement. | |
9043 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9044 statement. | |
9045 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9046 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9047 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9048 | |
3103 | 9049 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9050 | |
9051 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9052 * time/toc.m: Likewise. | |
9053 | |
9054 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9055 | |
9056 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9057 anything special for automatic_replot when in multiplot mode -- | |
9058 recent 3.6beta releases handle this correctly. | |
9059 | |
9060 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9061 setting the terminal type. | |
9062 | |
9063 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9064 plot/subwindow.m: Use leading and trailing underscores for | |
9065 `private' globals. | |
9066 | |
9067 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9068 | |
3101 | 9069 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9070 | |
9071 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9072 | |
3091 | 9073 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9074 | |
3092 | 9075 * specfun/gammai.m: Avoid problems with whitespace when |
9076 constructing matrices. | |
9077 | |
3091 | 9078 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9079 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9080 original y vector. | |
9081 | |
3085 | 9082 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9083 | |
9084 * linear-algebra/cross.m: Use direct formula instead of calling | |
9085 det three times in a loop. If both args are column (row) vectors, | |
9086 return a column (row) vector. If they don't match, pay attention | |
9087 to the value of prefer_column_vectors. | |
9088 | |
5095 | 9089 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9090 |
9091 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9092 nonsymmetric matrices. | |
9093 | |
9094 * general/tril.m: Fix usage message. | |
9095 | |
9096 * polynomial/polyvalm.m: Fix error messages. | |
9097 * polynomial/polyderiv.m: Likewise. | |
9098 * polynomial/polyval.m: Likewise. | |
9099 | |
3081 | 9100 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9101 | |
9102 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9103 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9104 | |
3063 | 9105 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9106 | |
9107 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9108 | |
5095 | 9109 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9110 |
9111 * plot/__pltopt__.m: Handle key/legend names. | |
9112 Correctly set colors, line styles, and point styles. | |
9113 | |
3061 | 9114 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9115 | |
9116 * polynomial/polyfit.m: Return fit y values as second output. | |
9117 Don't use QR factorization to solve least squares problem. | |
9118 | |
9119 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9120 | |
9121 * control/dlqr.m: Use ao, not a, to compute k. | |
9122 | |
3024 | 9123 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9124 | |
9125 * miscellaneous/path.m: New file. | |
9126 | |
2993 | 9127 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9128 | |
9129 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9130 name. | |
9131 | |
2968 | 9132 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9133 | |
9134 * specfun/erfinv.m: Add missing semicolon. | |
9135 | |
2870 | 9136 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9137 | |
9138 * miscellaneous/xor.m: Make type of return value logical. | |
9139 | |
2853 | 9140 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9141 | |
9142 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9143 warn_comma_in_global_decl. | |
9144 | |
2831 | 9145 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9146 | |
9147 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9148 octave-bug script. | |
9149 | |
2823 | 9150 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9151 | |
2824 | 9152 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9153 prefer_zero_one_indexing. | |
9154 | |
2823 | 9155 * general/logical.m: New file. |
9156 | |
2816 | 9157 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9158 | |
9159 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9160 and is_vector(). | |
9161 | |
5095 | 9162 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9163 |
9164 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9165 Use tolerance of 2 * eps. | |
9166 | |
2811 | 9167 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9168 | |
9169 * Makefile.in (install-strip): New target. | |
9170 * audio/Makefile.in: Ditto. | |
9171 * control/Makefile.in: Ditto. | |
9172 * elfun/Makefile.in: Ditto. | |
9173 * general/Makefile.in: Ditto. | |
9174 * image/Makefile.in: Ditto. | |
9175 * io/Makefile.in: Ditto. | |
9176 * linear-algebra/Makefile.in: Ditto. | |
9177 * miscellaneous/Makefile.in: Ditto. | |
9178 * plot/Makefile.in: Ditto. | |
9179 * polynomial/Makefile.in: Ditto. | |
9180 * set/Makefile.in: Ditto. | |
9181 * signal/Makefile.in: Ditto. | |
9182 * specfun/Makefile.in: Ditto. | |
9183 * special-matrix/Makefile.in: Ditto. | |
9184 * startup/Makefile.in: Ditto. | |
9185 * statistics/Makefile.in: Ditto. | |
9186 * strings/Makefile.in: Ditto. | |
9187 | |
2809 | 9188 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9189 | |
9190 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9191 | |
2798 | 9192 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9193 | |
9194 * statistics/corrcoef.m: Make it actually work. | |
9195 | |
2795 | 9196 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9197 | |
2798 | 9198 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9199 |
2779 | 9200 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9201 |
9202 * Version 2.0.5 released. | |
9203 | |
2745 | 9204 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9205 | |
2749 | 9206 * Makefile.in (maintainer-clean): Also remove configure. |
9207 | |
2746 | 9208 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
9209 | |
2745 | 9210 * general/is_matrix.m: Return zero for empty matrices. |
9211 | |
9212 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9213 | |
9214 * linear-algebra/vech.m: Size result just once. | |
9215 | |
2726 | 9216 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9217 | |
9218 * general/is_square.m: Handle empty matrices correctly. | |
9219 * general/is_symmetric.m: Handle empty matrices and strings. | |
9220 | |
2716 | 9221 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9222 | |
9223 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
9224 * polynomial/deconv.m: Likewise. | |
9225 * polynomial/polyderiv.m: Likewise. | |
9226 * polynomial/polyinteg.m: Likewise. | |
9227 * polynomial/polyreduce.m: Likewise. | |
9228 * polynomial/polyval.m: Likewise. | |
9229 * polynomial/polyvalm.m: Likewise. | |
9230 * general/postpad.m: Likewise. | |
9231 * general/prepad.m: Likewise. | |
9232 | |
9233 * polynomial/compan.m: Check input with is_vector(), not | |
9234 is_matrix(). Handle scalar case. | |
9235 | |
2711 | 9236 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9237 | |
2715 | 9238 * plot/contour.m: Order data so that it is consistent with |
9239 meshgrid and mesh. | |
9240 | |
2711 | 9241 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
9242 * plot/sombrero.m: Use meshgrid, not meshdom. | |
9243 | |
2709 | 9244 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 9245 |
9246 * Version 2.0.4 released. | |
9247 | |
2706 | 9248 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9249 | |
2702 | 9250 * miscellaneous/paren.m: New file. |
9251 | |
2693 | 9252 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 9253 |
9254 * Version 2.0.3 released. | |
9255 | |
2676 | 9256 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9257 | |
9258 * image/saveimage.m: Only clip image data that is actually out of | |
9259 range. | |
9260 | |
2667 | 9261 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9262 | |
9263 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
9264 also be considered to be matrices. | |
9265 | |
9266 * general/is_vector.m: Scalars may also be considered to be vectors. | |
9267 | |
9268 * general/isempty.m: Use size(), not rows() and columns(). | |
9269 | |
9270 * plot/contour.m: Convert set to gset. | |
9271 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
9272 | |
2663 | 9273 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9274 | |
9275 * specfun/erfinv.m: Fix typo in last change. | |
9276 | |
2650 | 9277 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9278 | |
9279 * image/loadimage.m: Make it possible to load files with image | |
9280 data named X or img. | |
9281 | |
9282 * image/default.img: Change name of image from X to img to match | |
9283 what saveimage does now. | |
9284 | |
9285 * image/loadimage.m: Rename X to be img, to match what saveimage | |
9286 does now. | |
9287 | |
2632 | 9288 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9289 | |
2634 | 9290 * Version 2.0.2 released. |
9291 | |
2632 | 9292 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
9293 weird missing-lines bug without creating extra plots unecessarily. | |
9294 | |
2624 | 9295 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9296 | |
9297 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
9298 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9299 io/Makefile.in, linear-algebra/Makefile.in, | |
9300 miscellaneous/Makefile.in, plot/Makefile.in, | |
9301 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9302 specfun/Makefile.in, special-matrix/Makefile.in, | |
9303 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
9304 time/Makefile.in (bin-dist): New target. | |
9305 | |
2621 | 9306 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9307 | |
9308 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
9309 | |
9310 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9311 | |
9312 * miscellaneous/xor.m: Make it work. | |
9313 | |
2613 | 9314 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9315 | |
9316 * plot/sombrero.m: Doc fix. | |
9317 | |
2602 | 9318 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9319 | |
9320 * Version 2.0.1 released. | |
9321 | |
2601 | 9322 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9323 | |
9324 * elfun/lcm.m: Replace missing if statement. | |
9325 | |
9326 * elfun/gcd.m: Report error if no input args. | |
9327 * elfun/lcm.m: Likewise. | |
9328 | |
2597 | 9329 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9330 | |
9331 * Makefile.in (install): Use ls -LR to create ls-R database. | |
9332 Also list contents of $libexecdir/octave in ls-R database. | |
9333 | |
2583 | 9334 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9335 | |
9336 * Version 2.0 released. | |
9337 | |
2575 | 9338 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9339 | |
9340 * Version 1.94. | |
9341 | |
2558 | 9342 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9343 | |
9344 * strings/str2num.m: New file. | |
9345 | |
2554 | 9346 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9347 | |
9348 * Version 1.93. | |
9349 | |
2540 | 9350 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9351 | |
9352 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
9353 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
9354 linear-algebra/vech.m: New files from Kurt Hornik. | |
9355 | |
9356 * general/nextpow2.m, general/shift.m, general/diff.m, | |
9357 general/common_size.m: New files from Kurt Hornik. | |
9358 | |
9359 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
9360 New files from Kurt Hornik. | |
9361 | |
9362 * signal/detrend.m: New file from Kurt Hornik. | |
9363 | |
9364 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
9365 specfun/pow2.m, specfun/log2.m: | |
9366 New files and updates from Kurt Hornik. | |
9367 | |
2523 | 9368 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9369 | |
9370 * plot/__plt__.m: Add explicit replot after last command is | |
9371 issued, to force all lines to be displayed. Hmm. | |
9372 | |
2512 | 9373 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9374 | |
2520 | 9375 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9376 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9377 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9378 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9379 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9380 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
9381 Uset gset, not set. | |
9382 | |
2512 | 9383 * Version 1.92. |
9384 | |
2482 | 9385 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9386 | |
2486 | 9387 * image/saveimage.m: When writing PostScript, name Octave as the |
9388 almighty Creator. Use single call to fprintf instead of looping. | |
9389 | |
9390 * image/Makefile.in: Delete references to octtopnm. | |
9391 | |
9392 * general/logspace.m: Doc fix. | |
9393 | |
2482 | 9394 * Version 1.91. |
9395 | |
2458 | 9396 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9397 | |
9398 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
9399 | |
9400 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
9401 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
9402 deleted. | |
9403 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
9404 of a system() command to delete the tmp file. | |
9405 | |
2452 | 9406 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9407 | |
9408 * Version 1.90. | |
9409 | |
9410 * Makefile.in (DISTFILES): Add ChangeLog. | |
9411 | |
2360 | 9412 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9413 | |
9414 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
9415 Don't check for string value of automatic_replot. | |
9416 | |
9417 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
9418 Temporarily set do_fortran_indexing to 1, not "true". | |
9419 | |
9420 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
9421 not "false". | |
9422 | |
9423 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
9424 "false". | |
9425 | |
2355 | 9426 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
9427 | |
9428 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
9429 | |
2330 | 9430 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9431 | |
9432 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
9433 system command. | |
9434 | |
9435 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9436 | |
9437 * __plr1__.m: Renamed from polar_int_1.m. | |
9438 * __plr2__.m: Renamed from polar_int_2.m. | |
9439 * __plr__.m: Renamed from polar_int.m. | |
9440 * __plt1__.m: Renamed from plot_int_1.m. | |
9441 * __plt2__.m: Renamed from plot_int_2.m. | |
9442 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
9443 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
9444 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
9445 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
9446 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
9447 * __plt__.m: Renamed from plot_int.m. | |
9448 * __pltopt__.m: Renamed from plot_opt.m. | |
9449 Change all callers. | |
9450 | |
9451 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9452 | |
9453 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
9454 comments like those found in Emacs lisp files. | |
9455 | |
9456 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9457 | |
9458 * All .m files: Change comment style. | |
9459 | |
9460 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9461 | |
9462 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
9463 subplot.m, subwindow.m, top_title.m: | |
9464 Print error message if gnuplot_has_multiplot is not true. | |
9465 | |
9466 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9467 | |
9468 * plot/figure.m: New function. | |
9469 | |
9470 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9471 | |
9472 * strings/strrep.m: New function. | |
9473 | |
9474 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9475 | |
9476 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
9477 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
9478 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
9479 strings/split.m, strings/str2mat.m, strings/substr.m: | |
9480 New functions from Kurt Hornik, heavily modified by jwe. | |
9481 | |
9482 * general/reshape.m: Allow strings to be reshaped too. | |
9483 | |
9484 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
9485 Always return a scalar. | |
9486 | |
9487 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9488 | |
9489 * polynomial/polyfit.m: Make orientation of result compatible with | |
9490 Matlab. | |
9491 | |
9492 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9493 | |
9494 * polynomial/polyfit.m: Add missing close paren. | |
9495 | |
9496 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9497 | |
9498 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
9499 | |
9500 * io/scanf.m: Delete. | |
9501 | |
9502 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9503 | |
9504 * statistics/median.m: Fix typo in usage message. | |
9505 | |
9506 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9507 | |
9508 * miscellaneous/popen2.m: New file. | |
9509 | |
9510 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9511 | |
9512 * configure.in (AC_OUTPUT): Add io/Makefile. | |
9513 | |
9514 * io: New directory. | |
9515 * Makefile.in (SUBDIRS): Add it to the list. | |
9516 | |
9517 * miscellaneous/flops.m: New file. | |
9518 | |
9519 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9520 | |
9521 * miscellaneous/cputime.m: Return three arguments instead of a | |
9522 vector, for compatibility with previous versions and with Matlab | |
9523 (which only returns one scalar value). | |
9524 | |
9525 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
9526 | |
9527 * general/triu.m: Compute lower bound on loop index correctly. | |
9528 * general/tril.m: Likewise, for upper bound. | |
9529 | |
9530 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9531 | |
9532 * image/saveimage.m: For color images, make sure indices into | |
9533 temporary colormap and result matrix have proper orientation. | |
9534 Set grey flag correctly. | |
9535 | |
9536 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9537 | |
9538 * statistics/std.m: Use better formula (from Jim Van Zandt | |
9539 jrv@vanzandt.mv.com). | |
9540 | |
9541 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9542 | |
9543 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
9544 * mesh.m: Transpose Z if only one arg. | |
9545 Handle case of all three args being matrices (from Jim Van Zandt | |
9546 jrv@vanzandt.mv.com). | |
9547 * meshdom.m: Undo previous change. | |
9548 | |
9549 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9550 | |
9551 * configure.in (AC_OUTPUT): Add audio/Makefile | |
9552 | |
9553 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9554 | |
9555 * audio: New directory of files from Kurt Hornik and Andreas | |
9556 Weingessel. | |
9557 * audio/Makefile.in: New file. | |
9558 * Makefile.in (SUBDIRS): Add audio to the list. | |
9559 | |
9560 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9561 | |
9562 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
9563 | |
9564 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9565 | |
9566 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
9567 columns (z), not the other way around. | |
9568 * plot/meshdom.m: Don't reverse order of elements in y. | |
9569 | |
9570 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9571 | |
9572 * plot/axis.m: Return current axis if nargin == 0. | |
9573 | |
9574 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9575 | |
9576 * polynomial/roots.m: Updates from Kurt Hornik. | |
9577 | |
9578 * polynomial/polyder.m: New file. | |
9579 | |
9580 * polynomial/polyderiv.m: Give return value and arg different names. | |
9581 | |
9582 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9583 | |
9584 * specfun/betainc.m: New file. | |
9585 * specfun/gammainc.m: New file. | |
9586 | |
9587 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9588 | |
9589 * general/strerror.m: New file. | |
9590 * general/perror.m: Implement using strerror(). | |
9591 | |
9592 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9593 | |
9594 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
9595 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
9596 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
9597 | |
9598 * image/saveimage.m: Round img values first. | |
9599 | |
9600 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9601 | |
9602 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
9603 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
9604 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
9605 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
9606 special-matrix/hankel.m special-matrix/toeplitz.m | |
9607 tuwien/strfun/split.m: Add missing semicolons. | |
9608 | |
9609 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
9610 | |
9611 * image/Makefile.in: Don't build or install octtoppm. | |
9612 | |
9613 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 9614 routines so that people who don't have the pbm stuff installed |
2330 | 9615 can still use this function. |
9616 | |
9617 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9618 | |
9619 * image/saveimage.m: Better error checking, clean up a bit. | |
9620 | |
9621 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9622 | |
9623 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
9624 avoid conflict with new built-in text-style function more. | |
9625 | |
9626 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
9627 | |
9628 * startup/Makefile.in (install): Also install octaverc in | |
9629 $localfcnfiledir/startup/octavrc. | |
9630 | |
9631 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9632 | |
9633 * mkinstalldirs: New file. | |
9634 * Makefile.in (DISTFILES): Add it to the list. | |
9635 | |
9636 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
9637 | |
9638 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9639 | |
9640 * special-matrix/hankel.m: Compatibility fix. Complain if | |
9641 r(1) != c(nr), not if r(1) != c(1). | |
9642 | |
9643 * signal/filter.m: Doc fix. | |
9644 | |
9645 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9646 | |
9647 * miscellaneous/cputime.m: Use new resource structure names (no | |
9648 ru_ or tv_ prefixes). | |
9649 | |
9650 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9651 | |
9652 * time/ctime.m: Fix doc string and usage message. | |
9653 | |
9654 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9655 | |
9656 * time/clock.m: Use new time structure names (no tm_ prefix). | |
9657 | |
9658 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9659 | |
9660 * control/c2d.m: Make function work for any value of | |
9661 whitespace_in_literal_matrix. | |
9662 * control/dare.m: Likewise. | |
9663 * control/tzero.m: Likewise. | |
9664 * elfun/gcd.m: Likewise. | |
9665 * elfun/lcm.m: Likewise. | |
9666 * general/postpad.m: Likewise. | |
9667 * general/prepad.m: Likewise. | |
9668 * linear-algebra/kron.m: Likewise. | |
9669 * miscellaneous/etime.m: Likewise. | |
9670 * polynomial/conv.m: Likewise. | |
9671 * polynomial/deconv.m: Likewise. | |
9672 * polynomial/poly.m: Likewise. | |
9673 * polynomial/roots.m: Likewise. | |
9674 * signal/filter.m: Likewise. | |
9675 * signal/freqz.m: Likewise. | |
9676 * signal/fftfilt.m: Likewise. | |
9677 | |
9678 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9679 | |
9680 * miscellaneous/is_leap_year.m: Make work for vector args. | |
9681 | |
9682 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9683 | |
9684 * plot/polar_int_2.m: Add missing semicolons. | |
9685 Set theta = theta', not rho'. | |
9686 | |
9687 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9688 | |
9689 * polynomial/roots.m: Make it work for any value of | |
9690 whitespace_in_literal_matrix. | |
9691 | |
9692 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9693 | |
9694 * configure.in: New file. | |
9695 | |
9696 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9697 | |
9698 * control/lyap.m: Add missing semicolon. | |
9699 | |
9700 * miscellaneous/cputime.m: New function file. | |
9701 | |
9702 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9703 | |
9704 * time: New directory. | |
9705 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
9706 New function files. | |
9707 * time/Makefile.in: New file. | |
9708 * Makefile.in (SUBDIRS): Add time. | |
9709 | |
9710 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9711 | |
9712 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
9713 | |
9714 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9715 | |
9716 * plot/plot_int_1.m: Transpose data with .', not '. | |
9717 | |
9718 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9719 | |
9720 * Makefile.in (install uninstall clean mostlyclean distclean | |
9721 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
9722 | |
9723 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9724 | |
9725 * Makefile.in (install): Create ls-R database file. | |
9726 (uninstall): Delete it. | |
9727 | |
9728 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9729 | |
5378 | 9730 * image/saveimage.m: Fix typo. |
2330 | 9731 |
9732 See ChangeLog.1 in the top level directory for earlier changes. |